[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. 6494 1726853124.89597: 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-bd7 executable location = /usr/local/bin/ansible-playbook python version = 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] (/usr/bin/python3.12) jinja version = 3.1.4 libyaml = True No config file found; using defaults 6494 1726853124.89899: Added group all to inventory 6494 1726853124.89901: Added group ungrouped to inventory 6494 1726853124.89904: Group all now contains ungrouped 6494 1726853124.89907: Examining possible inventory source: /tmp/postfix-cVP/inventory.yml 6494 1726853124.98866: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/cache 6494 1726853124.98910: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py 6494 1726853124.98927: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory 6494 1726853124.98967: Loading InventoryModule 'host_list' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py 6494 1726853124.99018: Loaded config def from plugin (inventory/script) 6494 1726853124.99020: Loading InventoryModule 'script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py 6494 1726853124.99050: Loading InventoryModule 'auto' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py 6494 1726853124.99107: Loaded config def from plugin (inventory/yaml) 6494 1726853124.99109: Loading InventoryModule 'yaml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py 6494 1726853124.99168: Loading InventoryModule 'ini' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/ini.py 6494 1726853125.00073: Loading InventoryModule 'toml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/toml.py 6494 1726853125.00076: Attempting to use plugin host_list (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py) 6494 1726853125.00078: Attempting to use plugin script (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py) 6494 1726853125.00083: Attempting to use plugin auto (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py) 6494 1726853125.00086: Loading data from /tmp/postfix-cVP/inventory.yml 6494 1726853125.00130: /tmp/postfix-cVP/inventory.yml was not parsable by auto 6494 1726853125.00174: Attempting to use plugin yaml (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py) 6494 1726853125.00207: Loading data from /tmp/postfix-cVP/inventory.yml 6494 1726853125.00262: group all already in inventory 6494 1726853125.00267: set inventory_file for managed_node1 6494 1726853125.00270: set inventory_dir for managed_node1 6494 1726853125.00271: Added host managed_node1 to inventory 6494 1726853125.00272: Added host managed_node1 to group all 6494 1726853125.00273: set ansible_host for managed_node1 6494 1726853125.00273: set ansible_ssh_extra_args for managed_node1 6494 1726853125.00275: set inventory_file for managed_node2 6494 1726853125.00277: set inventory_dir for managed_node2 6494 1726853125.00277: Added host managed_node2 to inventory 6494 1726853125.00278: Added host managed_node2 to group all 6494 1726853125.00279: set ansible_host for managed_node2 6494 1726853125.00279: set ansible_ssh_extra_args for managed_node2 6494 1726853125.00281: set inventory_file for managed_node3 6494 1726853125.00282: set inventory_dir for managed_node3 6494 1726853125.00283: Added host managed_node3 to inventory 6494 1726853125.00283: Added host managed_node3 to group all 6494 1726853125.00284: set ansible_host for managed_node3 6494 1726853125.00284: set ansible_ssh_extra_args for managed_node3 6494 1726853125.00286: Reconcile groups and hosts in inventory. 6494 1726853125.00288: Group ungrouped now contains managed_node1 6494 1726853125.00289: Group ungrouped now contains managed_node2 6494 1726853125.00290: Group ungrouped now contains managed_node3 6494 1726853125.00349: '/usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name 6494 1726853125.00429: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments 6494 1726853125.00460: Loading ModuleDocFragment 'vars_plugin_staging' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py 6494 1726853125.00478: Loaded config def from plugin (vars/host_group_vars) 6494 1726853125.00479: 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) 6494 1726853125.00484: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/vars 6494 1726853125.00489: 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) 6494 1726853125.00519: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py (found_in_cache=True, class_only=False) 6494 1726853125.00857: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853125.01034: Loading ModuleDocFragment 'connection_pipelining' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py 6494 1726853125.01057: Loaded config def from plugin (connection/local) 6494 1726853125.01060: Loading Connection 'local' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/local.py (found_in_cache=False, class_only=True) 6494 1726853125.01442: Loaded config def from plugin (connection/paramiko_ssh) 6494 1726853125.01445: 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) 6494 1726853125.02688: 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) 6494 1726853125.02714: Loaded config def from plugin (connection/psrp) 6494 1726853125.02716: Loading Connection 'psrp' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/psrp.py (found_in_cache=False, class_only=True) 6494 1726853125.03115: 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) 6494 1726853125.03141: Loaded config def from plugin (connection/ssh) 6494 1726853125.03143: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=False, class_only=True) 6494 1726853125.04867: 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) 6494 1726853125.04891: Loaded config def from plugin (connection/winrm) 6494 1726853125.04893: Loading Connection 'winrm' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/winrm.py (found_in_cache=False, class_only=True) 6494 1726853125.04919: '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__init__' skipped due to reserved name 6494 1726853125.04965: Loading ModuleDocFragment 'shell_windows' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_windows.py 6494 1726853125.05005: Loaded config def from plugin (shell/cmd) 6494 1726853125.05006: Loading ShellModule 'cmd' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/cmd.py (found_in_cache=False, class_only=True) 6494 1726853125.05023: 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) 6494 1726853125.05060: Loaded config def from plugin (shell/powershell) 6494 1726853125.05061: Loading ShellModule 'powershell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/powershell.py (found_in_cache=False, class_only=True) 6494 1726853125.05095: Loading ModuleDocFragment 'shell_common' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_common.py 6494 1726853125.05196: Loaded config def from plugin (shell/sh) 6494 1726853125.05197: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=False, class_only=True) 6494 1726853125.05222: '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__init__' skipped due to reserved name 6494 1726853125.05293: Loaded config def from plugin (become/runas) 6494 1726853125.05295: Loading BecomeModule 'runas' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/runas.py (found_in_cache=False, class_only=True) 6494 1726853125.05404: Loaded config def from plugin (become/su) 6494 1726853125.05406: Loading BecomeModule 'su' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/su.py (found_in_cache=False, class_only=True) 6494 1726853125.05496: Loaded config def from plugin (become/sudo) 6494 1726853125.05497: 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 6494 1726853125.05525: Loading data from /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_default.yml 6494 1726853125.05763: in VariableManager get_vars() 6494 1726853125.05777: done with get_vars() 6494 1726853125.05809: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/callback 6494 1726853125.05818: 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 6494 1726853125.06030: Loading ModuleDocFragment 'default_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/default_callback.py 6494 1726853125.06115: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.debug) 6494 1726853125.06117: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.debug' from /tmp/collections-bd7/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) 6494 1726853125.06141: '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__init__' skipped due to reserved name 6494 1726853125.06156: 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) 6494 1726853125.06311: Loading ModuleDocFragment 'result_format_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/result_format_callback.py 6494 1726853125.06346: Loaded config def from plugin (callback/default) 6494 1726853125.06348: 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) 6494 1726853125.07441: Loaded config def from plugin (callback/junit) 6494 1726853125.07443: 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) 6494 1726853125.07472: 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) 6494 1726853125.07511: Loaded config def from plugin (callback/minimal) 6494 1726853125.07512: 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) 6494 1726853125.07540: 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) 6494 1726853125.07576: Loaded config def from plugin (callback/tree) 6494 1726853125.07578: 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 6494 1726853125.07779: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.profile_tasks) 6494 1726853125.07780: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.profile_tasks' from /tmp/collections-bd7/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 /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_default.yml 6494 1726853125.07798: in VariableManager get_vars() 6494 1726853125.07811: done with get_vars() 6494 1726853125.07815: in VariableManager get_vars() 6494 1726853125.07821: done with get_vars() 6494 1726853125.07823: variable 'omit' from source: magic vars 6494 1726853125.07849: in VariableManager get_vars() 6494 1726853125.07858: done with get_vars() 6494 1726853125.07871: variable 'omit' from source: magic vars PLAY [Ensure that the rule runs with default parameters] *********************** 6494 1726853125.10018: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy 6494 1726853125.10076: Loading StrategyModule 'linear' from /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py 6494 1726853125.10108: getting the remaining hosts for this loop 6494 1726853125.10109: done getting the remaining hosts for this loop 6494 1726853125.10112: getting the next task for host managed_node1 6494 1726853125.10116: done getting next task for host managed_node1 6494 1726853125.10117: ^ task is: TASK: meta (flush_handlers) 6494 1726853125.10118: ^ 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 6494 1726853125.10120: getting variables 6494 1726853125.10121: in VariableManager get_vars() 6494 1726853125.10136: Calling all_inventory to load vars for managed_node1 6494 1726853125.10138: Calling groups_inventory to load vars for managed_node1 6494 1726853125.10140: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853125.10150: Calling all_plugins_play to load vars for managed_node1 6494 1726853125.10157: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853125.10159: Calling groups_plugins_play to load vars for managed_node1 6494 1726853125.10184: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853125.10219: done with get_vars() 6494 1726853125.10225: done getting variables 6494 1726853125.10356: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action 6494 1726853125.10385: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__ 6494 1726853125.10418: in VariableManager get_vars() 6494 1726853125.10527: Calling all_inventory to load vars for managed_node1 6494 1726853125.10529: Calling groups_inventory to load vars for managed_node1 6494 1726853125.10531: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853125.10537: Calling all_plugins_play to load vars for managed_node1 6494 1726853125.10538: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853125.10540: Calling groups_plugins_play to load vars for managed_node1 6494 1726853125.10559: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853125.10568: done with get_vars() 6494 1726853125.10576: done queuing things up, now waiting for results queue to drain 6494 1726853125.10578: results queue empty 6494 1726853125.10579: checking for any_errors_fatal 6494 1726853125.10580: done checking for any_errors_fatal 6494 1726853125.10580: checking for max_fail_percentage 6494 1726853125.10581: done checking for max_fail_percentage 6494 1726853125.10581: checking to see if all hosts have failed and the running result is not ok 6494 1726853125.10582: done checking to see if all hosts have failed 6494 1726853125.10582: getting the remaining hosts for this loop 6494 1726853125.10583: done getting the remaining hosts for this loop 6494 1726853125.10585: getting the next task for host managed_node1 6494 1726853125.10588: done getting next task for host managed_node1 6494 1726853125.10589: ^ task is: TASK: Run the postfix role 6494 1726853125.10590: ^ 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 6494 1726853125.10591: getting variables 6494 1726853125.10592: in VariableManager get_vars() 6494 1726853125.10597: Calling all_inventory to load vars for managed_node1 6494 1726853125.10599: Calling groups_inventory to load vars for managed_node1 6494 1726853125.10600: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853125.10605: Calling all_plugins_play to load vars for managed_node1 6494 1726853125.10606: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853125.10608: Calling groups_plugins_play to load vars for managed_node1 6494 1726853125.10624: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853125.10635: done with get_vars() 6494 1726853125.10639: done getting variables TASK [Run the postfix role] **************************************************** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_default.yml:8 Friday 20 September 2024 13:25:25 -0400 (0:00:00.029) 0:00:00.029 ****** 6494 1726853125.10685: entering _queue_task() for managed_node1/include_role 6494 1726853125.10686: Creating lock for include_role 6494 1726853125.11028: worker is 1 (out of 1 available) 6494 1726853125.11041: exiting _queue_task() for managed_node1/include_role 6494 1726853125.11052: done queuing things up, now waiting for results queue to drain 6494 1726853125.11054: waiting for pending results... 6494 1726853125.11175: running TaskExecutor() for managed_node1/TASK: Run the postfix role 6494 1726853125.11231: in run() - task 0affc48f-66db-1e98-6787-000000000006 6494 1726853125.11243: variable 'ansible_search_path' from source: unknown 6494 1726853125.11271: calling self._execute() 6494 1726853125.11313: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853125.11318: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853125.11326: variable 'omit' from source: magic vars 6494 1726853125.11397: _execute() done 6494 1726853125.11403: dumping result to json 6494 1726853125.11407: done dumping result, returning 6494 1726853125.11409: done running TaskExecutor() for managed_node1/TASK: Run the postfix role [0affc48f-66db-1e98-6787-000000000006] 6494 1726853125.11412: sending task result for task 0affc48f-66db-1e98-6787-000000000006 6494 1726853125.11499: done sending task result for task 0affc48f-66db-1e98-6787-000000000006 6494 1726853125.11504: WORKER PROCESS EXITING 6494 1726853125.11559: no more pending results, returning what we have 6494 1726853125.11564: in VariableManager get_vars() 6494 1726853125.11593: Calling all_inventory to load vars for managed_node1 6494 1726853125.11595: Calling groups_inventory to load vars for managed_node1 6494 1726853125.11598: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853125.11610: Calling all_plugins_play to load vars for managed_node1 6494 1726853125.11612: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853125.11614: Calling groups_plugins_play to load vars for managed_node1 6494 1726853125.11650: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853125.11661: done with get_vars() 6494 1726853125.11665: variable 'ansible_search_path' from source: unknown 6494 1726853125.11710: variable 'omit' from source: magic vars 6494 1726853125.11724: variable 'omit' from source: magic vars 6494 1726853125.11736: variable 'omit' from source: magic vars 6494 1726853125.11739: we have included files to process 6494 1726853125.11740: generating all_blocks data 6494 1726853125.11741: done generating all_blocks data 6494 1726853125.11741: processing included file: fedora.linux_system_roles.postfix 6494 1726853125.11755: in VariableManager get_vars() 6494 1726853125.11763: done with get_vars() 6494 1726853125.11810: in VariableManager get_vars() 6494 1726853125.11819: done with get_vars() 6494 1726853125.11845: Loading data from /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/postfix/vars/main.yml 6494 1726853125.13557: Loading data from /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/postfix/defaults/main.yml 6494 1726853125.13594: Loading data from /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/postfix/meta/main.yml 6494 1726853125.13671: Loading data from /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml 6494 1726853125.14019: in VariableManager get_vars() 6494 1726853125.14037: done with get_vars() 6494 1726853125.14147: trying /usr/local/lib/python3.12/site-packages/ansible/modules 6494 1726853125.14452: in VariableManager get_vars() 6494 1726853125.14465: done with get_vars() 6494 1726853125.14486: in VariableManager get_vars() 6494 1726853125.14495: done with get_vars() 6494 1726853125.15177: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup 6494 1726853125.15229: Loading data from /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/postfix/handlers/main.yml 6494 1726853125.15604: iterating over new_blocks loaded from include file 6494 1726853125.15606: in VariableManager get_vars() 6494 1726853125.15618: done with get_vars() 6494 1726853125.15619: filtering new block on tags 6494 1726853125.15627: done filtering new block on tags 6494 1726853125.15629: in VariableManager get_vars() 6494 1726853125.15639: done with get_vars() 6494 1726853125.15640: filtering new block on tags 6494 1726853125.15649: done filtering new block on tags 6494 1726853125.15651: in VariableManager get_vars() 6494 1726853125.15669: done with get_vars() 6494 1726853125.15670: filtering new block on tags 6494 1726853125.15679: done filtering new block on tags 6494 1726853125.15681: in VariableManager get_vars() 6494 1726853125.15688: done with get_vars() 6494 1726853125.15689: filtering new block on tags 6494 1726853125.15704: done filtering new block on tags 6494 1726853125.15706: in VariableManager get_vars() 6494 1726853125.15714: done with get_vars() 6494 1726853125.15715: filtering new block on tags 6494 1726853125.15728: done filtering new block on tags 6494 1726853125.15729: in VariableManager get_vars() 6494 1726853125.15739: done with get_vars() 6494 1726853125.15740: filtering new block on tags 6494 1726853125.15749: done filtering new block on tags 6494 1726853125.15750: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.postfix for managed_node1 6494 1726853125.15754: extending task lists for all hosts with included blocks 6494 1726853125.15782: done extending task lists 6494 1726853125.15783: done processing included files 6494 1726853125.15783: results queue empty 6494 1726853125.15784: checking for any_errors_fatal 6494 1726853125.15785: done checking for any_errors_fatal 6494 1726853125.15785: checking for max_fail_percentage 6494 1726853125.15786: done checking for max_fail_percentage 6494 1726853125.15786: checking to see if all hosts have failed and the running result is not ok 6494 1726853125.15787: done checking to see if all hosts have failed 6494 1726853125.15787: getting the remaining hosts for this loop 6494 1726853125.15788: done getting the remaining hosts for this loop 6494 1726853125.15789: getting the next task for host managed_node1 6494 1726853125.15792: done getting next task for host managed_node1 6494 1726853125.15793: ^ task is: TASK: fedora.linux_system_roles.postfix : Ensure ansible_facts required by role 6494 1726853125.15794: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853125.15800: getting variables 6494 1726853125.15803: in VariableManager get_vars() 6494 1726853125.15811: Calling all_inventory to load vars for managed_node1 6494 1726853125.15812: Calling groups_inventory to load vars for managed_node1 6494 1726853125.15813: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853125.15817: Calling all_plugins_play to load vars for managed_node1 6494 1726853125.15818: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853125.15820: Calling groups_plugins_play to load vars for managed_node1 6494 1726853125.15840: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853125.15854: done with get_vars() 6494 1726853125.15858: done getting variables TASK [fedora.linux_system_roles.postfix : Ensure ansible_facts required by role] *** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:2 Friday 20 September 2024 13:25:25 -0400 (0:00:00.052) 0:00:00.081 ****** 6494 1726853125.15908: entering _queue_task() for managed_node1/include_tasks 6494 1726853125.15909: Creating lock for include_tasks 6494 1726853125.16136: worker is 1 (out of 1 available) 6494 1726853125.16147: exiting _queue_task() for managed_node1/include_tasks 6494 1726853125.16157: done queuing things up, now waiting for results queue to drain 6494 1726853125.16159: waiting for pending results... 6494 1726853125.16298: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.postfix : Ensure ansible_facts required by role 6494 1726853125.16358: in run() - task 0affc48f-66db-1e98-6787-000000000023 6494 1726853125.16368: variable 'ansible_search_path' from source: unknown 6494 1726853125.16371: variable 'ansible_search_path' from source: unknown 6494 1726853125.16400: calling self._execute() 6494 1726853125.16448: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853125.16454: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853125.16462: variable 'omit' from source: magic vars 6494 1726853125.16536: _execute() done 6494 1726853125.16540: dumping result to json 6494 1726853125.16543: done dumping result, returning 6494 1726853125.16551: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.postfix : Ensure ansible_facts required by role [0affc48f-66db-1e98-6787-000000000023] 6494 1726853125.16555: sending task result for task 0affc48f-66db-1e98-6787-000000000023 6494 1726853125.16682: no more pending results, returning what we have 6494 1726853125.16687: in VariableManager get_vars() 6494 1726853125.16723: Calling all_inventory to load vars for managed_node1 6494 1726853125.16726: Calling groups_inventory to load vars for managed_node1 6494 1726853125.16728: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853125.16744: Calling all_plugins_play to load vars for managed_node1 6494 1726853125.16747: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853125.16751: done sending task result for task 0affc48f-66db-1e98-6787-000000000023 6494 1726853125.16753: WORKER PROCESS EXITING 6494 1726853125.16757: Calling groups_plugins_play to load vars for managed_node1 6494 1726853125.16791: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853125.16814: done with get_vars() 6494 1726853125.16819: variable 'ansible_search_path' from source: unknown 6494 1726853125.16820: variable 'ansible_search_path' from source: unknown 6494 1726853125.16844: we have included files to process 6494 1726853125.16845: generating all_blocks data 6494 1726853125.16846: done generating all_blocks data 6494 1726853125.16848: processing included file: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml 6494 1726853125.16849: loading included file: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml 6494 1726853125.16850: Loading data from /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml 6494 1726853125.17253: done processing included file 6494 1726853125.17255: iterating over new_blocks loaded from include file 6494 1726853125.17256: in VariableManager get_vars() 6494 1726853125.17269: done with get_vars() 6494 1726853125.17270: filtering new block on tags 6494 1726853125.17279: done filtering new block on tags 6494 1726853125.17280: in VariableManager get_vars() 6494 1726853125.17291: done with get_vars() 6494 1726853125.17292: filtering new block on tags 6494 1726853125.17304: done filtering new block on tags 6494 1726853125.17305: in VariableManager get_vars() 6494 1726853125.17317: done with get_vars() 6494 1726853125.17318: filtering new block on tags 6494 1726853125.17324: done filtering new block on tags 6494 1726853125.17325: done iterating over new_blocks loaded from include file included: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml for managed_node1 6494 1726853125.17329: extending task lists for all hosts with included blocks 6494 1726853125.17372: done extending task lists 6494 1726853125.17373: done processing included files 6494 1726853125.17373: results queue empty 6494 1726853125.17374: checking for any_errors_fatal 6494 1726853125.17375: done checking for any_errors_fatal 6494 1726853125.17376: checking for max_fail_percentage 6494 1726853125.17376: done checking for max_fail_percentage 6494 1726853125.17378: checking to see if all hosts have failed and the running result is not ok 6494 1726853125.17378: done checking to see if all hosts have failed 6494 1726853125.17379: getting the remaining hosts for this loop 6494 1726853125.17379: done getting the remaining hosts for this loop 6494 1726853125.17381: getting the next task for host managed_node1 6494 1726853125.17384: done getting next task for host managed_node1 6494 1726853125.17385: ^ task is: TASK: fedora.linux_system_roles.postfix : Ensure ansible_facts used by role are present 6494 1726853125.17387: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853125.17393: getting variables 6494 1726853125.17393: in VariableManager get_vars() 6494 1726853125.17403: Calling all_inventory to load vars for managed_node1 6494 1726853125.17404: Calling groups_inventory to load vars for managed_node1 6494 1726853125.17405: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853125.17408: Calling all_plugins_play to load vars for managed_node1 6494 1726853125.17410: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853125.17411: Calling groups_plugins_play to load vars for managed_node1 6494 1726853125.17428: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853125.17446: done with get_vars() 6494 1726853125.17450: done getting variables TASK [fedora.linux_system_roles.postfix : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:3 Friday 20 September 2024 13:25:25 -0400 (0:00:00.015) 0:00:00.097 ****** 6494 1726853125.17495: entering _queue_task() for managed_node1/setup 6494 1726853125.17685: worker is 1 (out of 1 available) 6494 1726853125.17696: exiting _queue_task() for managed_node1/setup 6494 1726853125.17711: done queuing things up, now waiting for results queue to drain 6494 1726853125.17713: waiting for pending results... 6494 1726853125.17844: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.postfix : Ensure ansible_facts used by role are present 6494 1726853125.17912: in run() - task 0affc48f-66db-1e98-6787-000000000081 6494 1726853125.17922: variable 'ansible_search_path' from source: unknown 6494 1726853125.17925: variable 'ansible_search_path' from source: unknown 6494 1726853125.17955: calling self._execute() 6494 1726853125.18000: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853125.18007: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853125.18014: variable 'omit' from source: magic vars 6494 1726853125.18390: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853125.19962: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853125.20015: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853125.20043: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853125.20069: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853125.20089: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853125.20151: 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) 6494 1726853125.20171: 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) 6494 1726853125.20188: 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) 6494 1726853125.20217: 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) 6494 1726853125.20227: 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) 6494 1726853125.20267: 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) 6494 1726853125.20283: 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) 6494 1726853125.20300: 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) 6494 1726853125.20327: 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) 6494 1726853125.20339: 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) 6494 1726853125.20458: variable '__postfix_required_facts' from source: role '' all vars 6494 1726853125.20466: variable 'ansible_facts' from source: unknown 6494 1726853125.20489: Evaluated conditional (__postfix_required_facts | difference(ansible_facts.keys() | list) | length > 0): True 6494 1726853125.20495: variable 'omit' from source: magic vars 6494 1726853125.20540: variable 'omit' from source: magic vars 6494 1726853125.20562: variable '__postfix_required_facts_subsets' from source: role '' all vars 6494 1726853125.20621: variable '__postfix_required_facts_subsets' from source: role '' all vars 6494 1726853125.20691: variable '__postfix_required_facts' from source: role '' all vars 6494 1726853125.20747: variable 'omit' from source: magic vars 6494 1726853125.20764: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6494 1726853125.20784: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6494 1726853125.20797: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6494 1726853125.20812: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853125.20820: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853125.20843: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6494 1726853125.20846: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853125.20850: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853125.20910: Set connection var ansible_shell_type to sh 6494 1726853125.20916: Set connection var ansible_pipelining to False 6494 1726853125.20921: Set connection var ansible_shell_executable to /bin/sh 6494 1726853125.20926: Set connection var ansible_timeout to 10 6494 1726853125.20935: Set connection var ansible_connection to ssh 6494 1726853125.20941: Set connection var ansible_module_compression to ZIP_DEFLATED 6494 1726853125.20959: variable 'ansible_shell_executable' from source: unknown 6494 1726853125.20962: variable 'ansible_connection' from source: unknown 6494 1726853125.20965: variable 'ansible_module_compression' from source: unknown 6494 1726853125.20968: variable 'ansible_shell_type' from source: unknown 6494 1726853125.20970: variable 'ansible_shell_executable' from source: unknown 6494 1726853125.20972: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853125.20975: variable 'ansible_pipelining' from source: unknown 6494 1726853125.20978: variable 'ansible_timeout' from source: unknown 6494 1726853125.20980: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853125.21078: 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__) 6494 1726853125.21085: variable 'omit' from source: magic vars 6494 1726853125.21093: starting attempt loop 6494 1726853125.21095: running the handler 6494 1726853125.21104: _low_level_execute_command(): starting 6494 1726853125.21108: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6494 1726853125.22676: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6494 1726853125.22688: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853125.22786: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853125.22870: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6494 1726853125.22918: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match not found <<< 6494 1726853125.22933: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853125.23046: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853125.23049: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853125.23137: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853125.23149: stderr chunk (state=3): >>>debug1: Control socket "/root/.ansible/cp/0db6f37edc" does not exist debug1: Connecting to 10.31.41.218 [10.31.41.218] port 22. debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853125.23312: stderr chunk (state=3): >>>debug1: fd 3 clearing O_NONBLOCK debug1: Connection established. <<< 6494 1726853125.23416: stderr chunk (state=3): >>>debug1: identity file /root/.ssh/id_rsa type -1 debug1: identity file /root/.ssh/id_rsa-cert type -1 <<< 6494 1726853125.23419: stderr chunk (state=3): >>>debug1: identity file /root/.ssh/id_ecdsa type -1 debug1: identity file /root/.ssh/id_ecdsa-cert type -1 debug1: identity file /root/.ssh/id_ecdsa_sk type -1 debug1: identity file /root/.ssh/id_ecdsa_sk-cert type -1 debug1: identity file /root/.ssh/id_ed25519 type -1 <<< 6494 1726853125.23421: stderr chunk (state=3): >>>debug1: identity file /root/.ssh/id_ed25519-cert type -1 debug1: identity file /root/.ssh/id_ed25519_sk type -1 debug1: identity file /root/.ssh/id_ed25519_sk-cert type -1 <<< 6494 1726853125.23423: stderr chunk (state=3): >>>debug1: identity file /root/.ssh/id_xmss type -1 debug1: identity file /root/.ssh/id_xmss-cert type -1 <<< 6494 1726853125.23424: stderr chunk (state=3): >>>debug1: Local version string SSH-2.0-OpenSSH_9.8 <<< 6494 1726853125.24162: stderr chunk (state=3): >>>debug1: Remote protocol version 2.0, remote software version OpenSSH_9.8 debug1: compat_banner: match: OpenSSH_9.8 pat OpenSSH* compat 0x04000000 debug2: fd 3 setting O_NONBLOCK debug1: Authenticating to 10.31.41.218:22 as 'root' <<< 6494 1726853125.24164: stderr chunk (state=3): >>>debug1: load_hostkeys: fopen /root/.ssh/known_hosts: No such file or directory debug1: load_hostkeys: fopen /root/.ssh/known_hosts2: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory <<< 6494 1726853125.24166: stderr chunk (state=3): >>>debug1: SSH2_MSG_KEXINIT sent <<< 6494 1726853125.24417: stderr chunk (state=3): >>>debug1: SSH2_MSG_KEXINIT received debug2: local client KEXINIT proposal debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,ext-info-c,kex-strict-c-v00@openssh.com debug2: host key algorithms: ssh-ed25519-cert-v01@openssh.com,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,sk-ssh-ed25519-cert-v01@openssh.com,sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,sk-ssh-ed25519@openssh.com,sk-ecdsa-sha2-nistp256@openssh.com,rsa-sha2-512,rsa-sha2-256 debug2: ciphers ctos: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: ciphers stoc: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr <<< 6494 1726853125.24419: stderr chunk (state=3): >>>debug2: MACs ctos: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: MACs stoc: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: compression ctos: zlib@openssh.com,zlib,none debug2: compression stoc: zlib@openssh.com,zlib,none debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug2: peer server KEXINIT proposal debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,ext-info-s,kex-strict-s-v00@openssh.com debug2: host key algorithms: rsa-sha2-512,rsa-sha2-256,ecdsa-sha2-nistp256,ssh-ed25519 debug2: ciphers ctos: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: ciphers stoc: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: MACs ctos: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: MACs stoc: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: compression ctos: none,zlib@openssh.com debug2: compression stoc: none,zlib@openssh.com debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug1: kex: algorithm: curve25519-sha256 debug1: kex: host key algorithm: ssh-ed25519 <<< 6494 1726853125.24421: stderr chunk (state=3): >>>debug1: kex: server->client cipher: aes256-gcm@openssh.com MAC: compression: zlib@openssh.com debug1: kex: client->server cipher: aes256-gcm@openssh.com MAC: compression: zlib@openssh.com debug1: kex: curve25519-sha256 need=32 dh_need=32 debug1: kex: curve25519-sha256 need=32 dh_need=32 <<< 6494 1726853125.24584: stderr chunk (state=3): >>>debug1: expecting SSH2_MSG_KEX_ECDH_REPLY <<< 6494 1726853125.25059: stderr chunk (state=3): >>>debug1: SSH2_MSG_KEX_ECDH_REPLY received <<< 6494 1726853125.25062: stderr chunk (state=3): >>>debug1: Server host key: ssh-ed25519 SHA256:NMyd3pJVeGG/iOvTaS45R2XRhTWhtAC+JvOD0CfGESI debug1: load_hostkeys: fopen /root/.ssh/known_hosts: No such file or directory debug1: load_hostkeys: fopen /root/.ssh/known_hosts2: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory <<< 6494 1726853125.25086: stderr chunk (state=3): >>>Warning: Permanently added '10.31.41.218' (ED25519) to the list of known hosts. debug1: check_host_key: hostkey not known or explicitly trusted: disabling UpdateHostkeys <<< 6494 1726853125.25428: stderr chunk (state=3): >>>debug1: ssh_packet_send2_wrapped: resetting send seqnr 3 debug2: ssh_set_newkeys: mode 1 <<< 6494 1726853125.25435: stderr chunk (state=3): >>>debug1: rekey out after 4294967296 blocks debug1: SSH2_MSG_NEWKEYS sent debug1: Sending SSH2_MSG_EXT_INFO debug1: expecting SSH2_MSG_NEWKEYS debug1: ssh_packet_read_poll2: resetting read seqnr 3 debug1: SSH2_MSG_NEWKEYS received debug2: ssh_set_newkeys: mode 0 <<< 6494 1726853125.25439: stderr chunk (state=3): >>>debug1: rekey in after 4294967296 blocks debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,ext-info-c,kex-strict-c-v00@openssh.com debug2: host key algorithms: ssh-ed25519-cert-v01@openssh.com,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,sk-ssh-ed25519-cert-v01@openssh.com,sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,sk-ssh-ed25519@openssh.com,sk-ecdsa-sha2-nistp256@openssh.com,rsa-sha2-512,rsa-sha2-256 debug2: ciphers ctos: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: ciphers stoc: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: MACs ctos: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: MACs stoc: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: compression ctos: zlib@openssh.com,zlib,none debug2: compression stoc: zlib@openssh.com,zlib,none debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug1: SSH2_MSG_EXT_INFO received <<< 6494 1726853125.25445: stderr chunk (state=3): >>>debug1: kex_ext_info_client_parse: server-sig-algs= debug1: kex_ext_info_check_ver: publickey-hostbound@openssh.com=<0> debug1: kex_ext_info_check_ver: ping@openssh.com=<0> <<< 6494 1726853125.29687: stderr chunk (state=3): >>>debug2: service_accept: ssh-userauth debug1: SSH2_MSG_SERVICE_ACCEPT received <<< 6494 1726853125.29847: stderr chunk (state=3): >>>debug1: SSH2_MSG_EXT_INFO received debug1: kex_ext_info_client_parse: server-sig-algs= debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password debug1: Next authentication method: gssapi-with-mic <<< 6494 1726853125.42937: stderr chunk (state=3): >>>debug1: No credentials were supplied, or the credentials were unavailable or inaccessible No Kerberos credentials available (default cache: KCM:) <<< 6494 1726853125.42983: stderr chunk (state=3): >>>debug1: No credentials were supplied, or the credentials were unavailable or inaccessible No Kerberos credentials available (default cache: KCM:) debug2: we did not send a packet, disable method debug1: Next authentication method: publickey debug1: Will attempt key: /root/.ssh/id_rsa debug1: Will attempt key: /root/.ssh/id_ecdsa debug1: Will attempt key: /root/.ssh/id_ecdsa_sk debug1: Will attempt key: /root/.ssh/id_ed25519 debug1: Will attempt key: /root/.ssh/id_ed25519_sk debug1: Will attempt key: /root/.ssh/id_xmss debug2: pubkey_prepare: done debug1: Trying private key: /root/.ssh/id_rsa <<< 6494 1726853125.43434: stderr chunk (state=3): >>>debug2: we sent a publickey packet, wait for reply <<< 6494 1726853125.44367: stderr chunk (state=3): >>>debug1: Enabling compression at level 6. <<< 6494 1726853125.44379: stderr chunk (state=3): >>>Authenticated to 10.31.41.218 ([10.31.41.218]:22) using "publickey". debug1: pkcs11_del_provider: called, provider_id = (null) debug1: setting up multiplex master socket <<< 6494 1726853125.44414: stderr chunk (state=3): >>>debug2: fd 4 setting O_NONBLOCK debug1: channel 0: new mux listener [/root/.ansible/cp/0db6f37edc] (inactive timeout: 0) debug2: fd 3 setting TCP_NODELAY <<< 6494 1726853125.44417: stderr chunk (state=3): >>>debug1: control_persist_detach: backgrounding master process <<< 6494 1726853125.44451: stderr chunk (state=3): >>>debug2: control_persist_detach: background process is 6506 debug2: fd 4 setting O_NONBLOCK <<< 6494 1726853125.44501: stderr chunk (state=3): >>>debug1: forking to background <<< 6494 1726853125.44547: stderr chunk (state=3): >>>debug1: Entering interactive session. debug1: pledge: id debug2: set_control_persist_exit_time: schedule exit in 60 seconds debug1: multiplexing control connection debug2: fd 5 setting O_NONBLOCK debug1: channel 1: new mux-control [mux-control] (inactive timeout: 0) debug2: set_control_persist_exit_time: cancel scheduled exit debug2: mux_master_process_hello: channel 1 client version 4 <<< 6494 1726853125.44555: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853125.44579: stderr chunk (state=3): >>>debug2: mux_master_process_alive_check: channel 1: alive check debug2: mux_master_process_new_session: channel 1: request tty 0, X 0, agent 0, subsys 0, term "", cmd "/bin/sh -c 'echo ~ && sleep 0'", env 0 debug2: fd 7 setting O_NONBLOCK debug2: fd 8 setting O_NONBLOCK <<< 6494 1726853125.44582: stderr chunk (state=3): >>>debug1: channel 2: new session [client-session] (inactive timeout: 0) debug2: mux_master_process_new_session: channel_new: 2 linked to control channel 1 debug2: channel 2: send open <<< 6494 1726853125.46055: stderr chunk (state=3): >>>debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0 debug1: Remote: /root/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding <<< 6494 1726853125.50166: stderr chunk (state=3): >>>debug2: channel_input_open_confirmation: channel 2: callback start debug2: client_session2_setup: id 2 debug1: Sending command: /bin/sh -c 'echo ~ && sleep 0' debug2: channel 2: request exec confirm 1 <<< 6494 1726853125.50170: stderr chunk (state=3): >>>debug2: channel_input_open_confirmation: channel 2: callback done debug2: channel 2: open confirm rwindow 0 rmax 32768 debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853125.50482: stderr chunk (state=3): >>>debug2: channel 2: rcvd adjust 2097152 debug2: channel_input_status_confirm: type 99 id 2 debug2: exec request accepted on channel 2 <<< 6494 1726853125.52119: stdout chunk (state=3): >>>/root <<< 6494 1726853125.52281: stderr chunk (state=3): >>>debug2: channel 2: rcvd eof debug2: channel 2: output open -> drain debug2: channel 2: obuf empty debug2: chan_shutdown_write: channel 2: (i0 o1 sock -1 wfd 7 efd 8 [write]) debug2: channel 2: output drain -> closed <<< 6494 1726853125.52285: stderr chunk (state=3): >>>debug1: client_input_channel_req: channel 2 rtype exit-status reply 0 debug1: client_input_channel_req: channel 2 rtype eow@openssh.com reply 0 debug2: channel 2: rcvd eow debug2: chan_shutdown_read: channel 2: (i0 o3 sock -1 wfd 6 efd 8 [write]) debug2: channel 2: input open -> closed debug2: channel 2: rcvd close debug2: channel 2: send close debug2: channel 2: is dead debug2: channel 2: gc: notify user debug2: channel 1: rcvd close debug2: channel 1: output open -> drain debug2: chan_shutdown_read: channel 1: (i0 o1 sock 5 wfd 5 efd -1 [closed]) <<< 6494 1726853125.52287: stderr chunk (state=3): >>>debug2: channel 1: input open -> closed debug2: channel 2: gc: user detached debug2: channel 2: is dead debug2: channel 2: garbage collecting debug1: channel 2: free: client-session, nchannels 3 <<< 6494 1726853125.52290: stderr chunk (state=3): >>>debug2: channel 1: obuf empty debug2: chan_shutdown_write: channel 1: (i3 o1 sock 5 wfd 5 efd -1 [closed]) debug2: channel 1: output drain -> closed debug2: channel 1: is dead (local) debug2: channel 1: gc: notify user debug2: channel 1: gc: user detached debug2: channel 1: is dead (local) debug2: channel 1: garbage collecting debug1: channel 1: free: mux-control, nchannels 2 debug2: set_control_persist_exit_time: schedule exit in 60 seconds <<< 6494 1726853125.52292: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853125.52345: stdout chunk (state=3): >>><<< 6494 1726853126.52456: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' debug1: Control socket "/root/.ansible/cp/0db6f37edc" does not exist debug1: Connecting to 10.31.41.218 [10.31.41.218] port 22. debug2: fd 3 setting O_NONBLOCK debug1: fd 3 clearing O_NONBLOCK debug1: Connection established. debug1: identity file /root/.ssh/id_rsa type -1 debug1: identity file /root/.ssh/id_rsa-cert type -1 debug1: identity file /root/.ssh/id_ecdsa type -1 debug1: identity file /root/.ssh/id_ecdsa-cert type -1 debug1: identity file /root/.ssh/id_ecdsa_sk type -1 debug1: identity file /root/.ssh/id_ecdsa_sk-cert type -1 debug1: identity file /root/.ssh/id_ed25519 type -1 debug1: identity file /root/.ssh/id_ed25519-cert type -1 debug1: identity file /root/.ssh/id_ed25519_sk type -1 debug1: identity file /root/.ssh/id_ed25519_sk-cert type -1 debug1: identity file /root/.ssh/id_xmss type -1 debug1: identity file /root/.ssh/id_xmss-cert type -1 debug1: Local version string SSH-2.0-OpenSSH_9.8 debug1: Remote protocol version 2.0, remote software version OpenSSH_9.8 debug1: compat_banner: match: OpenSSH_9.8 pat OpenSSH* compat 0x04000000 debug2: fd 3 setting O_NONBLOCK debug1: Authenticating to 10.31.41.218:22 as 'root' debug1: load_hostkeys: fopen /root/.ssh/known_hosts: No such file or directory debug1: load_hostkeys: fopen /root/.ssh/known_hosts2: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug2: local client KEXINIT proposal debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,ext-info-c,kex-strict-c-v00@openssh.com debug2: host key algorithms: ssh-ed25519-cert-v01@openssh.com,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,sk-ssh-ed25519-cert-v01@openssh.com,sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,sk-ssh-ed25519@openssh.com,sk-ecdsa-sha2-nistp256@openssh.com,rsa-sha2-512,rsa-sha2-256 debug2: ciphers ctos: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: ciphers stoc: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: MACs ctos: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: MACs stoc: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: compression ctos: zlib@openssh.com,zlib,none debug2: compression stoc: zlib@openssh.com,zlib,none debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug2: peer server KEXINIT proposal debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,ext-info-s,kex-strict-s-v00@openssh.com debug2: host key algorithms: rsa-sha2-512,rsa-sha2-256,ecdsa-sha2-nistp256,ssh-ed25519 debug2: ciphers ctos: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: ciphers stoc: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: MACs ctos: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: MACs stoc: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: compression ctos: none,zlib@openssh.com debug2: compression stoc: none,zlib@openssh.com debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug1: kex: algorithm: curve25519-sha256 debug1: kex: host key algorithm: ssh-ed25519 debug1: kex: server->client cipher: aes256-gcm@openssh.com MAC: compression: zlib@openssh.com debug1: kex: client->server cipher: aes256-gcm@openssh.com MAC: compression: zlib@openssh.com debug1: kex: curve25519-sha256 need=32 dh_need=32 debug1: kex: curve25519-sha256 need=32 dh_need=32 debug1: expecting SSH2_MSG_KEX_ECDH_REPLY debug1: SSH2_MSG_KEX_ECDH_REPLY received debug1: Server host key: ssh-ed25519 SHA256:NMyd3pJVeGG/iOvTaS45R2XRhTWhtAC+JvOD0CfGESI debug1: load_hostkeys: fopen /root/.ssh/known_hosts: No such file or directory debug1: load_hostkeys: fopen /root/.ssh/known_hosts2: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory Warning: Permanently added '10.31.41.218' (ED25519) to the list of known hosts. debug1: check_host_key: hostkey not known or explicitly trusted: disabling UpdateHostkeys debug1: ssh_packet_send2_wrapped: resetting send seqnr 3 debug2: ssh_set_newkeys: mode 1 debug1: rekey out after 4294967296 blocks debug1: SSH2_MSG_NEWKEYS sent debug1: Sending SSH2_MSG_EXT_INFO debug1: expecting SSH2_MSG_NEWKEYS debug1: ssh_packet_read_poll2: resetting read seqnr 3 debug1: SSH2_MSG_NEWKEYS received debug2: ssh_set_newkeys: mode 0 debug1: rekey in after 4294967296 blocks debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,ext-info-c,kex-strict-c-v00@openssh.com debug2: host key algorithms: ssh-ed25519-cert-v01@openssh.com,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,sk-ssh-ed25519-cert-v01@openssh.com,sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,sk-ssh-ed25519@openssh.com,sk-ecdsa-sha2-nistp256@openssh.com,rsa-sha2-512,rsa-sha2-256 debug2: ciphers ctos: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: ciphers stoc: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: MACs ctos: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: MACs stoc: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: compression ctos: zlib@openssh.com,zlib,none debug2: compression stoc: zlib@openssh.com,zlib,none debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug1: SSH2_MSG_EXT_INFO received debug1: kex_ext_info_client_parse: server-sig-algs= debug1: kex_ext_info_check_ver: publickey-hostbound@openssh.com=<0> debug1: kex_ext_info_check_ver: ping@openssh.com=<0> debug2: service_accept: ssh-userauth debug1: SSH2_MSG_SERVICE_ACCEPT received debug1: SSH2_MSG_EXT_INFO received debug1: kex_ext_info_client_parse: server-sig-algs= debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password debug1: Next authentication method: gssapi-with-mic debug1: No credentials were supplied, or the credentials were unavailable or inaccessible No Kerberos credentials available (default cache: KCM:) debug1: No credentials were supplied, or the credentials were unavailable or inaccessible No Kerberos credentials available (default cache: KCM:) debug2: we did not send a packet, disable method debug1: Next authentication method: publickey debug1: Will attempt key: /root/.ssh/id_rsa debug1: Will attempt key: /root/.ssh/id_ecdsa debug1: Will attempt key: /root/.ssh/id_ecdsa_sk debug1: Will attempt key: /root/.ssh/id_ed25519 debug1: Will attempt key: /root/.ssh/id_ed25519_sk debug1: Will attempt key: /root/.ssh/id_xmss debug2: pubkey_prepare: done debug1: Trying private key: /root/.ssh/id_rsa debug2: we sent a publickey packet, wait for reply debug1: Enabling compression at level 6. Authenticated to 10.31.41.218 ([10.31.41.218]:22) using "publickey". debug1: pkcs11_del_provider: called, provider_id = (null) debug1: setting up multiplex master socket debug2: fd 4 setting O_NONBLOCK debug1: channel 0: new mux listener [/root/.ansible/cp/0db6f37edc] (inactive timeout: 0) debug2: fd 3 setting TCP_NODELAY debug1: control_persist_detach: backgrounding master process debug2: control_persist_detach: background process is 6506 debug2: fd 4 setting O_NONBLOCK debug1: forking to background debug1: Entering interactive session. debug1: pledge: id debug2: set_control_persist_exit_time: schedule exit in 60 seconds debug1: multiplexing control connection debug2: fd 5 setting O_NONBLOCK debug1: channel 1: new mux-control [mux-control] (inactive timeout: 0) debug2: set_control_persist_exit_time: cancel scheduled exit debug2: mux_master_process_hello: channel 1 client version 4 debug2: mux_client_hello_exchange: master version 4 debug2: mux_master_process_alive_check: channel 1: alive check debug2: mux_master_process_new_session: channel 1: request tty 0, X 0, agent 0, subsys 0, term "", cmd "/bin/sh -c 'echo ~ && sleep 0'", env 0 debug2: fd 7 setting O_NONBLOCK debug2: fd 8 setting O_NONBLOCK debug1: channel 2: new session [client-session] (inactive timeout: 0) debug2: mux_master_process_new_session: channel_new: 2 linked to control channel 1 debug2: channel 2: send open debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0 debug1: Remote: /root/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding debug2: channel_input_open_confirmation: channel 2: callback start debug2: client_session2_setup: id 2 debug1: Sending command: /bin/sh -c 'echo ~ && sleep 0' debug2: channel 2: request exec confirm 1 debug2: channel_input_open_confirmation: channel 2: callback done debug2: channel 2: open confirm rwindow 0 rmax 32768 debug1: mux_client_request_session: master session id: 2 debug2: channel 2: rcvd adjust 2097152 debug2: channel_input_status_confirm: type 99 id 2 debug2: exec request accepted on channel 2 debug2: channel 2: rcvd eof debug2: channel 2: output open -> drain debug2: channel 2: obuf empty debug2: chan_shutdown_write: channel 2: (i0 o1 sock -1 wfd 7 efd 8 [write]) debug2: channel 2: output drain -> closed debug1: client_input_channel_req: channel 2 rtype exit-status reply 0 debug1: client_input_channel_req: channel 2 rtype eow@openssh.com reply 0 debug2: channel 2: rcvd eow debug2: chan_shutdown_read: channel 2: (i0 o3 sock -1 wfd 6 efd 8 [write]) debug2: channel 2: input open -> closed debug2: channel 2: rcvd close debug2: channel 2: send close debug2: channel 2: is dead debug2: channel 2: gc: notify user debug2: channel 1: rcvd close debug2: channel 1: output open -> drain debug2: chan_shutdown_read: channel 1: (i0 o1 sock 5 wfd 5 efd -1 [closed]) debug2: channel 1: input open -> closed debug2: channel 2: gc: user detached debug2: channel 2: is dead debug2: channel 2: garbage collecting debug1: channel 2: free: client-session, nchannels 3 debug2: channel 1: obuf empty debug2: chan_shutdown_write: channel 1: (i3 o1 sock 5 wfd 5 efd -1 [closed]) debug2: channel 1: output drain -> closed debug2: channel 1: is dead (local) debug2: channel 1: gc: notify user debug2: channel 1: gc: user detached debug2: channel 1: is dead (local) debug2: channel 1: garbage collecting debug1: channel 1: free: mux-control, nchannels 2 debug2: set_control_persist_exit_time: schedule exit in 60 seconds debug2: Received exit status from master 0 6494 1726853126.52471: _low_level_execute_command(): starting 6494 1726853126.52475: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726853126.5245602-6499-106264086027502 `" && echo ansible-tmp-1726853126.5245602-6499-106264086027502="` echo /root/.ansible/tmp/ansible-tmp-1726853126.5245602-6499-106264086027502 `" ) && sleep 0' 6494 1726853126.52959: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853126.52963: 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.41.218 originally 10.31.41.218 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853126.52965: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 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.41.218 originally 10.31.41.218 <<< 6494 1726853126.52967: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853126.53023: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853126.53026: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853126.53029: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853126.53162: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853126.55329: stdout chunk (state=3): >>>ansible-tmp-1726853126.5245602-6499-106264086027502=/root/.ansible/tmp/ansible-tmp-1726853126.5245602-6499-106264086027502 <<< 6494 1726853126.55431: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853126.55460: stderr chunk (state=3): >>><<< 6494 1726853126.55463: stdout chunk (state=3): >>><<< 6494 1726853126.55479: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726853126.5245602-6499-106264086027502=/root/.ansible/tmp/ansible-tmp-1726853126.5245602-6499-106264086027502 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853126.55524: variable 'ansible_module_compression' from source: unknown 6494 1726853126.55565: ANSIBALLZ: Using lock for setup 6494 1726853126.55568: ANSIBALLZ: Acquiring lock 6494 1726853126.55571: ANSIBALLZ: Lock acquired: 140161393209904 6494 1726853126.55573: ANSIBALLZ: Creating module 6494 1726853126.75836: ANSIBALLZ: Writing module into payload 6494 1726853126.76039: ANSIBALLZ: Writing module 6494 1726853126.76043: ANSIBALLZ: Renaming module 6494 1726853126.76046: ANSIBALLZ: Done creating module 6494 1726853126.76056: variable 'ansible_facts' from source: unknown 6494 1726853126.76067: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6494 1726853126.76080: _low_level_execute_command(): starting 6494 1726853126.76092: _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' 6494 1726853126.76706: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6494 1726853126.76722: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853126.76742: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853126.76761: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6494 1726853126.76779: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 <<< 6494 1726853126.76853: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853126.76890: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853126.76908: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853126.76934: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853126.77087: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853126.78999: stdout chunk (state=3): >>>PLATFORM <<< 6494 1726853126.79069: stdout chunk (state=3): >>>Linux <<< 6494 1726853126.79101: stdout chunk (state=3): >>>FOUND /usr/bin/python3.12 /usr/bin/python3 /usr/bin/python3 ENDFOUND <<< 6494 1726853126.79270: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853126.79281: stdout chunk (state=3): >>><<< 6494 1726853126.79294: stderr chunk (state=3): >>><<< 6494 1726853126.79316: _low_level_execute_command() done: rc=0, stdout=PLATFORM Linux FOUND /usr/bin/python3.12 /usr/bin/python3 /usr/bin/python3 ENDFOUND , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853126.79440 [managed_node1]: found interpreters: ['/usr/bin/python3.12', '/usr/bin/python3', '/usr/bin/python3'] 6494 1726853126.79445: _low_level_execute_command(): starting 6494 1726853126.79448: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 && sleep 0' 6494 1726853126.79660: Sending initial data 6494 1726853126.79663: Sent initial data (1181 bytes) 6494 1726853126.80026: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6494 1726853126.80043: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853126.80058: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853126.80077: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6494 1726853126.80099: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 <<< 6494 1726853126.80112: stderr chunk (state=3): >>>debug2: match not found <<< 6494 1726853126.80126: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853126.80215: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853126.80229: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853126.80250: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853126.80271: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853126.80414: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853126.84335: stdout chunk (state=3): >>>{"platform_dist_result": [], "osrelease_content": "NAME=\"CentOS Stream\"\nVERSION=\"10 (Coughlan)\"\nID=\"centos\"\nID_LIKE=\"rhel fedora\"\nVERSION_ID=\"10\"\nPLATFORM_ID=\"platform:el10\"\nPRETTY_NAME=\"CentOS Stream 10 (Coughlan)\"\nANSI_COLOR=\"0;31\"\nLOGO=\"fedora-logo-icon\"\nCPE_NAME=\"cpe:/o:centos:centos:10\"\nHOME_URL=\"https://centos.org/\"\nVENDOR_NAME=\"CentOS\"\nVENDOR_URL=\"https://centos.org/\"\nBUG_REPORT_URL=\"https://issues.redhat.com/\"\nREDHAT_SUPPORT_PRODUCT=\"Red Hat Enterprise Linux 10\"\nREDHAT_SUPPORT_PRODUCT_VERSION=\"CentOS Stream\"\n"} <<< 6494 1726853126.84822: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853126.84847: stdout chunk (state=3): >>><<< 6494 1726853126.84859: stderr chunk (state=3): >>><<< 6494 1726853126.84878: _low_level_execute_command() done: rc=0, stdout={"platform_dist_result": [], "osrelease_content": "NAME=\"CentOS Stream\"\nVERSION=\"10 (Coughlan)\"\nID=\"centos\"\nID_LIKE=\"rhel fedora\"\nVERSION_ID=\"10\"\nPLATFORM_ID=\"platform:el10\"\nPRETTY_NAME=\"CentOS Stream 10 (Coughlan)\"\nANSI_COLOR=\"0;31\"\nLOGO=\"fedora-logo-icon\"\nCPE_NAME=\"cpe:/o:centos:centos:10\"\nHOME_URL=\"https://centos.org/\"\nVENDOR_NAME=\"CentOS\"\nVENDOR_URL=\"https://centos.org/\"\nBUG_REPORT_URL=\"https://issues.redhat.com/\"\nREDHAT_SUPPORT_PRODUCT=\"Red Hat Enterprise Linux 10\"\nREDHAT_SUPPORT_PRODUCT_VERSION=\"CentOS Stream\"\n"} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853126.84970: variable 'ansible_facts' from source: unknown 6494 1726853126.84979: variable 'ansible_facts' from source: unknown 6494 1726853126.84994: variable 'ansible_module_compression' from source: unknown 6494 1726853126.85043: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6494dydhg1yg/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 6494 1726853126.85138: variable 'ansible_facts' from source: unknown 6494 1726853126.85286: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726853126.5245602-6499-106264086027502/AnsiballZ_setup.py 6494 1726853126.85503: Sending initial data 6494 1726853126.85515: Sent initial data (152 bytes) 6494 1726853126.86277: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853126.86335: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853126.86361: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853126.86379: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853126.86622: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853126.88630: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6494 1726853126.88803: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6494 1726853126.89027: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6494dydhg1yg/tmp8o6s5mbq /root/.ansible/tmp/ansible-tmp-1726853126.5245602-6499-106264086027502/AnsiballZ_setup.py <<< 6494 1726853126.89055: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726853126.5245602-6499-106264086027502/AnsiballZ_setup.py" <<< 6494 1726853126.89161: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory <<< 6494 1726853126.89183: stderr chunk (state=3): >>>debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6494dydhg1yg/tmp8o6s5mbq" to remote "/root/.ansible/tmp/ansible-tmp-1726853126.5245602-6499-106264086027502/AnsiballZ_setup.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726853126.5245602-6499-106264086027502/AnsiballZ_setup.py" <<< 6494 1726853126.91058: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853126.91216: stderr chunk (state=3): >>><<< 6494 1726853126.91219: stdout chunk (state=3): >>><<< 6494 1726853126.91222: done transferring module to remote 6494 1726853126.91224: _low_level_execute_command(): starting 6494 1726853126.91226: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726853126.5245602-6499-106264086027502/ /root/.ansible/tmp/ansible-tmp-1726853126.5245602-6499-106264086027502/AnsiballZ_setup.py && sleep 0' 6494 1726853126.91766: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6494 1726853126.91780: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853126.91795: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853126.91847: 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.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853126.91910: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853126.91934: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853126.91954: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853126.92104: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853126.94158: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853126.94162: stdout chunk (state=3): >>><<< 6494 1726853126.94165: stderr chunk (state=3): >>><<< 6494 1726853126.94186: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853126.94272: _low_level_execute_command(): starting 6494 1726853126.94276: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726853126.5245602-6499-106264086027502/AnsiballZ_setup.py && sleep 0' 6494 1726853126.94818: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6494 1726853126.94834: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853126.94849: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853126.94938: 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.41.218 originally 10.31.41.218 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853126.94951: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853126.94980: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853126.94997: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853126.95018: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853126.95173: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853126.97619: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 6494 1726853126.97664: stdout chunk (state=3): >>>import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 6494 1726853126.97751: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 6494 1726853126.97784: stdout chunk (state=3): >>>import 'posix' # <<< 6494 1726853126.97817: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 6494 1726853126.97831: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 6494 1726853126.97894: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853126.97897: stdout chunk (state=3): >>>import '_codecs' # <<< 6494 1726853126.98006: stdout chunk (state=3): >>>import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 6494 1726853126.98009: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde6a0e84d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde6a0b7b30> <<< 6494 1726853126.98036: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde6a0eaa50> <<< 6494 1726853126.98077: stdout chunk (state=3): >>>import '_signal' # <<< 6494 1726853126.98090: stdout chunk (state=3): >>>import '_abc' # import 'abc' # import 'io' # <<< 6494 1726853126.98125: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 6494 1726853126.98205: stdout chunk (state=3): >>>import '_collections_abc' # <<< 6494 1726853126.98250: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 6494 1726853126.98285: stdout chunk (state=3): >>>import 'os' # <<< 6494 1726853126.98313: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages <<< 6494 1726853126.98329: stdout chunk (state=3): >>>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' <<< 6494 1726853126.98371: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 6494 1726853126.98374: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69e99130> <<< 6494 1726853126.98444: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853126.98469: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69e99fa0> <<< 6494 1726853126.98484: stdout chunk (state=3): >>>import 'site' # <<< 6494 1726853126.98508: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 6494 1726853126.98912: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 6494 1726853126.98946: stdout chunk (state=3): >>># 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 <<< 6494 1726853126.98962: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853126.98972: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 6494 1726853126.99014: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 6494 1726853126.99027: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 6494 1726853126.99063: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 6494 1726853126.99086: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69ed7e90> <<< 6494 1726853126.99107: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 6494 1726853126.99148: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 6494 1726853126.99165: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69ed7f50> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 6494 1726853126.99188: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 6494 1726853126.99212: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 6494 1726853126.99295: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853126.99302: stdout chunk (state=3): >>>import 'itertools' # <<< 6494 1726853126.99348: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69f0f890> <<< 6494 1726853126.99369: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 6494 1726853126.99372: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69f0ff20> <<< 6494 1726853126.99394: stdout chunk (state=3): >>>import '_collections' # <<< 6494 1726853126.99435: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69eefb60> <<< 6494 1726853126.99446: stdout chunk (state=3): >>>import '_functools' # <<< 6494 1726853126.99472: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69eed280> <<< 6494 1726853126.99573: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69ed5040> <<< 6494 1726853126.99595: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 6494 1726853126.99629: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 6494 1726853126.99654: stdout chunk (state=3): >>>import '_sre' # <<< 6494 1726853126.99671: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 6494 1726853126.99707: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 6494 1726853126.99710: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 6494 1726853126.99751: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 6494 1726853126.99775: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69f2f800> <<< 6494 1726853126.99782: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69f2e420> <<< 6494 1726853126.99805: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69eee150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69f2cc80> <<< 6494 1726853126.99867: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 6494 1726853126.99884: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69f64890> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69ed42c0> <<< 6494 1726853126.99912: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 6494 1726853126.99943: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fde69f64d40> <<< 6494 1726853126.99958: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69f64bf0> <<< 6494 1726853126.99991: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fde69f64fe0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69ed2de0> <<< 6494 1726853127.00026: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 6494 1726853127.00057: stdout chunk (state=3): >>># 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 <<< 6494 1726853127.00103: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 6494 1726853127.00115: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69f656d0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69f653a0> import 'importlib.machinery' # <<< 6494 1726853127.00156: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 6494 1726853127.00187: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 6494 1726853127.00210: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69f665d0> import 'importlib.util' # import 'runpy' # <<< 6494 1726853127.00233: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 6494 1726853127.00273: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 6494 1726853127.00319: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' <<< 6494 1726853127.00329: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69f7c7a0> import 'errno' # <<< 6494 1726853127.00370: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853127.00388: stdout chunk (state=3): >>># 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 0x7fde69f7deb0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 6494 1726853127.00420: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 6494 1726853127.00447: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 6494 1726853127.00457: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69f7ed50> <<< 6494 1726853127.00496: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fde69f7f380> <<< 6494 1726853127.00524: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69f7e2a0> <<< 6494 1726853127.00536: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 6494 1726853127.00591: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853127.00605: stdout chunk (state=3): >>>import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fde69f7fe00> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69f7f530> <<< 6494 1726853127.00659: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69f66570> <<< 6494 1726853127.00673: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 6494 1726853127.00706: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 6494 1726853127.00721: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 6494 1726853127.00747: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 6494 1726853127.00806: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fde69c77ce0> <<< 6494 1726853127.00813: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 6494 1726853127.00842: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fde69ca0740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69ca04a0> <<< 6494 1726853127.00873: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853127.00900: stdout chunk (state=3): >>># extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fde69ca0770> <<< 6494 1726853127.00922: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 6494 1726853127.00996: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853127.01125: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fde69ca10a0> <<< 6494 1726853127.01285: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853127.01304: stdout chunk (state=3): >>># extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fde69ca1a60> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69ca0950> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69c75e80> <<< 6494 1726853127.01337: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 6494 1726853127.01362: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 6494 1726853127.01390: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 6494 1726853127.01405: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69ca2e10> <<< 6494 1726853127.01422: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69ca18e0> <<< 6494 1726853127.01446: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69f66cc0> <<< 6494 1726853127.01470: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 6494 1726853127.01552: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853127.01567: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 6494 1726853127.01600: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 6494 1726853127.01623: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69ccb170> <<< 6494 1726853127.01694: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 6494 1726853127.01717: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853127.01736: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 6494 1726853127.01751: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 6494 1726853127.01806: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69cef4d0> <<< 6494 1726853127.01809: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 6494 1726853127.01859: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 6494 1726853127.01914: stdout chunk (state=3): >>>import 'ntpath' # <<< 6494 1726853127.01951: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69d502f0> <<< 6494 1726853127.01964: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 6494 1726853127.01989: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 6494 1726853127.02021: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 6494 1726853127.02062: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 6494 1726853127.02159: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69d52a20> <<< 6494 1726853127.02235: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69d503e0> <<< 6494 1726853127.02289: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69d152e0> <<< 6494 1726853127.02313: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69b593d0> <<< 6494 1726853127.02338: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69cee300> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69ca3d40> <<< 6494 1726853127.06984: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fde69cee660> <<< 6494 1726853127.07322: stdout chunk (state=3): >>># zipimport: found 103 names in '/tmp/ansible_setup_payload_z9chlf_n/ansible_setup_payload.zip' # zipimport: zlib available <<< 6494 1726853127.07443: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.07560: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 6494 1726853127.07571: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 6494 1726853127.07611: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 6494 1726853127.07692: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 6494 1726853127.07740: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' <<< 6494 1726853127.07755: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69bc30e0> <<< 6494 1726853127.07758: stdout chunk (state=3): >>>import '_typing' # <<< 6494 1726853127.07940: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69ba1fd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69ba1160> # zipimport: zlib available <<< 6494 1726853127.07979: stdout chunk (state=3): >>>import 'ansible' # <<< 6494 1726853127.08011: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 6494 1726853127.08027: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 6494 1726853127.08047: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.09528: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.10776: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69bc1760> <<< 6494 1726853127.10781: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853127.10805: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 6494 1726853127.10829: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 6494 1726853127.10859: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 6494 1726853127.10863: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853127.10883: stdout chunk (state=3): >>># 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 0x7fde69bf2a80> <<< 6494 1726853127.10908: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69bf2810> <<< 6494 1726853127.10957: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69bf2120> <<< 6494 1726853127.10960: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 6494 1726853127.10981: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 6494 1726853127.11007: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69bf2600> <<< 6494 1726853127.11019: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde6a0ea9c0> <<< 6494 1726853127.11040: stdout chunk (state=3): >>>import 'atexit' # <<< 6494 1726853127.11090: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fde69bf3800> <<< 6494 1726853127.11094: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fde69bf39e0> <<< 6494 1726853127.11111: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 6494 1726853127.11169: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 6494 1726853127.11179: stdout chunk (state=3): >>>import '_locale' # <<< 6494 1726853127.11228: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69bf3f20> <<< 6494 1726853127.11253: stdout chunk (state=3): >>>import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 6494 1726853127.11278: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 6494 1726853127.11321: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69531be0> <<< 6494 1726853127.11364: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fde69533890> <<< 6494 1726853127.11391: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 6494 1726853127.11441: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69534290> <<< 6494 1726853127.11451: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 6494 1726853127.11495: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 6494 1726853127.11515: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69535430> <<< 6494 1726853127.11540: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 6494 1726853127.11577: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 6494 1726853127.11589: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 6494 1726853127.11653: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69537e60> <<< 6494 1726853127.11697: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fde69ed2ed0> <<< 6494 1726853127.11715: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69536150> <<< 6494 1726853127.11747: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 6494 1726853127.11764: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 6494 1726853127.11793: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 6494 1726853127.11811: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 6494 1726853127.11964: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 6494 1726853127.11991: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde6953fdd0> <<< 6494 1726853127.12003: stdout chunk (state=3): >>>import '_tokenize' # <<< 6494 1726853127.12074: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde6953e8a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde6953e600> <<< 6494 1726853127.12100: stdout chunk (state=3): >>># /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' <<< 6494 1726853127.12180: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde6953eb70> <<< 6494 1726853127.12210: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69536660> <<< 6494 1726853127.12244: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fde69583a10> <<< 6494 1726853127.12277: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69584140> <<< 6494 1726853127.12319: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 6494 1726853127.12324: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 6494 1726853127.12345: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 6494 1726853127.12389: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fde69585be0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde695859a0> <<< 6494 1726853127.12405: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 6494 1726853127.12428: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 6494 1726853127.12499: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fde69588140> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde695862a0> <<< 6494 1726853127.12520: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 6494 1726853127.12565: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853127.12607: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 6494 1726853127.12610: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 6494 1726853127.12656: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde6958b890> <<< 6494 1726853127.12788: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69588260> <<< 6494 1726853127.12862: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fde6958c950> <<< 6494 1726853127.12892: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fde6958c8f0> <<< 6494 1726853127.12957: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fde6958ca70> <<< 6494 1726853127.12961: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde695842c0> <<< 6494 1726853127.13098: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 6494 1726853127.13118: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 6494 1726853127.13146: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 6494 1726853127.13163: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853127.13195: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fde694182c0> <<< 6494 1726853127.13374: stdout chunk (state=3): >>># 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 0x7fde69419520> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde6958ea50> <<< 6494 1726853127.13479: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fde6958fe00> <<< 6494 1726853127.13529: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde6958e660> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 6494 1726853127.13534: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.13630: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.13715: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.13767: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 6494 1726853127.13781: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 6494 1726853127.13909: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.14026: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.14607: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.15185: stdout chunk (state=3): >>>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' # <<< 6494 1726853127.15428: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 6494 1726853127.15451: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853127.15710: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fde6941d790> <<< 6494 1726853127.15866: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 6494 1726853127.15892: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde6941e570> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69419640> <<< 6494 1726853127.15971: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 6494 1726853127.15975: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.16017: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 6494 1726853127.16020: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.16186: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.16362: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde6941e2a0> <<< 6494 1726853127.16383: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.16878: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.17355: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.17424: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.17523: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 6494 1726853127.17527: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.17558: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.17597: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 6494 1726853127.17614: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.17674: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.17780: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 6494 1726853127.17798: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 6494 1726853127.17820: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.17849: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.17899: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 6494 1726853127.17905: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.18153: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.18393: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 6494 1726853127.18480: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 6494 1726853127.18483: stdout chunk (state=3): >>>import '_ast' # <<< 6494 1726853127.18566: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde6941f620> <<< 6494 1726853127.18569: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.18642: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.18724: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 6494 1726853127.18762: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 6494 1726853127.18766: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.18809: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.18858: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 6494 1726853127.18873: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.18905: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.18952: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.19003: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.19082: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 6494 1726853127.19123: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853127.19224: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fde6942a120> <<< 6494 1726853127.19265: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69427440> <<< 6494 1726853127.19303: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 6494 1726853127.19313: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.19376: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.19446: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.19478: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.19537: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853127.19553: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 6494 1726853127.19583: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 6494 1726853127.19595: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 6494 1726853127.19665: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 6494 1726853127.19694: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 6494 1726853127.19709: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 6494 1726853127.19759: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde695029f0> <<< 6494 1726853127.19806: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69c126c0> <<< 6494 1726853127.19895: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde6942a1b0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde6941d010> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 6494 1726853127.19910: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.19951: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.19966: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 6494 1726853127.20041: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 6494 1726853127.20064: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # <<< 6494 1726853127.20082: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.20141: stdout chunk (state=3): >>># zipimport: zlib available<<< 6494 1726853127.20151: stdout chunk (state=3): >>> <<< 6494 1726853127.20213: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.20230: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.20251: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.20284: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.20327: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.20363: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.20413: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # # zipimport: zlib available <<< 6494 1726853127.20492: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.20562: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.20592: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.20641: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.typing' # <<< 6494 1726853127.20645: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.20814: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.21081: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 6494 1726853127.21398: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py <<< 6494 1726853127.21411: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853127.21489: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py <<< 6494 1726853127.21523: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' <<< 6494 1726853127.25856: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py <<< 6494 1726853127.25881: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' <<< 6494 1726853127.25898: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde694ba4b0> <<< 6494 1726853127.26014: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 6494 1726853127.26022: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 6494 1726853127.26052: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 6494 1726853127.26101: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 6494 1726853127.26123: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 6494 1726853127.26142: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 6494 1726853127.26157: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde690bc170> <<< 6494 1726853127.26191: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853127.26197: stdout chunk (state=3): >>># 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 0x7fde690bc740> <<< 6494 1726853127.26257: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde694a71d0> <<< 6494 1726853127.26278: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde694bafc0> <<< 6494 1726853127.26302: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde694b8b60> <<< 6494 1726853127.26318: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde694b87d0> <<< 6494 1726853127.26379: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 6494 1726853127.26440: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' <<< 6494 1726853127.26456: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 6494 1726853127.26467: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 6494 1726853127.26495: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 6494 1726853127.26499: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 6494 1726853127.26534: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853127.26540: stdout chunk (state=3): >>># 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 0x7fde690bf4d0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde690bed80> <<< 6494 1726853127.26561: stdout chunk (state=3): >>># extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853127.26569: stdout chunk (state=3): >>># 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 0x7fde690bef30> <<< 6494 1726853127.26582: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde690be1b0> <<< 6494 1726853127.26645: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 6494 1726853127.26786: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' <<< 6494 1726853127.26799: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde690bf680> <<< 6494 1726853127.29650: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 6494 1726853127.29688: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 6494 1726853127.29796: stdout chunk (state=3): >>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853127.29800: stdout chunk (state=3): >>># 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 0x7fde69106120> <<< 6494 1726853127.29831: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69104170> <<< 6494 1726853127.29861: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde694b8800> import 'ansible.module_utils.facts.timeout' # <<< 6494 1726853127.29882: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.collector' # <<< 6494 1726853127.29892: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.29915: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.29924: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other' # <<< 6494 1726853127.29938: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.29997: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.30054: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # <<< 6494 1726853127.30073: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.30129: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.30167: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 6494 1726853127.30187: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.30201: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.30211: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system' # <<< 6494 1726853127.30216: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.30248: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.30269: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # <<< 6494 1726853127.30284: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.30330: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.30383: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # <<< 6494 1726853127.30391: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.30433: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.30478: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # <<< 6494 1726853127.30483: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.30536: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.30595: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.30648: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.30703: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # <<< 6494 1726853127.30718: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.cmdline' # <<< 6494 1726853127.30723: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.31212: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.31655: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # <<< 6494 1726853127.31660: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.31715: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.31770: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.31803: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.31842: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 6494 1726853127.31848: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.date_time' # <<< 6494 1726853127.31866: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.31887: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.31911: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # <<< 6494 1726853127.31916: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.31982: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.32029: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # <<< 6494 1726853127.32049: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.32076: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.32109: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # <<< 6494 1726853127.32114: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.32149: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.32172: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # <<< 6494 1726853127.32188: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.32262: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.32352: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 6494 1726853127.32357: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 6494 1726853127.32383: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69106300> <<< 6494 1726853127.32402: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 6494 1726853127.32437: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 6494 1726853127.32559: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69106f00> <<< 6494 1726853127.32563: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.local' # <<< 6494 1726853127.32574: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.32641: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.32700: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # <<< 6494 1726853127.32720: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.32801: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.32892: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 6494 1726853127.32897: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.32964: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.33039: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # <<< 6494 1726853127.33048: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.33084: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.33141: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 6494 1726853127.33186: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 6494 1726853127.33267: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853127.33324: stdout chunk (state=3): >>># 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 0x7fde6914a4b0> <<< 6494 1726853127.33517: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde6913a2d0> <<< 6494 1726853127.33520: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.python' # <<< 6494 1726853127.33536: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.33585: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.33644: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # <<< 6494 1726853127.33649: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.33738: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.33818: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.33934: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.34079: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # import 'ansible.module_utils.facts.system.service_mgr' # <<< 6494 1726853127.34084: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.34126: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.34159: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # <<< 6494 1726853127.34175: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.34209: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.34317: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py <<< 6494 1726853127.34322: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' <<< 6494 1726853127.34361: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853127.34377: stdout chunk (state=3): >>># 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 0x7fde6915e1e0> <<< 6494 1726853127.34388: stdout chunk (state=3): >>>import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde6915fa70> import 'ansible.module_utils.facts.system.user' # <<< 6494 1726853127.34395: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.34413: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.hardware' # <<< 6494 1726853127.34427: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.34468: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.34507: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # <<< 6494 1726853127.34510: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.34673: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.34819: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 6494 1726853127.34831: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.34929: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.35030: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.35065: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.35109: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # <<< 6494 1726853127.35123: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.darwin' # <<< 6494 1726853127.35135: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.35144: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.35166: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.35310: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.35459: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # <<< 6494 1726853127.35465: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.35584: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.35706: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # <<< 6494 1726853127.35712: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.35752: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.35781: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.36347: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.36862: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # <<< 6494 1726853127.36874: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hurd' # <<< 6494 1726853127.36887: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.36986: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.37092: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 6494 1726853127.37111: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.37200: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.37303: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # <<< 6494 1726853127.37310: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.37461: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.37612: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 6494 1726853127.37634: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.37638: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.37655: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network' # <<< 6494 1726853127.37660: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.37699: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.37747: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # <<< 6494 1726853127.37753: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.37848: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.37947: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.38151: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.38350: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # <<< 6494 1726853127.38359: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.aix' # <<< 6494 1726853127.38370: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.38401: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.38443: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # <<< 6494 1726853127.38449: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.38477: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.38498: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # <<< 6494 1726853127.38507: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.38576: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.38650: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # <<< 6494 1726853127.38656: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.38678: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.38697: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # <<< 6494 1726853127.38713: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.38771: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.38894: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # # zipimport: zlib available <<< 6494 1726853127.38897: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.38952: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # # zipimport: zlib available <<< 6494 1726853127.39225: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.39489: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # <<< 6494 1726853127.39493: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.39551: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.39614: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # <<< 6494 1726853127.39629: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.39657: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.39688: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # <<< 6494 1726853127.39701: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.39730: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.39766: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # <<< 6494 1726853127.39771: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.39806: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.39834: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # <<< 6494 1726853127.39856: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.39926: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.40009: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 6494 1726853127.40014: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.40034: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.40048: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual' # <<< 6494 1726853127.40053: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.40096: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.40141: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # <<< 6494 1726853127.40146: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.40169: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.40188: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.40237: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.40284: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.40361: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.40434: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sysctl' # <<< 6494 1726853127.40441: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # <<< 6494 1726853127.40458: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.40504: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.40564: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 6494 1726853127.40569: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.40783: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.40980: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # <<< 6494 1726853127.40996: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.41037: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.41084: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # <<< 6494 1726853127.41097: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.41145: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.41189: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 6494 1726853127.41203: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.41283: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.41369: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # <<< 6494 1726853127.41383: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.default_collectors' # <<< 6494 1726853127.41389: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.41477: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.41573: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # <<< 6494 1726853127.41582: stdout chunk (state=3): >>>import 'ansible.module_utils.facts' # <<< 6494 1726853127.41742: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.43236: stdout chunk (state=3): >>> {"ansible_facts": {"ansible_distribution": "CentOS", "ansible_distribution_release": "Stream", "ansible_distribution_version": "10", "ansible_distribution_major_version": "10", "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_version", "os_family"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["!all", "!min", "distribution_version", "os_family"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} <<< 6494 1726853127.43798: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 6494 1726853127.43808: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout <<< 6494 1726853127.43816: 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 _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 <<< 6494 1726853127.43836: stdout chunk (state=3): >>># 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 <<< 6494 1726853127.43855: stdout chunk (state=3): >>># 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 # 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 <<< 6494 1726853127.43869: stdout chunk (state=3): >>># 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 <<< 6494 1726853127.43898: 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 grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd <<< 6494 1726853127.43905: stdout chunk (state=3): >>># cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon <<< 6494 1726853127.43925: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat <<< 6494 1726853127.43949: stdout chunk (state=3): >>># 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 <<< 6494 1726853127.43965: stdout chunk (state=3): >>># 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 <<< 6494 1726853127.43974: stdout chunk (state=3): >>># cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse <<< 6494 1726853127.43999: stdout chunk (state=3): >>># cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # 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 <<< 6494 1726853127.44008: stdout chunk (state=3): >>># cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # 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 <<< 6494 1726853127.44023: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb <<< 6494 1726853127.44053: stdout chunk (state=3): >>># 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 <<< 6494 1726853127.44059: stdout chunk (state=3): >>># 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 <<< 6494 1726853127.44088: 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 # 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 <<< 6494 1726853127.44091: 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 # 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 <<< 6494 1726853127.44094: stdout chunk (state=3): >>># 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 <<< 6494 1726853127.44486: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 6494 1726853127.44496: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 6494 1726853127.44518: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 <<< 6494 1726853127.44536: stdout chunk (state=3): >>># destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 6494 1726853127.44547: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 6494 1726853127.44576: stdout chunk (state=3): >>># destroy ntpath <<< 6494 1726853127.44598: stdout chunk (state=3): >>># destroy importlib <<< 6494 1726853127.44624: stdout chunk (state=3): >>># destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json <<< 6494 1726853127.44638: stdout chunk (state=3): >>># destroy grp # destroy encodings # destroy _locale # destroy locale # destroy select <<< 6494 1726853127.44647: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess <<< 6494 1726853127.44652: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 6494 1726853127.44681: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 6494 1726853127.44695: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy logging<<< 6494 1726853127.44700: stdout chunk (state=3): >>> <<< 6494 1726853127.44736: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors <<< 6494 1726853127.44750: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.connection # destroy multiprocessing.pool # destroy signal # destroy pickle # destroy multiprocessing.context # destroy array # destroy _compat_pickle <<< 6494 1726853127.44772: stdout chunk (state=3): >>># destroy _pickle <<< 6494 1726853127.44787: stdout chunk (state=3): >>># destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.process <<< 6494 1726853127.44804: stdout chunk (state=3): >>># destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing <<< 6494 1726853127.44819: stdout chunk (state=3): >>># destroy shlex # destroy fcntl <<< 6494 1726853127.44826: stdout chunk (state=3): >>># destroy datetime # destroy subprocess <<< 6494 1726853127.44838: stdout chunk (state=3): >>># destroy base64 # destroy _ssl <<< 6494 1726853127.44866: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd <<< 6494 1726853127.44876: stdout chunk (state=3): >>># destroy termios <<< 6494 1726853127.44890: stdout chunk (state=3): >>># destroy errno # destroy json <<< 6494 1726853127.44911: stdout chunk (state=3): >>># destroy socket # destroy struct <<< 6494 1726853127.44917: stdout chunk (state=3): >>># destroy glob # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector <<< 6494 1726853127.44958: stdout chunk (state=3): >>># cleanup[3] wiping configparser <<< 6494 1726853127.44989: 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 # 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 <<< 6494 1726853127.45005: stdout chunk (state=3): >>># cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 6494 1726853127.45027: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 <<< 6494 1726853127.45040: stdout chunk (state=3): >>># 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 <<< 6494 1726853127.45051: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap_external <<< 6494 1726853127.45080: stdout chunk (state=3): >>># 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<<< 6494 1726853127.45085: stdout chunk (state=3): >>> # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator <<< 6494 1726853127.45114: stdout chunk (state=3): >>># 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 <<< 6494 1726853127.45142: stdout chunk (state=3): >>># 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 <<< 6494 1726853127.45145: 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 <<< 6494 1726853127.45149: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 6494 1726853127.45355: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 6494 1726853127.45367: stdout chunk (state=3): >>># destroy _collections <<< 6494 1726853127.45396: stdout chunk (state=3): >>># destroy platform <<< 6494 1726853127.45409: stdout chunk (state=3): >>># destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 6494 1726853127.45422: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 6494 1726853127.45451: stdout chunk (state=3): >>># destroy _typing <<< 6494 1726853127.45466: stdout chunk (state=3): >>># destroy _tokenize <<< 6494 1726853127.45475: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves <<< 6494 1726853127.45480: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 6494 1726853127.45508: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 6494 1726853127.45611: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 6494 1726853127.45620: stdout chunk (state=3): >>># 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 <<< 6494 1726853127.45637: stdout chunk (state=3): >>># destroy time <<< 6494 1726853127.45644: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 6494 1726853127.45667: stdout chunk (state=3): >>># destroy _hashlib <<< 6494 1726853127.45685: stdout chunk (state=3): >>># destroy _operator <<< 6494 1726853127.45705: stdout chunk (state=3): >>># destroy _string # destroy re # destroy itertools <<< 6494 1726853127.45719: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 6494 1726853127.45724: stdout chunk (state=3): >>># clear sys.audit hooks <<< 6494 1726853127.46074: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.41.218 closed. <<< 6494 1726853127.46107: stderr chunk (state=3): >>><<< 6494 1726853127.46110: stdout chunk (state=3): >>><<< 6494 1726853127.46203: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde6a0e84d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde6a0b7b30> # /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 0x7fde6a0eaa50> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69e99130> # /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 0x7fde69e99fa0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69ed7e90> # /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 0x7fde69ed7f50> # /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 0x7fde69f0f890> # /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 0x7fde69f0ff20> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69eefb60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69eed280> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69ed5040> # /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 0x7fde69f2f800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69f2e420> # /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 0x7fde69eee150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69f2cc80> # /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 0x7fde69f64890> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69ed42c0> # /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 0x7fde69f64d40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69f64bf0> # 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 0x7fde69f64fe0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69ed2de0> # /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 0x7fde69f656d0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69f653a0> 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 0x7fde69f665d0> 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 0x7fde69f7c7a0> 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 0x7fde69f7deb0> # /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 0x7fde69f7ed50> # 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 0x7fde69f7f380> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69f7e2a0> # /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 0x7fde69f7fe00> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69f7f530> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69f66570> # /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 0x7fde69c77ce0> # /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 0x7fde69ca0740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69ca04a0> # 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 0x7fde69ca0770> # /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 0x7fde69ca10a0> # 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 0x7fde69ca1a60> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69ca0950> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69c75e80> # /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 0x7fde69ca2e10> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69ca18e0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69f66cc0> # /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 0x7fde69ccb170> # /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 0x7fde69cef4d0> # /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 0x7fde69d502f0> # /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 0x7fde69d52a20> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69d503e0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69d152e0> # /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 0x7fde69b593d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69cee300> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69ca3d40> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fde69cee660> # zipimport: found 103 names in '/tmp/ansible_setup_payload_z9chlf_n/ansible_setup_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 0x7fde69bc30e0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69ba1fd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69ba1160> # 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 0x7fde69bc1760> # /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 0x7fde69bf2a80> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69bf2810> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69bf2120> # /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 0x7fde69bf2600> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde6a0ea9c0> 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 0x7fde69bf3800> # 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 0x7fde69bf39e0> # /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 0x7fde69bf3f20> 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 0x7fde69531be0> # 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 0x7fde69533890> # /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 0x7fde69534290> # /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 0x7fde69535430> # /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 0x7fde69537e60> # 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 0x7fde69ed2ed0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69536150> # /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 0x7fde6953fdd0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde6953e8a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde6953e600> # /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 0x7fde6953eb70> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69536660> # 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 0x7fde69583a10> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69584140> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fde69585be0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde695859a0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fde69588140> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde695862a0> # /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 0x7fde6958b890> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69588260> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fde6958c950> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fde6958c8f0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fde6958ca70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde695842c0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fde694182c0> # 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 0x7fde69419520> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde6958ea50> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fde6958fe00> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde6958e660> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fde6941d790> # /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 0x7fde6941e570> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69419640> 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 0x7fde6941e2a0> # 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 0x7fde6941f620> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fde6942a120> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69427440> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde695029f0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69c126c0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde6942a1b0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde6941d010> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.namespace' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.typing' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /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 0x7fde694ba4b0> # /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' # /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 0x7fde690bc170> # 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 0x7fde690bc740> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde694a71d0> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde694bafc0> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde694b8b60> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde694b87d0> # /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' # /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 0x7fde690bf4d0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde690bed80> # 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 0x7fde690bef30> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde690be1b0> # /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 0x7fde690bf680> # /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' # 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 0x7fde69106120> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde69104170> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde694b8800> import 'ansible.module_utils.facts.timeout' # import 'ansible.module_utils.facts.collector' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other.facter' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other.ohai' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.apparmor' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.caps' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.chroot' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.distribution' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.datetime' # import 'ansible.module_utils.facts.system.date_time' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.env' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.dns' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.fips' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.loadavg' # # 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 0x7fde69106300> # /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 0x7fde69106f00> import 'ansible.module_utils.facts.system.local' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.lsb' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.pkg_mgr' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.platform' # # zipimport: zlib available # zipimport: zlib available # /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 0x7fde6914a4b0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde6913a2d0> import 'ansible.module_utils.facts.system.python' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.selinux' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.version' # import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.ssh_pub_keys' # # zipimport: zlib available # zipimport: zlib available # /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 0x7fde6915e1e0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fde6915fa70> import 'ansible.module_utils.facts.system.user' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.base' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.aix' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.sysctl' # import 'ansible.module_utils.facts.hardware.darwin' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.hpux' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.sunos' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.base' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.darwin' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.fc_wwn' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.freebsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.hpux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.hurd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.linux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.iscsi' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.nvme' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.sunos' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.base' # # 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' # import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.hpux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.linux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # # zipimport: zlib available {"ansible_facts": {"ansible_distribution": "CentOS", "ansible_distribution_release": "Stream", "ansible_distribution_version": "10", "ansible_distribution_major_version": "10", "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_version", "os_family"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["!all", "!min", "distribution_version", "os_family"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} # 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 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # 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 _heapq # cleanup[2] removing heapq # destroy heapq # 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.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # 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 systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.connection # destroy multiprocessing.pool # destroy signal # destroy pickle # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.process # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing # destroy shlex # destroy fcntl # destroy datetime # destroy subprocess # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy errno # destroy json # destroy socket # destroy struct # destroy glob # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # cleanup[3] wiping configparser # 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 # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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.41.218 closed. [WARNING]: Module invocation had junk after the JSON data: # 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 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # 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 _heapq # cleanup[2] removing heapq # destroy heapq # 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.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # 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 systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.connection # destroy multiprocessing.pool # destroy signal # destroy pickle # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.process # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing # destroy shlex # destroy fcntl # destroy datetime # destroy subprocess # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy errno # destroy json # destroy socket # destroy struct # destroy glob # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # cleanup[3] wiping configparser # 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 # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks [WARNING]: Platform linux on host managed_node1 is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. 6494 1726853127.46973: done with _execute_module (setup, {'gather_subset': ['!all', '!min', 'distribution_version', 'os_family'], '_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': '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-1726853126.5245602-6499-106264086027502/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6494 1726853127.46982: _low_level_execute_command(): starting 6494 1726853127.46985: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726853126.5245602-6499-106264086027502/ > /dev/null 2>&1 && sleep 0' 6494 1726853127.46988: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6494 1726853127.46991: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853127.46993: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853127.46995: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6494 1726853127.46997: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 <<< 6494 1726853127.47000: stderr chunk (state=3): >>>debug2: match not found <<< 6494 1726853127.47002: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853127.47004: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6494 1726853127.47024: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.41.218 is address <<< 6494 1726853127.47027: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853127.47029: 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853127.47088: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853127.47091: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853127.47094: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853127.47220: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853127.49239: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853127.49261: stderr chunk (state=3): >>><<< 6494 1726853127.49264: stdout chunk (state=3): >>><<< 6494 1726853127.49280: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853127.49285: handler run complete 6494 1726853127.49303: variable 'ansible_facts' from source: unknown 6494 1726853127.49334: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853127.49367: variable 'ansible_facts' from source: unknown 6494 1726853127.49389: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853127.49406: attempt loop complete, returning result 6494 1726853127.49409: _execute() done 6494 1726853127.49412: dumping result to json 6494 1726853127.49414: done dumping result, returning 6494 1726853127.49421: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.postfix : Ensure ansible_facts used by role are present [0affc48f-66db-1e98-6787-000000000081] 6494 1726853127.49423: sending task result for task 0affc48f-66db-1e98-6787-000000000081 6494 1726853127.49515: done sending task result for task 0affc48f-66db-1e98-6787-000000000081 6494 1726853127.49518: WORKER PROCESS EXITING ok: [managed_node1] 6494 1726853127.49615: no more pending results, returning what we have 6494 1726853127.49618: results queue empty 6494 1726853127.49619: checking for any_errors_fatal 6494 1726853127.49620: done checking for any_errors_fatal 6494 1726853127.49621: checking for max_fail_percentage 6494 1726853127.49622: done checking for max_fail_percentage 6494 1726853127.49623: checking to see if all hosts have failed and the running result is not ok 6494 1726853127.49624: done checking to see if all hosts have failed 6494 1726853127.49624: getting the remaining hosts for this loop 6494 1726853127.49626: done getting the remaining hosts for this loop 6494 1726853127.49629: getting the next task for host managed_node1 6494 1726853127.49641: done getting next task for host managed_node1 6494 1726853127.49644: ^ task is: TASK: fedora.linux_system_roles.postfix : Check if system is ostree 6494 1726853127.49647: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853127.49656: getting variables 6494 1726853127.49658: in VariableManager get_vars() 6494 1726853127.49690: Calling all_inventory to load vars for managed_node1 6494 1726853127.49692: Calling groups_inventory to load vars for managed_node1 6494 1726853127.49694: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853127.49704: Calling all_plugins_play to load vars for managed_node1 6494 1726853127.49706: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853127.49709: Calling groups_plugins_play to load vars for managed_node1 6494 1726853127.49767: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853127.49804: done with get_vars() 6494 1726853127.49816: done getting variables TASK [fedora.linux_system_roles.postfix : Check if system is ostree] *********** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:11 Friday 20 September 2024 13:25:27 -0400 (0:00:02.323) 0:00:02.421 ****** 6494 1726853127.49886: entering _queue_task() for managed_node1/stat 6494 1726853127.50108: worker is 1 (out of 1 available) 6494 1726853127.50123: exiting _queue_task() for managed_node1/stat 6494 1726853127.50136: done queuing things up, now waiting for results queue to drain 6494 1726853127.50138: waiting for pending results... 6494 1726853127.50281: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.postfix : Check if system is ostree 6494 1726853127.50358: in run() - task 0affc48f-66db-1e98-6787-000000000083 6494 1726853127.50368: variable 'ansible_search_path' from source: unknown 6494 1726853127.50372: variable 'ansible_search_path' from source: unknown 6494 1726853127.50401: calling self._execute() 6494 1726853127.50457: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853127.50461: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853127.50469: variable 'omit' from source: magic vars 6494 1726853127.50795: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6494 1726853127.50970: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6494 1726853127.51003: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6494 1726853127.51031: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6494 1726853127.51057: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6494 1726853127.51122: 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) 6494 1726853127.51143: 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) 6494 1726853127.51161: 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) 6494 1726853127.51178: 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) 6494 1726853127.51268: Evaluated conditional (not __postfix_is_ostree is defined): True 6494 1726853127.51271: variable 'omit' from source: magic vars 6494 1726853127.51313: variable 'omit' from source: magic vars 6494 1726853127.51337: variable 'omit' from source: magic vars 6494 1726853127.51357: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6494 1726853127.51378: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6494 1726853127.51392: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6494 1726853127.51404: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853127.51415: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853127.51438: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6494 1726853127.51441: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853127.51443: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853127.51504: Set connection var ansible_shell_type to sh 6494 1726853127.51512: Set connection var ansible_pipelining to False 6494 1726853127.51518: Set connection var ansible_shell_executable to /bin/sh 6494 1726853127.51523: Set connection var ansible_timeout to 10 6494 1726853127.51529: Set connection var ansible_connection to ssh 6494 1726853127.51537: Set connection var ansible_module_compression to ZIP_DEFLATED 6494 1726853127.51553: variable 'ansible_shell_executable' from source: unknown 6494 1726853127.51556: variable 'ansible_connection' from source: unknown 6494 1726853127.51561: variable 'ansible_module_compression' from source: unknown 6494 1726853127.51563: variable 'ansible_shell_type' from source: unknown 6494 1726853127.51566: variable 'ansible_shell_executable' from source: unknown 6494 1726853127.51568: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853127.51570: variable 'ansible_pipelining' from source: unknown 6494 1726853127.51572: variable 'ansible_timeout' from source: unknown 6494 1726853127.51574: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853127.51668: 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__) 6494 1726853127.51676: variable 'omit' from source: magic vars 6494 1726853127.51681: starting attempt loop 6494 1726853127.51685: running the handler 6494 1726853127.51695: _low_level_execute_command(): starting 6494 1726853127.51701: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6494 1726853127.52199: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853127.52205: 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.41.218 originally 10.31.41.218 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853127.52208: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853127.52210: 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853127.52262: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853127.52265: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853127.52267: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853127.52396: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853127.54183: stdout chunk (state=3): >>>/root <<< 6494 1726853127.54280: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853127.54312: stderr chunk (state=3): >>><<< 6494 1726853127.54316: stdout chunk (state=3): >>><<< 6494 1726853127.54337: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853127.54350: _low_level_execute_command(): starting 6494 1726853127.54356: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726853127.543368-6539-21516646191737 `" && echo ansible-tmp-1726853127.543368-6539-21516646191737="` echo /root/.ansible/tmp/ansible-tmp-1726853127.543368-6539-21516646191737 `" ) && sleep 0' 6494 1726853127.54813: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853127.54817: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match not found <<< 6494 1726853127.54819: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853127.54821: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853127.54823: 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853127.54873: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853127.54877: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853127.54882: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853127.54999: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853127.57146: stdout chunk (state=3): >>>ansible-tmp-1726853127.543368-6539-21516646191737=/root/.ansible/tmp/ansible-tmp-1726853127.543368-6539-21516646191737 <<< 6494 1726853127.57244: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853127.57270: stderr chunk (state=3): >>><<< 6494 1726853127.57274: stdout chunk (state=3): >>><<< 6494 1726853127.57292: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726853127.543368-6539-21516646191737=/root/.ansible/tmp/ansible-tmp-1726853127.543368-6539-21516646191737 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853127.57340: variable 'ansible_module_compression' from source: unknown 6494 1726853127.57388: ANSIBALLZ: Using lock for stat 6494 1726853127.57391: ANSIBALLZ: Acquiring lock 6494 1726853127.57394: ANSIBALLZ: Lock acquired: 140161391028432 6494 1726853127.57396: ANSIBALLZ: Creating module 6494 1726853127.64636: ANSIBALLZ: Writing module into payload 6494 1726853127.64700: ANSIBALLZ: Writing module 6494 1726853127.64718: ANSIBALLZ: Renaming module 6494 1726853127.64723: ANSIBALLZ: Done creating module 6494 1726853127.64740: variable 'ansible_facts' from source: unknown 6494 1726853127.64787: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726853127.543368-6539-21516646191737/AnsiballZ_stat.py 6494 1726853127.64891: Sending initial data 6494 1726853127.64894: Sent initial data (149 bytes) 6494 1726853127.65342: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853127.65346: 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.41.218 originally 10.31.41.218 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853127.65348: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853127.65350: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match found <<< 6494 1726853127.65352: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853127.65407: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853127.65414: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853127.65418: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853127.65540: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853127.67296: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6494 1726853127.67411: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6494 1726853127.67539: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6494dydhg1yg/tmp4pevvvx2 /root/.ansible/tmp/ansible-tmp-1726853127.543368-6539-21516646191737/AnsiballZ_stat.py <<< 6494 1726853127.67542: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726853127.543368-6539-21516646191737/AnsiballZ_stat.py" <<< 6494 1726853127.67683: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6494dydhg1yg/tmp4pevvvx2" to remote "/root/.ansible/tmp/ansible-tmp-1726853127.543368-6539-21516646191737/AnsiballZ_stat.py" <<< 6494 1726853127.67686: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726853127.543368-6539-21516646191737/AnsiballZ_stat.py" <<< 6494 1726853127.68516: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853127.68562: stderr chunk (state=3): >>><<< 6494 1726853127.68566: stdout chunk (state=3): >>><<< 6494 1726853127.68586: done transferring module to remote 6494 1726853127.68599: _low_level_execute_command(): starting 6494 1726853127.68606: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726853127.543368-6539-21516646191737/ /root/.ansible/tmp/ansible-tmp-1726853127.543368-6539-21516646191737/AnsiballZ_stat.py && sleep 0' 6494 1726853127.69063: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853127.69068: 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.41.218 originally 10.31.41.218 debug2: match not found <<< 6494 1726853127.69070: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6494 1726853127.69073: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.41.218 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853127.69075: 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853127.69125: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853127.69129: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853127.69131: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853127.69254: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853127.71211: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853127.71241: stderr chunk (state=3): >>><<< 6494 1726853127.71244: stdout chunk (state=3): >>><<< 6494 1726853127.71259: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853127.71262: _low_level_execute_command(): starting 6494 1726853127.71267: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726853127.543368-6539-21516646191737/AnsiballZ_stat.py && sleep 0' 6494 1726853127.71703: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853127.71707: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match not found <<< 6494 1726853127.71709: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6494 1726853127.71711: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.41.218 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853127.71713: 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853127.71769: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853127.71775: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853127.71778: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853127.71898: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853127.74249: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 6494 1726853127.74262: stdout chunk (state=3): >>>import _imp # builtin <<< 6494 1726853127.74291: stdout chunk (state=3): >>>import '_thread' # <<< 6494 1726853127.74295: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 6494 1726853127.74366: stdout chunk (state=3): >>>import '_io' # <<< 6494 1726853127.74371: stdout chunk (state=3): >>>import 'marshal' # <<< 6494 1726853127.74402: stdout chunk (state=3): >>>import 'posix' # <<< 6494 1726853127.74436: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 6494 1726853127.74443: stdout chunk (state=3): >>># installing zipimport hook <<< 6494 1726853127.74462: stdout chunk (state=3): >>>import 'time' # <<< 6494 1726853127.74469: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 6494 1726853127.74516: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853127.74541: stdout chunk (state=3): >>>import '_codecs' # <<< 6494 1726853127.74561: stdout chunk (state=3): >>>import 'codecs' # <<< 6494 1726853127.74594: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 6494 1726853127.74615: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 6494 1726853127.74629: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a803684d0> <<< 6494 1726853127.74635: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a80337b30> <<< 6494 1726853127.74658: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 6494 1726853127.74672: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a8036aa50> <<< 6494 1726853127.74688: stdout chunk (state=3): >>>import '_signal' # <<< 6494 1726853127.74713: stdout chunk (state=3): >>>import '_abc' # <<< 6494 1726853127.74721: stdout chunk (state=3): >>>import 'abc' # <<< 6494 1726853127.74740: stdout chunk (state=3): >>>import 'io' # <<< 6494 1726853127.74772: stdout chunk (state=3): >>>import '_stat' # <<< 6494 1726853127.74777: stdout chunk (state=3): >>>import 'stat' # <<< 6494 1726853127.74862: stdout chunk (state=3): >>>import '_collections_abc' # <<< 6494 1726853127.74894: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 6494 1726853127.74923: stdout chunk (state=3): >>>import 'os' # <<< 6494 1726853127.74948: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 6494 1726853127.74951: stdout chunk (state=3): >>>Processing user site-packages <<< 6494 1726853127.74967: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 6494 1726853127.74974: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 6494 1726853127.74980: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 6494 1726853127.75008: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py <<< 6494 1726853127.75010: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 6494 1726853127.75038: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a8013d130> <<< 6494 1726853127.75087: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 6494 1726853127.75103: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853127.75108: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a8013dfa0> <<< 6494 1726853127.75140: stdout chunk (state=3): >>>import 'site' # <<< 6494 1726853127.75165: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 6494 1726853127.75403: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 6494 1726853127.75410: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 6494 1726853127.75440: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 6494 1726853127.75450: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853127.75465: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 6494 1726853127.75506: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 6494 1726853127.75526: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 6494 1726853127.75554: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 6494 1726853127.75573: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a8017bec0> <<< 6494 1726853127.75581: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 6494 1726853127.75605: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 6494 1726853127.75630: stdout chunk (state=3): >>>import '_operator' # <<< 6494 1726853127.75645: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a8017bf80> <<< 6494 1726853127.75647: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 6494 1726853127.75678: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 6494 1726853127.75699: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 6494 1726853127.75751: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853127.75771: stdout chunk (state=3): >>>import 'itertools' # <<< 6494 1726853127.75793: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 6494 1726853127.75803: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a801b3830> <<< 6494 1726853127.75813: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 6494 1726853127.75836: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a801b3ec0> <<< 6494 1726853127.75845: stdout chunk (state=3): >>>import '_collections' # <<< 6494 1726853127.75899: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a80193b60> <<< 6494 1726853127.75904: stdout chunk (state=3): >>>import '_functools' # <<< 6494 1726853127.75941: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a801912b0> <<< 6494 1726853127.76031: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a80179070> <<< 6494 1726853127.76057: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 6494 1726853127.76076: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 6494 1726853127.76092: stdout chunk (state=3): >>>import '_sre' # <<< 6494 1726853127.76110: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 6494 1726853127.76140: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 6494 1726853127.76158: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 6494 1726853127.76165: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 6494 1726853127.76197: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a801d37d0> <<< 6494 1726853127.76210: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a801d23f0> <<< 6494 1726853127.76244: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' <<< 6494 1726853127.76249: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a80192150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a801d0bc0> <<< 6494 1726853127.76293: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 6494 1726853127.76317: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' <<< 6494 1726853127.76319: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a80208890> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a801782f0> <<< 6494 1726853127.76340: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py <<< 6494 1726853127.76344: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 6494 1726853127.76372: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853127.76378: stdout chunk (state=3): >>># 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 0x7f8a80208d40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a80208bf0> <<< 6494 1726853127.76417: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853127.76428: stdout chunk (state=3): >>># extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8a80208fe0> <<< 6494 1726853127.76435: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a80176e10> <<< 6494 1726853127.76459: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 6494 1726853127.76467: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853127.76481: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 6494 1726853127.76538: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 6494 1726853127.76540: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a80209670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a80209370> <<< 6494 1726853127.76542: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 6494 1726853127.76569: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 6494 1726853127.76575: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 6494 1726853127.76591: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a8020a540> <<< 6494 1726853127.76606: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 6494 1726853127.76640: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 6494 1726853127.76671: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 6494 1726853127.76695: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 6494 1726853127.76703: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a80220740> <<< 6494 1726853127.76717: stdout chunk (state=3): >>>import 'errno' # <<< 6494 1726853127.76755: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853127.76758: stdout chunk (state=3): >>># extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853127.76778: stdout chunk (state=3): >>>import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8a80221e20> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 6494 1726853127.76781: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 6494 1726853127.76807: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 6494 1726853127.76814: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 6494 1726853127.76828: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a80222cc0> <<< 6494 1726853127.76867: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853127.76872: stdout chunk (state=3): >>># extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853127.76889: stdout chunk (state=3): >>>import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8a802232f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a80222210> <<< 6494 1726853127.76895: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 6494 1726853127.76911: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 6494 1726853127.76950: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853127.76956: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8a80223d70> <<< 6494 1726853127.76972: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a802234a0> <<< 6494 1726853127.77012: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a8020a4b0> <<< 6494 1726853127.77037: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 6494 1726853127.77063: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 6494 1726853127.77084: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 6494 1726853127.77104: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 6494 1726853127.77144: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8a7ffbbc50> <<< 6494 1726853127.77166: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 6494 1726853127.77171: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 6494 1726853127.77204: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8a7ffe4710> <<< 6494 1726853127.77212: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7ffe4470> <<< 6494 1726853127.77230: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853127.77236: stdout chunk (state=3): >>># extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8a7ffe4740> <<< 6494 1726853127.77264: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 6494 1726853127.77268: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 6494 1726853127.77346: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853127.77473: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8a7ffe5070> <<< 6494 1726853127.77619: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853127.77623: stdout chunk (state=3): >>># extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8a7ffe5a60> <<< 6494 1726853127.77643: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7ffe4920> <<< 6494 1726853127.77646: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7ffb9df0> <<< 6494 1726853127.77666: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 6494 1726853127.77684: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 6494 1726853127.77712: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 6494 1726853127.77719: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 6494 1726853127.77742: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7ffe6e10> <<< 6494 1726853127.77752: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7ffe5b50> <<< 6494 1726853127.77772: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a8020ac60> <<< 6494 1726853127.77796: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 6494 1726853127.77868: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853127.77879: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 6494 1726853127.77916: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 6494 1726853127.77942: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a8000b170> <<< 6494 1726853127.77995: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 6494 1726853127.78011: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853127.78033: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 6494 1726853127.78049: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 6494 1726853127.78092: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a80033500> <<< 6494 1726853127.78110: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 6494 1726853127.78159: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 6494 1726853127.78211: stdout chunk (state=3): >>>import 'ntpath' # <<< 6494 1726853127.78238: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a80094260> <<< 6494 1726853127.78258: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 6494 1726853127.78285: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 6494 1726853127.78311: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 6494 1726853127.78351: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 6494 1726853127.78442: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a800969c0> <<< 6494 1726853127.78516: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a80094380> <<< 6494 1726853127.78556: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a80059250> <<< 6494 1726853127.78584: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 6494 1726853127.78594: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7f925340> <<< 6494 1726853127.78615: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a80032330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7ffe7d70> <<< 6494 1726853127.78726: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 6494 1726853127.78749: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f8a7f9255e0> <<< 6494 1726853127.78934: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_ssjvdgdz/ansible_stat_payload.zip' <<< 6494 1726853127.78937: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.79069: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.79099: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 6494 1726853127.79112: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 6494 1726853127.79158: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 6494 1726853127.79237: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 6494 1726853127.79275: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7f97b0b0> <<< 6494 1726853127.79286: stdout chunk (state=3): >>>import '_typing' # <<< 6494 1726853127.79477: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7f959fa0> <<< 6494 1726853127.79480: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7f959130> <<< 6494 1726853127.79485: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.79511: stdout chunk (state=3): >>>import 'ansible' # <<< 6494 1726853127.79523: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.79541: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.79555: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.79567: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 6494 1726853127.79577: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.81024: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.82222: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 6494 1726853127.82226: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7f978f80> <<< 6494 1726853127.82250: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 6494 1726853127.82258: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853127.82280: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 6494 1726853127.82286: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 6494 1726853127.82311: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 6494 1726853127.82314: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 6494 1726853127.82352: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853127.82356: stdout chunk (state=3): >>># 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 0x7f8a7f9a2a20> <<< 6494 1726853127.82398: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7f9a27b0> <<< 6494 1726853127.82429: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7f9a20c0> <<< 6494 1726853127.82460: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 6494 1726853127.82462: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 6494 1726853127.82503: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7f9a2510> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7f97bd40> <<< 6494 1726853127.82520: stdout chunk (state=3): >>>import 'atexit' # <<< 6494 1726853127.82549: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853127.82558: stdout chunk (state=3): >>># extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8a7f9a37a0> <<< 6494 1726853127.82571: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853127.82588: stdout chunk (state=3): >>># extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8a7f9a3950> <<< 6494 1726853127.82598: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 6494 1726853127.82653: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 6494 1726853127.82665: stdout chunk (state=3): >>>import '_locale' # <<< 6494 1726853127.82711: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7f9a3e60> <<< 6494 1726853127.82719: stdout chunk (state=3): >>>import 'pwd' # <<< 6494 1726853127.82740: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 6494 1726853127.82766: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 6494 1726853127.82809: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7f80dc10> <<< 6494 1726853127.82842: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853127.82846: stdout chunk (state=3): >>># extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8a7f80f830> <<< 6494 1726853127.82853: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 6494 1726853127.82875: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 6494 1726853127.82913: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7f810230> <<< 6494 1726853127.82937: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 6494 1726853127.82969: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 6494 1726853127.82983: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7f8113d0> <<< 6494 1726853127.83000: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 6494 1726853127.83044: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 6494 1726853127.83065: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 6494 1726853127.83070: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 6494 1726853127.83120: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7f813e60> <<< 6494 1726853127.83160: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853127.83163: stdout chunk (state=3): >>># 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 0x7f8a8000b0e0> <<< 6494 1726853127.83181: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7f812120> <<< 6494 1726853127.83196: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 6494 1726853127.83231: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 6494 1726853127.83256: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 6494 1726853127.83262: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 6494 1726853127.83275: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 6494 1726853127.83306: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 6494 1726853127.83334: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 6494 1726853127.83338: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 6494 1726853127.83352: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7f81bd40> <<< 6494 1726853127.83357: stdout chunk (state=3): >>>import '_tokenize' # <<< 6494 1726853127.83430: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7f81a810> <<< 6494 1726853127.83439: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7f81a570> <<< 6494 1726853127.83459: stdout chunk (state=3): >>># /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' <<< 6494 1726853127.83535: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7f81aae0> <<< 6494 1726853127.83569: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7f812630> <<< 6494 1726853127.83592: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853127.83597: stdout chunk (state=3): >>># extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8a7f863e90> <<< 6494 1726853127.83624: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc'<<< 6494 1726853127.83635: stdout chunk (state=3): >>> import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7f8641d0> <<< 6494 1726853127.83644: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 6494 1726853127.83666: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 6494 1726853127.83693: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py <<< 6494 1726853127.83697: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 6494 1726853127.83729: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853127.83744: stdout chunk (state=3): >>># extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8a7f865ca0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7f865a60> <<< 6494 1726853127.83746: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 6494 1726853127.83888: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 6494 1726853127.83939: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853127.83944: stdout chunk (state=3): >>># 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 0x7f8a7f868200> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7f866390> <<< 6494 1726853127.83969: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 6494 1726853127.84009: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853127.84044: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'<<< 6494 1726853127.84050: stdout chunk (state=3): >>> import '_string' # <<< 6494 1726853127.84097: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7f86b9b0> <<< 6494 1726853127.84227: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7f868380> <<< 6494 1726853127.84290: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8a7f86ccb0> <<< 6494 1726853127.84323: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853127.84333: stdout chunk (state=3): >>># extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8a7f86c9e0> <<< 6494 1726853127.84363: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8a7f86cd70> <<< 6494 1726853127.84382: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7f8643b0> <<< 6494 1726853127.84398: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py <<< 6494 1726853127.84405: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 6494 1726853127.84421: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 6494 1726853127.84450: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 6494 1726853127.84475: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853127.84504: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8a7f8f4560> <<< 6494 1726853127.84666: stdout chunk (state=3): >>># 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' <<< 6494 1726853127.84675: stdout chunk (state=3): >>>import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8a7f8f5700> <<< 6494 1726853127.84680: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7f86ecc0> <<< 6494 1726853127.84712: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8a7f86f890> <<< 6494 1726853127.84719: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7f86e8d0> <<< 6494 1726853127.84739: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.84741: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.84755: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 6494 1726853127.84772: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.84852: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.84949: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.84952: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.84965: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 6494 1726853127.84975: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.84994: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 6494 1726853127.85007: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.85130: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.85249: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.85806: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.86361: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 6494 1726853127.86364: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 6494 1726853127.86386: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 6494 1726853127.86395: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 6494 1726853127.86416: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853127.86478: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853127.86485: stdout chunk (state=3): >>># 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 0x7f8a7f8fd910> <<< 6494 1726853127.86559: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 6494 1726853127.86571: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 6494 1726853127.86584: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7f8fe750> <<< 6494 1726853127.86592: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7f8f5ac0> <<< 6494 1726853127.86636: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 6494 1726853127.86657: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.86667: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.86688: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 6494 1726853127.86693: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.86848: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.87008: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 6494 1726853127.87011: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 6494 1726853127.87018: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7f8fe4b0> <<< 6494 1726853127.87034: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.87516: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.87974: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.88044: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.88124: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 6494 1726853127.88127: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.88167: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.88196: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 6494 1726853127.88216: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.88277: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.88362: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 6494 1726853127.88374: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.88392: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 6494 1726853127.88406: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.88445: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.88487: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 6494 1726853127.88492: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.88739: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.88979: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 6494 1726853127.89052: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 6494 1726853127.89066: stdout chunk (state=3): >>>import '_ast' # <<< 6494 1726853127.89138: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7f8ff8f0> <<< 6494 1726853127.89146: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.89221: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.89294: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 6494 1726853127.89305: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 6494 1726853127.89315: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 6494 1726853127.89334: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.89380: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.89412: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 6494 1726853127.89428: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.89471: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.89512: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.89566: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.89641: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 6494 1726853127.89681: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853127.89784: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8a7f70a360> <<< 6494 1726853127.89817: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7f706d50> <<< 6494 1726853127.89854: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 6494 1726853127.89861: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.89925: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.89990: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.90012: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.90060: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py <<< 6494 1726853127.90065: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853127.90085: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 6494 1726853127.90102: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 6494 1726853127.90126: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 6494 1726853127.90190: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 6494 1726853127.90211: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 6494 1726853127.90230: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 6494 1726853127.90289: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7f9feb40> <<< 6494 1726853127.90330: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7f9ee810> <<< 6494 1726853127.90414: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7f70a060> <<< 6494 1726853127.90421: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7f8ff2f0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 6494 1726853127.90437: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.90452: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.90481: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 6494 1726853127.90486: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 6494 1726853127.90552: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 6494 1726853127.90559: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.90573: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 6494 1726853127.90589: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.90727: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.90929: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853127.91061: 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"}}} <<< 6494 1726853127.91066: stdout chunk (state=3): >>># destroy __main__ <<< 6494 1726853127.91451: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 6494 1726853127.91482: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc <<< 6494 1726853127.91507: 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 # 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 <<< 6494 1726853127.91520: stdout chunk (state=3): >>># 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 <<< 6494 1726853127.91550: stdout chunk (state=3): >>># cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re <<< 6494 1726853127.91567: 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 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 <<< 6494 1726853127.91584: 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 _weakrefset # destroy _weakrefset # cleanup[2] removing weakref <<< 6494 1726853127.91597: stdout chunk (state=3): >>># 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<<< 6494 1726853127.91608: stdout chunk (state=3): >>> # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile <<< 6494 1726853127.91625: stdout chunk (state=3): >>># cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc<<< 6494 1726853127.91630: stdout chunk (state=3): >>> # 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 <<< 6494 1726853127.91656: stdout chunk (state=3): >>># cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd<<< 6494 1726853127.91678: 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 # 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 <<< 6494 1726853127.91691: 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 <<< 6494 1726853127.91712: 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 # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info <<< 6494 1726853127.91718: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 6494 1726853127.92042: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 6494 1726853127.92048: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 6494 1726853127.92060: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 6494 1726853127.92072: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib <<< 6494 1726853127.92093: stdout chunk (state=3): >>># destroy bz2 # destroy lzma # destroy zipfile._path <<< 6494 1726853127.92098: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 6494 1726853127.92116: stdout chunk (state=3): >>># destroy ntpath <<< 6494 1726853127.92151: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 6494 1726853127.92167: stdout chunk (state=3): >>># destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings <<< 6494 1726853127.92205: stdout chunk (state=3): >>># destroy _locale # destroy pwd <<< 6494 1726853127.92209: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 6494 1726853127.92230: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 6494 1726853127.92247: stdout chunk (state=3): >>># destroy array<<< 6494 1726853127.92278: stdout chunk (state=3): >>> # destroy datetime # destroy selinux # destroy shutil <<< 6494 1726853127.92280: stdout chunk (state=3): >>># destroy distro # destroy distro.distro <<< 6494 1726853127.92282: stdout chunk (state=3): >>># destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 6494 1726853127.92398: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 6494 1726853127.92409: 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 <<< 6494 1726853127.92414: 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 # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 6494 1726853127.92421: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib <<< 6494 1726853127.92428: stdout chunk (state=3): >>># 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 <<< 6494 1726853127.92447: stdout chunk (state=3): >>># 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 <<< 6494 1726853127.92471: stdout chunk (state=3): >>># 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 <<< 6494 1726853127.92480: stdout chunk (state=3): >>># 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 <<< 6494 1726853127.92499: 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 <<< 6494 1726853127.92521: stdout chunk (state=3): >>># cleanup[3] wiping builtins <<< 6494 1726853127.92524: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 6494 1726853127.92710: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 6494 1726853127.92741: stdout chunk (state=3): >>># destroy _collections <<< 6494 1726853127.92760: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 6494 1726853127.92770: stdout chunk (state=3): >>># destroy tokenize <<< 6494 1726853127.92787: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 6494 1726853127.92812: stdout chunk (state=3): >>># destroy _typing <<< 6494 1726853127.92826: stdout chunk (state=3): >>># destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator <<< 6494 1726853127.92844: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 6494 1726853127.92868: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 6494 1726853127.92980: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8<<< 6494 1726853127.92983: stdout chunk (state=3): >>> # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit <<< 6494 1726853127.92986: stdout chunk (state=3): >>># destroy _warnings # destroy math # destroy _bisect <<< 6494 1726853127.93012: stdout chunk (state=3): >>># destroy time <<< 6494 1726853127.93019: stdout chunk (state=3): >>># destroy _random <<< 6494 1726853127.93023: stdout chunk (state=3): >>># destroy _weakref <<< 6494 1726853127.93038: stdout chunk (state=3): >>># destroy _hashlib <<< 6494 1726853127.93053: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 6494 1726853127.93062: stdout chunk (state=3): >>># destroy itertools<<< 6494 1726853127.93075: stdout chunk (state=3): >>> <<< 6494 1726853127.93092: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 6494 1726853127.93103: stdout chunk (state=3): >>># clear sys.audit hooks <<< 6494 1726853127.93456: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.41.218 closed. <<< 6494 1726853127.93484: stderr chunk (state=3): >>><<< 6494 1726853127.93487: stdout chunk (state=3): >>><<< 6494 1726853127.93553: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a803684d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a80337b30> # /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 0x7f8a8036aa50> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a8013d130> # /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 0x7f8a8013dfa0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a8017bec0> # /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 0x7f8a8017bf80> # /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 0x7f8a801b3830> # /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 0x7f8a801b3ec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a80193b60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a801912b0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a80179070> # /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 0x7f8a801d37d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a801d23f0> # /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 0x7f8a80192150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a801d0bc0> # /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 0x7f8a80208890> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a801782f0> # /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 0x7f8a80208d40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a80208bf0> # 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 0x7f8a80208fe0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a80176e10> # /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 0x7f8a80209670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a80209370> 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 0x7f8a8020a540> 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 0x7f8a80220740> 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 0x7f8a80221e20> # /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 0x7f8a80222cc0> # 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 0x7f8a802232f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a80222210> # /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 0x7f8a80223d70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a802234a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a8020a4b0> # /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 0x7f8a7ffbbc50> # /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 0x7f8a7ffe4710> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7ffe4470> # 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 0x7f8a7ffe4740> # /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 0x7f8a7ffe5070> # 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 0x7f8a7ffe5a60> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7ffe4920> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7ffb9df0> # /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 0x7f8a7ffe6e10> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7ffe5b50> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a8020ac60> # /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 0x7f8a8000b170> # /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 0x7f8a80033500> # /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 0x7f8a80094260> # /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 0x7f8a800969c0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a80094380> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a80059250> # /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 0x7f8a7f925340> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a80032330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7ffe7d70> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f8a7f9255e0> # zipimport: found 30 names in '/tmp/ansible_stat_payload_ssjvdgdz/ansible_stat_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7f97b0b0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7f959fa0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7f959130> # 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 0x7f8a7f978f80> # /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 0x7f8a7f9a2a20> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7f9a27b0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7f9a20c0> # /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 0x7f8a7f9a2510> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7f97bd40> 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 0x7f8a7f9a37a0> # 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 0x7f8a7f9a3950> # /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 0x7f8a7f9a3e60> 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 0x7f8a7f80dc10> # 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 0x7f8a7f80f830> # /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 0x7f8a7f810230> # /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 0x7f8a7f8113d0> # /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 0x7f8a7f813e60> # 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 0x7f8a8000b0e0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7f812120> # /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 0x7f8a7f81bd40> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7f81a810> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7f81a570> # /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 0x7f8a7f81aae0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7f812630> # 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 0x7f8a7f863e90> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7f8641d0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8a7f865ca0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7f865a60> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8a7f868200> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7f866390> # /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 0x7f8a7f86b9b0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7f868380> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8a7f86ccb0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8a7f86c9e0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8a7f86cd70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7f8643b0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8a7f8f4560> # 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 0x7f8a7f8f5700> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7f86ecc0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8a7f86f890> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7f86e8d0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8a7f8fd910> # /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 0x7f8a7f8fe750> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7f8f5ac0> 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 0x7f8a7f8fe4b0> # 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 0x7f8a7f8ff8f0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8a7f70a360> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7f706d50> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7f9feb40> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7f9ee810> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7f70a060> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a7f8ff2f0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/run/ostree-booted", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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.41.218 closed. [WARNING]: Module invocation had junk after the JSON data: # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks 6494 1726853127.94062: done with _execute_module (stat, {'path': '/run/ostree-booted', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'stat', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726853127.543368-6539-21516646191737/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6494 1726853127.94066: _low_level_execute_command(): starting 6494 1726853127.94068: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726853127.543368-6539-21516646191737/ > /dev/null 2>&1 && sleep 0' 6494 1726853127.94207: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853127.94210: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match not found <<< 6494 1726853127.94213: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853127.94215: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853127.94218: 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853127.94274: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853127.94281: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853127.94283: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853127.94399: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853127.96394: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853127.96426: stderr chunk (state=3): >>><<< 6494 1726853127.96429: stdout chunk (state=3): >>><<< 6494 1726853127.96445: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853127.96450: handler run complete 6494 1726853127.96466: attempt loop complete, returning result 6494 1726853127.96469: _execute() done 6494 1726853127.96471: dumping result to json 6494 1726853127.96474: done dumping result, returning 6494 1726853127.96483: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.postfix : Check if system is ostree [0affc48f-66db-1e98-6787-000000000083] 6494 1726853127.96486: sending task result for task 0affc48f-66db-1e98-6787-000000000083 6494 1726853127.96571: done sending task result for task 0affc48f-66db-1e98-6787-000000000083 6494 1726853127.96574: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } 6494 1726853127.96643: no more pending results, returning what we have 6494 1726853127.96647: results queue empty 6494 1726853127.96647: checking for any_errors_fatal 6494 1726853127.96652: done checking for any_errors_fatal 6494 1726853127.96653: checking for max_fail_percentage 6494 1726853127.96654: done checking for max_fail_percentage 6494 1726853127.96655: checking to see if all hosts have failed and the running result is not ok 6494 1726853127.96656: done checking to see if all hosts have failed 6494 1726853127.96656: getting the remaining hosts for this loop 6494 1726853127.96658: done getting the remaining hosts for this loop 6494 1726853127.96662: getting the next task for host managed_node1 6494 1726853127.96667: done getting next task for host managed_node1 6494 1726853127.96670: ^ task is: TASK: fedora.linux_system_roles.postfix : Set flag to indicate system is ostree 6494 1726853127.96674: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853127.96682: getting variables 6494 1726853127.96684: in VariableManager get_vars() 6494 1726853127.96719: Calling all_inventory to load vars for managed_node1 6494 1726853127.96721: Calling groups_inventory to load vars for managed_node1 6494 1726853127.96723: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853127.96735: Calling all_plugins_play to load vars for managed_node1 6494 1726853127.96738: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853127.96741: Calling groups_plugins_play to load vars for managed_node1 6494 1726853127.96784: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853127.96824: done with get_vars() 6494 1726853127.96836: done getting variables 6494 1726853127.96911: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.postfix : Set flag to indicate system is ostree] *** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:16 Friday 20 September 2024 13:25:27 -0400 (0:00:00.470) 0:00:02.892 ****** 6494 1726853127.96937: entering _queue_task() for managed_node1/set_fact 6494 1726853127.96942: Creating lock for set_fact 6494 1726853127.97153: worker is 1 (out of 1 available) 6494 1726853127.97165: exiting _queue_task() for managed_node1/set_fact 6494 1726853127.97177: done queuing things up, now waiting for results queue to drain 6494 1726853127.97178: waiting for pending results... 6494 1726853127.97330: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.postfix : Set flag to indicate system is ostree 6494 1726853127.97407: in run() - task 0affc48f-66db-1e98-6787-000000000084 6494 1726853127.97418: variable 'ansible_search_path' from source: unknown 6494 1726853127.97421: variable 'ansible_search_path' from source: unknown 6494 1726853127.97451: calling self._execute() 6494 1726853127.97500: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853127.97508: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853127.97516: variable 'omit' from source: magic vars 6494 1726853127.97845: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6494 1726853127.98013: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6494 1726853127.98045: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6494 1726853127.98072: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6494 1726853127.98096: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6494 1726853127.98188: 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) 6494 1726853127.98206: 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) 6494 1726853127.98224: 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) 6494 1726853127.98243: 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) 6494 1726853127.98335: Evaluated conditional (not __postfix_is_ostree is defined): True 6494 1726853127.98338: variable 'omit' from source: magic vars 6494 1726853127.98382: variable 'omit' from source: magic vars 6494 1726853127.98462: variable '__ostree_booted_stat' from source: set_fact 6494 1726853127.98500: variable 'omit' from source: magic vars 6494 1726853127.98521: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6494 1726853127.98543: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6494 1726853127.98558: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6494 1726853127.98571: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853127.98580: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853127.98605: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6494 1726853127.98609: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853127.98612: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853127.98674: Set connection var ansible_shell_type to sh 6494 1726853127.98680: Set connection var ansible_pipelining to False 6494 1726853127.98685: Set connection var ansible_shell_executable to /bin/sh 6494 1726853127.98691: Set connection var ansible_timeout to 10 6494 1726853127.98697: Set connection var ansible_connection to ssh 6494 1726853127.98707: Set connection var ansible_module_compression to ZIP_DEFLATED 6494 1726853127.98724: variable 'ansible_shell_executable' from source: unknown 6494 1726853127.98727: variable 'ansible_connection' from source: unknown 6494 1726853127.98729: variable 'ansible_module_compression' from source: unknown 6494 1726853127.98733: variable 'ansible_shell_type' from source: unknown 6494 1726853127.98735: variable 'ansible_shell_executable' from source: unknown 6494 1726853127.98738: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853127.98741: variable 'ansible_pipelining' from source: unknown 6494 1726853127.98743: variable 'ansible_timeout' from source: unknown 6494 1726853127.98747: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853127.98817: 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) 6494 1726853127.98825: variable 'omit' from source: magic vars 6494 1726853127.98830: starting attempt loop 6494 1726853127.98835: running the handler 6494 1726853127.98842: handler run complete 6494 1726853127.98849: attempt loop complete, returning result 6494 1726853127.98852: _execute() done 6494 1726853127.98854: dumping result to json 6494 1726853127.98857: done dumping result, returning 6494 1726853127.98864: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.postfix : Set flag to indicate system is ostree [0affc48f-66db-1e98-6787-000000000084] 6494 1726853127.98867: sending task result for task 0affc48f-66db-1e98-6787-000000000084 6494 1726853127.98943: done sending task result for task 0affc48f-66db-1e98-6787-000000000084 6494 1726853127.98946: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "__postfix_is_ostree": false }, "changed": false } 6494 1726853127.99003: no more pending results, returning what we have 6494 1726853127.99006: results queue empty 6494 1726853127.99007: checking for any_errors_fatal 6494 1726853127.99012: done checking for any_errors_fatal 6494 1726853127.99013: checking for max_fail_percentage 6494 1726853127.99015: done checking for max_fail_percentage 6494 1726853127.99015: checking to see if all hosts have failed and the running result is not ok 6494 1726853127.99017: done checking to see if all hosts have failed 6494 1726853127.99017: getting the remaining hosts for this loop 6494 1726853127.99019: done getting the remaining hosts for this loop 6494 1726853127.99022: getting the next task for host managed_node1 6494 1726853127.99030: done getting next task for host managed_node1 6494 1726853127.99035: ^ task is: TASK: fedora.linux_system_roles.postfix : Set platform/version specific variables 6494 1726853127.99038: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853127.99048: getting variables 6494 1726853127.99049: in VariableManager get_vars() 6494 1726853127.99083: Calling all_inventory to load vars for managed_node1 6494 1726853127.99091: Calling groups_inventory to load vars for managed_node1 6494 1726853127.99093: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853127.99102: Calling all_plugins_play to load vars for managed_node1 6494 1726853127.99105: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853127.99107: Calling groups_plugins_play to load vars for managed_node1 6494 1726853127.99155: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853127.99188: done with get_vars() 6494 1726853127.99194: done getting variables 6494 1726853127.99279: 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.postfix : Set platform/version specific variables] *** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:20 Friday 20 September 2024 13:25:27 -0400 (0:00:00.023) 0:00:02.915 ****** 6494 1726853127.99304: entering _queue_task() for managed_node1/include_vars 6494 1726853127.99306: Creating lock for include_vars 6494 1726853127.99517: worker is 1 (out of 1 available) 6494 1726853127.99528: exiting _queue_task() for managed_node1/include_vars 6494 1726853127.99541: done queuing things up, now waiting for results queue to drain 6494 1726853127.99542: waiting for pending results... 6494 1726853127.99690: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.postfix : Set platform/version specific variables 6494 1726853127.99769: in run() - task 0affc48f-66db-1e98-6787-000000000086 6494 1726853127.99780: variable 'ansible_search_path' from source: unknown 6494 1726853127.99783: variable 'ansible_search_path' from source: unknown 6494 1726853128.00038: variable 'ansible_os_family' from source: facts 6494 1726853128.00122: variable 'ansible_distribution' from source: facts 6494 1726853128.00184: variable 'ansible_distribution' from source: facts 6494 1726853128.00188: variable 'ansible_distribution_major_version' from source: facts 6494 1726853128.00250: variable 'ansible_distribution' from source: facts 6494 1726853128.00254: variable 'ansible_distribution_version' from source: facts 6494 1726853128.00264: variable 'omit' from source: magic vars 6494 1726853128.00336: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853128.00347: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853128.00354: variable 'omit' from source: magic vars 6494 1726853128.00564: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6494 1726853128.00734: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6494 1726853128.00767: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6494 1726853128.00792: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6494 1726853128.00819: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6494 1726853128.00876: variable '__postfix_vars_file' from source: task vars 6494 1726853128.00934: variable 'role_path' from source: magic vars 6494 1726853128.00938: variable 'item' from source: unknown 6494 1726853128.00951: Evaluated conditional (__postfix_vars_file is file): True 6494 1726853128.00957: variable 'omit' from source: magic vars 6494 1726853128.00995: variable 'omit' from source: magic vars 6494 1726853128.01034: variable '__postfix_vars_file' from source: task vars 6494 1726853128.01082: variable '__postfix_vars_file' from source: task vars 6494 1726853128.01138: variable 'role_path' from source: magic vars 6494 1726853128.01141: variable 'item' from source: unknown 6494 1726853128.01156: variable 'omit' from source: magic vars 6494 1726853128.01186: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6494 1726853128.01210: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6494 1726853128.01227: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6494 1726853128.01241: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853128.01250: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853128.01272: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6494 1726853128.01275: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853128.01278: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853128.01345: Set connection var ansible_shell_type to sh 6494 1726853128.01351: Set connection var ansible_pipelining to False 6494 1726853128.01357: Set connection var ansible_shell_executable to /bin/sh 6494 1726853128.01362: Set connection var ansible_timeout to 10 6494 1726853128.01368: Set connection var ansible_connection to ssh 6494 1726853128.01374: Set connection var ansible_module_compression to ZIP_DEFLATED 6494 1726853128.01391: variable 'ansible_shell_executable' from source: unknown 6494 1726853128.01394: variable 'ansible_connection' from source: unknown 6494 1726853128.01397: variable 'ansible_module_compression' from source: unknown 6494 1726853128.01399: variable 'ansible_shell_type' from source: unknown 6494 1726853128.01401: variable 'ansible_shell_executable' from source: unknown 6494 1726853128.01403: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853128.01408: variable 'ansible_pipelining' from source: unknown 6494 1726853128.01411: variable 'ansible_timeout' from source: unknown 6494 1726853128.01415: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853128.01490: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 6494 1726853128.01498: variable 'omit' from source: magic vars 6494 1726853128.01503: starting attempt loop 6494 1726853128.01508: running the handler 6494 1726853128.01572: handler run complete 6494 1726853128.01580: attempt loop complete, returning result 6494 1726853128.01591: variable 'item' from source: unknown 6494 1726853128.01644: variable 'item' from source: unknown ok: [managed_node1] => (item=RedHat.yml) => { "ansible_facts": { "__postfix_smtp_services": [ "smtp", "smtps", "submission" ] }, "ansible_included_var_files": [ "/tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/postfix/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } 6494 1726853128.01789: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853128.01792: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853128.01794: variable 'omit' from source: magic vars 6494 1726853128.01869: variable '__postfix_vars_file' from source: task vars 6494 1726853128.01923: variable 'role_path' from source: magic vars 6494 1726853128.01926: variable 'item' from source: unknown 6494 1726853128.01938: Evaluated conditional (__postfix_vars_file is file): False 6494 1726853128.01941: when evaluation is False, skipping this task 6494 1726853128.01962: variable 'item' from source: unknown 6494 1726853128.02001: variable 'item' from source: unknown skipping: [managed_node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__postfix_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } 6494 1726853128.02088: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853128.02091: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853128.02093: variable 'omit' from source: magic vars 6494 1726853128.02192: variable '__postfix_vars_file' from source: task vars 6494 1726853128.02246: variable 'role_path' from source: magic vars 6494 1726853128.02250: variable 'item' from source: unknown 6494 1726853128.02258: Evaluated conditional (__postfix_vars_file is file): True 6494 1726853128.02261: variable 'omit' from source: magic vars 6494 1726853128.02272: variable 'omit' from source: magic vars 6494 1726853128.02303: variable '__postfix_vars_file' from source: task vars 6494 1726853128.02349: variable '__postfix_vars_file' from source: task vars 6494 1726853128.02399: variable 'role_path' from source: magic vars 6494 1726853128.02402: variable 'item' from source: unknown 6494 1726853128.02417: variable 'omit' from source: magic vars 6494 1726853128.02434: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6494 1726853128.02441: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853128.02448: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853128.02459: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6494 1726853128.02462: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853128.02464: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853128.02510: Set connection var ansible_shell_type to sh 6494 1726853128.02513: Set connection var ansible_pipelining to False 6494 1726853128.02519: Set connection var ansible_shell_executable to /bin/sh 6494 1726853128.02524: Set connection var ansible_timeout to 10 6494 1726853128.02530: Set connection var ansible_connection to ssh 6494 1726853128.02538: Set connection var ansible_module_compression to ZIP_DEFLATED 6494 1726853128.02551: variable 'ansible_shell_executable' from source: unknown 6494 1726853128.02553: variable 'ansible_connection' from source: unknown 6494 1726853128.02555: variable 'ansible_module_compression' from source: unknown 6494 1726853128.02559: variable 'ansible_shell_type' from source: unknown 6494 1726853128.02561: variable 'ansible_shell_executable' from source: unknown 6494 1726853128.02563: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853128.02566: variable 'ansible_pipelining' from source: unknown 6494 1726853128.02572: variable 'ansible_timeout' from source: unknown 6494 1726853128.02574: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853128.02639: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 6494 1726853128.02647: variable 'omit' from source: magic vars 6494 1726853128.02651: starting attempt loop 6494 1726853128.02653: running the handler 6494 1726853128.02691: handler run complete 6494 1726853128.02697: attempt loop complete, returning result 6494 1726853128.02710: variable 'item' from source: unknown 6494 1726853128.02754: variable 'item' from source: unknown ok: [managed_node1] => (item=CentOS_10.yml) => { "ansible_facts": { "__postfix_smtp_services": [ "smtp", "smtps", "smtp-submission" ] }, "ansible_included_var_files": [ "/tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/postfix/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } 6494 1726853128.02852: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853128.02855: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853128.02858: variable 'omit' from source: magic vars 6494 1726853128.02971: variable '__postfix_vars_file' from source: task vars 6494 1726853128.03025: variable 'role_path' from source: magic vars 6494 1726853128.03029: variable 'item' from source: unknown 6494 1726853128.03039: Evaluated conditional (__postfix_vars_file is file): True 6494 1726853128.03041: variable 'omit' from source: magic vars 6494 1726853128.03053: variable 'omit' from source: magic vars 6494 1726853128.03086: variable '__postfix_vars_file' from source: task vars 6494 1726853128.03131: variable '__postfix_vars_file' from source: task vars 6494 1726853128.03184: variable 'role_path' from source: magic vars 6494 1726853128.03187: variable 'item' from source: unknown 6494 1726853128.03199: variable 'omit' from source: magic vars 6494 1726853128.03216: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6494 1726853128.03223: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853128.03229: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853128.03239: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6494 1726853128.03242: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853128.03244: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853128.03288: Set connection var ansible_shell_type to sh 6494 1726853128.03293: Set connection var ansible_pipelining to False 6494 1726853128.03298: Set connection var ansible_shell_executable to /bin/sh 6494 1726853128.03303: Set connection var ansible_timeout to 10 6494 1726853128.03310: Set connection var ansible_connection to ssh 6494 1726853128.03316: Set connection var ansible_module_compression to ZIP_DEFLATED 6494 1726853128.03333: variable 'ansible_shell_executable' from source: unknown 6494 1726853128.03336: variable 'ansible_connection' from source: unknown 6494 1726853128.03338: variable 'ansible_module_compression' from source: unknown 6494 1726853128.03340: variable 'ansible_shell_type' from source: unknown 6494 1726853128.03343: variable 'ansible_shell_executable' from source: unknown 6494 1726853128.03345: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853128.03347: variable 'ansible_pipelining' from source: unknown 6494 1726853128.03349: variable 'ansible_timeout' from source: unknown 6494 1726853128.03354: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853128.03420: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 6494 1726853128.03426: variable 'omit' from source: magic vars 6494 1726853128.03429: starting attempt loop 6494 1726853128.03431: running the handler 6494 1726853128.03467: handler run complete 6494 1726853128.03473: attempt loop complete, returning result 6494 1726853128.03483: variable 'item' from source: unknown 6494 1726853128.03527: variable 'item' from source: unknown ok: [managed_node1] => (item=CentOS_10.yml) => { "ansible_facts": { "__postfix_smtp_services": [ "smtp", "smtps", "smtp-submission" ] }, "ansible_included_var_files": [ "/tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/postfix/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } 6494 1726853128.03620: dumping result to json 6494 1726853128.03623: done dumping result, returning 6494 1726853128.03625: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.postfix : Set platform/version specific variables [0affc48f-66db-1e98-6787-000000000086] 6494 1726853128.03627: sending task result for task 0affc48f-66db-1e98-6787-000000000086 6494 1726853128.03669: done sending task result for task 0affc48f-66db-1e98-6787-000000000086 6494 1726853128.03672: WORKER PROCESS EXITING 6494 1726853128.03738: no more pending results, returning what we have 6494 1726853128.03741: results queue empty 6494 1726853128.03742: checking for any_errors_fatal 6494 1726853128.03745: done checking for any_errors_fatal 6494 1726853128.03746: checking for max_fail_percentage 6494 1726853128.03747: done checking for max_fail_percentage 6494 1726853128.03753: checking to see if all hosts have failed and the running result is not ok 6494 1726853128.03754: done checking to see if all hosts have failed 6494 1726853128.03754: getting the remaining hosts for this loop 6494 1726853128.03756: done getting the remaining hosts for this loop 6494 1726853128.03759: getting the next task for host managed_node1 6494 1726853128.03768: done getting next task for host managed_node1 6494 1726853128.03771: ^ task is: TASK: fedora.linux_system_roles.postfix : Get status of package(s) {{ __postfix_packages }} 6494 1726853128.03774: ^ state is: HOST STATE: block=2, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853128.03788: getting variables 6494 1726853128.03790: in VariableManager get_vars() 6494 1726853128.03819: Calling all_inventory to load vars for managed_node1 6494 1726853128.03821: Calling groups_inventory to load vars for managed_node1 6494 1726853128.03823: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853128.03831: Calling all_plugins_play to load vars for managed_node1 6494 1726853128.03835: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853128.03837: Calling groups_plugins_play to load vars for managed_node1 6494 1726853128.03879: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853128.03909: done with get_vars() 6494 1726853128.03915: done getting variables 6494 1726853128.04005: 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) 6494 1726853128.04147: variable '__postfix_packages' from source: role '' all vars TASK [fedora.linux_system_roles.postfix : Get status of package(s) ['postfix']] *** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:16 Friday 20 September 2024 13:25:28 -0400 (0:00:00.048) 0:00:02.964 ****** 6494 1726853128.04179: entering _queue_task() for managed_node1/command 6494 1726853128.04180: Creating lock for command 6494 1726853128.04388: worker is 1 (out of 1 available) 6494 1726853128.04402: exiting _queue_task() for managed_node1/command 6494 1726853128.04414: done queuing things up, now waiting for results queue to drain 6494 1726853128.04415: waiting for pending results... 6494 1726853128.04565: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.postfix : Get status of package(s) ['postfix'] 6494 1726853128.04628: in run() - task 0affc48f-66db-1e98-6787-000000000025 6494 1726853128.04641: variable 'ansible_search_path' from source: unknown 6494 1726853128.04645: variable 'ansible_search_path' from source: unknown 6494 1726853128.04681: variable '__postfix_packages' from source: role '' all vars 6494 1726853128.04826: variable '__postfix_packages' from source: role '' all vars 6494 1726853128.04866: variable 'omit' from source: magic vars 6494 1726853128.04945: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853128.04953: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853128.04962: variable 'omit' from source: magic vars 6494 1726853128.05149: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6494 1726853128.05345: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6494 1726853128.05376: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6494 1726853128.05402: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6494 1726853128.05433: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6494 1726853128.05497: 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) 6494 1726853128.05518: 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) 6494 1726853128.05539: 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) 6494 1726853128.05556: 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) 6494 1726853128.05624: variable 'postfix_conf' from source: role '' defaults 6494 1726853128.05638: Evaluated conditional (postfix_conf.previous is defined): False 6494 1726853128.05642: when evaluation is False, skipping this task 6494 1726853128.05664: variable 'item' from source: unknown 6494 1726853128.05712: variable 'item' from source: unknown skipping: [managed_node1] => (item=postfix) => { "ansible_loop_var": "item", "changed": false, "false_condition": "postfix_conf.previous is defined", "item": "postfix", "skip_reason": "Conditional result was False" } 6494 1726853128.05871: dumping result to json 6494 1726853128.05874: done dumping result, returning 6494 1726853128.05876: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.postfix : Get status of package(s) ['postfix'] [0affc48f-66db-1e98-6787-000000000025] 6494 1726853128.05877: sending task result for task 0affc48f-66db-1e98-6787-000000000025 6494 1726853128.05911: done sending task result for task 0affc48f-66db-1e98-6787-000000000025 6494 1726853128.05913: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false } MSG: All items skipped 6494 1726853128.05948: no more pending results, returning what we have 6494 1726853128.05951: results queue empty 6494 1726853128.05952: checking for any_errors_fatal 6494 1726853128.05956: done checking for any_errors_fatal 6494 1726853128.05957: checking for max_fail_percentage 6494 1726853128.05959: done checking for max_fail_percentage 6494 1726853128.05960: checking to see if all hosts have failed and the running result is not ok 6494 1726853128.05961: done checking to see if all hosts have failed 6494 1726853128.05961: getting the remaining hosts for this loop 6494 1726853128.05963: done getting the remaining hosts for this loop 6494 1726853128.05966: getting the next task for host managed_node1 6494 1726853128.05970: done getting next task for host managed_node1 6494 1726853128.05974: ^ task is: TASK: fedora.linux_system_roles.postfix : Remove package(s) to reset original confs {{ __postfix_packages }} 6494 1726853128.05977: ^ state is: HOST STATE: block=2, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853128.05988: getting variables 6494 1726853128.05990: in VariableManager get_vars() 6494 1726853128.06018: Calling all_inventory to load vars for managed_node1 6494 1726853128.06020: Calling groups_inventory to load vars for managed_node1 6494 1726853128.06022: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853128.06030: Calling all_plugins_play to load vars for managed_node1 6494 1726853128.06034: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853128.06036: Calling groups_plugins_play to load vars for managed_node1 6494 1726853128.06077: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853128.06104: done with get_vars() 6494 1726853128.06110: done getting variables 6494 1726853128.06183: 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) 6494 1726853128.06264: variable '__postfix_packages' from source: role '' all vars TASK [fedora.linux_system_roles.postfix : Remove package(s) to reset original confs ['postfix']] *** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:23 Friday 20 September 2024 13:25:28 -0400 (0:00:00.021) 0:00:02.985 ****** 6494 1726853128.06288: entering _queue_task() for managed_node1/package 6494 1726853128.06290: Creating lock for package 6494 1726853128.06495: worker is 1 (out of 1 available) 6494 1726853128.06507: exiting _queue_task() for managed_node1/package 6494 1726853128.06521: done queuing things up, now waiting for results queue to drain 6494 1726853128.06522: waiting for pending results... 6494 1726853128.06670: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.postfix : Remove package(s) to reset original confs ['postfix'] 6494 1726853128.06733: in run() - task 0affc48f-66db-1e98-6787-000000000026 6494 1726853128.06750: variable 'ansible_search_path' from source: unknown 6494 1726853128.06754: variable 'ansible_search_path' from source: unknown 6494 1726853128.06777: calling self._execute() 6494 1726853128.06827: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853128.06830: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853128.06841: variable 'omit' from source: magic vars 6494 1726853128.07092: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6494 1726853128.07282: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6494 1726853128.07319: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6494 1726853128.07345: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6494 1726853128.07371: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6494 1726853128.07475: 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) 6494 1726853128.07492: 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) 6494 1726853128.07515: 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) 6494 1726853128.07534: 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) 6494 1726853128.07610: variable 'postfix_conf' from source: role '' defaults 6494 1726853128.07625: Evaluated conditional (postfix_conf.previous is defined): False 6494 1726853128.07628: when evaluation is False, skipping this task 6494 1726853128.07630: _execute() done 6494 1726853128.07635: dumping result to json 6494 1726853128.07637: done dumping result, returning 6494 1726853128.07644: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.postfix : Remove package(s) to reset original confs ['postfix'] [0affc48f-66db-1e98-6787-000000000026] 6494 1726853128.07649: sending task result for task 0affc48f-66db-1e98-6787-000000000026 6494 1726853128.07729: done sending task result for task 0affc48f-66db-1e98-6787-000000000026 6494 1726853128.07734: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "postfix_conf.previous is defined", "skip_reason": "Conditional result was False" } 6494 1726853128.07780: no more pending results, returning what we have 6494 1726853128.07784: results queue empty 6494 1726853128.07784: checking for any_errors_fatal 6494 1726853128.07789: done checking for any_errors_fatal 6494 1726853128.07790: checking for max_fail_percentage 6494 1726853128.07791: done checking for max_fail_percentage 6494 1726853128.07792: checking to see if all hosts have failed and the running result is not ok 6494 1726853128.07793: done checking to see if all hosts have failed 6494 1726853128.07794: getting the remaining hosts for this loop 6494 1726853128.07795: done getting the remaining hosts for this loop 6494 1726853128.07798: getting the next task for host managed_node1 6494 1726853128.07805: done getting next task for host managed_node1 6494 1726853128.07808: ^ task is: TASK: fedora.linux_system_roles.postfix : Get status of config files 6494 1726853128.07811: ^ state is: HOST STATE: block=2, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853128.07823: getting variables 6494 1726853128.07825: in VariableManager get_vars() 6494 1726853128.07859: Calling all_inventory to load vars for managed_node1 6494 1726853128.07862: Calling groups_inventory to load vars for managed_node1 6494 1726853128.07864: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853128.07872: Calling all_plugins_play to load vars for managed_node1 6494 1726853128.07875: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853128.07877: Calling groups_plugins_play to load vars for managed_node1 6494 1726853128.07919: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853128.07952: done with get_vars() 6494 1726853128.07957: done getting variables 6494 1726853128.07997: 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.postfix : Get status of config files] ********** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:38 Friday 20 September 2024 13:25:28 -0400 (0:00:00.017) 0:00:03.002 ****** 6494 1726853128.08019: entering _queue_task() for managed_node1/command 6494 1726853128.08204: worker is 1 (out of 1 available) 6494 1726853128.08215: exiting _queue_task() for managed_node1/command 6494 1726853128.08227: done queuing things up, now waiting for results queue to drain 6494 1726853128.08228: waiting for pending results... 6494 1726853128.08375: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.postfix : Get status of config files 6494 1726853128.08436: in run() - task 0affc48f-66db-1e98-6787-000000000028 6494 1726853128.08451: variable 'ansible_search_path' from source: unknown 6494 1726853128.08454: variable 'ansible_search_path' from source: unknown 6494 1726853128.08487: variable '__postfix_packages' from source: role '' all vars 6494 1726853128.08631: variable '__postfix_packages' from source: role '' all vars 6494 1726853128.08674: variable 'omit' from source: magic vars 6494 1726853128.08751: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853128.08757: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853128.08765: variable 'omit' from source: magic vars 6494 1726853128.08968: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853128.10461: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853128.10508: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853128.10658: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853128.10684: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853128.10703: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853128.10766: 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) 6494 1726853128.10789: 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) 6494 1726853128.10809: 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) 6494 1726853128.10836: 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) 6494 1726853128.10848: 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) 6494 1726853128.10928: variable 'postfix_conf' from source: role '' defaults 6494 1726853128.10948: Evaluated conditional (postfix_conf.previous | d() == "replaced"): False 6494 1726853128.10952: when evaluation is False, skipping this task 6494 1726853128.10977: variable 'item' from source: unknown 6494 1726853128.11031: variable 'item' from source: unknown skipping: [managed_node1] => (item=postfix) => { "ansible_loop_var": "item", "changed": false, "false_condition": "postfix_conf.previous | d() == \"replaced\"", "item": "postfix", "skip_reason": "Conditional result was False" } 6494 1726853128.11166: dumping result to json 6494 1726853128.11169: done dumping result, returning 6494 1726853128.11171: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.postfix : Get status of config files [0affc48f-66db-1e98-6787-000000000028] 6494 1726853128.11172: sending task result for task 0affc48f-66db-1e98-6787-000000000028 6494 1726853128.11207: done sending task result for task 0affc48f-66db-1e98-6787-000000000028 6494 1726853128.11210: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false } MSG: All items skipped 6494 1726853128.11301: no more pending results, returning what we have 6494 1726853128.11304: results queue empty 6494 1726853128.11305: checking for any_errors_fatal 6494 1726853128.11309: done checking for any_errors_fatal 6494 1726853128.11310: checking for max_fail_percentage 6494 1726853128.11312: done checking for max_fail_percentage 6494 1726853128.11312: checking to see if all hosts have failed and the running result is not ok 6494 1726853128.11313: done checking to see if all hosts have failed 6494 1726853128.11314: getting the remaining hosts for this loop 6494 1726853128.11315: done getting the remaining hosts for this loop 6494 1726853128.11318: getting the next task for host managed_node1 6494 1726853128.11322: done getting next task for host managed_node1 6494 1726853128.11325: ^ task is: TASK: fedora.linux_system_roles.postfix : Remove config files - make empty 6494 1726853128.11328: ^ state is: HOST STATE: block=2, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853128.11340: getting variables 6494 1726853128.11342: in VariableManager get_vars() 6494 1726853128.11369: Calling all_inventory to load vars for managed_node1 6494 1726853128.11371: Calling groups_inventory to load vars for managed_node1 6494 1726853128.11373: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853128.11380: Calling all_plugins_play to load vars for managed_node1 6494 1726853128.11382: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853128.11383: Calling groups_plugins_play to load vars for managed_node1 6494 1726853128.11416: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853128.11445: done with get_vars() 6494 1726853128.11451: done getting variables 6494 1726853128.11541: 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__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.postfix : Remove config files - make empty] **** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:45 Friday 20 September 2024 13:25:28 -0400 (0:00:00.035) 0:00:03.038 ****** 6494 1726853128.11563: entering _queue_task() for managed_node1/copy 6494 1726853128.11758: worker is 1 (out of 1 available) 6494 1726853128.11770: exiting _queue_task() for managed_node1/copy 6494 1726853128.11785: done queuing things up, now waiting for results queue to drain 6494 1726853128.11786: waiting for pending results... 6494 1726853128.11938: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.postfix : Remove config files - make empty 6494 1726853128.12009: in run() - task 0affc48f-66db-1e98-6787-000000000029 6494 1726853128.12019: variable 'ansible_search_path' from source: unknown 6494 1726853128.12022: variable 'ansible_search_path' from source: unknown 6494 1726853128.12060: variable 'mod_cf_files' from source: task vars 6494 1726853128.12205: variable 'mod_cf_files' from source: task vars 6494 1726853128.12359: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853128.13809: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853128.13976: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853128.13999: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853128.14028: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853128.14049: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853128.14112: 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) 6494 1726853128.14134: 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) 6494 1726853128.14152: 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) 6494 1726853128.14178: 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) 6494 1726853128.14192: 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) 6494 1726853128.14228: 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) 6494 1726853128.14246: 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) 6494 1726853128.14262: 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) 6494 1726853128.14287: 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) 6494 1726853128.14299: 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) 6494 1726853128.14338: 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) 6494 1726853128.14356: 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) 6494 1726853128.14372: 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) 6494 1726853128.14396: 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) 6494 1726853128.14408: 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) 6494 1726853128.14534: variable '__postfix_packages_status' from source: set_fact 6494 1726853128.14574: 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) 6494 1726853128.14592: 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) 6494 1726853128.14609: 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) 6494 1726853128.14637: 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) 6494 1726853128.14648: 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) 6494 1726853128.14709: dumping result to json 6494 1726853128.14712: done dumping result, returning 6494 1726853128.14718: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.postfix : Remove config files - make empty [0affc48f-66db-1e98-6787-000000000029] 6494 1726853128.14725: sending task result for task 0affc48f-66db-1e98-6787-000000000029 6494 1726853128.14814: done sending task result for task 0affc48f-66db-1e98-6787-000000000029 6494 1726853128.14816: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } 6494 1726853128.14877: no more pending results, returning what we have 6494 1726853128.14879: results queue empty 6494 1726853128.14880: checking for any_errors_fatal 6494 1726853128.14884: done checking for any_errors_fatal 6494 1726853128.14885: checking for max_fail_percentage 6494 1726853128.14887: done checking for max_fail_percentage 6494 1726853128.14887: checking to see if all hosts have failed and the running result is not ok 6494 1726853128.14888: done checking to see if all hosts have failed 6494 1726853128.14889: getting the remaining hosts for this loop 6494 1726853128.14891: done getting the remaining hosts for this loop 6494 1726853128.14894: getting the next task for host managed_node1 6494 1726853128.14904: done getting next task for host managed_node1 6494 1726853128.14908: ^ task is: TASK: fedora.linux_system_roles.postfix : Configure firewall 6494 1726853128.14910: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853128.14928: getting variables 6494 1726853128.14930: in VariableManager get_vars() 6494 1726853128.14962: Calling all_inventory to load vars for managed_node1 6494 1726853128.14965: Calling groups_inventory to load vars for managed_node1 6494 1726853128.14967: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853128.14975: Calling all_plugins_play to load vars for managed_node1 6494 1726853128.14978: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853128.14980: Calling groups_plugins_play to load vars for managed_node1 6494 1726853128.15027: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853128.15057: done with get_vars() 6494 1726853128.15063: done getting variables TASK [fedora.linux_system_roles.postfix : Configure firewall] ****************** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:54 Friday 20 September 2024 13:25:28 -0400 (0:00:00.035) 0:00:03.073 ****** 6494 1726853128.15127: entering _queue_task() for managed_node1/include_tasks 6494 1726853128.15367: worker is 1 (out of 1 available) 6494 1726853128.15379: exiting _queue_task() for managed_node1/include_tasks 6494 1726853128.15391: done queuing things up, now waiting for results queue to drain 6494 1726853128.15392: waiting for pending results... 6494 1726853128.15543: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.postfix : Configure firewall 6494 1726853128.15611: in run() - task 0affc48f-66db-1e98-6787-00000000002b 6494 1726853128.15623: variable 'ansible_search_path' from source: unknown 6494 1726853128.15627: variable 'ansible_search_path' from source: unknown 6494 1726853128.15657: calling self._execute() 6494 1726853128.15708: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853128.15712: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853128.15720: variable 'omit' from source: magic vars 6494 1726853128.15794: _execute() done 6494 1726853128.15799: dumping result to json 6494 1726853128.15804: done dumping result, returning 6494 1726853128.15807: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.postfix : Configure firewall [0affc48f-66db-1e98-6787-00000000002b] 6494 1726853128.15810: sending task result for task 0affc48f-66db-1e98-6787-00000000002b 6494 1726853128.15894: done sending task result for task 0affc48f-66db-1e98-6787-00000000002b 6494 1726853128.15897: WORKER PROCESS EXITING 6494 1726853128.15939: no more pending results, returning what we have 6494 1726853128.15944: in VariableManager get_vars() 6494 1726853128.15977: Calling all_inventory to load vars for managed_node1 6494 1726853128.15980: Calling groups_inventory to load vars for managed_node1 6494 1726853128.15982: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853128.15990: Calling all_plugins_play to load vars for managed_node1 6494 1726853128.15992: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853128.15997: Calling groups_plugins_play to load vars for managed_node1 6494 1726853128.16043: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853128.16068: done with get_vars() 6494 1726853128.16072: variable 'ansible_search_path' from source: unknown 6494 1726853128.16072: variable 'ansible_search_path' from source: unknown 6494 1726853128.16093: we have included files to process 6494 1726853128.16094: generating all_blocks data 6494 1726853128.16095: done generating all_blocks data 6494 1726853128.16097: processing included file: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/firewall.yml 6494 1726853128.16098: loading included file: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/firewall.yml 6494 1726853128.16099: Loading data from /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/firewall.yml 6494 1726853128.16237: done processing included file 6494 1726853128.16239: iterating over new_blocks loaded from include file 6494 1726853128.16240: in VariableManager get_vars() 6494 1726853128.16255: done with get_vars() 6494 1726853128.16257: filtering new block on tags 6494 1726853128.16267: done filtering new block on tags 6494 1726853128.16269: done iterating over new_blocks loaded from include file included: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/firewall.yml for managed_node1 6494 1726853128.16272: extending task lists for all hosts with included blocks 6494 1726853128.16453: done extending task lists 6494 1726853128.16455: done processing included files 6494 1726853128.16455: results queue empty 6494 1726853128.16455: checking for any_errors_fatal 6494 1726853128.16458: done checking for any_errors_fatal 6494 1726853128.16459: checking for max_fail_percentage 6494 1726853128.16460: done checking for max_fail_percentage 6494 1726853128.16460: checking to see if all hosts have failed and the running result is not ok 6494 1726853128.16461: done checking to see if all hosts have failed 6494 1726853128.16461: getting the remaining hosts for this loop 6494 1726853128.16462: done getting the remaining hosts for this loop 6494 1726853128.16464: getting the next task for host managed_node1 6494 1726853128.16466: done getting next task for host managed_node1 6494 1726853128.16467: ^ task is: TASK: Ensure the postfix ports status with the firewall role 6494 1726853128.16469: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853128.16475: getting variables 6494 1726853128.16476: in VariableManager get_vars() 6494 1726853128.16484: Calling all_inventory to load vars for managed_node1 6494 1726853128.16485: Calling groups_inventory to load vars for managed_node1 6494 1726853128.16487: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853128.16490: Calling all_plugins_play to load vars for managed_node1 6494 1726853128.16491: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853128.16493: Calling groups_plugins_play to load vars for managed_node1 6494 1726853128.16516: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853128.16541: done with get_vars() 6494 1726853128.16546: done getting variables TASK [Ensure the postfix ports status with the firewall role] ****************** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/firewall.yml:3 Friday 20 September 2024 13:25:28 -0400 (0:00:00.014) 0:00:03.088 ****** 6494 1726853128.16610: entering _queue_task() for managed_node1/include_role 6494 1726853128.16804: worker is 1 (out of 1 available) 6494 1726853128.16817: exiting _queue_task() for managed_node1/include_role 6494 1726853128.16829: done queuing things up, now waiting for results queue to drain 6494 1726853128.16831: waiting for pending results... 6494 1726853128.16967: running TaskExecutor() for managed_node1/TASK: Ensure the postfix ports status with the firewall role 6494 1726853128.17038: in run() - task 0affc48f-66db-1e98-6787-0000000000ba 6494 1726853128.17049: variable 'ansible_search_path' from source: unknown 6494 1726853128.17054: variable 'ansible_search_path' from source: unknown 6494 1726853128.17080: calling self._execute() 6494 1726853128.17127: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853128.17131: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853128.17141: variable 'omit' from source: magic vars 6494 1726853128.17386: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853128.18912: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853128.18960: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853128.18996: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853128.19027: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853128.19048: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853128.19115: variable 'postfix_manage_firewall' from source: include params 6494 1726853128.19128: Evaluated conditional (postfix_manage_firewall | bool): True 6494 1726853128.19228: variable 'ansible_facts' from source: unknown 6494 1726853128.19245: Evaluated conditional (ansible_facts['os_family'] == 'RedHat'): True 6494 1726853128.19340: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6494 1726853128.19452: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6494 1726853128.19480: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6494 1726853128.19505: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6494 1726853128.19535: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6494 1726853128.19589: variable 'ansible_facts' from source: unknown 6494 1726853128.19605: Evaluated conditional (ansible_facts['distribution_version'] is version('7', '>=')): True 6494 1726853128.19608: _execute() done 6494 1726853128.19611: dumping result to json 6494 1726853128.19613: done dumping result, returning 6494 1726853128.19619: done running TaskExecutor() for managed_node1/TASK: Ensure the postfix ports status with the firewall role [0affc48f-66db-1e98-6787-0000000000ba] 6494 1726853128.19624: sending task result for task 0affc48f-66db-1e98-6787-0000000000ba 6494 1726853128.19728: done sending task result for task 0affc48f-66db-1e98-6787-0000000000ba 6494 1726853128.19731: WORKER PROCESS EXITING 6494 1726853128.19772: no more pending results, returning what we have 6494 1726853128.19776: in VariableManager get_vars() 6494 1726853128.19819: Calling all_inventory to load vars for managed_node1 6494 1726853128.19821: Calling groups_inventory to load vars for managed_node1 6494 1726853128.19824: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853128.19836: Calling all_plugins_play to load vars for managed_node1 6494 1726853128.19839: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853128.19842: Calling groups_plugins_play to load vars for managed_node1 6494 1726853128.19889: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853128.19926: done with get_vars() 6494 1726853128.19931: variable 'ansible_search_path' from source: unknown 6494 1726853128.19937: variable 'ansible_search_path' from source: unknown 6494 1726853128.20021: variable 'omit' from source: magic vars 6494 1726853128.20062: variable 'omit' from source: magic vars 6494 1726853128.20072: variable 'omit' from source: magic vars 6494 1726853128.20074: we have included files to process 6494 1726853128.20075: generating all_blocks data 6494 1726853128.20076: done generating all_blocks data 6494 1726853128.20077: processing included file: fedora.linux_system_roles.firewall 6494 1726853128.20090: in VariableManager get_vars() 6494 1726853128.20128: done with get_vars() 6494 1726853128.20170: in VariableManager get_vars() 6494 1726853128.20186: done with get_vars() 6494 1726853128.20213: Loading data from /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/firewall/vars/main.yml 6494 1726853128.20282: Loading data from /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/firewall/defaults/main.yml 6494 1726853128.20311: Loading data from /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/firewall/meta/main.yml 6494 1726853128.20382: Loading data from /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml 6494 1726853128.20845: in VariableManager get_vars() 6494 1726853128.20860: done with get_vars() 6494 1726853128.21916: iterating over new_blocks loaded from include file 6494 1726853128.21918: in VariableManager get_vars() 6494 1726853128.21936: done with get_vars() 6494 1726853128.21937: filtering new block on tags 6494 1726853128.21957: done filtering new block on tags 6494 1726853128.21959: in VariableManager get_vars() 6494 1726853128.21972: done with get_vars() 6494 1726853128.21973: filtering new block on tags 6494 1726853128.21984: done filtering new block on tags 6494 1726853128.21985: in VariableManager get_vars() 6494 1726853128.21999: done with get_vars() 6494 1726853128.22000: filtering new block on tags 6494 1726853128.22011: done filtering new block on tags 6494 1726853128.22013: in VariableManager get_vars() 6494 1726853128.22040: done with get_vars() 6494 1726853128.22041: filtering new block on tags 6494 1726853128.22053: done filtering new block on tags 6494 1726853128.22055: in VariableManager get_vars() 6494 1726853128.22067: done with get_vars() 6494 1726853128.22068: filtering new block on tags 6494 1726853128.22078: done filtering new block on tags 6494 1726853128.22079: in VariableManager get_vars() 6494 1726853128.22091: done with get_vars() 6494 1726853128.22092: filtering new block on tags 6494 1726853128.22108: done filtering new block on tags 6494 1726853128.22110: in VariableManager get_vars() 6494 1726853128.22123: done with get_vars() 6494 1726853128.22124: filtering new block on tags 6494 1726853128.22135: done filtering new block on tags 6494 1726853128.22136: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.firewall for managed_node1 6494 1726853128.22140: extending task lists for all hosts with included blocks 6494 1726853128.22203: done extending task lists 6494 1726853128.22203: done processing included files 6494 1726853128.22204: results queue empty 6494 1726853128.22204: checking for any_errors_fatal 6494 1726853128.22207: done checking for any_errors_fatal 6494 1726853128.22207: checking for max_fail_percentage 6494 1726853128.22208: done checking for max_fail_percentage 6494 1726853128.22209: checking to see if all hosts have failed and the running result is not ok 6494 1726853128.22209: done checking to see if all hosts have failed 6494 1726853128.22210: getting the remaining hosts for this loop 6494 1726853128.22211: done getting the remaining hosts for this loop 6494 1726853128.22218: getting the next task for host managed_node1 6494 1726853128.22221: done getting next task for host managed_node1 6494 1726853128.22223: ^ task is: TASK: fedora.linux_system_roles.firewall : Setup firewalld 6494 1726853128.22225: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853128.22230: getting variables 6494 1726853128.22231: in VariableManager get_vars() 6494 1726853128.22241: Calling all_inventory to load vars for managed_node1 6494 1726853128.22243: Calling groups_inventory to load vars for managed_node1 6494 1726853128.22244: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853128.22248: Calling all_plugins_play to load vars for managed_node1 6494 1726853128.22249: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853128.22251: Calling groups_plugins_play to load vars for managed_node1 6494 1726853128.22274: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853128.22298: done with get_vars() 6494 1726853128.22305: done getting variables TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Friday 20 September 2024 13:25:28 -0400 (0:00:00.057) 0:00:03.146 ****** 6494 1726853128.22358: entering _queue_task() for managed_node1/include_tasks 6494 1726853128.22593: worker is 1 (out of 1 available) 6494 1726853128.22607: exiting _queue_task() for managed_node1/include_tasks 6494 1726853128.22619: done queuing things up, now waiting for results queue to drain 6494 1726853128.22620: waiting for pending results... 6494 1726853128.22782: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.firewall : Setup firewalld 6494 1726853128.22870: in run() - task 0affc48f-66db-1e98-6787-0000000000f4 6494 1726853128.22881: variable 'ansible_search_path' from source: unknown 6494 1726853128.22884: variable 'ansible_search_path' from source: unknown 6494 1726853128.22915: calling self._execute() 6494 1726853128.22965: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853128.22970: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853128.22979: variable 'omit' from source: magic vars 6494 1726853128.23056: _execute() done 6494 1726853128.23062: dumping result to json 6494 1726853128.23065: done dumping result, returning 6494 1726853128.23068: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.firewall : Setup firewalld [0affc48f-66db-1e98-6787-0000000000f4] 6494 1726853128.23073: sending task result for task 0affc48f-66db-1e98-6787-0000000000f4 6494 1726853128.23154: done sending task result for task 0affc48f-66db-1e98-6787-0000000000f4 6494 1726853128.23156: WORKER PROCESS EXITING 6494 1726853128.23212: no more pending results, returning what we have 6494 1726853128.23217: in VariableManager get_vars() 6494 1726853128.23260: Calling all_inventory to load vars for managed_node1 6494 1726853128.23263: Calling groups_inventory to load vars for managed_node1 6494 1726853128.23265: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853128.23276: Calling all_plugins_play to load vars for managed_node1 6494 1726853128.23279: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853128.23281: Calling groups_plugins_play to load vars for managed_node1 6494 1726853128.23324: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853128.23361: done with get_vars() 6494 1726853128.23365: variable 'ansible_search_path' from source: unknown 6494 1726853128.23366: variable 'ansible_search_path' from source: unknown 6494 1726853128.23387: we have included files to process 6494 1726853128.23388: generating all_blocks data 6494 1726853128.23389: done generating all_blocks data 6494 1726853128.23391: processing included file: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml 6494 1726853128.23392: loading included file: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml 6494 1726853128.23393: Loading data from /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml 6494 1726853128.24146: done processing included file 6494 1726853128.24148: iterating over new_blocks loaded from include file 6494 1726853128.24149: in VariableManager get_vars() 6494 1726853128.24165: done with get_vars() 6494 1726853128.24167: filtering new block on tags 6494 1726853128.24178: done filtering new block on tags 6494 1726853128.24180: in VariableManager get_vars() 6494 1726853128.24193: done with get_vars() 6494 1726853128.24194: filtering new block on tags 6494 1726853128.24207: done filtering new block on tags 6494 1726853128.24209: in VariableManager get_vars() 6494 1726853128.24225: done with get_vars() 6494 1726853128.24226: filtering new block on tags 6494 1726853128.24240: done filtering new block on tags 6494 1726853128.24242: in VariableManager get_vars() 6494 1726853128.24256: done with get_vars() 6494 1726853128.24257: filtering new block on tags 6494 1726853128.24265: done filtering new block on tags 6494 1726853128.24267: in VariableManager get_vars() 6494 1726853128.24289: done with get_vars() 6494 1726853128.24290: filtering new block on tags 6494 1726853128.24307: done filtering new block on tags 6494 1726853128.24308: done iterating over new_blocks loaded from include file included: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed_node1 6494 1726853128.24311: extending task lists for all hosts with included blocks 6494 1726853128.24581: done extending task lists 6494 1726853128.24582: done processing included files 6494 1726853128.24582: results queue empty 6494 1726853128.24582: checking for any_errors_fatal 6494 1726853128.24585: done checking for any_errors_fatal 6494 1726853128.24585: checking for max_fail_percentage 6494 1726853128.24586: done checking for max_fail_percentage 6494 1726853128.24586: checking to see if all hosts have failed and the running result is not ok 6494 1726853128.24587: done checking to see if all hosts have failed 6494 1726853128.24589: getting the remaining hosts for this loop 6494 1726853128.24590: done getting the remaining hosts for this loop 6494 1726853128.24591: getting the next task for host managed_node1 6494 1726853128.24595: done getting next task for host managed_node1 6494 1726853128.24597: ^ task is: TASK: fedora.linux_system_roles.firewall : Ensure ansible_facts used by role 6494 1726853128.24600: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), 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 6494 1726853128.24606: getting variables 6494 1726853128.24607: in VariableManager get_vars() 6494 1726853128.24616: Calling all_inventory to load vars for managed_node1 6494 1726853128.24617: Calling groups_inventory to load vars for managed_node1 6494 1726853128.24618: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853128.24622: Calling all_plugins_play to load vars for managed_node1 6494 1726853128.24624: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853128.24625: Calling groups_plugins_play to load vars for managed_node1 6494 1726853128.24651: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853128.24677: done with get_vars() 6494 1726853128.24682: done getting variables TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Friday 20 September 2024 13:25:28 -0400 (0:00:00.023) 0:00:03.170 ****** 6494 1726853128.24731: entering _queue_task() for managed_node1/setup 6494 1726853128.24958: worker is 1 (out of 1 available) 6494 1726853128.24969: exiting _queue_task() for managed_node1/setup 6494 1726853128.24982: done queuing things up, now waiting for results queue to drain 6494 1726853128.24983: waiting for pending results... 6494 1726853128.25146: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.firewall : Ensure ansible_facts used by role 6494 1726853128.25237: in run() - task 0affc48f-66db-1e98-6787-000000000148 6494 1726853128.25250: variable 'ansible_search_path' from source: unknown 6494 1726853128.25253: variable 'ansible_search_path' from source: unknown 6494 1726853128.25281: calling self._execute() 6494 1726853128.25336: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853128.25340: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853128.25347: variable 'omit' from source: magic vars 6494 1726853128.25635: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853128.27078: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853128.27124: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853128.27152: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853128.27180: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853128.27210: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853128.27270: 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) 6494 1726853128.27292: 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) 6494 1726853128.27313: 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) 6494 1726853128.27339: 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) 6494 1726853128.27350: 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) 6494 1726853128.27388: 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) 6494 1726853128.27406: 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) 6494 1726853128.27423: 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) 6494 1726853128.27449: 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) 6494 1726853128.27459: 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) 6494 1726853128.27580: variable '__firewall_required_facts' from source: role '' all vars 6494 1726853128.27587: variable 'ansible_facts' from source: unknown 6494 1726853128.27622: Evaluated conditional (__firewall_required_facts | difference(ansible_facts.keys() | list) | length > 0): True 6494 1726853128.27627: variable 'omit' from source: magic vars 6494 1726853128.27688: variable 'omit' from source: magic vars 6494 1726853128.27714: variable '__firewall_required_facts_subsets' from source: role '' all vars 6494 1726853128.27771: variable '__firewall_required_facts_subsets' from source: role '' all vars 6494 1726853128.27844: variable '__firewall_required_facts' from source: role '' all vars 6494 1726853128.27885: variable 'omit' from source: magic vars 6494 1726853128.27908: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6494 1726853128.27933: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6494 1726853128.27945: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6494 1726853128.27958: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853128.27966: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853128.27989: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6494 1726853128.27992: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853128.27994: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853128.28061: Set connection var ansible_shell_type to sh 6494 1726853128.28068: Set connection var ansible_pipelining to False 6494 1726853128.28073: Set connection var ansible_shell_executable to /bin/sh 6494 1726853128.28078: Set connection var ansible_timeout to 10 6494 1726853128.28085: Set connection var ansible_connection to ssh 6494 1726853128.28091: Set connection var ansible_module_compression to ZIP_DEFLATED 6494 1726853128.28111: variable 'ansible_shell_executable' from source: unknown 6494 1726853128.28114: variable 'ansible_connection' from source: unknown 6494 1726853128.28117: variable 'ansible_module_compression' from source: unknown 6494 1726853128.28119: variable 'ansible_shell_type' from source: unknown 6494 1726853128.28122: variable 'ansible_shell_executable' from source: unknown 6494 1726853128.28124: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853128.28126: variable 'ansible_pipelining' from source: unknown 6494 1726853128.28128: variable 'ansible_timeout' from source: unknown 6494 1726853128.28134: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853128.28235: 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__) 6494 1726853128.28243: variable 'omit' from source: magic vars 6494 1726853128.28248: starting attempt loop 6494 1726853128.28252: running the handler 6494 1726853128.28262: _low_level_execute_command(): starting 6494 1726853128.28268: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6494 1726853128.28769: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853128.28773: 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.41.218 originally 10.31.41.218 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853128.28776: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853128.28785: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match found <<< 6494 1726853128.28787: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853128.28831: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853128.28837: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853128.28840: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853128.28965: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853128.30774: stdout chunk (state=3): >>>/root <<< 6494 1726853128.30871: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853128.30905: stderr chunk (state=3): >>><<< 6494 1726853128.30908: stdout chunk (state=3): >>><<< 6494 1726853128.30926: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853128.30938: _low_level_execute_command(): starting 6494 1726853128.30945: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726853128.3092604-6557-251576146065953 `" && echo ansible-tmp-1726853128.3092604-6557-251576146065953="` echo /root/.ansible/tmp/ansible-tmp-1726853128.3092604-6557-251576146065953 `" ) && sleep 0' 6494 1726853128.31409: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853128.31413: 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.41.218 originally 10.31.41.218 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853128.31415: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853128.31417: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match found <<< 6494 1726853128.31420: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853128.31470: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853128.31473: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853128.31475: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853128.31597: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853128.33729: stdout chunk (state=3): >>>ansible-tmp-1726853128.3092604-6557-251576146065953=/root/.ansible/tmp/ansible-tmp-1726853128.3092604-6557-251576146065953 <<< 6494 1726853128.33829: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853128.33859: stderr chunk (state=3): >>><<< 6494 1726853128.33863: stdout chunk (state=3): >>><<< 6494 1726853128.33883: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726853128.3092604-6557-251576146065953=/root/.ansible/tmp/ansible-tmp-1726853128.3092604-6557-251576146065953 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853128.33928: variable 'ansible_module_compression' from source: unknown 6494 1726853128.33966: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6494dydhg1yg/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 6494 1726853128.34017: variable 'ansible_facts' from source: unknown 6494 1726853128.34145: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726853128.3092604-6557-251576146065953/AnsiballZ_setup.py 6494 1726853128.34255: Sending initial data 6494 1726853128.34258: Sent initial data (152 bytes) 6494 1726853128.34693: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853128.34724: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6494 1726853128.34727: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match not found <<< 6494 1726853128.34730: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853128.34735: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match found <<< 6494 1726853128.34738: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853128.34788: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853128.34796: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853128.34804: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853128.34919: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853128.36705: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6494 1726853128.36817: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6494 1726853128.36933: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6494dydhg1yg/tmpoex_3hsk /root/.ansible/tmp/ansible-tmp-1726853128.3092604-6557-251576146065953/AnsiballZ_setup.py <<< 6494 1726853128.36939: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726853128.3092604-6557-251576146065953/AnsiballZ_setup.py" <<< 6494 1726853128.37045: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6494dydhg1yg/tmpoex_3hsk" to remote "/root/.ansible/tmp/ansible-tmp-1726853128.3092604-6557-251576146065953/AnsiballZ_setup.py" <<< 6494 1726853128.37051: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726853128.3092604-6557-251576146065953/AnsiballZ_setup.py" <<< 6494 1726853128.38446: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853128.38487: stderr chunk (state=3): >>><<< 6494 1726853128.38491: stdout chunk (state=3): >>><<< 6494 1726853128.38511: done transferring module to remote 6494 1726853128.38524: _low_level_execute_command(): starting 6494 1726853128.38528: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726853128.3092604-6557-251576146065953/ /root/.ansible/tmp/ansible-tmp-1726853128.3092604-6557-251576146065953/AnsiballZ_setup.py && sleep 0' 6494 1726853128.38986: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853128.38990: 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.41.218 originally 10.31.41.218 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853128.38992: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853128.38994: 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853128.39038: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853128.39050: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853128.39170: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853128.41150: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853128.41173: stderr chunk (state=3): >>><<< 6494 1726853128.41177: stdout chunk (state=3): >>><<< 6494 1726853128.41192: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853128.41195: _low_level_execute_command(): starting 6494 1726853128.41200: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726853128.3092604-6557-251576146065953/AnsiballZ_setup.py && sleep 0' 6494 1726853128.41636: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853128.41641: 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.41.218 originally 10.31.41.218 debug2: match not found <<< 6494 1726853128.41668: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853128.41671: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853128.41673: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match found <<< 6494 1726853128.41675: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853128.41731: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853128.41736: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853128.41742: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853128.41865: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853128.44279: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 6494 1726853128.44284: stdout chunk (state=3): >>>import _imp # builtin <<< 6494 1726853128.44317: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 6494 1726853128.44320: stdout chunk (state=3): >>>import '_weakref' # <<< 6494 1726853128.44392: stdout chunk (state=3): >>>import '_io' # <<< 6494 1726853128.44395: stdout chunk (state=3): >>>import 'marshal' # <<< 6494 1726853128.44435: stdout chunk (state=3): >>>import 'posix' # <<< 6494 1726853128.44475: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 6494 1726853128.44499: stdout chunk (state=3): >>>import 'time' # <<< 6494 1726853128.44506: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 6494 1726853128.44555: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 6494 1726853128.44559: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853128.44576: stdout chunk (state=3): >>>import '_codecs' # <<< 6494 1726853128.44607: stdout chunk (state=3): >>>import 'codecs' # <<< 6494 1726853128.44639: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 6494 1726853128.44664: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 6494 1726853128.44671: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0888184d0> <<< 6494 1726853128.44687: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0887e7b30> <<< 6494 1726853128.44718: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 6494 1726853128.44720: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa08881aa50> <<< 6494 1726853128.44745: stdout chunk (state=3): >>>import '_signal' # <<< 6494 1726853128.44770: stdout chunk (state=3): >>>import '_abc' # <<< 6494 1726853128.44775: stdout chunk (state=3): >>>import 'abc' # <<< 6494 1726853128.44794: stdout chunk (state=3): >>>import 'io' # <<< 6494 1726853128.44831: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 6494 1726853128.44924: stdout chunk (state=3): >>>import '_collections_abc' # <<< 6494 1726853128.44954: stdout chunk (state=3): >>>import 'genericpath' # <<< 6494 1726853128.44959: stdout chunk (state=3): >>>import 'posixpath' # <<< 6494 1726853128.44980: stdout chunk (state=3): >>>import 'os' # <<< 6494 1726853128.44996: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 6494 1726853128.45027: stdout chunk (state=3): >>>Processing user site-packages <<< 6494 1726853128.45043: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 6494 1726853128.45052: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'<<< 6494 1726853128.45058: stdout chunk (state=3): >>> <<< 6494 1726853128.45081: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py <<< 6494 1726853128.45086: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 6494 1726853128.45108: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0885e9130> <<< 6494 1726853128.45175: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 6494 1726853128.45191: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853128.45197: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0885e9fa0> <<< 6494 1726853128.45219: stdout chunk (state=3): >>>import 'site' # <<< 6494 1726853128.45253: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 6494 1726853128.45646: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 6494 1726853128.45662: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 6494 1726853128.45686: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 6494 1726853128.45695: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853128.45716: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 6494 1726853128.45761: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 6494 1726853128.45782: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 6494 1726853128.45813: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 6494 1726853128.45826: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa088627e90> <<< 6494 1726853128.45846: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 6494 1726853128.45862: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 6494 1726853128.45887: stdout chunk (state=3): >>>import '_operator' # <<< 6494 1726853128.45890: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa088627f50> <<< 6494 1726853128.45914: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 6494 1726853128.45943: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 6494 1726853128.45970: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 6494 1726853128.46020: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853128.46045: stdout chunk (state=3): >>>import 'itertools' # <<< 6494 1726853128.46074: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 6494 1726853128.46095: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa08865f890> <<< 6494 1726853128.46108: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 6494 1726853128.46111: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 6494 1726853128.46115: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa08865ff20> <<< 6494 1726853128.46128: stdout chunk (state=3): >>>import '_collections' # <<< 6494 1726853128.46189: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa08863fb60> <<< 6494 1726853128.46196: stdout chunk (state=3): >>>import '_functools' # <<< 6494 1726853128.46236: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa08863d280> <<< 6494 1726853128.46334: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa088625040> <<< 6494 1726853128.46366: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 6494 1726853128.46380: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 6494 1726853128.46395: stdout chunk (state=3): >>>import '_sre' # <<< 6494 1726853128.46414: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 6494 1726853128.46445: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 6494 1726853128.46474: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 6494 1726853128.46476: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 6494 1726853128.46508: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa08867f800> <<< 6494 1726853128.46527: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa08867e420> <<< 6494 1726853128.46569: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 6494 1726853128.46571: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa08863e150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa08867cc80> <<< 6494 1726853128.46613: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 6494 1726853128.46639: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0886b4890> <<< 6494 1726853128.46643: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0886242c0> <<< 6494 1726853128.46668: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 6494 1726853128.46706: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa0886b4d40> <<< 6494 1726853128.46711: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0886b4bf0> <<< 6494 1726853128.46751: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853128.46761: stdout chunk (state=3): >>># extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853128.46775: stdout chunk (state=3): >>>import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa0886b4fe0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa088622de0> <<< 6494 1726853128.46803: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 6494 1726853128.46806: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853128.46829: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 6494 1726853128.46869: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 6494 1726853128.46895: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0886b56d0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0886b53a0> <<< 6494 1726853128.46897: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 6494 1726853128.46931: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 6494 1726853128.46953: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0886b65d0> <<< 6494 1726853128.46969: stdout chunk (state=3): >>>import 'importlib.util' # <<< 6494 1726853128.46986: stdout chunk (state=3): >>>import 'runpy' # <<< 6494 1726853128.47005: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 6494 1726853128.47050: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 6494 1726853128.47072: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 6494 1726853128.47075: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' <<< 6494 1726853128.47088: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0886cc7a0> <<< 6494 1726853128.47107: stdout chunk (state=3): >>>import 'errno' # <<< 6494 1726853128.47128: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853128.47151: stdout chunk (state=3): >>># 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 0x7fa0886cdeb0> <<< 6494 1726853128.47160: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 6494 1726853128.47178: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 6494 1726853128.47216: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 6494 1726853128.47219: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 6494 1726853128.47223: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0886ced50> <<< 6494 1726853128.47262: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa0886cf380> <<< 6494 1726853128.47282: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0886ce2a0> <<< 6494 1726853128.47291: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 6494 1726853128.47310: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 6494 1726853128.47346: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853128.47363: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa0886cfe00> <<< 6494 1726853128.47374: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0886cf530> <<< 6494 1726853128.47425: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0886b6570> <<< 6494 1726853128.47445: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 6494 1726853128.47476: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 6494 1726853128.47492: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 6494 1726853128.47518: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 6494 1726853128.47554: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa0883d7ce0> <<< 6494 1726853128.47579: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 6494 1726853128.47584: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 6494 1726853128.47611: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853128.47617: stdout chunk (state=3): >>># 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 0x7fa088400740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0884004a0> <<< 6494 1726853128.47645: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa088400770> <<< 6494 1726853128.47677: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 6494 1726853128.47682: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 6494 1726853128.47768: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853128.47903: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853128.47905: stdout chunk (state=3): >>>import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa0884010a0> <<< 6494 1726853128.48060: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853128.48064: stdout chunk (state=3): >>># extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa088401a60> <<< 6494 1726853128.48071: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa088400950> <<< 6494 1726853128.48092: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0883d5e80> <<< 6494 1726853128.48111: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 6494 1726853128.48138: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 6494 1726853128.48157: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 6494 1726853128.48180: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 6494 1726853128.48182: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa088402e10> <<< 6494 1726853128.48209: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0884018e0> <<< 6494 1726853128.48227: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0886b6cc0> <<< 6494 1726853128.48257: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 6494 1726853128.48327: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853128.48351: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 6494 1726853128.48383: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 6494 1726853128.48417: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa08842b170> <<< 6494 1726853128.48470: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 6494 1726853128.48489: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853128.48509: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 6494 1726853128.48535: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 6494 1726853128.48569: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa08844f4d0> <<< 6494 1726853128.48599: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 6494 1726853128.48646: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 6494 1726853128.48702: stdout chunk (state=3): >>>import 'ntpath' # <<< 6494 1726853128.48728: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py <<< 6494 1726853128.48736: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0884b02f0> <<< 6494 1726853128.48748: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 6494 1726853128.48778: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 6494 1726853128.48803: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 6494 1726853128.48853: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 6494 1726853128.48941: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0884b2a20> <<< 6494 1726853128.49023: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0884b03e0> <<< 6494 1726853128.49058: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0884752e0> <<< 6494 1726853128.49087: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087d253d0> <<< 6494 1726853128.49110: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa08844e300> <<< 6494 1726853128.49114: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa088403d40> <<< 6494 1726853128.49309: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 6494 1726853128.49334: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fa08844e660><<< 6494 1726853128.49338: stdout chunk (state=3): >>> <<< 6494 1726853128.49683: stdout chunk (state=3): >>># zipimport: found 103 names in '/tmp/ansible_setup_payload_ule3hfsc/ansible_setup_payload.zip' <<< 6494 1726853128.49688: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.49823: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.49854: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 6494 1726853128.49866: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 6494 1726853128.49913: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 6494 1726853128.49995: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 6494 1726853128.50033: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087d8f0e0> <<< 6494 1726853128.50048: stdout chunk (state=3): >>>import '_typing' # <<< 6494 1726853128.50245: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087d6dfd0> <<< 6494 1726853128.50258: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087d6d160> <<< 6494 1726853128.50262: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.50286: stdout chunk (state=3): >>>import 'ansible' # <<< 6494 1726853128.50292: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.50316: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.50329: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.50346: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 6494 1726853128.50353: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.51839: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.53107: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 6494 1726853128.53113: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087d8d760> <<< 6494 1726853128.53139: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 6494 1726853128.53146: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853128.53163: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 6494 1726853128.53172: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 6494 1726853128.53194: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 6494 1726853128.53198: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 6494 1726853128.53228: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853128.53238: stdout chunk (state=3): >>># 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 0x7fa087dbeab0> <<< 6494 1726853128.53283: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087dbe840> <<< 6494 1726853128.53312: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087dbe150> <<< 6494 1726853128.53342: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 6494 1726853128.53349: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 6494 1726853128.53392: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087dbe5a0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa08881a9c0> <<< 6494 1726853128.53405: stdout chunk (state=3): >>>import 'atexit' # <<< 6494 1726853128.53435: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853128.53444: stdout chunk (state=3): >>># extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa087dbf7a0> <<< 6494 1726853128.53465: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853128.53468: stdout chunk (state=3): >>># extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa087dbf9e0> <<< 6494 1726853128.53487: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 6494 1726853128.53553: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 6494 1726853128.53563: stdout chunk (state=3): >>>import '_locale' # <<< 6494 1726853128.53611: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087dbff20> <<< 6494 1726853128.53623: stdout chunk (state=3): >>>import 'pwd' # <<< 6494 1726853128.53648: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 6494 1726853128.53671: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 6494 1726853128.53716: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087c29ca0> <<< 6494 1726853128.53751: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa087c2b8c0> <<< 6494 1726853128.53779: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 6494 1726853128.53793: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 6494 1726853128.53837: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087c2c2c0> <<< 6494 1726853128.53857: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 6494 1726853128.53900: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 6494 1726853128.53910: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087c2d430> <<< 6494 1726853128.53940: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 6494 1726853128.53976: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 6494 1726853128.54010: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 6494 1726853128.54012: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 6494 1726853128.54065: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087c2fec0> <<< 6494 1726853128.54105: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa08842b0e0> <<< 6494 1726853128.54131: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087c2e180> <<< 6494 1726853128.54147: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 6494 1726853128.54183: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 6494 1726853128.54204: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 6494 1726853128.54210: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 6494 1726853128.54230: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 6494 1726853128.54370: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 6494 1726853128.54393: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 6494 1726853128.54401: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 6494 1726853128.54417: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087c37e90> <<< 6494 1726853128.54423: stdout chunk (state=3): >>>import '_tokenize' # <<< 6494 1726853128.54499: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087c36960> <<< 6494 1726853128.54504: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087c366f0> <<< 6494 1726853128.54520: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 6494 1726853128.54541: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 6494 1726853128.54610: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087c36c30> <<< 6494 1726853128.54646: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087c2e690> <<< 6494 1726853128.54676: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853128.54681: stdout chunk (state=3): >>># extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa087c7ba40> <<< 6494 1726853128.54704: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py <<< 6494 1726853128.54710: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087c7c140> <<< 6494 1726853128.54728: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 6494 1726853128.54754: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 6494 1726853128.54777: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 6494 1726853128.54822: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853128.54827: stdout chunk (state=3): >>>import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa087c7dbe0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087c7d9a0> <<< 6494 1726853128.54843: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 6494 1726853128.54893: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 6494 1726853128.54942: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853128.54947: stdout chunk (state=3): >>># 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 0x7fa087c80170> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087c7e2d0> <<< 6494 1726853128.54971: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 6494 1726853128.55012: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853128.55044: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 6494 1726853128.55061: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 6494 1726853128.55063: stdout chunk (state=3): >>>import '_string' # <<< 6494 1726853128.55107: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087c838c0> <<< 6494 1726853128.55245: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087c80290> <<< 6494 1726853128.55308: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa087c84710> <<< 6494 1726853128.55343: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa087c84920> <<< 6494 1726853128.55388: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853128.55416: stdout chunk (state=3): >>>import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa087c84bc0> <<< 6494 1726853128.55422: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087c7c260> <<< 6494 1726853128.55429: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py <<< 6494 1726853128.55436: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 6494 1726853128.55452: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 6494 1726853128.55477: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 6494 1726853128.55508: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853128.55543: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa087b102c0> <<< 6494 1726853128.55708: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853128.55721: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa087b116d0> <<< 6494 1726853128.55727: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087c86a50> <<< 6494 1726853128.55758: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853128.55776: stdout chunk (state=3): >>># extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa087c87e00> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087c86660> <<< 6494 1726853128.55786: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.55799: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 6494 1726853128.55826: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.55928: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.56015: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.56037: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.56040: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 6494 1726853128.56052: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.56074: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 6494 1726853128.56082: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.56213: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.56335: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.56921: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.57515: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 6494 1726853128.57521: 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' # <<< 6494 1726853128.57552: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 6494 1726853128.57569: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853128.57636: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853128.57641: stdout chunk (state=3): >>># 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 0x7fa087b158e0> <<< 6494 1726853128.57719: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 6494 1726853128.57747: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087b16690> <<< 6494 1726853128.57752: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087b117f0> <<< 6494 1726853128.57809: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 6494 1726853128.57819: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.57851: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.57864: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 6494 1726853128.57877: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.58039: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.58207: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 6494 1726853128.58212: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087b16450> <<< 6494 1726853128.58221: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.58716: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.59181: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.59256: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.59323: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 6494 1726853128.59344: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.59381: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.59414: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 6494 1726853128.59426: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.59497: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.59576: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 6494 1726853128.59603: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.59615: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 6494 1726853128.59634: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.59672: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.59715: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 6494 1726853128.59724: stdout chunk (state=3): >>> <<< 6494 1726853128.59729: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.59977: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.60217: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 6494 1726853128.60289: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 6494 1726853128.60303: stdout chunk (state=3): >>>import '_ast' # <<< 6494 1726853128.60379: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087b17830> <<< 6494 1726853128.60388: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.60469: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.60546: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 6494 1726853128.60556: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 6494 1726853128.60571: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 6494 1726853128.60593: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.60639: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.60676: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 6494 1726853128.60693: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.60739: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.60784: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.60844: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.60921: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 6494 1726853128.60966: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853128.61075: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa087b220c0> <<< 6494 1726853128.61110: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087b1f350> <<< 6494 1726853128.61151: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 6494 1726853128.61159: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.61222: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.61296: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.61320: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.61368: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853128.61393: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 6494 1726853128.61417: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 6494 1726853128.61444: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 6494 1726853128.61510: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 6494 1726853128.61535: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 6494 1726853128.61551: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 6494 1726853128.61609: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087c0aa20> <<< 6494 1726853128.61655: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087dea6f0> <<< 6494 1726853128.61744: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087b22210> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087d8f050> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 6494 1726853128.61759: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.61788: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.61815: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 6494 1726853128.61878: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 6494 1726853128.61893: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.61910: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.61918: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 6494 1726853128.61933: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.61992: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.62064: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.62079: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.62108: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.62147: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.62193: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.62229: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.62269: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # <<< 6494 1726853128.62278: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.62362: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.62437: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.62462: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.62499: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.typing' # <<< 6494 1726853128.62510: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.62693: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.62875: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.62913: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.62974: stdout chunk (state=3): >>># /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' <<< 6494 1726853128.62999: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py <<< 6494 1726853128.63014: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' <<< 6494 1726853128.63040: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py <<< 6494 1726853128.63065: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' <<< 6494 1726853128.63092: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087bb2510> <<< 6494 1726853128.63111: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 6494 1726853128.63137: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 6494 1726853128.63155: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 6494 1726853128.63205: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 6494 1726853128.63222: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 6494 1726853128.63246: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 6494 1726853128.63255: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0877fffb0> <<< 6494 1726853128.63288: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853128.63309: stdout chunk (state=3): >>># extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853128.63314: stdout chunk (state=3): >>>import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa087818410> <<< 6494 1726853128.63363: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087b9ec90> <<< 6494 1726853128.63387: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087bb3050> <<< 6494 1726853128.63415: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087bb0bf0> <<< 6494 1726853128.63431: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087bb0740> <<< 6494 1726853128.63448: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 6494 1726853128.63510: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' <<< 6494 1726853128.63529: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 6494 1726853128.63547: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 6494 1726853128.63563: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 6494 1726853128.63575: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 6494 1726853128.63612: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853128.63615: stdout chunk (state=3): >>># 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 0x7fa08781b2f0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa08781aba0> <<< 6494 1726853128.63653: stdout chunk (state=3): >>># 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' <<< 6494 1726853128.63659: stdout chunk (state=3): >>>import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa08781ad80> <<< 6494 1726853128.63672: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087819fd0> <<< 6494 1726853128.63694: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 6494 1726853128.63852: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' <<< 6494 1726853128.63868: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa08781b4a0> <<< 6494 1726853128.63885: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 6494 1726853128.63923: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 6494 1726853128.63956: stdout chunk (state=3): >>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853128.63962: stdout chunk (state=3): >>># 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 0x7fa087865fd0> <<< 6494 1726853128.63987: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa08781bfb0> <<< 6494 1726853128.64017: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087bb0950> import 'ansible.module_utils.facts.timeout' # <<< 6494 1726853128.64042: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.collector' # <<< 6494 1726853128.64055: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.64074: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.64092: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other' # <<< 6494 1726853128.64093: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.64161: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.64219: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # <<< 6494 1726853128.64240: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.64289: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.64357: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 6494 1726853128.64363: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.64375: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system' # <<< 6494 1726853128.64387: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.64417: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.64445: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # <<< 6494 1726853128.64460: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.64507: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.64564: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # <<< 6494 1726853128.64567: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.64614: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.64651: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # <<< 6494 1726853128.64669: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.64728: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.64789: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.64845: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.64915: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # <<< 6494 1726853128.64926: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.65441: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.65889: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # <<< 6494 1726853128.65908: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.65959: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.66021: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.66054: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.66099: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 6494 1726853128.66102: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.date_time' # <<< 6494 1726853128.66109: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.66144: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.66170: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # <<< 6494 1726853128.66187: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.66247: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.66304: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # <<< 6494 1726853128.66323: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.66355: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.66387: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # <<< 6494 1726853128.66390: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.66426: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.66463: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # <<< 6494 1726853128.66465: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.66557: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.66649: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 6494 1726853128.66658: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 6494 1726853128.66681: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087867c50> <<< 6494 1726853128.66713: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 6494 1726853128.66738: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 6494 1726853128.66864: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087866d50> import 'ansible.module_utils.facts.system.local' # <<< 6494 1726853128.66882: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.66948: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.67022: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # <<< 6494 1726853128.67029: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.67126: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.67209: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 6494 1726853128.67227: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.67290: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.67368: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # <<< 6494 1726853128.67373: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.67415: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.67467: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 6494 1726853128.67528: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 6494 1726853128.67606: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853128.67668: stdout chunk (state=3): >>># 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 0x7fa0878a6390> <<< 6494 1726853128.67866: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087896180> import 'ansible.module_utils.facts.system.python' # <<< 6494 1726853128.67883: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.67941: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.68002: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # <<< 6494 1726853128.68009: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.68100: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.68183: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.68302: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.68452: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 6494 1726853128.68461: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.service_mgr' # <<< 6494 1726853128.68467: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.68507: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.68541: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # <<< 6494 1726853128.68558: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.68592: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.68651: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py <<< 6494 1726853128.68656: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' <<< 6494 1726853128.68697: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853128.68714: stdout chunk (state=3): >>># extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853128.68723: stdout chunk (state=3): >>>import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa0878b9e50> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087897380> import 'ansible.module_utils.facts.system.user' # <<< 6494 1726853128.68733: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.68754: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.68768: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware' # <<< 6494 1726853128.68777: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.68809: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.68859: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # <<< 6494 1726853128.68863: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.69030: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.69179: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 6494 1726853128.69193: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.69292: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.69396: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.69438: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.69478: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # <<< 6494 1726853128.69483: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.darwin' # <<< 6494 1726853128.69503: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.69520: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.69546: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.69693: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.69847: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # <<< 6494 1726853128.69853: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.69977: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.70100: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # <<< 6494 1726853128.70107: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.70145: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.70176: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.70769: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.71314: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # <<< 6494 1726853128.71326: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.71427: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.71717: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # # zipimport: zlib available # zipimport: zlib available <<< 6494 1726853128.71748: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # <<< 6494 1726853128.71770: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.71929: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.72092: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 6494 1726853128.72096: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.72133: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network' # <<< 6494 1726853128.72137: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.72175: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.72210: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # <<< 6494 1726853128.72234: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.72338: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.72438: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.72831: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.72875: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # <<< 6494 1726853128.72894: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.72941: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.72996: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # # zipimport: zlib available <<< 6494 1726853128.73022: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.73047: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # # zipimport: zlib available <<< 6494 1726853128.73116: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.73206: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # <<< 6494 1726853128.73210: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.73252: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.freebsd' # # zipimport: zlib available <<< 6494 1726853128.73319: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.73397: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # <<< 6494 1726853128.73400: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.73446: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.73518: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # # zipimport: zlib available <<< 6494 1726853128.73866: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.74116: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # <<< 6494 1726853128.74120: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.74146: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.74211: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # # zipimport: zlib available <<< 6494 1726853128.74255: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.74285: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # <<< 6494 1726853128.74299: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.74326: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.74371: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # # zipimport: zlib available <<< 6494 1726853128.74414: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.74450: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # <<< 6494 1726853128.74470: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.74542: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.74639: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 6494 1726853128.74642: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.74668: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.virtual' # # zipimport: zlib available <<< 6494 1726853128.74716: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.74761: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # <<< 6494 1726853128.74777: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.74794: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.74822: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.74863: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.74924: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.74988: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.75066: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sysctl' # <<< 6494 1726853128.75083: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # # zipimport: zlib available <<< 6494 1726853128.75137: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.75192: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 6494 1726853128.75205: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.75413: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.75622: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # <<< 6494 1726853128.75625: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.75670: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.75719: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # <<< 6494 1726853128.75735: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.75775: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.75822: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 6494 1726853128.75841: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.75921: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.76013: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # <<< 6494 1726853128.76017: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.76111: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.76201: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # <<< 6494 1726853128.76287: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853128.76474: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' <<< 6494 1726853128.76503: stdout chunk (state=3): >>># /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' <<< 6494 1726853128.76585: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853128.76609: stdout chunk (state=3): >>># 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 0x7fa0876be060> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0876bd130> <<< 6494 1726853128.76622: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0876b44d0> <<< 6494 1726853128.95909: stdout chunk (state=3): >>> {"ansible_facts": {"ansible_system": "Linux", "ansible_kernel": "6.11.0-0.rc6.23.el10.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Tue Sep 3 21:42:57 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.12.5", "ansible_fqdn": "ip-10-31-41-218.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-41-218", "ansible_nodename": "ip-10-31-41-218.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": "ec28af5d52a3a95e91e1a6152eaae1ae", "ansible_distribution": "CentOS", "ansible_distribution_release": "Stream", "ansible_distribution_version": "10", "ansible_distribution_major_version": "10", "ansible_distribution_file_path": "/etc/centos-release", "ansible_distribution_file_variety": "CentOS", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_service_mgr": "systemd", "gather_subset": ["!all", "!min", "python_version", "service_mgr"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["!all", "!min", "python_version", "service_mgr"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} <<< 6494 1726853128.96506: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr <<< 6494 1726853128.96513: 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 # 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<<< 6494 1726853128.96576: stdout chunk (state=3): >>> # 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 # 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 <<< 6494 1726853128.96584: stdout chunk (state=3): >>># destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json <<< 6494 1726853128.96614: 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 grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # 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 <<< 6494 1726853128.96678: stdout chunk (state=3): >>># 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 <<< 6494 1726853128.96682: stdout chunk (state=3): >>># destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # 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 _heapq # cleanup[2] removing heapq # destroy heapq # 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 <<< 6494 1726853128.96721: stdout chunk (state=3): >>># 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 <<< 6494 1726853128.96738: 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 # 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 <<< 6494 1726853128.96786: stdout chunk (state=3): >>># 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 <<< 6494 1726853128.97235: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 6494 1726853128.97260: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma <<< 6494 1726853128.97282: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 6494 1726853128.97319: stdout chunk (state=3): >>># destroy ntpath <<< 6494 1726853128.97349: stdout chunk (state=3): >>># destroy importlib # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon <<< 6494 1726853128.97375: stdout chunk (state=3): >>># destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale <<< 6494 1726853128.97397: stdout chunk (state=3): >>># destroy locale # destroy select # destroy _signal # destroy _posixsubprocess <<< 6494 1726853128.97421: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 6494 1726853128.97452: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 6494 1726853128.97463: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 6494 1726853128.97505: 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 signal <<< 6494 1726853128.97535: stdout chunk (state=3): >>># destroy pickle # destroy multiprocessing.context # destroy array # destroy _compat_pickle <<< 6494 1726853128.97565: stdout chunk (state=3): >>># destroy _pickle # destroy queue # destroy _heapq # destroy _queue <<< 6494 1726853128.97577: stdout chunk (state=3): >>># destroy multiprocessing.process # destroy unicodedata # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing <<< 6494 1726853128.97614: stdout chunk (state=3): >>># destroy shlex # destroy fcntl # destroy datetime <<< 6494 1726853128.97629: stdout chunk (state=3): >>># destroy subprocess # destroy base64 <<< 6494 1726853128.97672: stdout chunk (state=3): >>># destroy _ssl <<< 6494 1726853128.97682: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios <<< 6494 1726853128.97713: stdout chunk (state=3): >>># destroy errno # destroy json <<< 6494 1726853128.97734: stdout chunk (state=3): >>># destroy socket # destroy struct # destroy glob # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector <<< 6494 1726853128.97808: stdout chunk (state=3): >>># cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping configparser # 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 <<< 6494 1726853128.97849: 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 # destroy textwrap # cleanup[3] wiping tokenize <<< 6494 1726853128.97873: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading <<< 6494 1726853128.97915: stdout chunk (state=3): >>># cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct <<< 6494 1726853128.97931: stdout chunk (state=3): >>># 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 <<< 6494 1726853128.97963: stdout chunk (state=3): >>># 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 <<< 6494 1726853128.98001: stdout chunk (state=3): >>># 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 <<< 6494 1726853128.98055: stdout chunk (state=3): >>># 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 <<< 6494 1726853128.98058: stdout chunk (state=3): >>># cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 6494 1726853128.98280: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 6494 1726853128.98314: stdout chunk (state=3): >>># destroy _collections <<< 6494 1726853128.98318: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 6494 1726853128.98351: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 6494 1726853128.98386: stdout chunk (state=3): >>># destroy _typing <<< 6494 1726853128.98402: stdout chunk (state=3): >>># destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves <<< 6494 1726853128.98434: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 6494 1726853128.98454: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 6494 1726853128.98571: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading <<< 6494 1726853128.98598: stdout chunk (state=3): >>># destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 6494 1726853128.98620: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 6494 1726853128.98645: stdout chunk (state=3): >>># destroy _hashlib <<< 6494 1726853128.98672: stdout chunk (state=3): >>># destroy _operator # destroy _sre # destroy _string # destroy re # destroy itertools <<< 6494 1726853128.98706: stdout chunk (state=3): >>># destroy _abc # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 6494 1726853128.98709: stdout chunk (state=3): >>># clear sys.audit hooks <<< 6494 1726853128.99228: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.41.218 closed. <<< 6494 1726853128.99231: stdout chunk (state=3): >>><<< 6494 1726853128.99235: stderr chunk (state=3): >>><<< 6494 1726853128.99266: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0888184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0887e7b30> # /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 0x7fa08881aa50> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0885e9130> # /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 0x7fa0885e9fa0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa088627e90> # /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 0x7fa088627f50> # /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 0x7fa08865f890> # /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 0x7fa08865ff20> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa08863fb60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa08863d280> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa088625040> # /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 0x7fa08867f800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa08867e420> # /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 0x7fa08863e150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa08867cc80> # /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 0x7fa0886b4890> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0886242c0> # /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 0x7fa0886b4d40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0886b4bf0> # 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 0x7fa0886b4fe0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa088622de0> # /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 0x7fa0886b56d0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0886b53a0> 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 0x7fa0886b65d0> 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 0x7fa0886cc7a0> 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 0x7fa0886cdeb0> # /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 0x7fa0886ced50> # 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 0x7fa0886cf380> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0886ce2a0> # /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 0x7fa0886cfe00> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0886cf530> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0886b6570> # /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 0x7fa0883d7ce0> # /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 0x7fa088400740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0884004a0> # 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 0x7fa088400770> # /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 0x7fa0884010a0> # 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 0x7fa088401a60> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa088400950> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0883d5e80> # /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 0x7fa088402e10> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0884018e0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0886b6cc0> # /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 0x7fa08842b170> # /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 0x7fa08844f4d0> # /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 0x7fa0884b02f0> # /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 0x7fa0884b2a20> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0884b03e0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0884752e0> # /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 0x7fa087d253d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa08844e300> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa088403d40> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fa08844e660> # zipimport: found 103 names in '/tmp/ansible_setup_payload_ule3hfsc/ansible_setup_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 0x7fa087d8f0e0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087d6dfd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087d6d160> # 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 0x7fa087d8d760> # /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 0x7fa087dbeab0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087dbe840> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087dbe150> # /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 0x7fa087dbe5a0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa08881a9c0> 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 0x7fa087dbf7a0> # 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 0x7fa087dbf9e0> # /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 0x7fa087dbff20> 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 0x7fa087c29ca0> # 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 0x7fa087c2b8c0> # /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 0x7fa087c2c2c0> # /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 0x7fa087c2d430> # /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 0x7fa087c2fec0> # 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 0x7fa08842b0e0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087c2e180> # /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 0x7fa087c37e90> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087c36960> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087c366f0> # /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 0x7fa087c36c30> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087c2e690> # 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 0x7fa087c7ba40> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087c7c140> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa087c7dbe0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087c7d9a0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa087c80170> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087c7e2d0> # /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 0x7fa087c838c0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087c80290> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa087c84710> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa087c84920> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa087c84bc0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087c7c260> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa087b102c0> # 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 0x7fa087b116d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087c86a50> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa087c87e00> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087c86660> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa087b158e0> # /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 0x7fa087b16690> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087b117f0> 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 0x7fa087b16450> # 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 0x7fa087b17830> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa087b220c0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087b1f350> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087c0aa20> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087dea6f0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087b22210> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087d8f050> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.namespace' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.typing' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /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 0x7fa087bb2510> # /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' # /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 0x7fa0877fffb0> # 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 0x7fa087818410> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087b9ec90> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087bb3050> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087bb0bf0> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087bb0740> # /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' # /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 0x7fa08781b2f0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa08781aba0> # 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 0x7fa08781ad80> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087819fd0> # /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 0x7fa08781b4a0> # /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' # 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 0x7fa087865fd0> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa08781bfb0> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087bb0950> import 'ansible.module_utils.facts.timeout' # import 'ansible.module_utils.facts.collector' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other.facter' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other.ohai' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.apparmor' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.caps' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.chroot' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.distribution' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.datetime' # import 'ansible.module_utils.facts.system.date_time' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.env' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.dns' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.fips' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.loadavg' # # 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 0x7fa087867c50> # /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 0x7fa087866d50> import 'ansible.module_utils.facts.system.local' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.lsb' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.pkg_mgr' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.platform' # # zipimport: zlib available # zipimport: zlib available # /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 0x7fa0878a6390> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087896180> import 'ansible.module_utils.facts.system.python' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.selinux' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.version' # import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.ssh_pub_keys' # # zipimport: zlib available # zipimport: zlib available # /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 0x7fa0878b9e50> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa087897380> import 'ansible.module_utils.facts.system.user' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.base' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.aix' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.sysctl' # import 'ansible.module_utils.facts.hardware.darwin' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.hpux' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.sunos' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.base' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.darwin' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.fc_wwn' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.freebsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.hpux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.hurd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.linux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.iscsi' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.nvme' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.sunos' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.base' # # 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' # import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.hpux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.linux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # # zipimport: zlib available # /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' # /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 0x7fa0876be060> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0876bd130> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa0876b44d0> {"ansible_facts": {"ansible_system": "Linux", "ansible_kernel": "6.11.0-0.rc6.23.el10.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Tue Sep 3 21:42:57 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.12.5", "ansible_fqdn": "ip-10-31-41-218.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-41-218", "ansible_nodename": "ip-10-31-41-218.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": "ec28af5d52a3a95e91e1a6152eaae1ae", "ansible_distribution": "CentOS", "ansible_distribution_release": "Stream", "ansible_distribution_version": "10", "ansible_distribution_major_version": "10", "ansible_distribution_file_path": "/etc/centos-release", "ansible_distribution_file_variety": "CentOS", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_service_mgr": "systemd", "gather_subset": ["!all", "!min", "python_version", "service_mgr"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["!all", "!min", "python_version", "service_mgr"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} # 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 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # 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 _heapq # cleanup[2] removing heapq # destroy heapq # 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 # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # 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 systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.connection # destroy multiprocessing.pool # destroy signal # destroy pickle # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.process # destroy unicodedata # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing # destroy shlex # destroy fcntl # destroy datetime # destroy subprocess # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy errno # destroy json # destroy socket # destroy struct # destroy glob # destroy fnmatch # 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 configparser # 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 # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # 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 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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.41.218 closed. [WARNING]: Module invocation had junk after the JSON data: # 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 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # 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 _heapq # cleanup[2] removing heapq # destroy heapq # 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 # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # 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 systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.connection # destroy multiprocessing.pool # destroy signal # destroy pickle # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.process # destroy unicodedata # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing # destroy shlex # destroy fcntl # destroy datetime # destroy subprocess # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy errno # destroy json # destroy socket # destroy struct # destroy glob # destroy fnmatch # 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 configparser # 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 # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # 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 6494 1726853129.01067: done with _execute_module (setup, {'gather_subset': ['!all', '!min', 'python_version', 'service_mgr'], '_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': '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-1726853128.3092604-6557-251576146065953/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6494 1726853129.01070: _low_level_execute_command(): starting 6494 1726853129.01073: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726853128.3092604-6557-251576146065953/ > /dev/null 2>&1 && sleep 0' 6494 1726853129.01075: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6494 1726853129.01077: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853129.01079: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853129.01081: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6494 1726853129.01083: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 <<< 6494 1726853129.01086: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853129.01088: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853129.01089: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853129.01169: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853129.03209: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853129.03272: stderr chunk (state=3): >>><<< 6494 1726853129.03284: stdout chunk (state=3): >>><<< 6494 1726853129.03314: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853129.03328: handler run complete 6494 1726853129.03352: variable 'ansible_facts' from source: unknown 6494 1726853129.03402: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853129.03459: variable 'ansible_facts' from source: unknown 6494 1726853129.03499: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853129.03528: attempt loop complete, returning result 6494 1726853129.03541: _execute() done 6494 1726853129.03549: dumping result to json 6494 1726853129.03557: done dumping result, returning 6494 1726853129.03570: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.firewall : Ensure ansible_facts used by role [0affc48f-66db-1e98-6787-000000000148] 6494 1726853129.03578: sending task result for task 0affc48f-66db-1e98-6787-000000000148 6494 1726853129.03779: done sending task result for task 0affc48f-66db-1e98-6787-000000000148 6494 1726853129.03782: WORKER PROCESS EXITING ok: [managed_node1] 6494 1726853129.03852: no more pending results, returning what we have 6494 1726853129.03856: results queue empty 6494 1726853129.03857: checking for any_errors_fatal 6494 1726853129.03858: done checking for any_errors_fatal 6494 1726853129.03859: checking for max_fail_percentage 6494 1726853129.03861: done checking for max_fail_percentage 6494 1726853129.03861: checking to see if all hosts have failed and the running result is not ok 6494 1726853129.03863: done checking to see if all hosts have failed 6494 1726853129.03863: getting the remaining hosts for this loop 6494 1726853129.03865: done getting the remaining hosts for this loop 6494 1726853129.03869: getting the next task for host managed_node1 6494 1726853129.03879: done getting next task for host managed_node1 6494 1726853129.03883: ^ task is: TASK: fedora.linux_system_roles.firewall : Check if system is ostree 6494 1726853129.03887: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), 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 6494 1726853129.03942: getting variables 6494 1726853129.03944: in VariableManager get_vars() 6494 1726853129.03980: Calling all_inventory to load vars for managed_node1 6494 1726853129.03982: Calling groups_inventory to load vars for managed_node1 6494 1726853129.03985: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853129.03996: Calling all_plugins_play to load vars for managed_node1 6494 1726853129.04138: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853129.04144: Calling groups_plugins_play to load vars for managed_node1 6494 1726853129.04199: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853129.04314: done with get_vars() 6494 1726853129.04323: done getting variables TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Friday 20 September 2024 13:25:29 -0400 (0:00:00.796) 0:00:03.966 ****** 6494 1726853129.04426: entering _queue_task() for managed_node1/stat 6494 1726853129.04741: worker is 1 (out of 1 available) 6494 1726853129.04753: exiting _queue_task() for managed_node1/stat 6494 1726853129.04764: done queuing things up, now waiting for results queue to drain 6494 1726853129.04766: waiting for pending results... 6494 1726853129.05022: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.firewall : Check if system is ostree 6494 1726853129.05137: in run() - task 0affc48f-66db-1e98-6787-00000000014a 6494 1726853129.05156: variable 'ansible_search_path' from source: unknown 6494 1726853129.05229: variable 'ansible_search_path' from source: unknown 6494 1726853129.05234: calling self._execute() 6494 1726853129.05280: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853129.05291: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853129.05305: variable 'omit' from source: magic vars 6494 1726853129.05680: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6494 1726853129.06010: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6494 1726853129.06059: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6494 1726853129.06101: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6494 1726853129.06142: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6494 1726853129.06236: 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) 6494 1726853129.06267: 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) 6494 1726853129.06316: 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) 6494 1726853129.06334: 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) 6494 1726853129.06464: Evaluated conditional (not __firewall_is_ostree is defined): True 6494 1726853129.06535: variable 'omit' from source: magic vars 6494 1726853129.06579: variable 'omit' from source: magic vars 6494 1726853129.06618: variable 'omit' from source: magic vars 6494 1726853129.06653: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6494 1726853129.06684: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6494 1726853129.06705: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6494 1726853129.06727: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853129.06750: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853129.06782: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6494 1726853129.06790: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853129.06798: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853129.06941: Set connection var ansible_shell_type to sh 6494 1726853129.06945: Set connection var ansible_pipelining to False 6494 1726853129.06947: Set connection var ansible_shell_executable to /bin/sh 6494 1726853129.06949: Set connection var ansible_timeout to 10 6494 1726853129.06951: Set connection var ansible_connection to ssh 6494 1726853129.06954: Set connection var ansible_module_compression to ZIP_DEFLATED 6494 1726853129.06983: variable 'ansible_shell_executable' from source: unknown 6494 1726853129.06991: variable 'ansible_connection' from source: unknown 6494 1726853129.06998: variable 'ansible_module_compression' from source: unknown 6494 1726853129.07004: variable 'ansible_shell_type' from source: unknown 6494 1726853129.07011: variable 'ansible_shell_executable' from source: unknown 6494 1726853129.07074: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853129.07077: variable 'ansible_pipelining' from source: unknown 6494 1726853129.07080: variable 'ansible_timeout' from source: unknown 6494 1726853129.07082: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853129.07209: 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__) 6494 1726853129.07223: variable 'omit' from source: magic vars 6494 1726853129.07235: starting attempt loop 6494 1726853129.07242: running the handler 6494 1726853129.07257: _low_level_execute_command(): starting 6494 1726853129.07268: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6494 1726853129.07990: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6494 1726853129.08006: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853129.08019: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853129.08039: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6494 1726853129.08065: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match not found <<< 6494 1726853129.08147: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853129.08175: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853129.08192: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853129.08214: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853129.08363: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853129.10171: stdout chunk (state=3): >>>/root <<< 6494 1726853129.10323: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853129.10329: stdout chunk (state=3): >>><<< 6494 1726853129.10333: stderr chunk (state=3): >>><<< 6494 1726853129.10359: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853129.10438: _low_level_execute_command(): starting 6494 1726853129.10443: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726853129.103718-6582-154223727179670 `" && echo ansible-tmp-1726853129.103718-6582-154223727179670="` echo /root/.ansible/tmp/ansible-tmp-1726853129.103718-6582-154223727179670 `" ) && sleep 0' 6494 1726853129.11018: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6494 1726853129.11031: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853129.11046: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853129.11062: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6494 1726853129.11077: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 <<< 6494 1726853129.11177: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853129.11202: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853129.11353: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853129.13493: stdout chunk (state=3): >>>ansible-tmp-1726853129.103718-6582-154223727179670=/root/.ansible/tmp/ansible-tmp-1726853129.103718-6582-154223727179670 <<< 6494 1726853129.13644: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853129.13656: stdout chunk (state=3): >>><<< 6494 1726853129.13739: stderr chunk (state=3): >>><<< 6494 1726853129.13745: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726853129.103718-6582-154223727179670=/root/.ansible/tmp/ansible-tmp-1726853129.103718-6582-154223727179670 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853129.13756: variable 'ansible_module_compression' from source: unknown 6494 1726853129.13821: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6494dydhg1yg/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6494 1726853129.13868: variable 'ansible_facts' from source: unknown 6494 1726853129.13975: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726853129.103718-6582-154223727179670/AnsiballZ_stat.py 6494 1726853129.14234: Sending initial data 6494 1726853129.14237: Sent initial data (150 bytes) 6494 1726853129.14788: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6494 1726853129.14853: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853129.14920: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853129.14946: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853129.15105: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853129.16867: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6494 1726853129.17017: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6494 1726853129.17141: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6494dydhg1yg/tmpkydex4wd /root/.ansible/tmp/ansible-tmp-1726853129.103718-6582-154223727179670/AnsiballZ_stat.py <<< 6494 1726853129.17144: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726853129.103718-6582-154223727179670/AnsiballZ_stat.py" <<< 6494 1726853129.17251: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6494dydhg1yg/tmpkydex4wd" to remote "/root/.ansible/tmp/ansible-tmp-1726853129.103718-6582-154223727179670/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726853129.103718-6582-154223727179670/AnsiballZ_stat.py" <<< 6494 1726853129.18308: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853129.18438: stderr chunk (state=3): >>><<< 6494 1726853129.18441: stdout chunk (state=3): >>><<< 6494 1726853129.18444: done transferring module to remote 6494 1726853129.18446: _low_level_execute_command(): starting 6494 1726853129.18449: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726853129.103718-6582-154223727179670/ /root/.ansible/tmp/ansible-tmp-1726853129.103718-6582-154223727179670/AnsiballZ_stat.py && sleep 0' 6494 1726853129.19236: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6494 1726853129.19246: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853129.19293: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853129.19406: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853129.21479: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853129.21491: stdout chunk (state=3): >>><<< 6494 1726853129.21520: stderr chunk (state=3): >>><<< 6494 1726853129.21628: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853129.21631: _low_level_execute_command(): starting 6494 1726853129.21636: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726853129.103718-6582-154223727179670/AnsiballZ_stat.py && sleep 0' 6494 1726853129.22225: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6494 1726853129.22245: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853129.22284: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853129.22380: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853129.22408: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853129.22570: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853129.24974: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 6494 1726853129.25058: stdout chunk (state=3): >>>import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 6494 1726853129.25085: stdout chunk (state=3): >>>import '_io' # <<< 6494 1726853129.25099: stdout chunk (state=3): >>>import 'marshal' # <<< 6494 1726853129.25122: stdout chunk (state=3): >>>import 'posix' # <<< 6494 1726853129.25155: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 6494 1726853129.25183: stdout chunk (state=3): >>>import 'time' # <<< 6494 1726853129.25190: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 6494 1726853129.25241: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 6494 1726853129.25249: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853129.25258: stdout chunk (state=3): >>>import '_codecs' # <<< 6494 1726853129.25287: stdout chunk (state=3): >>>import 'codecs' # <<< 6494 1726853129.25317: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 6494 1726853129.25350: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75d684d0> <<< 6494 1726853129.25361: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75d37b30> <<< 6494 1726853129.25386: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 6494 1726853129.25406: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75d6aa50> <<< 6494 1726853129.25423: stdout chunk (state=3): >>>import '_signal' # <<< 6494 1726853129.25446: stdout chunk (state=3): >>>import '_abc' # <<< 6494 1726853129.25454: stdout chunk (state=3): >>>import 'abc' # <<< 6494 1726853129.25465: stdout chunk (state=3): >>>import 'io' # <<< 6494 1726853129.25503: stdout chunk (state=3): >>>import '_stat' # <<< 6494 1726853129.25506: stdout chunk (state=3): >>>import 'stat' # <<< 6494 1726853129.25592: stdout chunk (state=3): >>>import '_collections_abc' # <<< 6494 1726853129.25618: stdout chunk (state=3): >>>import 'genericpath' # <<< 6494 1726853129.25622: stdout chunk (state=3): >>>import 'posixpath' # <<< 6494 1726853129.25650: stdout chunk (state=3): >>>import 'os' # <<< 6494 1726853129.25669: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 6494 1726853129.25672: stdout chunk (state=3): >>>Processing user site-packages <<< 6494 1726853129.25688: stdout chunk (state=3): >>>Processing global site-packages <<< 6494 1726853129.25694: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 6494 1726853129.25714: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 6494 1726853129.25750: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 6494 1726853129.25774: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75b5d130> <<< 6494 1726853129.25821: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 6494 1726853129.25836: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853129.25842: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75b5dfa0> <<< 6494 1726853129.25871: stdout chunk (state=3): >>>import 'site' # <<< 6494 1726853129.25895: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 6494 1726853129.26137: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 6494 1726853129.26160: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 6494 1726853129.26180: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 6494 1726853129.26199: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853129.26207: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 6494 1726853129.26241: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 6494 1726853129.26262: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 6494 1726853129.26283: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 6494 1726853129.26305: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75b9bec0> <<< 6494 1726853129.26317: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 6494 1726853129.26337: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 6494 1726853129.26358: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75b9bf80> <<< 6494 1726853129.26380: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 6494 1726853129.26404: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 6494 1726853129.26438: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 6494 1726853129.26478: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853129.26504: stdout chunk (state=3): >>>import 'itertools' # <<< 6494 1726853129.26519: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 6494 1726853129.26548: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75bd3830> <<< 6494 1726853129.26553: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 6494 1726853129.26572: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75bd3ec0> <<< 6494 1726853129.26579: stdout chunk (state=3): >>>import '_collections' # <<< 6494 1726853129.26642: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75bb3b60> <<< 6494 1726853129.26652: stdout chunk (state=3): >>>import '_functools' # <<< 6494 1726853129.26683: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75bb12b0> <<< 6494 1726853129.26777: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75b99070> <<< 6494 1726853129.26810: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 6494 1726853129.26814: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 6494 1726853129.26837: stdout chunk (state=3): >>>import '_sre' # <<< 6494 1726853129.26851: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 6494 1726853129.26879: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 6494 1726853129.26903: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 6494 1726853129.26911: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 6494 1726853129.26948: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75bf37d0> <<< 6494 1726853129.26962: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75bf23f0> <<< 6494 1726853129.26983: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75bb2150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75bf0bc0> <<< 6494 1726853129.27047: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 6494 1726853129.27051: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' <<< 6494 1726853129.27077: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75c28890> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75b982f0> # /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' <<< 6494 1726853129.27112: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853129.27133: stdout chunk (state=3): >>># 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 0x7fdc75c28d40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75c28bf0> <<< 6494 1726853129.27158: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdc75c28fe0> <<< 6494 1726853129.27169: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75b96e10> <<< 6494 1726853129.27198: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 6494 1726853129.27250: stdout chunk (state=3): >>># 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 <<< 6494 1726853129.27284: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75c29670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75c29370> import 'importlib.machinery' # <<< 6494 1726853129.27313: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 6494 1726853129.27316: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75c2a540> <<< 6494 1726853129.27345: stdout chunk (state=3): >>>import 'importlib.util' # <<< 6494 1726853129.27348: stdout chunk (state=3): >>>import 'runpy' # <<< 6494 1726853129.27379: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 6494 1726853129.27414: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 6494 1726853129.27457: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 6494 1726853129.27460: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75c40740> <<< 6494 1726853129.27467: stdout chunk (state=3): >>>import 'errno' # <<< 6494 1726853129.27498: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853129.27515: stdout chunk (state=3): >>># 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 0x7fdc75c41e20> <<< 6494 1726853129.27533: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 6494 1726853129.27544: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 6494 1726853129.27582: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 6494 1726853129.27585: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 6494 1726853129.27596: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75c42cc0> <<< 6494 1726853129.27644: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853129.27650: stdout chunk (state=3): >>>import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdc75c432f0> <<< 6494 1726853129.27653: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75c42210> <<< 6494 1726853129.27665: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 6494 1726853129.27676: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 6494 1726853129.27716: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853129.27743: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdc75c43d70> <<< 6494 1726853129.27745: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75c434a0> <<< 6494 1726853129.27786: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75c2a4b0> <<< 6494 1726853129.27813: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 6494 1726853129.27842: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 6494 1726853129.27861: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 6494 1726853129.27878: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 6494 1726853129.27917: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdc759c7c50> <<< 6494 1726853129.27942: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 6494 1726853129.27975: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdc759f07a0> <<< 6494 1726853129.27980: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc759f0500> <<< 6494 1726853129.28002: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853129.28009: stdout chunk (state=3): >>># extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdc759f07d0> <<< 6494 1726853129.28046: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 6494 1726853129.28049: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 6494 1726853129.28122: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853129.28257: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdc759f1100> <<< 6494 1726853129.28412: stdout chunk (state=3): >>># 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' <<< 6494 1726853129.28415: stdout chunk (state=3): >>>import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdc759f1af0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc759f09b0> <<< 6494 1726853129.28438: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc759c5df0> <<< 6494 1726853129.28455: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 6494 1726853129.28481: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 6494 1726853129.28500: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 6494 1726853129.28521: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 6494 1726853129.28530: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc759f2f00> <<< 6494 1726853129.28554: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc759f1c40> <<< 6494 1726853129.28573: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75c2ac60> <<< 6494 1726853129.28601: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 6494 1726853129.28670: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853129.28692: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 6494 1726853129.28726: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 6494 1726853129.28757: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75a17230> <<< 6494 1726853129.28811: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 6494 1726853129.28830: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853129.28847: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 6494 1726853129.28873: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 6494 1726853129.28912: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75a3f620> <<< 6494 1726853129.28941: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 6494 1726853129.28985: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 6494 1726853129.29046: stdout chunk (state=3): >>>import 'ntpath' # <<< 6494 1726853129.29073: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py <<< 6494 1726853129.29078: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75aa0380> <<< 6494 1726853129.29087: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 6494 1726853129.29121: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 6494 1726853129.29146: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 6494 1726853129.29191: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 6494 1726853129.29281: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75aa2ae0> <<< 6494 1726853129.29366: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75aa04a0> <<< 6494 1726853129.29398: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75a613a0> <<< 6494 1726853129.29452: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' <<< 6494 1726853129.29456: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75329430> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75a3e420> <<< 6494 1726853129.29459: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc759f3e00> <<< 6494 1726853129.29584: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 6494 1726853129.29606: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fdc75a3e780> <<< 6494 1726853129.29798: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_nalxw00n/ansible_stat_payload.zip' <<< 6494 1726853129.29805: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.29939: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.29971: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 6494 1726853129.29979: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 6494 1726853129.30029: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 6494 1726853129.30107: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 6494 1726853129.30142: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' <<< 6494 1726853129.30155: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc7537f1d0> <<< 6494 1726853129.30159: stdout chunk (state=3): >>>import '_typing' # <<< 6494 1726853129.30360: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc7535e0c0> <<< 6494 1726853129.30367: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc7535d220> <<< 6494 1726853129.30374: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.30400: stdout chunk (state=3): >>>import 'ansible' # <<< 6494 1726853129.30407: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.30438: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.30441: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.30464: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 6494 1726853129.30473: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.31979: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.33263: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc7537d070> <<< 6494 1726853129.33304: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /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' <<< 6494 1726853129.33308: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 6494 1726853129.33340: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853129.33344: stdout chunk (state=3): >>># 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 0x7fdc753a6b10> <<< 6494 1726853129.33384: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc753a68a0> <<< 6494 1726853129.33416: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc753a61b0> <<< 6494 1726853129.33446: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 6494 1726853129.33455: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 6494 1726853129.33485: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc753a6600> <<< 6494 1726853129.33489: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc7537fbf0> <<< 6494 1726853129.33503: stdout chunk (state=3): >>>import 'atexit' # <<< 6494 1726853129.33534: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdc753a78c0> <<< 6494 1726853129.33563: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853129.33568: stdout chunk (state=3): >>># extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdc753a7b00> <<< 6494 1726853129.33589: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 6494 1726853129.33646: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 6494 1726853129.33666: stdout chunk (state=3): >>>import '_locale' # <<< 6494 1726853129.33711: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc753a7f80> <<< 6494 1726853129.33724: stdout chunk (state=3): >>>import 'pwd' # <<< 6494 1726853129.33742: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 6494 1726853129.33777: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 6494 1726853129.33809: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75211d90> <<< 6494 1726853129.33845: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdc752139b0> <<< 6494 1726853129.33872: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 6494 1726853129.33888: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 6494 1726853129.33931: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc752143b0> <<< 6494 1726853129.33948: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 6494 1726853129.33992: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 6494 1726853129.34005: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75215550> <<< 6494 1726853129.34029: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 6494 1726853129.34066: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 6494 1726853129.34095: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 6494 1726853129.34155: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75217fb0> <<< 6494 1726853129.34196: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853129.34199: stdout chunk (state=3): >>># 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 0x7fdc7521c2f0> <<< 6494 1726853129.34217: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75216270> <<< 6494 1726853129.34240: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 6494 1726853129.34269: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 6494 1726853129.34293: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 6494 1726853129.34299: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 6494 1726853129.34319: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 6494 1726853129.34356: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 6494 1726853129.34381: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 6494 1726853129.34384: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 6494 1726853129.34404: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc7521ff20> import '_tokenize' # <<< 6494 1726853129.34482: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc7521e9f0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc7521e780> <<< 6494 1726853129.34506: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 6494 1726853129.34514: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 6494 1726853129.34593: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc7521ecc0> <<< 6494 1726853129.34620: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75216780> <<< 6494 1726853129.34654: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853129.34658: stdout chunk (state=3): >>># extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdc75267fb0> <<< 6494 1726853129.34689: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc752682f0> <<< 6494 1726853129.34729: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 6494 1726853129.34734: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 6494 1726853129.34757: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 6494 1726853129.34797: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853129.34806: stdout chunk (state=3): >>># extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdc75269dc0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75269b80> <<< 6494 1726853129.34825: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 6494 1726853129.34973: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 6494 1726853129.35027: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdc7526c320> <<< 6494 1726853129.35034: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc7526a4b0> <<< 6494 1726853129.35052: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 6494 1726853129.35098: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853129.35118: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 6494 1726853129.35141: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 6494 1726853129.35149: stdout chunk (state=3): >>>import '_string' # <<< 6494 1726853129.35193: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc7526fb00> <<< 6494 1726853129.35330: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc7526c4d0> <<< 6494 1726853129.35399: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdc752708f0> <<< 6494 1726853129.35429: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdc75270b30> <<< 6494 1726853129.35477: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdc75270dd0> <<< 6494 1726853129.35491: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc752684d0> <<< 6494 1726853129.35515: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py <<< 6494 1726853129.35521: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 6494 1726853129.35539: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 6494 1726853129.35568: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 6494 1726853129.35600: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853129.35634: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdc752fc3b0> <<< 6494 1726853129.35792: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853129.35804: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdc752fd7f0> <<< 6494 1726853129.35806: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75272b70> <<< 6494 1726853129.35847: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853129.35856: stdout chunk (state=3): >>># extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdc75273f20> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc752727b0> <<< 6494 1726853129.35865: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.35886: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.35896: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 6494 1726853129.35910: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.36011: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.36111: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.36114: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.36121: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 6494 1726853129.36164: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.36167: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 6494 1726853129.36169: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.36296: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.36417: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.36998: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.37560: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 6494 1726853129.37564: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 6494 1726853129.37576: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 6494 1726853129.37600: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 6494 1726853129.37612: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853129.37678: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdc75101940> <<< 6494 1726853129.37764: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 6494 1726853129.37791: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc751026f0> <<< 6494 1726853129.37794: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc752fd910> <<< 6494 1726853129.37850: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 6494 1726853129.37859: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.37888: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.37899: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 6494 1726853129.37911: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.38068: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.38221: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 6494 1726853129.38230: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 6494 1726853129.38250: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75102690> <<< 6494 1726853129.38252: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.38747: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.39197: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.39274: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.39356: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 6494 1726853129.39367: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.39396: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.39440: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 6494 1726853129.39443: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.39514: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.39613: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 6494 1726853129.39643: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 6494 1726853129.39654: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.39681: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.39744: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 6494 1726853129.39960: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.40196: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 6494 1726853129.40259: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 6494 1726853129.40274: stdout chunk (state=3): >>>import '_ast' # <<< 6494 1726853129.40346: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc751038c0> <<< 6494 1726853129.40357: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.40434: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.40513: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 6494 1726853129.40517: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 6494 1726853129.40525: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 6494 1726853129.40553: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.40592: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.40638: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 6494 1726853129.40652: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.40688: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.40781: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.40795: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.40867: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 6494 1726853129.40906: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853129.41004: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdc7510e3f0> <<< 6494 1726853129.41044: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75109a60> <<< 6494 1726853129.41073: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 6494 1726853129.41087: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 6494 1726853129.41096: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.41156: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.41216: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.41249: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.41291: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py <<< 6494 1726853129.41304: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853129.41315: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 6494 1726853129.41343: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 6494 1726853129.41360: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 6494 1726853129.41430: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 6494 1726853129.41448: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 6494 1726853129.41469: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 6494 1726853129.41522: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc753fab70> <<< 6494 1726853129.41570: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc753ee840> <<< 6494 1726853129.41650: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc7510e150> <<< 6494 1726853129.41665: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc752736b0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 6494 1726853129.41667: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.41697: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.41722: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 6494 1726853129.41730: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 6494 1726853129.41779: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 6494 1726853129.41816: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.41822: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.41825: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 6494 1726853129.41835: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.41979: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.42183: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.42328: 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__ <<< 6494 1726853129.42704: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 6494 1726853129.42708: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value <<< 6494 1726853129.42744: stdout chunk (state=3): >>># clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # 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 <<< 6494 1726853129.42799: 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 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 <<< 6494 1726853129.42803: stdout chunk (state=3): >>># 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<<< 6494 1726853129.42842: stdout chunk (state=3): >>> # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian <<< 6494 1726853129.42876: 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 <<< 6494 1726853129.42890: stdout chunk (state=3): >>># destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 6494 1726853129.43157: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 6494 1726853129.43190: stdout chunk (state=3): >>># 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 <<< 6494 1726853129.43237: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 6494 1726853129.43242: stdout chunk (state=3): >>># destroy ntpath <<< 6494 1726853129.43265: stdout chunk (state=3): >>># destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal <<< 6494 1726853129.43305: 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 grp # destroy encodings # destroy _locale # destroy pwd <<< 6494 1726853129.43315: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 6494 1726853129.43353: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array <<< 6494 1726853129.43371: stdout chunk (state=3): >>># destroy datetime # destroy selinux # destroy shutil <<< 6494 1726853129.43403: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 6494 1726853129.43453: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes <<< 6494 1726853129.43483: 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 # destroy textwrap <<< 6494 1726853129.43534: stdout chunk (state=3): >>># cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random <<< 6494 1726853129.43538: stdout chunk (state=3): >>># 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 <<< 6494 1726853129.43589: stdout chunk (state=3): >>># cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator <<< 6494 1726853129.43594: stdout chunk (state=3): >>># cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os <<< 6494 1726853129.43649: stdout chunk (state=3): >>># destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # 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 <<< 6494 1726853129.43653: stdout chunk (state=3): >>># cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 6494 1726853129.43666: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 6494 1726853129.43806: stdout chunk (state=3): >>># destroy sys.monitoring <<< 6494 1726853129.43828: stdout chunk (state=3): >>># destroy _socket # destroy _collections <<< 6494 1726853129.43852: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 6494 1726853129.43892: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 6494 1726853129.43920: stdout chunk (state=3): >>># 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 <<< 6494 1726853129.43935: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 6494 1726853129.43954: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 6494 1726853129.44067: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 6494 1726853129.44070: stdout chunk (state=3): >>># 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 <<< 6494 1726853129.44107: stdout chunk (state=3): >>># destroy time # destroy _random # destroy _weakref <<< 6494 1726853129.44130: stdout chunk (state=3): >>># destroy _hashlib <<< 6494 1726853129.44160: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re # destroy itertools <<< 6494 1726853129.44183: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 6494 1726853129.44202: stdout chunk (state=3): >>># clear sys.audit hooks <<< 6494 1726853129.44595: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.41.218 closed. <<< 6494 1726853129.44598: stdout chunk (state=3): >>><<< 6494 1726853129.44600: stderr chunk (state=3): >>><<< 6494 1726853129.44681: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75d684d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75d37b30> # /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 0x7fdc75d6aa50> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75b5d130> # /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 0x7fdc75b5dfa0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75b9bec0> # /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 0x7fdc75b9bf80> # /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 0x7fdc75bd3830> # /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 0x7fdc75bd3ec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75bb3b60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75bb12b0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75b99070> # /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 0x7fdc75bf37d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75bf23f0> # /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 0x7fdc75bb2150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75bf0bc0> # /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 0x7fdc75c28890> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75b982f0> # /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 0x7fdc75c28d40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75c28bf0> # 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 0x7fdc75c28fe0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75b96e10> # /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 0x7fdc75c29670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75c29370> 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 0x7fdc75c2a540> 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 0x7fdc75c40740> 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 0x7fdc75c41e20> # /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 0x7fdc75c42cc0> # 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 0x7fdc75c432f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75c42210> # /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 0x7fdc75c43d70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75c434a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75c2a4b0> # /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 0x7fdc759c7c50> # /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 0x7fdc759f07a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc759f0500> # 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 0x7fdc759f07d0> # /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 0x7fdc759f1100> # 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 0x7fdc759f1af0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc759f09b0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc759c5df0> # /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 0x7fdc759f2f00> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc759f1c40> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75c2ac60> # /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 0x7fdc75a17230> # /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 0x7fdc75a3f620> # /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 0x7fdc75aa0380> # /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 0x7fdc75aa2ae0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75aa04a0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75a613a0> # /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 0x7fdc75329430> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75a3e420> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc759f3e00> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fdc75a3e780> # zipimport: found 30 names in '/tmp/ansible_stat_payload_nalxw00n/ansible_stat_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc7537f1d0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc7535e0c0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc7535d220> # 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 0x7fdc7537d070> # /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 0x7fdc753a6b10> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc753a68a0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc753a61b0> # /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 0x7fdc753a6600> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc7537fbf0> 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 0x7fdc753a78c0> # 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 0x7fdc753a7b00> # /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 0x7fdc753a7f80> 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 0x7fdc75211d90> # 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 0x7fdc752139b0> # /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 0x7fdc752143b0> # /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 0x7fdc75215550> # /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 0x7fdc75217fb0> # 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 0x7fdc7521c2f0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75216270> # /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 0x7fdc7521ff20> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc7521e9f0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc7521e780> # /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 0x7fdc7521ecc0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75216780> # 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 0x7fdc75267fb0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc752682f0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdc75269dc0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75269b80> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdc7526c320> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc7526a4b0> # /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 0x7fdc7526fb00> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc7526c4d0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdc752708f0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdc75270b30> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdc75270dd0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc752684d0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdc752fc3b0> # 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 0x7fdc752fd7f0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75272b70> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdc75273f20> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc752727b0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdc75101940> # /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 0x7fdc751026f0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc752fd910> 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 0x7fdc75102690> # 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 0x7fdc751038c0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdc7510e3f0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc75109a60> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc753fab70> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc753ee840> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc7510e150> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc752736b0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/run/ostree-booted", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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.41.218 closed. 6494 1726853129.45806: done with _execute_module (stat, {'path': '/run/ostree-booted', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'stat', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726853129.103718-6582-154223727179670/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6494 1726853129.45811: _low_level_execute_command(): starting 6494 1726853129.45814: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726853129.103718-6582-154223727179670/ > /dev/null 2>&1 && sleep 0' 6494 1726853129.45968: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6494 1726853129.45983: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853129.46037: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853129.46051: 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.41.218 originally 10.31.41.218 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.41.218 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853129.46129: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853129.46165: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853129.46183: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853129.46209: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853129.46374: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853129.48423: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853129.48543: stdout chunk (state=3): >>><<< 6494 1726853129.48547: stderr chunk (state=3): >>><<< 6494 1726853129.48549: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853129.48552: handler run complete 6494 1726853129.48554: attempt loop complete, returning result 6494 1726853129.48556: _execute() done 6494 1726853129.48558: dumping result to json 6494 1726853129.48560: done dumping result, returning 6494 1726853129.48562: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.firewall : Check if system is ostree [0affc48f-66db-1e98-6787-00000000014a] 6494 1726853129.48564: sending task result for task 0affc48f-66db-1e98-6787-00000000014a ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } 6494 1726853129.48747: no more pending results, returning what we have 6494 1726853129.48751: results queue empty 6494 1726853129.48752: checking for any_errors_fatal 6494 1726853129.48758: done checking for any_errors_fatal 6494 1726853129.48759: checking for max_fail_percentage 6494 1726853129.48761: done checking for max_fail_percentage 6494 1726853129.48761: checking to see if all hosts have failed and the running result is not ok 6494 1726853129.48762: done checking to see if all hosts have failed 6494 1726853129.48763: getting the remaining hosts for this loop 6494 1726853129.48765: done getting the remaining hosts for this loop 6494 1726853129.48769: getting the next task for host managed_node1 6494 1726853129.48777: done getting next task for host managed_node1 6494 1726853129.48780: ^ task is: TASK: fedora.linux_system_roles.firewall : Set flag to indicate system is ostree 6494 1726853129.48785: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), 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 6494 1726853129.48795: getting variables 6494 1726853129.48797: in VariableManager get_vars() 6494 1726853129.49054: Calling all_inventory to load vars for managed_node1 6494 1726853129.49057: Calling groups_inventory to load vars for managed_node1 6494 1726853129.49061: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853129.49069: done sending task result for task 0affc48f-66db-1e98-6787-00000000014a 6494 1726853129.49072: WORKER PROCESS EXITING 6494 1726853129.49082: Calling all_plugins_play to load vars for managed_node1 6494 1726853129.49086: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853129.49089: Calling groups_plugins_play to load vars for managed_node1 6494 1726853129.49146: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853129.49304: done with get_vars() 6494 1726853129.49315: done getting variables 6494 1726853129.49408: 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.firewall : Set flag to indicate system is ostree] *** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Friday 20 September 2024 13:25:29 -0400 (0:00:00.450) 0:00:04.417 ****** 6494 1726853129.49458: entering _queue_task() for managed_node1/set_fact 6494 1726853129.49854: worker is 1 (out of 1 available) 6494 1726853129.49865: exiting _queue_task() for managed_node1/set_fact 6494 1726853129.49875: done queuing things up, now waiting for results queue to drain 6494 1726853129.49876: waiting for pending results... 6494 1726853129.50059: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.firewall : Set flag to indicate system is ostree 6494 1726853129.50223: in run() - task 0affc48f-66db-1e98-6787-00000000014b 6494 1726853129.50251: variable 'ansible_search_path' from source: unknown 6494 1726853129.50260: variable 'ansible_search_path' from source: unknown 6494 1726853129.50299: calling self._execute() 6494 1726853129.50386: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853129.50397: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853129.50410: variable 'omit' from source: magic vars 6494 1726853129.50899: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6494 1726853129.51197: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6494 1726853129.51255: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6494 1726853129.51294: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6494 1726853129.51343: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6494 1726853129.51445: 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) 6494 1726853129.51475: 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) 6494 1726853129.51505: 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) 6494 1726853129.51546: 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) 6494 1726853129.51688: Evaluated conditional (not __firewall_is_ostree is defined): True 6494 1726853129.51766: variable 'omit' from source: magic vars 6494 1726853129.51813: variable 'omit' from source: magic vars 6494 1726853129.51945: variable '__ostree_booted_stat' from source: set_fact 6494 1726853129.52037: variable 'omit' from source: magic vars 6494 1726853129.52041: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6494 1726853129.52070: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6494 1726853129.52105: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6494 1726853129.52127: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853129.52146: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853129.52200: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6494 1726853129.52210: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853129.52214: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853129.52415: Set connection var ansible_shell_type to sh 6494 1726853129.52419: Set connection var ansible_pipelining to False 6494 1726853129.52422: Set connection var ansible_shell_executable to /bin/sh 6494 1726853129.52424: Set connection var ansible_timeout to 10 6494 1726853129.52426: Set connection var ansible_connection to ssh 6494 1726853129.52428: Set connection var ansible_module_compression to ZIP_DEFLATED 6494 1726853129.52430: variable 'ansible_shell_executable' from source: unknown 6494 1726853129.52438: variable 'ansible_connection' from source: unknown 6494 1726853129.52440: variable 'ansible_module_compression' from source: unknown 6494 1726853129.52442: variable 'ansible_shell_type' from source: unknown 6494 1726853129.52444: variable 'ansible_shell_executable' from source: unknown 6494 1726853129.52446: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853129.52448: variable 'ansible_pipelining' from source: unknown 6494 1726853129.52450: variable 'ansible_timeout' from source: unknown 6494 1726853129.52452: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853129.52544: 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) 6494 1726853129.52568: variable 'omit' from source: magic vars 6494 1726853129.52636: starting attempt loop 6494 1726853129.52639: running the handler 6494 1726853129.52641: handler run complete 6494 1726853129.52643: attempt loop complete, returning result 6494 1726853129.52645: _execute() done 6494 1726853129.52646: dumping result to json 6494 1726853129.52648: done dumping result, returning 6494 1726853129.52652: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.firewall : Set flag to indicate system is ostree [0affc48f-66db-1e98-6787-00000000014b] 6494 1726853129.52653: sending task result for task 0affc48f-66db-1e98-6787-00000000014b ok: [managed_node1] => { "ansible_facts": { "__firewall_is_ostree": false }, "changed": false } 6494 1726853129.52846: no more pending results, returning what we have 6494 1726853129.52850: results queue empty 6494 1726853129.52850: checking for any_errors_fatal 6494 1726853129.52856: done checking for any_errors_fatal 6494 1726853129.52857: checking for max_fail_percentage 6494 1726853129.52859: done checking for max_fail_percentage 6494 1726853129.52860: checking to see if all hosts have failed and the running result is not ok 6494 1726853129.52861: done checking to see if all hosts have failed 6494 1726853129.52862: getting the remaining hosts for this loop 6494 1726853129.52863: done getting the remaining hosts for this loop 6494 1726853129.52867: getting the next task for host managed_node1 6494 1726853129.52876: done getting next task for host managed_node1 6494 1726853129.52880: ^ task is: TASK: fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin 6494 1726853129.52884: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), 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 6494 1726853129.52953: done sending task result for task 0affc48f-66db-1e98-6787-00000000014b 6494 1726853129.52967: WORKER PROCESS EXITING 6494 1726853129.52973: getting variables 6494 1726853129.52975: in VariableManager get_vars() 6494 1726853129.53073: Calling all_inventory to load vars for managed_node1 6494 1726853129.53076: Calling groups_inventory to load vars for managed_node1 6494 1726853129.53078: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853129.53089: Calling all_plugins_play to load vars for managed_node1 6494 1726853129.53091: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853129.53094: Calling groups_plugins_play to load vars for managed_node1 6494 1726853129.53308: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853129.53401: done with get_vars() 6494 1726853129.53410: done getting variables TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Friday 20 September 2024 13:25:29 -0400 (0:00:00.040) 0:00:04.457 ****** 6494 1726853129.53517: entering _queue_task() for managed_node1/stat 6494 1726853129.53819: worker is 1 (out of 1 available) 6494 1726853129.53831: exiting _queue_task() for managed_node1/stat 6494 1726853129.54049: done queuing things up, now waiting for results queue to drain 6494 1726853129.54050: waiting for pending results... 6494 1726853129.54107: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin 6494 1726853129.54292: in run() - task 0affc48f-66db-1e98-6787-00000000014d 6494 1726853129.54312: variable 'ansible_search_path' from source: unknown 6494 1726853129.54319: variable 'ansible_search_path' from source: unknown 6494 1726853129.54366: calling self._execute() 6494 1726853129.54445: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853129.54455: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853129.54474: variable 'omit' from source: magic vars 6494 1726853129.54855: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6494 1726853129.55242: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6494 1726853129.55246: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6494 1726853129.55249: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6494 1726853129.55276: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6494 1726853129.55375: 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) 6494 1726853129.55407: 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) 6494 1726853129.55439: 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) 6494 1726853129.55566: 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) 6494 1726853129.55607: Evaluated conditional (not __firewall_is_transactional is defined): True 6494 1726853129.55617: variable 'omit' from source: magic vars 6494 1726853129.55723: variable 'omit' from source: magic vars 6494 1726853129.55765: variable 'omit' from source: magic vars 6494 1726853129.55805: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6494 1726853129.55839: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6494 1726853129.55863: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6494 1726853129.55891: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853129.55911: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853129.55945: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6494 1726853129.55953: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853129.55961: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853129.56068: Set connection var ansible_shell_type to sh 6494 1726853129.56082: Set connection var ansible_pipelining to False 6494 1726853129.56110: Set connection var ansible_shell_executable to /bin/sh 6494 1726853129.56118: Set connection var ansible_timeout to 10 6494 1726853129.56125: Set connection var ansible_connection to ssh 6494 1726853129.56219: Set connection var ansible_module_compression to ZIP_DEFLATED 6494 1726853129.56223: variable 'ansible_shell_executable' from source: unknown 6494 1726853129.56226: variable 'ansible_connection' from source: unknown 6494 1726853129.56228: variable 'ansible_module_compression' from source: unknown 6494 1726853129.56230: variable 'ansible_shell_type' from source: unknown 6494 1726853129.56233: variable 'ansible_shell_executable' from source: unknown 6494 1726853129.56235: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853129.56237: variable 'ansible_pipelining' from source: unknown 6494 1726853129.56239: variable 'ansible_timeout' from source: unknown 6494 1726853129.56241: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853129.56439: 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__) 6494 1726853129.56442: variable 'omit' from source: magic vars 6494 1726853129.56444: starting attempt loop 6494 1726853129.56447: running the handler 6494 1726853129.56449: _low_level_execute_command(): starting 6494 1726853129.56451: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6494 1726853129.57208: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853129.57285: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853129.57320: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853129.57465: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853129.59279: stdout chunk (state=3): >>>/root <<< 6494 1726853129.59446: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853129.59449: stdout chunk (state=3): >>><<< 6494 1726853129.59452: stderr chunk (state=3): >>><<< 6494 1726853129.59540: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853129.59553: _low_level_execute_command(): starting 6494 1726853129.59557: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726853129.5947645-6598-279006049715668 `" && echo ansible-tmp-1726853129.5947645-6598-279006049715668="` echo /root/.ansible/tmp/ansible-tmp-1726853129.5947645-6598-279006049715668 `" ) && sleep 0' 6494 1726853129.60187: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6494 1726853129.60206: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853129.60330: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853129.60354: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853129.60505: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853129.62610: stdout chunk (state=3): >>>ansible-tmp-1726853129.5947645-6598-279006049715668=/root/.ansible/tmp/ansible-tmp-1726853129.5947645-6598-279006049715668 <<< 6494 1726853129.62754: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853129.62775: stderr chunk (state=3): >>><<< 6494 1726853129.62792: stdout chunk (state=3): >>><<< 6494 1726853129.62811: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726853129.5947645-6598-279006049715668=/root/.ansible/tmp/ansible-tmp-1726853129.5947645-6598-279006049715668 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853129.62980: variable 'ansible_module_compression' from source: unknown 6494 1726853129.62983: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6494dydhg1yg/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6494 1726853129.62985: variable 'ansible_facts' from source: unknown 6494 1726853129.63069: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726853129.5947645-6598-279006049715668/AnsiballZ_stat.py 6494 1726853129.63229: Sending initial data 6494 1726853129.63241: Sent initial data (151 bytes) 6494 1726853129.63896: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6494 1726853129.63920: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853129.63947: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match not found <<< 6494 1726853129.64055: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853129.64179: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853129.65916: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6494 1726853129.66052: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6494 1726853129.66173: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6494dydhg1yg/tmpttf1hu6s /root/.ansible/tmp/ansible-tmp-1726853129.5947645-6598-279006049715668/AnsiballZ_stat.py <<< 6494 1726853129.66178: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726853129.5947645-6598-279006049715668/AnsiballZ_stat.py" <<< 6494 1726853129.66283: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6494dydhg1yg/tmpttf1hu6s" to remote "/root/.ansible/tmp/ansible-tmp-1726853129.5947645-6598-279006049715668/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726853129.5947645-6598-279006049715668/AnsiballZ_stat.py" <<< 6494 1726853129.67443: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853129.67447: stdout chunk (state=3): >>><<< 6494 1726853129.67449: stderr chunk (state=3): >>><<< 6494 1726853129.67451: done transferring module to remote 6494 1726853129.67453: _low_level_execute_command(): starting 6494 1726853129.67456: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726853129.5947645-6598-279006049715668/ /root/.ansible/tmp/ansible-tmp-1726853129.5947645-6598-279006049715668/AnsiballZ_stat.py && sleep 0' 6494 1726853129.68239: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853129.68295: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853129.68403: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853129.70420: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853129.70428: stderr chunk (state=3): >>><<< 6494 1726853129.70437: stdout chunk (state=3): >>><<< 6494 1726853129.70457: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853129.70460: _low_level_execute_command(): starting 6494 1726853129.70465: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726853129.5947645-6598-279006049715668/AnsiballZ_stat.py && sleep 0' 6494 1726853129.70922: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853129.70926: 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.41.218 originally 10.31.41.218 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853129.70929: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 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 <<< 6494 1726853129.70934: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853129.70983: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853129.70987: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853129.71116: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853129.73501: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 6494 1726853129.73523: stdout chunk (state=3): >>>import _imp # builtin <<< 6494 1726853129.73559: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 6494 1726853129.73563: stdout chunk (state=3): >>>import '_weakref' # <<< 6494 1726853129.73628: stdout chunk (state=3): >>>import '_io' # <<< 6494 1726853129.73635: stdout chunk (state=3): >>>import 'marshal' # <<< 6494 1726853129.73669: stdout chunk (state=3): >>>import 'posix' # <<< 6494 1726853129.73703: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 6494 1726853129.73742: stdout chunk (state=3): >>>import 'time' # <<< 6494 1726853129.73744: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 6494 1726853129.73795: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 6494 1726853129.73803: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853129.73816: stdout chunk (state=3): >>>import '_codecs' # <<< 6494 1726853129.73844: stdout chunk (state=3): >>>import 'codecs' # <<< 6494 1726853129.73871: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 6494 1726853129.73905: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 6494 1726853129.73908: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216dbc4d0> <<< 6494 1726853129.73935: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216d8bb00> <<< 6494 1726853129.73958: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216dbea50> <<< 6494 1726853129.73979: stdout chunk (state=3): >>>import '_signal' # <<< 6494 1726853129.74018: stdout chunk (state=3): >>>import '_abc' # <<< 6494 1726853129.74027: stdout chunk (state=3): >>>import 'abc' # <<< 6494 1726853129.74044: stdout chunk (state=3): >>>import 'io' # <<< 6494 1726853129.74071: stdout chunk (state=3): >>>import '_stat' # <<< 6494 1726853129.74080: stdout chunk (state=3): >>>import 'stat' # <<< 6494 1726853129.74170: stdout chunk (state=3): >>>import '_collections_abc' # <<< 6494 1726853129.74192: stdout chunk (state=3): >>>import 'genericpath' # <<< 6494 1726853129.74197: stdout chunk (state=3): >>>import 'posixpath' # <<< 6494 1726853129.74218: stdout chunk (state=3): >>>import 'os' # <<< 6494 1726853129.74257: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 6494 1726853129.74265: stdout chunk (state=3): >>>Processing user site-packages <<< 6494 1726853129.74268: stdout chunk (state=3): >>>Processing global site-packages <<< 6494 1726853129.74287: stdout chunk (state=3): >>>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' <<< 6494 1726853129.74315: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py <<< 6494 1726853129.74322: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 6494 1726853129.74352: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216dcd130> <<< 6494 1726853129.74405: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 6494 1726853129.74425: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853129.74429: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216dcdfa0> <<< 6494 1726853129.74465: stdout chunk (state=3): >>>import 'site' # <<< 6494 1726853129.74491: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 6494 1726853129.74726: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 6494 1726853129.74742: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 6494 1726853129.74762: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 6494 1726853129.74765: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853129.74791: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 6494 1726853129.74838: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 6494 1726853129.74858: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 6494 1726853129.74880: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 6494 1726853129.74904: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216babe90> <<< 6494 1726853129.74921: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 6494 1726853129.74941: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 6494 1726853129.74972: stdout chunk (state=3): >>>import '_operator' # <<< 6494 1726853129.74975: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216babf50> <<< 6494 1726853129.74984: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 6494 1726853129.75021: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 6494 1726853129.75047: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 6494 1726853129.75106: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853129.75118: stdout chunk (state=3): >>>import 'itertools' # <<< 6494 1726853129.75153: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216be3890> <<< 6494 1726853129.75182: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 6494 1726853129.75205: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216be3f20> import '_collections' # <<< 6494 1726853129.75267: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216bc3b60> <<< 6494 1726853129.75275: stdout chunk (state=3): >>>import '_functools' # <<< 6494 1726853129.75310: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216bc1280> <<< 6494 1726853129.75403: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216ba9040> <<< 6494 1726853129.75442: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 6494 1726853129.75464: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 6494 1726853129.75485: stdout chunk (state=3): >>>import '_sre' # <<< 6494 1726853129.75506: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 6494 1726853129.75537: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 6494 1726853129.75549: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 6494 1726853129.75578: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216c03800> <<< 6494 1726853129.75617: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216c02420> <<< 6494 1726853129.75633: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216bc2150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216c00b60> <<< 6494 1726853129.75695: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 6494 1726853129.75712: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216c38860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216ba82c0> <<< 6494 1726853129.75775: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 6494 1726853129.75780: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb216c38d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216c38bc0> <<< 6494 1726853129.75836: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853129.75855: stdout chunk (state=3): >>># extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb216c38f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216ba6de0> <<< 6494 1726853129.75869: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853129.75890: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 6494 1726853129.75938: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 6494 1726853129.75951: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216c39610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216c392e0> <<< 6494 1726853129.75957: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 6494 1726853129.75989: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 6494 1726853129.76024: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216c3a510> <<< 6494 1726853129.76026: stdout chunk (state=3): >>>import 'importlib.util' # <<< 6494 1726853129.76044: stdout chunk (state=3): >>>import 'runpy' # <<< 6494 1726853129.76058: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 6494 1726853129.76096: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 6494 1726853129.76136: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216c50710> <<< 6494 1726853129.76152: stdout chunk (state=3): >>>import 'errno' # <<< 6494 1726853129.76199: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb216c51df0> <<< 6494 1726853129.76212: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 6494 1726853129.76231: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 6494 1726853129.76264: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 6494 1726853129.76267: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 6494 1726853129.76268: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216c52c90> <<< 6494 1726853129.76315: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853129.76320: stdout chunk (state=3): >>># 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 0x7fb216c532f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216c521e0> <<< 6494 1726853129.76348: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 6494 1726853129.76356: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 6494 1726853129.76407: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853129.76422: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb216c53d70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216c534a0> <<< 6494 1726853129.76479: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216c3a540> <<< 6494 1726853129.76503: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 6494 1726853129.76534: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 6494 1726853129.76571: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 6494 1726853129.76573: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 6494 1726853129.76602: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb2169dbc50> <<< 6494 1726853129.76629: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 6494 1726853129.76670: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb216a04710> <<< 6494 1726853129.76679: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216a04470> <<< 6494 1726853129.76706: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb216a04590> <<< 6494 1726853129.76737: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 6494 1726853129.76739: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 6494 1726853129.76814: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853129.76974: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb216a05010> <<< 6494 1726853129.77142: stdout chunk (state=3): >>># 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' <<< 6494 1726853129.77149: stdout chunk (state=3): >>>import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb216a059d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216a048c0> <<< 6494 1726853129.77181: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb2169d9df0> # /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' <<< 6494 1726853129.77221: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py<<< 6494 1726853129.77230: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216a06de0> <<< 6494 1726853129.77254: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216a05b20> <<< 6494 1726853129.77277: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216c3ac30> <<< 6494 1726853129.77315: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 6494 1726853129.77376: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853129.77446: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 6494 1726853129.77482: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 6494 1726853129.77497: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216a33140> <<< 6494 1726853129.77531: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 6494 1726853129.77559: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853129.77581: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 6494 1726853129.77593: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 6494 1726853129.77677: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216a534d0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 6494 1726853129.77694: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 6494 1726853129.77772: stdout chunk (state=3): >>>import 'ntpath' # <<< 6494 1726853129.77840: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216ab4200> <<< 6494 1726853129.77875: stdout chunk (state=3): >>># /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 <<< 6494 1726853129.77920: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 6494 1726853129.77996: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216ab6960> <<< 6494 1726853129.78077: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216ab4320> <<< 6494 1726853129.78116: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216a79250> <<< 6494 1726853129.78154: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 6494 1726853129.78159: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb2163252e0> <<< 6494 1726853129.78227: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216a522d0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216a07d40> <<< 6494 1726853129.78296: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 6494 1726853129.78368: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fb216a52630> <<< 6494 1726853129.78482: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_uwywwed8/ansible_stat_payload.zip' <<< 6494 1726853129.78487: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.78630: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.78660: stdout chunk (state=3): >>># /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' <<< 6494 1726853129.78709: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 6494 1726853129.78786: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 6494 1726853129.78833: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb21637af90> import '_typing' # <<< 6494 1726853129.79025: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216359e80> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216358fe0> <<< 6494 1726853129.79034: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.79059: stdout chunk (state=3): >>>import 'ansible' # <<< 6494 1726853129.79107: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 6494 1726853129.79116: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 6494 1726853129.79130: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.80614: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.81892: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216378ce0> <<< 6494 1726853129.81940: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 6494 1726853129.82003: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 6494 1726853129.82049: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb2163aa960> <<< 6494 1726853129.82082: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb2163aa6f0> <<< 6494 1726853129.82113: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb2163aa000> # /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' <<< 6494 1726853129.82172: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb2163aa540> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb21637ba10> 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 0x7fb2163ab650> <<< 6494 1726853129.82217: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb2163ab890> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 6494 1726853129.82318: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 6494 1726853129.82350: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb2163abda0> <<< 6494 1726853129.82395: stdout chunk (state=3): >>>import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 6494 1726853129.82399: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 6494 1726853129.82445: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb21620db80> <<< 6494 1726853129.82482: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb21620f7a0> <<< 6494 1726853129.82566: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 6494 1726853129.82571: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 6494 1726853129.82591: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216210170> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 6494 1726853129.82614: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 6494 1726853129.82658: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216211310> <<< 6494 1726853129.82934: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 6494 1726853129.83002: stdout chunk (state=3): >>># 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 0x7fb216213dd0> # 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 0x7fb216213ef0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216212090> # /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 0x7fb21621be00> <<< 6494 1726853129.83014: stdout chunk (state=3): >>>import '_tokenize' # <<< 6494 1726853129.83082: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb21621a8d0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb21621a630> <<< 6494 1726853129.83106: stdout chunk (state=3): >>># /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' <<< 6494 1726853129.83189: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb21621aba0> <<< 6494 1726853129.83216: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb2162125a0> <<< 6494 1726853129.83245: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853129.83265: stdout chunk (state=3): >>># extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb216263a40> <<< 6494 1726853129.83274: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216264140> <<< 6494 1726853129.83297: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 6494 1726853129.83324: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 6494 1726853129.83348: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 6494 1726853129.83386: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853129.83404: stdout chunk (state=3): >>># extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb216265be0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb2162659a0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 6494 1726853129.83571: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 6494 1726853129.83623: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853129.83627: stdout chunk (state=3): >>># 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 0x7fb216268170> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb2162662d0> <<< 6494 1726853129.83650: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 6494 1726853129.83702: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853129.83724: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 6494 1726853129.83745: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 6494 1726853129.83789: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb21626b950> <<< 6494 1726853129.83936: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216268320> <<< 6494 1726853129.84008: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb21626ca10> <<< 6494 1726853129.84044: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb21626cb60> <<< 6494 1726853129.84074: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb21626cb30> <<< 6494 1726853129.84089: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb2162642f0> <<< 6494 1726853129.84114: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 6494 1726853129.84141: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 6494 1726853129.84163: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 6494 1726853129.84227: stdout chunk (state=3): >>># 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 0x7fb2162f8350> <<< 6494 1726853129.84400: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853129.84416: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb2162f9ac0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb21626eae0> <<< 6494 1726853129.84457: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb21626fe60> <<< 6494 1726853129.84466: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb21626e720> <<< 6494 1726853129.84470: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.84480: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 6494 1726853129.84501: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.84609: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.84710: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 6494 1726853129.84717: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 6494 1726853129.84768: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 6494 1726853129.84909: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.85031: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.85600: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.86191: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 6494 1726853129.86194: 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' # <<< 6494 1726853129.86206: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 6494 1726853129.86236: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853129.86297: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb2162fdbe0> <<< 6494 1726853129.86393: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 6494 1726853129.86415: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb2162fe840> <<< 6494 1726853129.86430: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb21626e450> <<< 6494 1726853129.86460: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 6494 1726853129.86490: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.86524: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.86545: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 6494 1726853129.86683: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.86844: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 6494 1726853129.86854: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 6494 1726853129.86866: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb2162fe540> <<< 6494 1726853129.86872: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.87362: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.87809: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.87906: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.87983: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 6494 1726853129.87988: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.88091: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 6494 1726853129.88206: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.88237: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 6494 1726853129.88286: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 6494 1726853129.88376: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.88390: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 6494 1726853129.88613: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.88844: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 6494 1726853129.88913: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 6494 1726853129.88915: stdout chunk (state=3): >>>import '_ast' # <<< 6494 1726853129.88996: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb2162ffaa0> <<< 6494 1726853129.89009: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.89073: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.89192: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 6494 1726853129.89210: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available <<< 6494 1726853129.89243: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.89291: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 6494 1726853129.89304: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.89347: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.89376: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.89472: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.89530: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 6494 1726853129.89571: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853129.89661: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb21610a630> <<< 6494 1726853129.89704: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216106ff0> <<< 6494 1726853129.89723: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 6494 1726853129.89741: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.89826: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.89900: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.89987: stdout chunk (state=3): >>># zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853129.89999: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 6494 1726853129.90027: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 6494 1726853129.90034: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 6494 1726853129.90124: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 6494 1726853129.90128: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 6494 1726853129.90167: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 6494 1726853129.90186: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb2163fec90> <<< 6494 1726853129.90251: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb2163ee9c0> <<< 6494 1726853129.90355: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb21626da60> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb2162fd430> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 6494 1726853129.90384: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.90410: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 6494 1726853129.90478: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 6494 1726853129.90515: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 6494 1726853129.90654: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.90890: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853129.91019: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/sbin/transactional-update", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} # destroy __main__ <<< 6494 1726853129.91509: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # 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 <<< 6494 1726853129.91547: stdout chunk (state=3): >>># cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal <<< 6494 1726853129.91638: 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.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 6494 1726853129.91966: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 6494 1726853129.91985: stdout chunk (state=3): >>># destroy ntpath <<< 6494 1726853129.92003: stdout chunk (state=3): >>># destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess <<< 6494 1726853129.92092: stdout chunk (state=3): >>># destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 6494 1726853129.92187: 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 <<< 6494 1726853129.92228: stdout chunk (state=3): >>># cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools<<< 6494 1726853129.92249: stdout chunk (state=3): >>> # 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 <<< 6494 1726853129.92285: stdout chunk (state=3): >>># cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal <<< 6494 1726853129.92289: 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 <<< 6494 1726853129.92353: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 6494 1726853129.92477: stdout chunk (state=3): >>># destroy sys.monitoring <<< 6494 1726853129.92481: stdout chunk (state=3): >>># destroy _socket <<< 6494 1726853129.92503: stdout chunk (state=3): >>># destroy _collections <<< 6494 1726853129.92521: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 6494 1726853129.92544: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 6494 1726853129.92572: stdout chunk (state=3): >>># destroy _typing <<< 6494 1726853129.92585: stdout chunk (state=3): >>># destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 6494 1726853129.92604: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 6494 1726853129.92699: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8<<< 6494 1726853129.92711: stdout chunk (state=3): >>> # 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 <<< 6494 1726853129.92753: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 6494 1726853129.92759: stdout chunk (state=3): >>># destroy _hashlib <<< 6494 1726853129.92772: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 6494 1726853129.92785: stdout chunk (state=3): >>># destroy itertools <<< 6494 1726853129.92793: stdout chunk (state=3): >>># destroy _abc <<< 6494 1726853129.92813: stdout chunk (state=3): >>># destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 6494 1726853129.93165: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.41.218 closed. <<< 6494 1726853129.93194: stderr chunk (state=3): >>><<< 6494 1726853129.93199: stdout chunk (state=3): >>><<< 6494 1726853129.93289: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216dbc4d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216d8bb00> # /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 0x7fb216dbea50> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216dcd130> # /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 0x7fb216dcdfa0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216babe90> # /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 0x7fb216babf50> # /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 0x7fb216be3890> # /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 0x7fb216be3f20> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216bc3b60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216bc1280> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216ba9040> # /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 0x7fb216c03800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216c02420> # /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 0x7fb216bc2150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216c00b60> # /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 0x7fb216c38860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216ba82c0> # /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 0x7fb216c38d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216c38bc0> # 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 0x7fb216c38f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216ba6de0> # /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 0x7fb216c39610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216c392e0> 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 0x7fb216c3a510> 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 0x7fb216c50710> 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 0x7fb216c51df0> # /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 0x7fb216c52c90> # 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 0x7fb216c532f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216c521e0> # /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 0x7fb216c53d70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216c534a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216c3a540> # /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 0x7fb2169dbc50> # /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 0x7fb216a04710> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216a04470> # 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 0x7fb216a04590> # /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 0x7fb216a05010> # 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 0x7fb216a059d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216a048c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb2169d9df0> # /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 0x7fb216a06de0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216a05b20> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216c3ac30> # /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 0x7fb216a33140> # /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 0x7fb216a534d0> # /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 0x7fb216ab4200> # /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 0x7fb216ab6960> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216ab4320> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216a79250> # /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 0x7fb2163252e0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216a522d0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216a07d40> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fb216a52630> # zipimport: found 30 names in '/tmp/ansible_stat_payload_uwywwed8/ansible_stat_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb21637af90> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216359e80> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216358fe0> # 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 0x7fb216378ce0> # /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 0x7fb2163aa960> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb2163aa6f0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb2163aa000> # /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 0x7fb2163aa540> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb21637ba10> 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 0x7fb2163ab650> # 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 0x7fb2163ab890> # /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 0x7fb2163abda0> 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 0x7fb21620db80> # 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 0x7fb21620f7a0> # /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 0x7fb216210170> # /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 0x7fb216211310> # /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 0x7fb216213dd0> # 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 0x7fb216213ef0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216212090> # /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 0x7fb21621be00> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb21621a8d0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb21621a630> # /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 0x7fb21621aba0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb2162125a0> # 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 0x7fb216263a40> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216264140> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb216265be0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb2162659a0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb216268170> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb2162662d0> # /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 0x7fb21626b950> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216268320> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb21626ca10> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb21626cb60> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb21626cb30> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb2162642f0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb2162f8350> # 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 0x7fb2162f9ac0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb21626eae0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb21626fe60> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb21626e720> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb2162fdbe0> # /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 0x7fb2162fe840> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb21626e450> 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 0x7fb2162fe540> # 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 0x7fb2162ffaa0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb21610a630> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb216106ff0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb2163fec90> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb2163ee9c0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb21626da60> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb2162fd430> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/sbin/transactional-update", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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.41.218 closed. 6494 1726853129.93928: done with _execute_module (stat, {'path': '/sbin/transactional-update', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'stat', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726853129.5947645-6598-279006049715668/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6494 1726853129.93933: _low_level_execute_command(): starting 6494 1726853129.93936: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726853129.5947645-6598-279006049715668/ > /dev/null 2>&1 && sleep 0' 6494 1726853129.94026: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853129.94033: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6494 1726853129.94038: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853129.94041: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853129.94043: 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853129.94093: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853129.94100: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853129.94104: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853129.94217: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853129.96245: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853129.96269: stdout chunk (state=3): >>><<< 6494 1726853129.96275: stderr chunk (state=3): >>><<< 6494 1726853129.96340: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853129.96346: handler run complete 6494 1726853129.96398: attempt loop complete, returning result 6494 1726853129.96409: _execute() done 6494 1726853129.96418: dumping result to json 6494 1726853129.96428: done dumping result, returning 6494 1726853129.96457: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin [0affc48f-66db-1e98-6787-00000000014d] 6494 1726853129.96460: sending task result for task 0affc48f-66db-1e98-6787-00000000014d 6494 1726853129.96618: done sending task result for task 0affc48f-66db-1e98-6787-00000000014d 6494 1726853129.96621: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } 6494 1726853129.96722: no more pending results, returning what we have 6494 1726853129.96729: results queue empty 6494 1726853129.96730: checking for any_errors_fatal 6494 1726853129.96737: done checking for any_errors_fatal 6494 1726853129.96738: checking for max_fail_percentage 6494 1726853129.96739: done checking for max_fail_percentage 6494 1726853129.96740: checking to see if all hosts have failed and the running result is not ok 6494 1726853129.96741: done checking to see if all hosts have failed 6494 1726853129.96742: getting the remaining hosts for this loop 6494 1726853129.96743: done getting the remaining hosts for this loop 6494 1726853129.96751: getting the next task for host managed_node1 6494 1726853129.96758: done getting next task for host managed_node1 6494 1726853129.96761: ^ task is: TASK: fedora.linux_system_roles.firewall : Set flag if transactional-update exists 6494 1726853129.96766: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), 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 6494 1726853129.96777: getting variables 6494 1726853129.96780: in VariableManager get_vars() 6494 1726853129.96820: Calling all_inventory to load vars for managed_node1 6494 1726853129.96822: Calling groups_inventory to load vars for managed_node1 6494 1726853129.96824: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853129.96859: Calling all_plugins_play to load vars for managed_node1 6494 1726853129.96871: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853129.96875: Calling groups_plugins_play to load vars for managed_node1 6494 1726853129.96968: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853129.97040: done with get_vars() 6494 1726853129.97048: done getting variables 6494 1726853129.97106: 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.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27 Friday 20 September 2024 13:25:29 -0400 (0:00:00.436) 0:00:04.894 ****** 6494 1726853129.97164: entering _queue_task() for managed_node1/set_fact 6494 1726853129.97508: worker is 1 (out of 1 available) 6494 1726853129.97522: exiting _queue_task() for managed_node1/set_fact 6494 1726853129.97541: done queuing things up, now waiting for results queue to drain 6494 1726853129.97543: waiting for pending results... 6494 1726853129.97772: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.firewall : Set flag if transactional-update exists 6494 1726853129.97884: in run() - task 0affc48f-66db-1e98-6787-00000000014e 6494 1726853129.97922: variable 'ansible_search_path' from source: unknown 6494 1726853129.97928: variable 'ansible_search_path' from source: unknown 6494 1726853129.97997: calling self._execute() 6494 1726853129.98027: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853129.98035: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853129.98050: variable 'omit' from source: magic vars 6494 1726853129.98382: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6494 1726853129.98624: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6494 1726853129.98673: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6494 1726853129.98716: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6494 1726853129.98739: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6494 1726853129.98846: 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) 6494 1726853129.98862: 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) 6494 1726853129.98881: 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) 6494 1726853129.98900: 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) 6494 1726853129.98999: Evaluated conditional (not __firewall_is_transactional is defined): True 6494 1726853129.99003: variable 'omit' from source: magic vars 6494 1726853129.99065: variable 'omit' from source: magic vars 6494 1726853129.99146: variable '__transactional_update_stat' from source: set_fact 6494 1726853129.99182: variable 'omit' from source: magic vars 6494 1726853129.99201: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6494 1726853129.99223: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6494 1726853129.99240: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6494 1726853129.99252: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853129.99262: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853129.99283: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6494 1726853129.99286: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853129.99289: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853129.99353: Set connection var ansible_shell_type to sh 6494 1726853129.99360: Set connection var ansible_pipelining to False 6494 1726853129.99366: Set connection var ansible_shell_executable to /bin/sh 6494 1726853129.99372: Set connection var ansible_timeout to 10 6494 1726853129.99378: Set connection var ansible_connection to ssh 6494 1726853129.99385: Set connection var ansible_module_compression to ZIP_DEFLATED 6494 1726853129.99403: variable 'ansible_shell_executable' from source: unknown 6494 1726853129.99407: variable 'ansible_connection' from source: unknown 6494 1726853129.99410: variable 'ansible_module_compression' from source: unknown 6494 1726853129.99412: variable 'ansible_shell_type' from source: unknown 6494 1726853129.99436: variable 'ansible_shell_executable' from source: unknown 6494 1726853129.99439: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853129.99443: variable 'ansible_pipelining' from source: unknown 6494 1726853129.99445: variable 'ansible_timeout' from source: unknown 6494 1726853129.99447: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853129.99504: 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) 6494 1726853129.99513: variable 'omit' from source: magic vars 6494 1726853129.99518: starting attempt loop 6494 1726853129.99520: running the handler 6494 1726853129.99528: handler run complete 6494 1726853129.99537: attempt loop complete, returning result 6494 1726853129.99540: _execute() done 6494 1726853129.99542: dumping result to json 6494 1726853129.99544: done dumping result, returning 6494 1726853129.99552: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.firewall : Set flag if transactional-update exists [0affc48f-66db-1e98-6787-00000000014e] 6494 1726853129.99556: sending task result for task 0affc48f-66db-1e98-6787-00000000014e 6494 1726853129.99629: done sending task result for task 0affc48f-66db-1e98-6787-00000000014e 6494 1726853129.99634: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "__firewall_is_transactional": false }, "changed": false } 6494 1726853129.99722: no more pending results, returning what we have 6494 1726853129.99725: results queue empty 6494 1726853129.99725: checking for any_errors_fatal 6494 1726853129.99733: done checking for any_errors_fatal 6494 1726853129.99734: checking for max_fail_percentage 6494 1726853129.99736: done checking for max_fail_percentage 6494 1726853129.99737: checking to see if all hosts have failed and the running result is not ok 6494 1726853129.99738: done checking to see if all hosts have failed 6494 1726853129.99738: getting the remaining hosts for this loop 6494 1726853129.99740: done getting the remaining hosts for this loop 6494 1726853129.99744: getting the next task for host managed_node1 6494 1726853129.99753: done getting next task for host managed_node1 6494 1726853129.99756: ^ task is: TASK: fedora.linux_system_roles.firewall : Install firewalld 6494 1726853129.99761: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), 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 6494 1726853129.99776: getting variables 6494 1726853129.99778: in VariableManager get_vars() 6494 1726853129.99809: Calling all_inventory to load vars for managed_node1 6494 1726853129.99811: Calling groups_inventory to load vars for managed_node1 6494 1726853129.99813: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853129.99821: Calling all_plugins_play to load vars for managed_node1 6494 1726853129.99824: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853129.99826: Calling groups_plugins_play to load vars for managed_node1 6494 1726853129.99869: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853129.99910: done with get_vars() 6494 1726853129.99916: done getting variables 6494 1726853129.99990: 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.firewall : Install firewalld] ****************** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 Friday 20 September 2024 13:25:29 -0400 (0:00:00.028) 0:00:04.922 ****** 6494 1726853130.00021: entering _queue_task() for managed_node1/package 6494 1726853130.00243: worker is 1 (out of 1 available) 6494 1726853130.00255: exiting _queue_task() for managed_node1/package 6494 1726853130.00268: done queuing things up, now waiting for results queue to drain 6494 1726853130.00269: waiting for pending results... 6494 1726853130.00482: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.firewall : Install firewalld 6494 1726853130.00605: in run() - task 0affc48f-66db-1e98-6787-000000000150 6494 1726853130.00618: variable 'ansible_search_path' from source: unknown 6494 1726853130.00621: variable 'ansible_search_path' from source: unknown 6494 1726853130.00659: calling self._execute() 6494 1726853130.00719: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853130.00723: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853130.00731: variable 'omit' from source: magic vars 6494 1726853130.00810: variable 'omit' from source: magic vars 6494 1726853130.00886: variable 'omit' from source: magic vars 6494 1726853130.00915: variable '__firewall_packages_base' from source: role '' all vars 6494 1726853130.01054: variable '__firewall_packages_base' from source: role '' all vars 6494 1726853130.01199: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853130.02811: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853130.02869: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853130.02904: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853130.02945: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853130.02960: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853130.03082: 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) 6494 1726853130.03125: 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) 6494 1726853130.03129: 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) 6494 1726853130.03169: 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) 6494 1726853130.03200: 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) 6494 1726853130.03285: variable '__firewall_is_ostree' from source: set_fact 6494 1726853130.03289: variable 'omit' from source: magic vars 6494 1726853130.03320: variable 'omit' from source: magic vars 6494 1726853130.03353: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6494 1726853130.03382: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6494 1726853130.03396: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6494 1726853130.03411: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853130.03420: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853130.03466: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6494 1726853130.03469: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853130.03471: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853130.03574: Set connection var ansible_shell_type to sh 6494 1726853130.03594: Set connection var ansible_pipelining to False 6494 1726853130.03597: Set connection var ansible_shell_executable to /bin/sh 6494 1726853130.03600: Set connection var ansible_timeout to 10 6494 1726853130.03610: Set connection var ansible_connection to ssh 6494 1726853130.03612: Set connection var ansible_module_compression to ZIP_DEFLATED 6494 1726853130.03634: variable 'ansible_shell_executable' from source: unknown 6494 1726853130.03645: variable 'ansible_connection' from source: unknown 6494 1726853130.03678: variable 'ansible_module_compression' from source: unknown 6494 1726853130.03681: variable 'ansible_shell_type' from source: unknown 6494 1726853130.03683: variable 'ansible_shell_executable' from source: unknown 6494 1726853130.03685: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853130.03687: variable 'ansible_pipelining' from source: unknown 6494 1726853130.03689: variable 'ansible_timeout' from source: unknown 6494 1726853130.03690: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853130.03806: 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) 6494 1726853130.03810: variable 'omit' from source: magic vars 6494 1726853130.03816: starting attempt loop 6494 1726853130.03819: running the handler 6494 1726853130.03846: variable 'ansible_facts' from source: unknown 6494 1726853130.03851: _low_level_execute_command(): starting 6494 1726853130.03853: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6494 1726853130.04579: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853130.04586: 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.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853130.04643: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853130.04646: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853130.04649: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853130.04775: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853130.06569: stdout chunk (state=3): >>>/root <<< 6494 1726853130.06662: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853130.06736: stderr chunk (state=3): >>><<< 6494 1726853130.06740: stdout chunk (state=3): >>><<< 6494 1726853130.06783: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853130.06798: _low_level_execute_command(): starting 6494 1726853130.06801: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726853130.0675774-6614-162612780443453 `" && echo ansible-tmp-1726853130.0675774-6614-162612780443453="` echo /root/.ansible/tmp/ansible-tmp-1726853130.0675774-6614-162612780443453 `" ) && sleep 0' 6494 1726853130.07430: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853130.07448: 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.41.218 originally 10.31.41.218 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853130.07451: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6494 1726853130.07453: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.41.218 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853130.07480: 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853130.07483: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853130.07501: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853130.07517: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853130.07651: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853130.09759: stdout chunk (state=3): >>>ansible-tmp-1726853130.0675774-6614-162612780443453=/root/.ansible/tmp/ansible-tmp-1726853130.0675774-6614-162612780443453 <<< 6494 1726853130.09884: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853130.09925: stderr chunk (state=3): >>><<< 6494 1726853130.09928: stdout chunk (state=3): >>><<< 6494 1726853130.09959: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726853130.0675774-6614-162612780443453=/root/.ansible/tmp/ansible-tmp-1726853130.0675774-6614-162612780443453 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853130.10000: variable 'ansible_module_compression' from source: unknown 6494 1726853130.10037: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6494dydhg1yg/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 6494 1726853130.10096: variable 'ansible_facts' from source: unknown 6494 1726853130.10241: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726853130.0675774-6614-162612780443453/AnsiballZ_setup.py 6494 1726853130.10379: Sending initial data 6494 1726853130.10383: Sent initial data (152 bytes) 6494 1726853130.10921: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853130.10925: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match not found <<< 6494 1726853130.10928: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 is address debug1: re-parsing configuration <<< 6494 1726853130.10931: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853130.10935: 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853130.10998: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853130.11014: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853130.11160: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853130.12893: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6494 1726853130.13013: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6494 1726853130.13131: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6494dydhg1yg/tmpvb1sdmy_ /root/.ansible/tmp/ansible-tmp-1726853130.0675774-6614-162612780443453/AnsiballZ_setup.py <<< 6494 1726853130.13135: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726853130.0675774-6614-162612780443453/AnsiballZ_setup.py" <<< 6494 1726853130.13243: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6494dydhg1yg/tmpvb1sdmy_" to remote "/root/.ansible/tmp/ansible-tmp-1726853130.0675774-6614-162612780443453/AnsiballZ_setup.py" <<< 6494 1726853130.13246: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726853130.0675774-6614-162612780443453/AnsiballZ_setup.py" <<< 6494 1726853130.14769: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853130.14819: stderr chunk (state=3): >>><<< 6494 1726853130.14823: stdout chunk (state=3): >>><<< 6494 1726853130.14842: done transferring module to remote 6494 1726853130.14864: _low_level_execute_command(): starting 6494 1726853130.14867: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726853130.0675774-6614-162612780443453/ /root/.ansible/tmp/ansible-tmp-1726853130.0675774-6614-162612780443453/AnsiballZ_setup.py && sleep 0' 6494 1726853130.15481: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6494 1726853130.15485: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6494 1726853130.15488: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.41.218 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 <<< 6494 1726853130.15490: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853130.15556: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853130.15560: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853130.15562: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853130.15684: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853130.17631: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853130.17676: stderr chunk (state=3): >>><<< 6494 1726853130.17684: stdout chunk (state=3): >>><<< 6494 1726853130.17707: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853130.17710: _low_level_execute_command(): starting 6494 1726853130.17717: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726853130.0675774-6614-162612780443453/AnsiballZ_setup.py && sleep 0' 6494 1726853130.18278: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853130.18284: 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.41.218 originally 10.31.41.218 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853130.18297: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853130.18364: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853130.18367: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853130.18373: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853130.18499: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853130.20876: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 6494 1726853130.20899: stdout chunk (state=3): >>>import _imp # builtin <<< 6494 1726853130.20920: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 6494 1726853130.20924: stdout chunk (state=3): >>>import '_weakref' # <<< 6494 1726853130.20999: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 6494 1726853130.21041: stdout chunk (state=3): >>>import 'posix' # <<< 6494 1726853130.21067: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 6494 1726853130.21070: stdout chunk (state=3): >>># installing zipimport hook <<< 6494 1726853130.21103: stdout chunk (state=3): >>>import 'time' # <<< 6494 1726853130.21107: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 6494 1726853130.21157: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 6494 1726853130.21162: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853130.21179: stdout chunk (state=3): >>>import '_codecs' # <<< 6494 1726853130.21208: stdout chunk (state=3): >>>import 'codecs' # <<< 6494 1726853130.21241: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 6494 1726853130.21266: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 6494 1726853130.21273: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec0a184d0> <<< 6494 1726853130.21285: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec09e7b30> <<< 6494 1726853130.21317: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 6494 1726853130.21320: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec0a1aa50><<< 6494 1726853130.21345: stdout chunk (state=3): >>> <<< 6494 1726853130.21347: stdout chunk (state=3): >>>import '_signal' # <<< 6494 1726853130.21376: stdout chunk (state=3): >>>import '_abc' # <<< 6494 1726853130.21380: stdout chunk (state=3): >>>import 'abc' # <<< 6494 1726853130.21403: stdout chunk (state=3): >>>import 'io' # <<< 6494 1726853130.21449: stdout chunk (state=3): >>>import '_stat' # <<< 6494 1726853130.21451: stdout chunk (state=3): >>>import 'stat' # <<< 6494 1726853130.21536: stdout chunk (state=3): >>>import '_collections_abc' # <<< 6494 1726853130.21567: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 6494 1726853130.21597: stdout chunk (state=3): >>>import 'os' # <<< 6494 1726853130.21608: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 6494 1726853130.21627: stdout chunk (state=3): >>>Processing user site-packages <<< 6494 1726853130.21643: stdout chunk (state=3): >>>Processing global site-packages <<< 6494 1726853130.21646: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 6494 1726853130.21665: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 6494 1726853130.21689: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py <<< 6494 1726853130.21694: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 6494 1726853130.21719: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec082d130> <<< 6494 1726853130.21788: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 6494 1726853130.21801: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853130.21807: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec082dfa0> <<< 6494 1726853130.21831: stdout chunk (state=3): >>>import 'site' # <<< 6494 1726853130.21862: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 6494 1726853130.22246: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 6494 1726853130.22263: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 6494 1726853130.22280: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 6494 1726853130.22295: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853130.22315: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 6494 1726853130.22359: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 6494 1726853130.22377: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 6494 1726853130.22415: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 6494 1726853130.22419: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec086be00> <<< 6494 1726853130.22442: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 6494 1726853130.22457: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 6494 1726853130.22485: stdout chunk (state=3): >>>import '_operator' # <<< 6494 1726853130.22491: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec086bec0> <<< 6494 1726853130.22511: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 6494 1726853130.22541: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 6494 1726853130.22566: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 6494 1726853130.22616: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853130.22642: stdout chunk (state=3): >>>import 'itertools' # <<< 6494 1726853130.22666: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 6494 1726853130.22671: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec08a37d0> <<< 6494 1726853130.22692: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 6494 1726853130.22706: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 6494 1726853130.22720: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec08a3e60> <<< 6494 1726853130.22722: stdout chunk (state=3): >>>import '_collections' # <<< 6494 1726853130.22780: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec0883ad0> <<< 6494 1726853130.22788: stdout chunk (state=3): >>>import '_functools' # <<< 6494 1726853130.22826: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec08811f0> <<< 6494 1726853130.22915: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec0868fb0> <<< 6494 1726853130.22955: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 6494 1726853130.22970: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 6494 1726853130.22981: stdout chunk (state=3): >>>import '_sre' # <<< 6494 1726853130.22999: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 6494 1726853130.23028: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 6494 1726853130.23052: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 6494 1726853130.23067: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 6494 1726853130.23091: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec08c3770> <<< 6494 1726853130.23109: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec08c2390> <<< 6494 1726853130.23152: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 6494 1726853130.23160: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec0882090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec08c0bc0> <<< 6494 1726853130.23198: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 6494 1726853130.23221: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec08f8800> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec0868230> <<< 6494 1726853130.23249: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 6494 1726853130.23293: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853130.23295: stdout chunk (state=3): >>>import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3ec08f8cb0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec08f8b60> <<< 6494 1726853130.23340: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853130.23350: stdout chunk (state=3): >>>import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3ec08f8ef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec0866d50> <<< 6494 1726853130.23390: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853130.23414: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 6494 1726853130.23450: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 6494 1726853130.23472: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec08f9580> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec08f9250> <<< 6494 1726853130.23477: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 6494 1726853130.23510: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 6494 1726853130.23515: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 6494 1726853130.23531: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec08fa480> <<< 6494 1726853130.23552: stdout chunk (state=3): >>>import 'importlib.util' # <<< 6494 1726853130.23555: stdout chunk (state=3): >>>import 'runpy' # <<< 6494 1726853130.23586: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 6494 1726853130.23628: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 6494 1726853130.23656: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' <<< 6494 1726853130.23659: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec09106b0> <<< 6494 1726853130.23675: stdout chunk (state=3): >>>import 'errno' # <<< 6494 1726853130.23715: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853130.23718: stdout chunk (state=3): >>># extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853130.23724: stdout chunk (state=3): >>>import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3ec0911d90> <<< 6494 1726853130.23746: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 6494 1726853130.23757: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 6494 1726853130.23780: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 6494 1726853130.23785: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 6494 1726853130.23804: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec0912c30> <<< 6494 1726853130.23845: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853130.23857: stdout chunk (state=3): >>># 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 0x7f3ec0913290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec0912180> <<< 6494 1726853130.23881: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 6494 1726853130.23894: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 6494 1726853130.23936: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853130.23939: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853130.23961: stdout chunk (state=3): >>>import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3ec0913d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec0913440> <<< 6494 1726853130.24003: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec08fa4e0> <<< 6494 1726853130.24030: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 6494 1726853130.24057: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 6494 1726853130.24078: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 6494 1726853130.24096: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 6494 1726853130.24137: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3ec0663bc0> <<< 6494 1726853130.24159: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 6494 1726853130.24163: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 6494 1726853130.24192: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853130.24199: stdout chunk (state=3): >>># 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 0x7f3ec068c6b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec068c410> <<< 6494 1726853130.24220: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853130.24225: stdout chunk (state=3): >>># extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3ec068c6e0> <<< 6494 1726853130.24258: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 6494 1726853130.24263: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 6494 1726853130.24341: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853130.24470: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3ec068d010> <<< 6494 1726853130.24627: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853130.24630: stdout chunk (state=3): >>># extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3ec068da00> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec068c8c0> <<< 6494 1726853130.24649: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec0661d60> <<< 6494 1726853130.24672: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 6494 1726853130.24691: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 6494 1726853130.24715: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 6494 1726853130.24743: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 6494 1726853130.24745: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec068ee10> <<< 6494 1726853130.24764: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec068db50> <<< 6494 1726853130.24787: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec08fabd0> <<< 6494 1726853130.24813: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 6494 1726853130.24887: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853130.24905: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 6494 1726853130.24945: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 6494 1726853130.24968: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec06bb140> <<< 6494 1726853130.25027: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 6494 1726853130.25045: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853130.25066: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 6494 1726853130.25083: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 6494 1726853130.25132: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec06db500> <<< 6494 1726853130.25150: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 6494 1726853130.25204: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 6494 1726853130.25257: stdout chunk (state=3): >>>import 'ntpath' # <<< 6494 1726853130.25282: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec073c260> <<< 6494 1726853130.25307: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 6494 1726853130.25337: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 6494 1726853130.25364: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 6494 1726853130.25409: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 6494 1726853130.25501: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec073e9c0> <<< 6494 1726853130.25579: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec073c380> <<< 6494 1726853130.25621: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec0705280> <<< 6494 1726853130.25647: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 6494 1726853130.25674: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec0541370> <<< 6494 1726853130.25676: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec06da300> <<< 6494 1726853130.25677: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec068fd40> <<< 6494 1726853130.25861: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 6494 1726853130.25882: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f3ec06da420> <<< 6494 1726853130.26222: stdout chunk (state=3): >>># zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload_4c4cfwcb/ansible_ansible.legacy.setup_payload.zip' <<< 6494 1726853130.26230: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.26345: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.26372: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 6494 1726853130.26382: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 6494 1726853130.26427: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 6494 1726853130.26511: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 6494 1726853130.26551: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec05a6ff0> <<< 6494 1726853130.26557: stdout chunk (state=3): >>>import '_typing' # <<< 6494 1726853130.26755: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec0585ee0> <<< 6494 1726853130.26758: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec0585040> <<< 6494 1726853130.26763: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.26792: stdout chunk (state=3): >>>import 'ansible' # <<< 6494 1726853130.26794: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.26818: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.26831: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.26849: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 6494 1726853130.26858: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.28336: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.29610: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec05a4ec0> <<< 6494 1726853130.29640: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 6494 1726853130.29651: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853130.29670: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 6494 1726853130.29674: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 6494 1726853130.29698: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 6494 1726853130.29703: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 6494 1726853130.29741: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853130.29746: stdout chunk (state=3): >>># 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 0x7f3ec05da990> <<< 6494 1726853130.29784: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec05da720> <<< 6494 1726853130.29818: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec05da030> <<< 6494 1726853130.29844: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 6494 1726853130.29854: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 6494 1726853130.29893: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec05da480> <<< 6494 1726853130.29896: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec05a7c80> <<< 6494 1726853130.29898: stdout chunk (state=3): >>>import 'atexit' # <<< 6494 1726853130.29936: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3ec05db710> <<< 6494 1726853130.29963: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3ec05db950> <<< 6494 1726853130.29992: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 6494 1726853130.30045: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 6494 1726853130.30067: stdout chunk (state=3): >>>import '_locale' # <<< 6494 1726853130.30112: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec05dbe90> <<< 6494 1726853130.30125: stdout chunk (state=3): >>>import 'pwd' # <<< 6494 1726853130.30142: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 6494 1726853130.30175: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 6494 1726853130.30209: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebff2dcd0> <<< 6494 1726853130.30244: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3ebff2f8c0> <<< 6494 1726853130.30268: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 6494 1726853130.30282: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 6494 1726853130.30322: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebff30200> <<< 6494 1726853130.30341: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 6494 1726853130.30380: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 6494 1726853130.30392: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebff313a0> <<< 6494 1726853130.30419: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 6494 1726853130.30455: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 6494 1726853130.30484: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 6494 1726853130.30547: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebff33e30> <<< 6494 1726853130.30583: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853130.30594: stdout chunk (state=3): >>># 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 0x7f3ec06bb0b0> <<< 6494 1726853130.30606: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebff32120> <<< 6494 1726853130.30631: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 6494 1726853130.30661: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 6494 1726853130.30685: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 6494 1726853130.30710: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 6494 1726853130.30848: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 6494 1726853130.30894: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebff3be00> <<< 6494 1726853130.30898: stdout chunk (state=3): >>>import '_tokenize' # <<< 6494 1726853130.30968: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebff3a900> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebff3a660> <<< 6494 1726853130.30998: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 6494 1726853130.31000: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 6494 1726853130.31080: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebff3aba0> <<< 6494 1726853130.31109: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebff32600> <<< 6494 1726853130.31144: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3ebff7fef0> <<< 6494 1726853130.31174: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py <<< 6494 1726853130.31178: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebff801d0> <<< 6494 1726853130.31198: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 6494 1726853130.31215: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 6494 1726853130.31246: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 6494 1726853130.31295: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3ebff81c40> <<< 6494 1726853130.31310: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebff81a00> <<< 6494 1726853130.31312: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 6494 1726853130.31354: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 6494 1726853130.31409: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853130.31414: stdout chunk (state=3): >>># 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 0x7f3ebff84200> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebff82300> <<< 6494 1726853130.31441: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 6494 1726853130.31484: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853130.31514: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 6494 1726853130.31523: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 6494 1726853130.31535: stdout chunk (state=3): >>>import '_string' # <<< 6494 1726853130.31577: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebff879e0> <<< 6494 1726853130.31717: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebff843b0> <<< 6494 1726853130.31782: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3ebff887a0> <<< 6494 1726853130.31816: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3ebff88860> <<< 6494 1726853130.31865: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3ebff88b00> <<< 6494 1726853130.31881: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebff802f0> <<< 6494 1726853130.31902: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 6494 1726853130.31924: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 6494 1726853130.31952: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 6494 1726853130.31982: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853130.32015: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3ebfe14200> <<< 6494 1726853130.32186: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853130.32192: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3ebfe154f0> <<< 6494 1726853130.32203: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebff8a990> <<< 6494 1726853130.32241: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3ebff8bd40> <<< 6494 1726853130.32244: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebff8a600> <<< 6494 1726853130.32247: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.32269: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.32274: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 6494 1726853130.32294: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.32391: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.32490: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.32495: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.32506: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 6494 1726853130.32518: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.32531: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.32543: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 6494 1726853130.32553: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.32677: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.32798: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.33371: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.33971: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 6494 1726853130.33975: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 6494 1726853130.34002: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 6494 1726853130.34018: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853130.34089: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3ebfe196d0> <<< 6494 1726853130.34171: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 6494 1726853130.34198: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebfe1a450> <<< 6494 1726853130.34203: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebff8b4d0> <<< 6494 1726853130.34255: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 6494 1726853130.34269: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.34296: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.34350: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 6494 1726853130.34482: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.34645: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 6494 1726853130.34648: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 6494 1726853130.34674: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebfe1a570> # zipimport: zlib available <<< 6494 1726853130.35160: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.35627: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.35700: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.35772: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 6494 1726853130.35789: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.35830: stdout chunk (state=3): >>># zipimport: zlib available<<< 6494 1726853130.35836: stdout chunk (state=3): >>> <<< 6494 1726853130.35859: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 6494 1726853130.35877: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.35946: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.36034: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 6494 1726853130.36051: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.36062: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 6494 1726853130.36080: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.36117: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.36161: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 6494 1726853130.36171: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.36418: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.36666: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 6494 1726853130.36742: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 6494 1726853130.36752: stdout chunk (state=3): >>>import '_ast' # <<< 6494 1726853130.36819: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebfe1b740> <<< 6494 1726853130.36838: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.36913: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.36989: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 6494 1726853130.37006: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 6494 1726853130.37010: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 6494 1726853130.37037: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.37077: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.37120: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 6494 1726853130.37134: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.37179: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.37221: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.37284: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.37353: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 6494 1726853130.37406: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853130.37506: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853130.37513: stdout chunk (state=3): >>># extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3ebfe26060> <<< 6494 1726853130.37546: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebfe233b0> <<< 6494 1726853130.37579: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 6494 1726853130.37597: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.37661: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.37736: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.37757: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.37805: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853130.37831: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 6494 1726853130.37853: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 6494 1726853130.37877: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 6494 1726853130.37947: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 6494 1726853130.37968: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 6494 1726853130.37991: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 6494 1726853130.38050: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebff0e9f0> <<< 6494 1726853130.38095: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebfffe6c0> <<< 6494 1726853130.38187: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebfe26120> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebfe19220> # destroy ansible.module_utils.distro <<< 6494 1726853130.38196: stdout chunk (state=3): >>>import 'ansible.module_utils.distro' # <<< 6494 1726853130.38199: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.38236: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.38260: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 6494 1726853130.38265: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 6494 1726853130.38320: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 6494 1726853130.38344: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.38356: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.38374: stdout chunk (state=3): >>>import 'ansible.modules' # # zipimport: zlib available <<< 6494 1726853130.38444: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.38506: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.38529: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.38550: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.38595: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.38635: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.38673: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.38708: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # <<< 6494 1726853130.38723: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.38799: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.38877: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.38897: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.38940: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.typing' # <<< 6494 1726853130.38943: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.39141: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.39315: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.39359: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.39411: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py <<< 6494 1726853130.39417: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853130.39439: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py <<< 6494 1726853130.39464: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' <<< 6494 1726853130.39474: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py <<< 6494 1726853130.39507: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' <<< 6494 1726853130.39533: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebfeba360> <<< 6494 1726853130.39558: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 6494 1726853130.39568: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 6494 1726853130.39592: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 6494 1726853130.39638: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 6494 1726853130.39667: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 6494 1726853130.39681: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 6494 1726853130.39693: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebfa94140> <<< 6494 1726853130.39722: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853130.39743: stdout chunk (state=3): >>># 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 0x7f3ebfa944a0> <<< 6494 1726853130.39800: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebfea7230> <<< 6494 1726853130.39818: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebfebae70> <<< 6494 1726853130.39861: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebfeb8a70> <<< 6494 1726853130.39863: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebfeb8680> <<< 6494 1726853130.39883: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 6494 1726853130.39940: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' <<< 6494 1726853130.39966: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 6494 1726853130.39975: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 6494 1726853130.40000: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 6494 1726853130.40009: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 6494 1726853130.40044: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853130.40047: stdout chunk (state=3): >>># 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 0x7f3ebfa97440> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebfa96cf0> <<< 6494 1726853130.40075: stdout chunk (state=3): >>># extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853130.40079: stdout chunk (state=3): >>># 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 0x7f3ebfa96ed0> <<< 6494 1726853130.40096: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebfa96120> <<< 6494 1726853130.40118: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 6494 1726853130.40268: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' <<< 6494 1726853130.40280: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebfa975f0> <<< 6494 1726853130.40302: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 6494 1726853130.40336: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 6494 1726853130.40364: stdout chunk (state=3): >>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853130.40370: stdout chunk (state=3): >>># 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 0x7f3ebfaf60f0> <<< 6494 1726853130.40399: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebfaf4110> <<< 6494 1726853130.40425: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebfeb8500> <<< 6494 1726853130.40437: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.timeout' # <<< 6494 1726853130.40452: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.collector' # <<< 6494 1726853130.40470: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.40483: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.other' # <<< 6494 1726853130.40500: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.40570: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.40630: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # <<< 6494 1726853130.40651: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.40702: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.40746: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 6494 1726853130.40769: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.40779: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.40789: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system' # <<< 6494 1726853130.40797: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.40834: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.40859: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # <<< 6494 1726853130.40872: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.40922: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.40990: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # # zipimport: zlib available <<< 6494 1726853130.41063: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.41084: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # <<< 6494 1726853130.41094: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.41160: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.41214: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.41278: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.41348: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # <<< 6494 1726853130.41351: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.cmdline' # <<< 6494 1726853130.41370: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.41851: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.42311: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # <<< 6494 1726853130.42327: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.42380: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.42444: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.42474: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.42507: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 6494 1726853130.42517: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.date_time' # <<< 6494 1726853130.42529: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.42560: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.42590: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # <<< 6494 1726853130.42601: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.42664: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.42714: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # <<< 6494 1726853130.42739: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.42768: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.42798: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # <<< 6494 1726853130.42805: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.42841: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.42869: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # <<< 6494 1726853130.42886: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.42963: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.43059: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 6494 1726853130.43064: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 6494 1726853130.43092: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebfaf75c0> <<< 6494 1726853130.43110: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 6494 1726853130.43146: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 6494 1726853130.43270: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebfaf6b10> <<< 6494 1726853130.43278: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.local' # <<< 6494 1726853130.43285: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.43357: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.43426: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # <<< 6494 1726853130.43439: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.43529: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.43619: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 6494 1726853130.43629: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.43694: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.43772: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # <<< 6494 1726853130.43779: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.43821: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.43881: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 6494 1726853130.43934: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 6494 1726853130.44012: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853130.44083: stdout chunk (state=3): >>># 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 0x7f3ebfb322a0> <<< 6494 1726853130.44301: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebfb22ed0> import 'ansible.module_utils.facts.system.python' # <<< 6494 1726853130.44306: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.44352: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.44415: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # <<< 6494 1726853130.44438: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.44500: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.44590: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.44704: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.44869: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # import 'ansible.module_utils.facts.system.service_mgr' # <<< 6494 1726853130.44906: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.44909: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.44955: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # # zipimport: zlib available <<< 6494 1726853130.45008: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.45059: stdout chunk (state=3): >>># /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' <<< 6494 1726853130.45116: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853130.45158: stdout chunk (state=3): >>># 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 0x7f3ebfb45e50> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebfb45d90> import 'ansible.module_utils.facts.system.user' # <<< 6494 1726853130.45175: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware' # # zipimport: zlib available <<< 6494 1726853130.45222: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.45269: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # <<< 6494 1726853130.45272: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.45436: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.45595: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 6494 1726853130.45609: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.45709: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.45808: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.45853: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.45905: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # <<< 6494 1726853130.45933: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.darwin' # # zipimport: zlib available # zipimport: zlib available <<< 6494 1726853130.45959: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.46112: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.46265: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # <<< 6494 1726853130.46268: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.46396: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.46527: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # <<< 6494 1726853130.46546: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.46567: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.46600: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.47189: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.47773: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # <<< 6494 1726853130.47785: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.47893: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.48005: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 6494 1726853130.48016: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.48119: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.48221: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # <<< 6494 1726853130.48235: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.48392: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.48559: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 6494 1726853130.48592: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 6494 1726853130.48595: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network' # <<< 6494 1726853130.48615: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.48646: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.48693: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # <<< 6494 1726853130.48710: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.48804: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.48905: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.49119: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.49330: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # <<< 6494 1726853130.49354: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.49385: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.49417: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # <<< 6494 1726853130.49431: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.49462: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.49479: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # <<< 6494 1726853130.49501: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.49563: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.49648: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # <<< 6494 1726853130.49651: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.49693: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.49698: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # <<< 6494 1726853130.49716: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.49761: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.49836: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # <<< 6494 1726853130.49846: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.49893: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.49962: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # <<< 6494 1726853130.49965: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.50265: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.50539: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # <<< 6494 1726853130.50542: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.50604: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.50669: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # <<< 6494 1726853130.50687: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.50718: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.50761: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # <<< 6494 1726853130.50764: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.50799: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.50829: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # <<< 6494 1726853130.50852: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.50870: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.50922: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # <<< 6494 1726853130.50926: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.51001: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.51077: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 6494 1726853130.51101: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.51118: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.virtual' # <<< 6494 1726853130.51130: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.51165: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.51219: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # <<< 6494 1726853130.51227: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.51241: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.51266: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.51303: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.51361: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.51422: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.51509: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sysctl' # import 'ansible.module_utils.facts.virtual.freebsd' # <<< 6494 1726853130.51520: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.dragonfly' # # zipimport: zlib available <<< 6494 1726853130.51563: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.51625: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 6494 1726853130.51638: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.51838: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.52022: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # <<< 6494 1726853130.52047: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.52080: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.52129: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # <<< 6494 1726853130.52147: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.52183: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.52224: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 6494 1726853130.52247: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.52322: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.52405: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # <<< 6494 1726853130.52424: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.52510: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.52611: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # <<< 6494 1726853130.52696: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853130.52947: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' <<< 6494 1726853130.52961: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py <<< 6494 1726853130.52983: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' <<< 6494 1726853130.53014: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853130.53037: stdout chunk (state=3): >>># 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 0x7f3ebf9434a0> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebf9406e0> <<< 6494 1726853130.53086: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebf940e30> <<< 6494 1726853130.54734: 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"}}} <<< 6494 1726853130.55454: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type <<< 6494 1726853130.55486: stdout chunk (state=3): >>># 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 <<< 6494 1726853130.55513: stdout chunk (state=3): >>># 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 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 <<< 6494 1726853130.55558: stdout chunk (state=3): >>># 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<<< 6494 1726853130.55563: stdout chunk (state=3): >>> # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging<<< 6494 1726853130.55615: 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 # 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 <<< 6494 1726853130.55626: 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.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # 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 <<< 6494 1726853130.55662: 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 _heapq # cleanup[2] removing heapq # destroy heapq # 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 <<< 6494 1726853130.55686: stdout chunk (state=3): >>># 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 <<< 6494 1726853130.55727: stdout chunk (state=3): >>># 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 <<< 6494 1726853130.55757: stdout chunk (state=3): >>># 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 <<< 6494 1726853130.55779: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.netbsd # 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 <<< 6494 1726853130.56237: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 6494 1726853130.56263: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 6494 1726853130.56284: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy zlib # destroy bz2 # destroy lzma <<< 6494 1726853130.56321: stdout chunk (state=3): >>># destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 6494 1726853130.56365: stdout chunk (state=3): >>># destroy ntpath <<< 6494 1726853130.56389: stdout chunk (state=3): >>># destroy importlib # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib <<< 6494 1726853130.56413: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json <<< 6494 1726853130.56459: stdout chunk (state=3): >>># destroy grp # destroy encodings # destroy _locale <<< 6494 1726853130.56462: stdout chunk (state=3): >>># destroy locale # destroy select # destroy _signal # destroy _posixsubprocess <<< 6494 1726853130.56471: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 6494 1726853130.56511: stdout chunk (state=3): >>># destroy selinux <<< 6494 1726853130.56539: stdout chunk (state=3): >>># destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 6494 1726853130.56590: 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 signal <<< 6494 1726853130.56610: stdout chunk (state=3): >>># destroy pickle # destroy multiprocessing.context # destroy array # destroy _compat_pickle <<< 6494 1726853130.56647: stdout chunk (state=3): >>># destroy _pickle # destroy queue # destroy _heapq # destroy _queue <<< 6494 1726853130.56650: stdout chunk (state=3): >>># destroy multiprocessing.process # destroy unicodedata <<< 6494 1726853130.56705: stdout chunk (state=3): >>># destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing # destroy shlex # destroy fcntl <<< 6494 1726853130.56710: stdout chunk (state=3): >>># destroy datetime <<< 6494 1726853130.56712: stdout chunk (state=3): >>># destroy subprocess # destroy base64 <<< 6494 1726853130.56724: stdout chunk (state=3): >>># destroy _ssl <<< 6494 1726853130.56755: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios <<< 6494 1726853130.56782: stdout chunk (state=3): >>># destroy errno # destroy json <<< 6494 1726853130.56798: stdout chunk (state=3): >>># destroy socket # destroy struct <<< 6494 1726853130.56822: stdout chunk (state=3): >>># destroy glob # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector <<< 6494 1726853130.56902: stdout chunk (state=3): >>># cleanup[3] wiping encodings.idna <<< 6494 1726853130.56927: stdout chunk (state=3): >>># destroy stringprep # cleanup[3] wiping configparser # 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 <<< 6494 1726853130.56949: stdout chunk (state=3): >>># cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading <<< 6494 1726853130.56987: stdout chunk (state=3): >>># cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings <<< 6494 1726853130.57012: stdout chunk (state=3): >>># 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 <<< 6494 1726853130.57046: stdout chunk (state=3): >>># 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 <<< 6494 1726853130.57074: stdout chunk (state=3): >>># 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 <<< 6494 1726853130.57100: stdout chunk (state=3): >>># cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 <<< 6494 1726853130.57129: 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 <<< 6494 1726853130.57152: stdout chunk (state=3): >>># cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 6494 1726853130.57162: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 6494 1726853130.57378: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 6494 1726853130.57394: stdout chunk (state=3): >>># destroy _collections <<< 6494 1726853130.57429: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath <<< 6494 1726853130.57465: stdout chunk (state=3): >>># destroy re._parser # destroy tokenize <<< 6494 1726853130.57492: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 6494 1726853130.57507: stdout chunk (state=3): >>># 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 <<< 6494 1726853130.57525: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 6494 1726853130.57560: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 6494 1726853130.57671: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # destroy _codecs <<< 6494 1726853130.57697: stdout chunk (state=3): >>># destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 6494 1726853130.57725: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 6494 1726853130.57738: stdout chunk (state=3): >>># destroy _hashlib <<< 6494 1726853130.57776: stdout chunk (state=3): >>># destroy _operator # destroy _sre # destroy _string # destroy re <<< 6494 1726853130.57814: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy posix <<< 6494 1726853130.57816: stdout chunk (state=3): >>># destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 6494 1726853130.58237: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.41.218 closed. <<< 6494 1726853130.58241: stdout chunk (state=3): >>><<< 6494 1726853130.58368: stderr chunk (state=3): >>><<< 6494 1726853130.58404: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec0a184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec09e7b30> # /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 0x7f3ec0a1aa50> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec082d130> # /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 0x7f3ec082dfa0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec086be00> # /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 0x7f3ec086bec0> # /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 0x7f3ec08a37d0> # /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 0x7f3ec08a3e60> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec0883ad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec08811f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec0868fb0> # /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 0x7f3ec08c3770> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec08c2390> # /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 0x7f3ec0882090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec08c0bc0> # /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 0x7f3ec08f8800> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec0868230> # /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 0x7f3ec08f8cb0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec08f8b60> # 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 0x7f3ec08f8ef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec0866d50> # /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 0x7f3ec08f9580> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec08f9250> 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 0x7f3ec08fa480> 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 0x7f3ec09106b0> 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 0x7f3ec0911d90> # /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 0x7f3ec0912c30> # 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 0x7f3ec0913290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec0912180> # /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 0x7f3ec0913d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec0913440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec08fa4e0> # /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 0x7f3ec0663bc0> # /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 0x7f3ec068c6b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec068c410> # 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 0x7f3ec068c6e0> # /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 0x7f3ec068d010> # 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 0x7f3ec068da00> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec068c8c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec0661d60> # /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 0x7f3ec068ee10> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec068db50> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec08fabd0> # /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 0x7f3ec06bb140> # /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 0x7f3ec06db500> # /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 0x7f3ec073c260> # /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 0x7f3ec073e9c0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec073c380> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec0705280> # /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 0x7f3ec0541370> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec06da300> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec068fd40> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f3ec06da420> # zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload_4c4cfwcb/ansible_ansible.legacy.setup_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 0x7f3ec05a6ff0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec0585ee0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec0585040> # 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 0x7f3ec05a4ec0> # /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 0x7f3ec05da990> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec05da720> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec05da030> # /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 0x7f3ec05da480> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ec05a7c80> 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 0x7f3ec05db710> # 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 0x7f3ec05db950> # /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 0x7f3ec05dbe90> 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 0x7f3ebff2dcd0> # 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 0x7f3ebff2f8c0> # /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 0x7f3ebff30200> # /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 0x7f3ebff313a0> # /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 0x7f3ebff33e30> # 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 0x7f3ec06bb0b0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebff32120> # /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 0x7f3ebff3be00> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebff3a900> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebff3a660> # /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 0x7f3ebff3aba0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebff32600> # 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 0x7f3ebff7fef0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebff801d0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3ebff81c40> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebff81a00> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3ebff84200> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebff82300> # /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 0x7f3ebff879e0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebff843b0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3ebff887a0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3ebff88860> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3ebff88b00> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebff802f0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3ebfe14200> # 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 0x7f3ebfe154f0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebff8a990> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3ebff8bd40> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebff8a600> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3ebfe196d0> # /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 0x7f3ebfe1a450> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebff8b4d0> 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 0x7f3ebfe1a570> # 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 0x7f3ebfe1b740> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3ebfe26060> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebfe233b0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebff0e9f0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebfffe6c0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebfe26120> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebfe19220> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.namespace' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.typing' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /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 0x7f3ebfeba360> # /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' # /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 0x7f3ebfa94140> # 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 0x7f3ebfa944a0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebfea7230> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebfebae70> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebfeb8a70> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebfeb8680> # /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' # /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 0x7f3ebfa97440> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebfa96cf0> # 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 0x7f3ebfa96ed0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebfa96120> # /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 0x7f3ebfa975f0> # /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' # 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 0x7f3ebfaf60f0> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebfaf4110> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebfeb8500> import 'ansible.module_utils.facts.timeout' # import 'ansible.module_utils.facts.collector' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other.facter' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other.ohai' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.apparmor' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.caps' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.chroot' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.distribution' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.datetime' # import 'ansible.module_utils.facts.system.date_time' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.env' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.dns' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.fips' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.loadavg' # # 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 0x7f3ebfaf75c0> # /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 0x7f3ebfaf6b10> import 'ansible.module_utils.facts.system.local' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.lsb' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.pkg_mgr' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.platform' # # zipimport: zlib available # zipimport: zlib available # /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 0x7f3ebfb322a0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebfb22ed0> import 'ansible.module_utils.facts.system.python' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.selinux' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.version' # import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.ssh_pub_keys' # # zipimport: zlib available # zipimport: zlib available # /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 0x7f3ebfb45e50> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebfb45d90> import 'ansible.module_utils.facts.system.user' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.base' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.aix' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.sysctl' # import 'ansible.module_utils.facts.hardware.darwin' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.hpux' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.sunos' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.base' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.darwin' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.fc_wwn' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.freebsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.hpux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.hurd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.linux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.iscsi' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.nvme' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.sunos' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.base' # # 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' # import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.hpux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.linux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # # zipimport: zlib available # /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' # /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 0x7f3ebf9434a0> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebf9406e0> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ebf940e30> {"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 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 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # 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 _heapq # cleanup[2] removing heapq # destroy heapq # 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 # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # 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 systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.connection # destroy multiprocessing.pool # destroy signal # destroy pickle # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.process # destroy unicodedata # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing # destroy shlex # destroy fcntl # destroy datetime # destroy subprocess # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy errno # destroy json # destroy socket # destroy struct # destroy glob # destroy fnmatch # 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 configparser # 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 # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # 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 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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.41.218 closed. 6494 1726853130.60184: done with _execute_module (ansible.legacy.setup, {'filter': 'ansible_pkg_mgr', 'gather_subset': '!all', '_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-1726853130.0675774-6614-162612780443453/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6494 1726853130.60192: variable 'ansible_module_compression' from source: unknown 6494 1726853130.60196: ANSIBALLZ: Using generic lock for ansible.legacy.dnf 6494 1726853130.60199: ANSIBALLZ: Acquiring lock 6494 1726853130.60203: ANSIBALLZ: Lock acquired: 140161390552000 6494 1726853130.60206: ANSIBALLZ: Creating module 6494 1726853130.89708: ANSIBALLZ: Writing module into payload 6494 1726853130.89855: ANSIBALLZ: Writing module 6494 1726853130.89886: ANSIBALLZ: Renaming module 6494 1726853130.89929: ANSIBALLZ: Done creating module 6494 1726853130.90098: variable 'ansible_facts' from source: unknown 6494 1726853130.90142: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726853130.0675774-6614-162612780443453/AnsiballZ_dnf.py 6494 1726853130.90385: Sending initial data 6494 1726853130.90389: Sent initial data (150 bytes) 6494 1726853130.90973: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6494 1726853130.90991: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853130.91019: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853130.91134: 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.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853130.91155: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853130.91169: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853130.91385: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853130.93126: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6494 1726853130.93212: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6494 1726853130.93355: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6494dydhg1yg/tmppoyqn__1 /root/.ansible/tmp/ansible-tmp-1726853130.0675774-6614-162612780443453/AnsiballZ_dnf.py <<< 6494 1726853130.93393: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726853130.0675774-6614-162612780443453/AnsiballZ_dnf.py" <<< 6494 1726853130.93500: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6494dydhg1yg/tmppoyqn__1" to remote "/root/.ansible/tmp/ansible-tmp-1726853130.0675774-6614-162612780443453/AnsiballZ_dnf.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726853130.0675774-6614-162612780443453/AnsiballZ_dnf.py" <<< 6494 1726853130.95092: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853130.95096: stdout chunk (state=3): >>><<< 6494 1726853130.95099: stderr chunk (state=3): >>><<< 6494 1726853130.95100: done transferring module to remote 6494 1726853130.95106: _low_level_execute_command(): starting 6494 1726853130.95108: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726853130.0675774-6614-162612780443453/ /root/.ansible/tmp/ansible-tmp-1726853130.0675774-6614-162612780443453/AnsiballZ_dnf.py && sleep 0' 6494 1726853130.96418: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853130.96481: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853130.96648: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853130.98621: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853130.98689: stderr chunk (state=3): >>><<< 6494 1726853130.98713: stdout chunk (state=3): >>><<< 6494 1726853130.98765: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853130.98784: _low_level_execute_command(): starting 6494 1726853130.98806: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726853130.0675774-6614-162612780443453/AnsiballZ_dnf.py && sleep 0' 6494 1726853130.99555: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6494 1726853130.99725: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853130.99729: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853130.99737: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853130.99762: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853130.99934: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853131.02403: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 6494 1726853131.02433: stdout chunk (state=3): >>>import _imp # builtin <<< 6494 1726853131.02458: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 6494 1726853131.02538: stdout chunk (state=3): >>>import '_io' # <<< 6494 1726853131.02548: stdout chunk (state=3): >>>import 'marshal' # <<< 6494 1726853131.02592: stdout chunk (state=3): >>>import 'posix' # <<< 6494 1726853131.02622: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 6494 1726853131.02676: stdout chunk (state=3): >>>import 'time' # <<< 6494 1726853131.02688: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 6494 1726853131.02744: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853131.02796: stdout chunk (state=3): >>>import '_codecs' # <<< 6494 1726853131.02820: stdout chunk (state=3): >>>import 'codecs' # <<< 6494 1726853131.02865: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 6494 1726853131.02891: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28605084d0> <<< 6494 1726853131.02916: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28604d7b30> <<< 6494 1726853131.02978: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286050aa50> <<< 6494 1726853131.02992: stdout chunk (state=3): >>>import '_signal' # <<< 6494 1726853131.03012: stdout chunk (state=3): >>>import '_abc' # <<< 6494 1726853131.03047: stdout chunk (state=3): >>>import 'abc' # <<< 6494 1726853131.03074: stdout chunk (state=3): >>>import 'io' # <<< 6494 1726853131.03077: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 6494 1726853131.03189: stdout chunk (state=3): >>>import '_collections_abc' # <<< 6494 1726853131.03226: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 6494 1726853131.03265: stdout chunk (state=3): >>>import 'os' # <<< 6494 1726853131.03293: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages <<< 6494 1726853131.03315: stdout chunk (state=3): >>>Processing global site-packages <<< 6494 1726853131.03327: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 6494 1726853131.03341: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 6494 1726853131.03398: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28602bd130> <<< 6494 1726853131.03465: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 6494 1726853131.03476: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28602bdfa0> <<< 6494 1726853131.03536: stdout chunk (state=3): >>>import 'site' # <<< 6494 1726853131.03549: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 6494 1726853131.03881: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 6494 1726853131.03884: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 6494 1726853131.03905: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 6494 1726853131.03988: stdout chunk (state=3): >>># 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 <<< 6494 1726853131.04034: stdout chunk (state=3): >>># 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 <<< 6494 1726853131.04050: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28602fbe00> <<< 6494 1726853131.04145: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28602fbec0> <<< 6494 1726853131.04181: stdout chunk (state=3): >>># /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 <<< 6494 1726853131.04298: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # <<< 6494 1726853131.04319: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28603337d0> <<< 6494 1726853131.04350: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2860333e60> <<< 6494 1726853131.04370: stdout chunk (state=3): >>>import '_collections' # <<< 6494 1726853131.04423: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2860313ad0> <<< 6494 1726853131.04426: stdout chunk (state=3): >>>import '_functools' # <<< 6494 1726853131.04468: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28603111f0> <<< 6494 1726853131.04542: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28602f8fb0> <<< 6494 1726853131.04570: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 6494 1726853131.04601: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 6494 1726853131.04615: stdout chunk (state=3): >>>import '_sre' # <<< 6494 1726853131.04626: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 6494 1726853131.04661: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 6494 1726853131.04677: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 6494 1726853131.04685: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 6494 1726853131.04722: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2860353770> <<< 6494 1726853131.04729: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2860352390> <<< 6494 1726853131.04761: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2860312090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2860350bc0> <<< 6494 1726853131.04824: stdout chunk (state=3): >>># /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' <<< 6494 1726853131.04955: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2860388830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28602f8230> # /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 0x7f2860388ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2860388b90> # 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 0x7f2860388f50> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28602f6d50> # /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' <<< 6494 1726853131.04969: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 6494 1726853131.05007: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 6494 1726853131.05038: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28603895b0> <<< 6494 1726853131.05041: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28603892b0> import 'importlib.machinery' # <<< 6494 1726853131.05063: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 6494 1726853131.05076: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286038a4b0> <<< 6494 1726853131.05099: stdout chunk (state=3): >>>import 'importlib.util' # <<< 6494 1726853131.05109: stdout chunk (state=3): >>>import 'runpy' # <<< 6494 1726853131.05144: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 6494 1726853131.05171: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 6494 1726853131.05196: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 6494 1726853131.05218: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28603a06b0> <<< 6494 1726853131.05221: stdout chunk (state=3): >>>import 'errno' # <<< 6494 1726853131.05260: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853131.05280: stdout chunk (state=3): >>># 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 0x7f28603a1d90> <<< 6494 1726853131.05294: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 6494 1726853131.05299: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 6494 1726853131.05321: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 6494 1726853131.05336: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 6494 1726853131.05344: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28603a2c30> <<< 6494 1726853131.05391: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853131.05398: stdout chunk (state=3): >>>import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28603a3290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28603a2180> <<< 6494 1726853131.05423: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 6494 1726853131.05431: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 6494 1726853131.05475: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853131.05487: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28603a3d10> <<< 6494 1726853131.05493: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28603a3440> <<< 6494 1726853131.05548: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286038a420> <<< 6494 1726853131.05566: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 6494 1726853131.05604: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 6494 1726853131.05615: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 6494 1726853131.05641: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 6494 1726853131.05674: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853131.05686: stdout chunk (state=3): >>># extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28600cfbc0> <<< 6494 1726853131.05701: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 6494 1726853131.05708: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 6494 1726853131.05740: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853131.05746: stdout chunk (state=3): >>># 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 0x7f28600f86e0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28600f8440> <<< 6494 1726853131.05769: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853131.05775: stdout chunk (state=3): >>># extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28600f8710> <<< 6494 1726853131.05812: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 6494 1726853131.05817: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 6494 1726853131.05894: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853131.06028: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28600f9040> <<< 6494 1726853131.06175: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853131.06181: stdout chunk (state=3): >>># extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28600f9970> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28600f88f0> <<< 6494 1726853131.06202: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28600cdd60> <<< 6494 1726853131.06221: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 6494 1726853131.06249: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 6494 1726853131.06268: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 6494 1726853131.06287: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28600fad50> <<< 6494 1726853131.06317: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28600f9a90> <<< 6494 1726853131.06335: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286038abd0> <<< 6494 1726853131.06367: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 6494 1726853131.06438: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853131.06459: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 6494 1726853131.06498: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 6494 1726853131.06553: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2860123080> <<< 6494 1726853131.06597: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 6494 1726853131.06610: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853131.06618: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 6494 1726853131.06647: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 6494 1726853131.06684: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286014b3e0> <<< 6494 1726853131.06711: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 6494 1726853131.06762: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 6494 1726853131.06816: stdout chunk (state=3): >>>import 'ntpath' # <<< 6494 1726853131.06856: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28601a81d0> <<< 6494 1726853131.06889: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 6494 1726853131.06911: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 6494 1726853131.06928: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 6494 1726853131.06970: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 6494 1726853131.07092: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28601aa930> <<< 6494 1726853131.07159: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28601a82f0> <<< 6494 1726853131.07226: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28601751c0> <<< 6494 1726853131.07229: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2860175970> <<< 6494 1726853131.07280: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286014a210> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28600fbc50> <<< 6494 1726853131.07464: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f286014a300> <<< 6494 1726853131.07737: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_lkqky3an/ansible_ansible.legacy.dnf_payload.zip' # zipimport: zlib available <<< 6494 1726853131.07809: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853131.07838: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 6494 1726853131.07855: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 6494 1726853131.07908: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 6494 1726853131.08038: stdout chunk (state=3): >>># 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 0x7f2860006ff0> import '_typing' # <<< 6494 1726853131.08337: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285ffe5ee0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285ffe5040> # zipimport: zlib available <<< 6494 1726853131.08344: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available # zipimport: zlib available <<< 6494 1726853131.08378: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 6494 1726853131.09799: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853131.10980: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2860004d40> <<< 6494 1726853131.11000: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853131.11020: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 6494 1726853131.11049: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 6494 1726853131.11064: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 6494 1726853131.11237: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853131.11240: stdout chunk (state=3): >>># 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 0x7f2860032900> <<< 6494 1726853131.11245: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2860032690> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2860031fa0> <<< 6494 1726853131.11247: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 6494 1726853131.11253: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28600329f0> <<< 6494 1726853131.11257: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28603129c0> <<< 6494 1726853131.11274: stdout chunk (state=3): >>>import 'atexit' # <<< 6494 1726853131.11285: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28600335f0> <<< 6494 1726853131.11331: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2860033830> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 6494 1726853131.11379: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 6494 1726853131.11386: stdout chunk (state=3): >>>import '_locale' # <<< 6494 1726853131.11440: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2860033cb0> <<< 6494 1726853131.11455: stdout chunk (state=3): >>>import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 6494 1726853131.11491: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 6494 1726853131.11590: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f915a60> <<< 6494 1726853131.11594: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f285f917680> <<< 6494 1726853131.11596: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 6494 1726853131.11599: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 6494 1726853131.11660: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f917f80> <<< 6494 1726853131.11731: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 6494 1726853131.11799: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f91d220> # /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' <<< 6494 1726853131.11827: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f91fce0> <<< 6494 1726853131.11877: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2860122ff0> <<< 6494 1726853131.11905: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f91dfa0> <<< 6494 1726853131.11930: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 6494 1726853131.11963: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 6494 1726853131.12029: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 6494 1726853131.12053: stdout chunk (state=3): >>># 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' <<< 6494 1726853131.12066: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f927bc0> import '_tokenize' # <<< 6494 1726853131.12161: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f926690> <<< 6494 1726853131.12171: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f9263f0> # /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' <<< 6494 1726853131.12229: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f926960> <<< 6494 1726853131.12264: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f91e4b0> <<< 6494 1726853131.12306: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f285f96be90> <<< 6494 1726853131.12330: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f96bef0> <<< 6494 1726853131.12386: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 6494 1726853131.12390: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py <<< 6494 1726853131.12413: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 6494 1726853131.12441: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f285f96d9d0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f96d790> <<< 6494 1726853131.12461: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 6494 1726853131.12575: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 6494 1726853131.12638: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f285f96fef0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f96e090> <<< 6494 1726853131.12659: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 6494 1726853131.12711: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853131.12726: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 6494 1726853131.12772: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f973650> <<< 6494 1726853131.12903: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f96ffe0> <<< 6494 1726853131.12965: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f285f9746e0> <<< 6494 1726853131.12999: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f285f974680> <<< 6494 1726853131.13080: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f285f974980> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f96c050> <<< 6494 1726853131.13094: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 6494 1726853131.13150: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 6494 1726853131.13194: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853131.13251: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f285f800110> <<< 6494 1726853131.13347: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853131.13436: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f285f801610> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f9768a0> <<< 6494 1726853131.13460: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f285f977c50> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f9764b0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 6494 1726853131.13538: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853131.13565: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853131.13665: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # <<< 6494 1726853131.13681: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 6494 1726853131.13792: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853131.13912: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853131.14512: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853131.15122: stdout chunk (state=3): >>>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' # <<< 6494 1726853131.15198: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853131.15248: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f285f805850> <<< 6494 1726853131.15316: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 6494 1726853131.15349: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f8065d0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f801490> <<< 6494 1726853131.15448: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # <<< 6494 1726853131.15491: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853131.15609: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853131.15793: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 6494 1726853131.15841: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f806450> # zipimport: zlib available <<< 6494 1726853131.16315: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853131.16757: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853131.16840: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853131.16925: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 6494 1726853131.16963: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853131.17023: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 6494 1726853131.17068: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853131.17184: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available <<< 6494 1726853131.17201: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 6494 1726853131.17301: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853131.17304: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 6494 1726853131.17549: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853131.17818: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 6494 1726853131.17875: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 6494 1726853131.17949: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f807950> <<< 6494 1726853131.17960: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853131.18054: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853131.18139: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 6494 1726853131.18185: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available <<< 6494 1726853131.18243: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853131.18296: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 6494 1726853131.18372: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 6494 1726853131.18417: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853131.18504: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 6494 1726853131.18540: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853131.18642: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f285f812270> <<< 6494 1726853131.18718: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f80d1f0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 6494 1726853131.18777: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853131.18897: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 6494 1726853131.18948: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 6494 1726853131.19003: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 6494 1726853131.19066: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 6494 1726853131.19121: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 6494 1726853131.19154: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 6494 1726853131.19197: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286007ab40> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2860062810> <<< 6494 1726853131.19292: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f812240> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f8089b0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 6494 1726853131.19295: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853131.19352: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853131.19365: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 6494 1726853131.19436: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 6494 1726853131.19475: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # <<< 6494 1726853131.19489: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853131.20089: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853131.20642: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853131.21351: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853131.22084: stdout chunk (state=3): >>># /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 0x7f285f8a4920> <<< 6494 1726853131.22088: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/__init__.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc' import 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f8a4b90> <<< 6494 1726853131.22186: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py<<< 6494 1726853131.22207: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc' <<< 6494 1726853131.22220: stdout chunk (state=3): >>># /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' <<< 6494 1726853131.22271: stdout chunk (state=3): >>># /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 0x7f285f8a5280> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f8a4e30> <<< 6494 1726853131.22292: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py <<< 6494 1726853131.22299: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc' <<< 6494 1726853131.22308: stdout chunk (state=3): >>># /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' <<< 6494 1726853131.22357: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f8a5b80> <<< 6494 1726853131.22402: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc' <<< 6494 1726853131.22405: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py <<< 6494 1726853131.22424: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' <<< 6494 1726853131.22454: stdout chunk (state=3): >>># /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' <<< 6494 1726853131.22484: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py <<< 6494 1726853131.22511: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' <<< 6494 1726853131.22521: stdout chunk (state=3): >>># /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' import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f8918e0> <<< 6494 1726853131.22589: stdout chunk (state=3): >>># /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' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f8916a0> <<< 6494 1726853131.22608: stdout chunk (state=3): >>># /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' import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f4e6750> <<< 6494 1726853131.22660: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f8a7380> <<< 6494 1726853131.22670: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 6494 1726853131.22746: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 6494 1726853131.22811: stdout chunk (state=3): >>># /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' <<< 6494 1726853131.22857: stdout chunk (state=3): >>># /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' <<< 6494 1726853131.22911: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f4f5310> <<< 6494 1726853131.22921: stdout chunk (state=3): >>>import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f4e7e90> <<< 6494 1726853131.22953: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f4e7260> <<< 6494 1726853131.22981: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f8a6810> <<< 6494 1726853131.23028: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py # code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' <<< 6494 1726853131.23046: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py <<< 6494 1726853131.23098: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 6494 1726853131.23119: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py <<< 6494 1726853131.23128: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' <<< 6494 1726853131.23154: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f561100> <<< 6494 1726853131.23284: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f5191f0> <<< 6494 1726853131.23430: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f4e7cb0> <<< 6494 1726853131.23464: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py # code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' <<< 6494 1726853131.23488: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py <<< 6494 1726853131.23522: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 6494 1726853131.23547: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py <<< 6494 1726853131.23574: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc' import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f568c20> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f562f00> <<< 6494 1726853131.23606: stdout chunk (state=3): >>>import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f518d10> <<< 6494 1726853131.23609: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f8a61e0> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f8a5c10> <<< 6494 1726853131.23655: stdout chunk (state=3): >>>import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f8a5910> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f8a4bc0> <<< 6494 1726853131.23660: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py <<< 6494 1726853131.23687: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc' import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f8a5c40> <<< 6494 1726853131.23706: stdout chunk (state=3): >>># /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' <<< 6494 1726853131.23729: stdout chunk (state=3): >>># /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' <<< 6494 1726853131.23767: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f569280> <<< 6494 1726853131.23788: stdout chunk (state=3): >>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f568e30> <<< 6494 1726853131.23916: stdout chunk (state=3): >>># /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 0x7f285f5699d0> <<< 6494 1726853131.23920: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 6494 1726853131.23969: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 6494 1726853131.24014: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 6494 1726853131.24066: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 6494 1726853131.24157: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853131.24223: stdout chunk (state=3): >>># 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 0x7f285f578230> <<< 6494 1726853131.24411: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f551730> <<< 6494 1726853131.24434: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f56a960> <<< 6494 1726853131.24473: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py # code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 6494 1726853131.24504: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f551160> <<< 6494 1726853131.24524: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py <<< 6494 1726853131.24535: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' <<< 6494 1726853131.24556: stdout chunk (state=3): >>>import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f5865a0> <<< 6494 1726853131.24570: stdout chunk (state=3): >>># /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' <<< 6494 1726853131.24592: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py <<< 6494 1726853131.24603: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' <<< 6494 1726853131.24622: stdout chunk (state=3): >>>import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f587200> <<< 6494 1726853131.24628: stdout chunk (state=3): >>>import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f586cc0> <<< 6494 1726853131.24647: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 6494 1726853131.24742: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 6494 1726853131.24808: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f587710> <<< 6494 1726853131.24839: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 6494 1726853131.24880: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 6494 1726853131.25107: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f55bc20> <<< 6494 1726853131.25134: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 6494 1726853131.25152: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 6494 1726853131.25177: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f412060> <<< 6494 1726853131.25234: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853131.25359: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 6494 1726853131.25363: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853131.25490: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853131.25618: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 6494 1726853131.25638: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853131.25688: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853131.25742: stdout chunk (state=3): >>>import 'ansible.module_utils.common.respawn' # <<< 6494 1726853131.25749: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853131.25888: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853131.26023: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # <<< 6494 1726853131.26111: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853131.30884: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/__init__.py <<< 6494 1726853131.30915: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/pycomp.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc' <<< 6494 1726853131.30940: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/text.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc' import 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f446f60> <<< 6494 1726853131.30980: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 6494 1726853131.31034: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 6494 1726853131.31176: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f447080> <<< 6494 1726853131.31198: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 6494 1726853131.31201: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 6494 1726853131.31207: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 6494 1726853131.31257: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 6494 1726853131.31262: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853131.31309: stdout chunk (state=3): >>># 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 0x7f285f1a3260> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f1a2ab0> <<< 6494 1726853131.31312: stdout chunk (state=3): >>># 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 0x7f285f1a2c60> <<< 6494 1726853131.31357: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f4475c0> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f446630> <<< 6494 1726853131.31422: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/const.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc' import 'dnf.const' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f446c60> # /usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/base.py <<< 6494 1726853131.31523: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' <<< 6494 1726853131.31582: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/__init__.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853131.31605: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/error.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc' <<< 6494 1726853131.31727: stdout chunk (state=3): >>># extension module 'libdnf._error' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' # extension module 'libdnf._error' executed from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' import 'libdnf._error' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f285f21c830> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f21c410> <<< 6494 1726853131.31758: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/common_types.py <<< 6494 1726853131.31819: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' <<< 6494 1726853131.31884: stdout chunk (state=3): >>># extension module 'libdnf._common_types' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' <<< 6494 1726853131.31910: stdout chunk (state=3): >>># extension module 'libdnf._common_types' executed from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' import 'libdnf._common_types' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f285f21ff80> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f21c8c0> <<< 6494 1726853131.31933: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/conf.py <<< 6494 1726853131.32017: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' <<< 6494 1726853131.33007: stdout chunk (state=3): >>># extension module 'libdnf._conf' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so' # extension module 'libdnf._conf' executed from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so' import 'libdnf._conf' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f285ed37140> <<< 6494 1726853131.33088: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f2441a0> <<< 6494 1726853131.33105: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/module.py <<< 6494 1726853131.33185: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' <<< 6494 1726853131.33283: stdout chunk (state=3): >>># extension module 'libdnf._module' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_module.so' <<< 6494 1726853131.33287: stdout chunk (state=3): >>># extension module 'libdnf._module' executed from '/usr/lib64/python3.12/site-packages/libdnf/_module.so' import 'libdnf._module' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f285edacec0> <<< 6494 1726853131.33469: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285ed37740> <<< 6494 1726853131.33495: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/repo.py <<< 6494 1726853131.33538: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' <<< 6494 1726853131.33618: stdout chunk (state=3): >>># extension module 'libdnf._repo' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so' # extension module 'libdnf._repo' executed from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so' import 'libdnf._repo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f285edafd70> <<< 6494 1726853131.33654: stdout chunk (state=3): >>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285edacf20> <<< 6494 1726853131.33676: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/transaction.py <<< 6494 1726853131.33735: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' <<< 6494 1726853131.33815: stdout chunk (state=3): >>># extension module 'libdnf._transaction' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so' <<< 6494 1726853131.33821: stdout chunk (state=3): >>># extension module 'libdnf._transaction' executed from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so' import 'libdnf._transaction' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f285edf3e90> <<< 6494 1726853131.33865: stdout chunk (state=3): >>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285edf00e0> <<< 6494 1726853131.33900: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/utils.py <<< 6494 1726853131.33905: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc' <<< 6494 1726853131.33953: stdout chunk (state=3): >>># extension module 'libdnf._utils' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so' # extension module 'libdnf._utils' executed from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so' import 'libdnf._utils' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f285d37d0d0> <<< 6494 1726853131.33970: stdout chunk (state=3): >>>import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285d37c4d0> <<< 6494 1726853131.33975: stdout chunk (state=3): >>>import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f1bff50> <<< 6494 1726853131.34035: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/comps.py <<< 6494 1726853131.34063: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc' <<< 6494 1726853131.34071: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/exceptions.py <<< 6494 1726853131.34090: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc' <<< 6494 1726853131.34093: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/i18n.py <<< 6494 1726853131.34110: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc' <<< 6494 1726853131.34145: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853131.34150: stdout chunk (state=3): >>># 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 0x7f285d3985c0> <<< 6494 1726853131.34915: stdout chunk (state=3): >>>import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285d37fa10> <<< 6494 1726853131.34935: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/util.py <<< 6494 1726853131.34973: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc' <<< 6494 1726853131.34997: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/callback.py <<< 6494 1726853131.35004: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc' <<< 6494 1726853131.35030: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/__init__.py <<< 6494 1726853131.35041: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc' import 'dnf.yum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285d39ac90> <<< 6494 1726853131.35053: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/rpmtrans.py <<< 6494 1726853131.35082: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc' <<< 6494 1726853131.35111: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction.py <<< 6494 1726853131.35117: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc' import 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285d39bb90> <<< 6494 1726853131.35150: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/__init__.py # code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853131.35649: stdout chunk (state=3): >>># extension module 'rpm._rpm' loaded from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so' # extension module 'rpm._rpm' executed from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so' import 'rpm._rpm' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f285d3c04a0> <<< 6494 1726853131.35689: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/transaction.py <<< 6494 1726853131.35699: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc' <<< 6494 1726853131.35718: stdout chunk (state=3): >>>import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285d3c1940> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285d39bdd0> <<< 6494 1726853131.35746: stdout chunk (state=3): >>>import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285d39ab40> <<< 6494 1726853131.35754: stdout chunk (state=3): >>>import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285d39a4e0> <<< 6494 1726853131.35780: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/hawkey/__init__.py <<< 6494 1726853131.35794: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853131.35901: stdout chunk (state=3): >>># extension module 'hawkey._hawkey' loaded from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so' <<< 6494 1726853131.35907: stdout chunk (state=3): >>># extension module 'hawkey._hawkey' executed from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so' import 'hawkey._hawkey' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f285d3c3590> <<< 6494 1726853131.35925: stdout chunk (state=3): >>>import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285d39b0b0> <<< 6494 1726853131.35998: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285d398950> <<< 6494 1726853131.36025: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285d37f020> <<< 6494 1726853131.36060: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libcomps/__init__.py # code object from '/usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853131.36207: stdout chunk (state=3): >>># extension module 'libcomps._libpycomps' loaded from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so' <<< 6494 1726853131.36212: stdout chunk (state=3): >>># extension module 'libcomps._libpycomps' executed from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so' import 'libcomps._libpycomps' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f285d37f740> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285d37f4a0> <<< 6494 1726853131.36242: stdout chunk (state=3): >>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285d37d250> <<< 6494 1726853131.36266: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/__init__.py <<< 6494 1726853131.36272: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc' import 'dnf.db' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285d400b00> <<< 6494 1726853131.36293: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/history.py <<< 6494 1726853131.36331: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc' <<< 6494 1726853131.36345: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/misc.py <<< 6494 1726853131.36351: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc' <<< 6494 1726853131.36381: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/crypto.py <<< 6494 1726853131.36398: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc' <<< 6494 1726853131.36403: stdout chunk (state=3): >>>import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285d402ff0> <<< 6494 1726853131.36433: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 6494 1726853131.36438: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 6494 1726853131.36457: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285d4037d0> <<< 6494 1726853131.36473: stdout chunk (state=3): >>>import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285d402300> <<< 6494 1726853131.36490: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/group.py <<< 6494 1726853131.36512: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc' <<< 6494 1726853131.36528: stdout chunk (state=3): >>>import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285d403f50> <<< 6494 1726853131.36561: stdout chunk (state=3): >>>import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285d4009b0> <<< 6494 1726853131.36579: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/__init__.py <<< 6494 1726853131.36585: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853131.36606: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/config.py <<< 6494 1726853131.36631: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' <<< 6494 1726853131.36651: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/substitutions.py <<< 6494 1726853131.36656: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc' <<< 6494 1726853131.36673: stdout chunk (state=3): >>>import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285d42da30> <<< 6494 1726853131.36693: stdout chunk (state=3): >>>import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285d42cfb0> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285d42ce00> <<< 6494 1726853131.36719: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/read.py <<< 6494 1726853131.36725: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc' <<< 6494 1726853131.36748: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repo.py <<< 6494 1726853131.36771: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' <<< 6494 1726853131.36838: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/logging.py <<< 6494 1726853131.36847: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc' <<< 6494 1726853131.36924: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/lock.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc' import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285ccfcb00> # /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py <<< 6494 1726853131.36947: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc' <<< 6494 1726853131.36958: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 6494 1726853131.37017: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 6494 1726853131.37048: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 6494 1726853131.37055: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cd2ab70> <<< 6494 1726853131.37112: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853131.37121: stdout chunk (state=3): >>># 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 0x7f285cd2aed0> <<< 6494 1726853131.37160: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285ccfee10> <<< 6494 1726853131.37198: stdout chunk (state=3): >>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285ccfcfb0> <<< 6494 1726853131.37214: stdout chunk (state=3): >>>import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285d42ffb0> <<< 6494 1726853131.37259: stdout chunk (state=3): >>>import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285d42e240> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285d42df70> <<< 6494 1726853131.37284: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/dnssec.py <<< 6494 1726853131.37287: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc' <<< 6494 1726853131.37326: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853131.37357: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/transaction.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc' <<< 6494 1726853131.37383: stdout chunk (state=3): >>>import 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cd64a10> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cd2bb30> <<< 6494 1726853131.37411: stdout chunk (state=3): >>>import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285d42e780> <<< 6494 1726853131.37449: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/drpm.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc' <<< 6494 1726853131.37460: stdout chunk (state=3): >>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cd65100> <<< 6494 1726853131.37490: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/goal.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc' import 'dnf.goal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cd654c0> <<< 6494 1726853131.37523: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/history.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc' import 'dnf.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cd65580> <<< 6494 1726853131.37547: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc' import 'dnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cd65670> <<< 6494 1726853131.37580: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/module_base.py <<< 6494 1726853131.37605: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc' <<< 6494 1726853131.37619: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/smartcols.py <<< 6494 1726853131.37661: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' <<< 6494 1726853131.37727: stdout chunk (state=3): >>># extension module 'libdnf._smartcols' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so' <<< 6494 1726853131.37735: stdout chunk (state=3): >>># extension module 'libdnf._smartcols' executed from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so' import 'libdnf._smartcols' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f285cd84260> <<< 6494 1726853131.37768: stdout chunk (state=3): >>>import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cd66390> # /usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/selector.py <<< 6494 1726853131.37771: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc' import 'dnf.selector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cd84440> <<< 6494 1726853131.37825: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/exceptions.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc' <<< 6494 1726853131.37846: stdout chunk (state=3): >>>import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cd84500> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cd65400> <<< 6494 1726853131.37866: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/persistor.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc' import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cd845f0> <<< 6494 1726853131.37905: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/plugin.py <<< 6494 1726853131.37908: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc' <<< 6494 1726853131.37936: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 6494 1726853131.38013: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 6494 1726853131.38040: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 6494 1726853131.38159: stdout chunk (state=3): >>># 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 <<< 6494 1726853131.38209: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 6494 1726853131.38216: stdout chunk (state=3): >>># 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 0x7f285cdaffe0> <<< 6494 1726853131.38251: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cdaf4d0> <<< 6494 1726853131.38308: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cdadf40> <<< 6494 1726853131.38504: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cd85e80> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cd852e0> <<< 6494 1726853131.38510: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/query.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc' import 'dnf.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cd86330> <<< 6494 1726853131.38528: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repodict.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc' <<< 6494 1726853131.38537: stdout chunk (state=3): >>>import 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2860033710> <<< 6494 1726853131.38566: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/connection.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc' import 'dnf.rpm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cde88f0> <<< 6494 1726853131.38599: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/miscutils.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc' import 'dnf.rpm.miscutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cde8b60> <<< 6494 1726853131.38638: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/sack.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc' <<< 6494 1726853131.38650: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/package.py <<< 6494 1726853131.38706: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc' import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cde94c0> <<< 6494 1726853131.38749: stdout chunk (state=3): >>>import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cde8f50> # /usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/subject.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc' import 'dnf.subject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cdea3c0> <<< 6494 1726853131.38754: stdout chunk (state=3): >>>import 'gc' # <<< 6494 1726853131.38773: stdout chunk (state=3): >>>import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f1a3350> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28600336e0> <<< 6494 1726853131.39369: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/builddep.py <<< 6494 1726853131.39386: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc' <<< 6494 1726853131.39406: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnfpluginscore/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc' import 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cdeaf00> <<< 6494 1726853131.39435: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853131.39464: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/cli.py <<< 6494 1726853131.39511: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc' <<< 6494 1726853131.39541: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/output.py <<< 6494 1726853131.39607: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc' <<< 6494 1726853131.39634: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/format.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc' import 'dnf.cli.format' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cbc7980> <<< 6494 1726853131.39655: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/progress.py <<< 6494 1726853131.39666: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc' <<< 6494 1726853131.39679: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/term.py <<< 6494 1726853131.39705: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc' <<< 6494 1726853131.39734: stdout chunk (state=3): >>># /usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/curses/__init__.py <<< 6494 1726853131.39744: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853131.39877: stdout chunk (state=3): >>># extension module '_curses' loaded from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853131.39888: stdout chunk (state=3): >>># 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 0x7f285cbe59a0> <<< 6494 1726853131.39891: stdout chunk (state=3): >>>import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cbe5550> <<< 6494 1726853131.39919: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853131.39952: stdout chunk (state=3): >>># extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853131.39956: stdout chunk (state=3): >>>import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f285f4e6720> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cbe4410> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cbc7c80> <<< 6494 1726853131.39986: stdout chunk (state=3): >>>import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cbc4a10> <<< 6494 1726853131.40013: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/aliases.py <<< 6494 1726853131.40018: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc' <<< 6494 1726853131.40039: stdout chunk (state=3): >>>import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cbc7740> <<< 6494 1726853131.40061: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/__init__.py <<< 6494 1726853131.40091: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853131.40117: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/option_parser.py <<< 6494 1726853131.40146: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' <<< 6494 1726853131.40169: stdout chunk (state=3): >>>import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cbfaf60> <<< 6494 1726853131.40205: stdout chunk (state=3): >>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cbf9a90> <<< 6494 1726853131.40231: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/alias.py <<< 6494 1726853131.40249: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc' <<< 6494 1726853131.40254: stdout chunk (state=3): >>>import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc20770> <<< 6494 1726853131.40281: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/autoremove.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc' <<< 6494 1726853131.40300: stdout chunk (state=3): >>>import 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc20a70> <<< 6494 1726853131.40314: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/check.py <<< 6494 1726853131.40330: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc' <<< 6494 1726853131.40335: stdout chunk (state=3): >>>import 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc20ce0> <<< 6494 1726853131.40357: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/clean.py <<< 6494 1726853131.40379: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc' <<< 6494 1726853131.40393: stdout chunk (state=3): >>>import 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc20f50> <<< 6494 1726853131.40407: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/deplist.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc' <<< 6494 1726853131.40428: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repoquery.py <<< 6494 1726853131.40468: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc' <<< 6494 1726853131.40511: stdout chunk (state=3): >>>import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc21670> <<< 6494 1726853131.40517: stdout chunk (state=3): >>>import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc214c0> <<< 6494 1726853131.40543: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/distrosync.py <<< 6494 1726853131.40547: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc' import 'dnf.cli.commands.distrosync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc22f30> <<< 6494 1726853131.40578: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/downgrade.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc' <<< 6494 1726853131.40584: stdout chunk (state=3): >>>import 'dnf.cli.commands.downgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc23080> <<< 6494 1726853131.40602: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/group.py <<< 6494 1726853131.40658: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc' <<< 6494 1726853131.40683: stdout chunk (state=3): >>>import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc23260> <<< 6494 1726853131.40687: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/history.py <<< 6494 1726853131.40699: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc' <<< 6494 1726853131.40730: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction_sr.py <<< 6494 1726853131.40782: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc' import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc3c1d0> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc23a10> <<< 6494 1726853131.40800: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/install.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc' <<< 6494 1726853131.40816: stdout chunk (state=3): >>>import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc3cd70> <<< 6494 1726853131.40850: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/makecache.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc' <<< 6494 1726853131.40880: stdout chunk (state=3): >>>import 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc3d1c0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/mark.py <<< 6494 1726853131.40888: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc' <<< 6494 1726853131.40936: stdout chunk (state=3): >>>import 'dnf.cli.commands.mark' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc3d3a0> <<< 6494 1726853131.40941: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/module.py <<< 6494 1726853131.40944: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc' <<< 6494 1726853131.40998: stdout chunk (state=3): >>>import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc3d640> <<< 6494 1726853131.41003: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/reinstall.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc' <<< 6494 1726853131.41009: stdout chunk (state=3): >>>import 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc3e510> <<< 6494 1726853131.41025: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/remove.py <<< 6494 1726853131.41035: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc' <<< 6494 1726853131.41052: stdout chunk (state=3): >>>import 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc3e780> <<< 6494 1726853131.41060: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repolist.py <<< 6494 1726853131.41092: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc' <<< 6494 1726853131.41100: stdout chunk (state=3): >>>import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc3e990> <<< 6494 1726853131.41140: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/search.py <<< 6494 1726853131.41182: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc' <<< 6494 1726853131.41188: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/match_counter.py <<< 6494 1726853131.41192: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc' import 'dnf.match_counter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc3f590> <<< 6494 1726853131.41207: stdout chunk (state=3): >>>import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc3f0b0> <<< 6494 1726853131.41214: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/shell.py <<< 6494 1726853131.41234: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc' <<< 6494 1726853131.41267: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py <<< 6494 1726853131.41311: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc' import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc64440> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc3fd40> <<< 6494 1726853131.41325: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/swap.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc' <<< 6494 1726853131.41340: stdout chunk (state=3): >>>import 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc650d0> <<< 6494 1726853131.41349: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/updateinfo.py <<< 6494 1726853131.41389: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc' <<< 6494 1726853131.41391: stdout chunk (state=3): >>>import 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc653d0> <<< 6494 1726853131.41416: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrade.py <<< 6494 1726853131.41421: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc' <<< 6494 1726853131.41441: stdout chunk (state=3): >>>import 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc66330> <<< 6494 1726853131.41462: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrademinimal.py <<< 6494 1726853131.41468: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc' import 'dnf.cli.commands.upgrademinimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc665d0> <<< 6494 1726853131.41499: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/demand.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc' <<< 6494 1726853131.41529: stdout chunk (state=3): >>>import 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc66780> <<< 6494 1726853131.41534: stdout chunk (state=3): >>>import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cdeb350> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cdeb0e0> <<< 6494 1726853131.41541: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cdea840> <<< 6494 1726853131.41571: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/changelog.py <<< 6494 1726853131.41573: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc' <<< 6494 1726853131.41605: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853131.41656: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_version.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc' import 'dateutil._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc671a0> <<< 6494 1726853131.41666: stdout chunk (state=3): >>>import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc66ed0> <<< 6494 1726853131.41676: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853131.41706: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/_parser.py<<< 6494 1726853131.41709: stdout chunk (state=3): >>> <<< 6494 1726853131.41755: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc' <<< 6494 1726853131.41784: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py <<< 6494 1726853131.41822: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' <<< 6494 1726853131.41883: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc89610> <<< 6494 1726853131.41907: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc matches /usr/lib64/python3.12/decimal.py <<< 6494 1726853131.41913: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc' <<< 6494 1726853131.41999: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 6494 1726853131.42017: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 6494 1726853131.42044: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc8ad80> <<< 6494 1726853131.42101: stdout chunk (state=3): >>># 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 0x7f285cc89f70> <<< 6494 1726853131.42110: stdout chunk (state=3): >>>import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc89b20> <<< 6494 1726853131.42127: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/relativedelta.py <<< 6494 1726853131.42151: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc' <<< 6494 1726853131.42177: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_common.py <<< 6494 1726853131.42186: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc' import 'dateutil._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285c9d85c0> <<< 6494 1726853131.42206: stdout chunk (state=3): >>>import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285c9bf9b0> <<< 6494 1726853131.42220: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853131.42256: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/tz.py <<< 6494 1726853131.42289: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' <<< 6494 1726853131.42333: stdout chunk (state=3): >>>import 'six.moves' # <<< 6494 1726853131.42388: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_common.py <<< 6494 1726853131.42392: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc' import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285c9db470> <<< 6494 1726853131.42437: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_factories.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc' import 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285c9dbdd0> <<< 6494 1726853131.42445: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/win.py <<< 6494 1726853131.42449: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc' <<< 6494 1726853131.42462: stdout chunk (state=3): >>># destroy dateutil.tz.win <<< 6494 1726853131.42504: stdout chunk (state=3): >>>import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285c9d8c50> <<< 6494 1726853131.42508: stdout chunk (state=3): >>>import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285c9d8920> <<< 6494 1726853131.42592: stdout chunk (state=3): >>>import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc67470> <<< 6494 1726853131.42621: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/isoparser.py # code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc' <<< 6494 1726853131.42626: stdout chunk (state=3): >>>import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc89190> <<< 6494 1726853131.42662: stdout chunk (state=3): >>>import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc671d0> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cdeb0b0> <<< 6494 1726853131.42691: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/config_manager.py <<< 6494 1726853131.42707: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc' <<< 6494 1726853131.42729: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285ca05f70> <<< 6494 1726853131.42754: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/copr.py <<< 6494 1726853131.42779: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc' <<< 6494 1726853131.42807: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285ca06840> <<< 6494 1726853131.42823: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/debuginfo-install.py <<< 6494 1726853131.42838: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc' <<< 6494 1726853131.42855: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285ca07860> <<< 6494 1726853131.42872: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/download.py <<< 6494 1726853131.42883: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc' <<< 6494 1726853131.42914: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285ca07ec0> <<< 6494 1726853131.42936: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/generate_completion_cache.py <<< 6494 1726853131.42951: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc' <<< 6494 1726853131.42957: stdout chunk (state=3): >>># /usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/__init__.py # code object from '/usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853131.42982: stdout chunk (state=3): >>># /usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/dbapi2.py <<< 6494 1726853131.42988: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc' <<< 6494 1726853131.43034: stdout chunk (state=3): >>># extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853131.43204: stdout chunk (state=3): >>># extension module '_sqlite3' executed from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853131.43207: stdout chunk (state=3): >>>import '_sqlite3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f285ca2d5b0> <<< 6494 1726853131.43227: stdout chunk (state=3): >>>import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285ca2cf80> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285ca2cc20> <<< 6494 1726853131.43252: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285ca2c8c0> <<< 6494 1726853131.43258: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/groups_manager.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc' <<< 6494 1726853131.43295: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285ca2d370> <<< 6494 1726853131.43319: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/needs_restarting.py <<< 6494 1726853131.43343: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc' <<< 6494 1726853131.43369: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853131.43398: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc' import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285ca2f2c0> <<< 6494 1726853131.43443: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py <<< 6494 1726853131.43458: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc' import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285ca2f350> <<< 6494 1726853131.43479: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc' <<< 6494 1726853131.43614: stdout chunk (state=3): >>># extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' # extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' import '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f285ca2fa70> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285ca2f8f0> <<< 6494 1726853131.43628: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py <<< 6494 1726853131.43642: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc' <<< 6494 1726853131.43648: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py <<< 6494 1726853131.43685: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' <<< 6494 1726853131.43697: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py <<< 6494 1726853131.43826: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' <<< 6494 1726853131.43850: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py <<< 6494 1726853131.43866: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc' import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285ca5e0c0> <<< 6494 1726853131.43880: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py <<< 6494 1726853131.43896: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc' <<< 6494 1726853131.43910: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py <<< 6494 1726853131.43937: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc' <<< 6494 1726853131.43948: stdout chunk (state=3): >>># /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 0x7f285ca5f2f0> <<< 6494 1726853131.43984: stdout chunk (state=3): >>># /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 0x7f285ca5f560> <<< 6494 1726853131.43992: stdout chunk (state=3): >>># /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' <<< 6494 1726853131.44035: stdout chunk (state=3): >>># extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853131.44067: stdout chunk (state=3): >>># 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 0x7f285ca5f6b0> <<< 6494 1726853131.44102: stdout chunk (state=3): >>>import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285ca5f500> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285ca5edb0> <<< 6494 1726853131.44105: stdout chunk (state=3): >>>import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285ca5e240> <<< 6494 1726853131.44125: stdout chunk (state=3): >>>import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285ca5d4f0> <<< 6494 1726853131.44198: stdout chunk (state=3): >>>import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285ca5ca70> <<< 6494 1726853131.44204: stdout chunk (state=3): >>>import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285ca5c2f0> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285ca2edb0> <<< 6494 1726853131.44208: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285ca2e2a0> <<< 6494 1726853131.44218: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repoclosure.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc' import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285ca5f140> <<< 6494 1726853131.44290: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repodiff.py <<< 6494 1726853131.44293: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc' import 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285ca5fb60> <<< 6494 1726853131.44309: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repograph.py <<< 6494 1726853131.44334: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc' import 'dnf.plugin.dynamic.repograph' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285ca88470> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repomanage.py <<< 6494 1726853131.44359: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc' import 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285ca88830> <<< 6494 1726853131.44384: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/reposync.py <<< 6494 1726853131.44403: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc' <<< 6494 1726853131.44428: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285ca89160> <<< 6494 1726853131.44437: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/system_upgrade.py <<< 6494 1726853131.44489: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc' <<< 6494 1726853131.44508: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285ca89cd0> <<< 6494 1726853134.33711: stdout chunk (state=3): >>> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["firewalld"], "state": "present", "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "use_backend": "auto", "best": null, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "nobest": null, "releasever": null}}} <<< 6494 1726853134.35136: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic <<< 6494 1726853134.35175: stdout chunk (state=3): >>># destroy __main__ <<< 6494 1726853134.35828: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ <<< 6494 1726853134.35854: stdout chunk (state=3): >>># 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 <<< 6494 1726853134.35869: 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 _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 <<< 6494 1726853134.35885: stdout chunk (state=3): >>># 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 # 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 <<< 6494 1726853134.35910: stdout chunk (state=3): >>># 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 # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing 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 # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path <<< 6494 1726853134.35943: stdout chunk (state=3): >>># 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 # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd <<< 6494 1726853134.35952: 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 # 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 # 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 <<< 6494 1726853134.35984: 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 # 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<<< 6494 1726853134.36000: 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 # cleanup[2] removing argparse # cleanup[2] removing distro.distro <<< 6494 1726853134.36018: 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 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<<< 6494 1726853134.36051: stdout chunk (state=3): >>> # cleanup[2] removing email.header # 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 email.iterators # cleanup[2] removing email.message <<< 6494 1726853134.36076: stdout chunk (state=3): >>># 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 <<< 6494 1726853134.36085: stdout chunk (state=3): >>># 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 email.mime.text # cleanup[2] removing configparser # destroy configparser # cleanup[2] removing _heapq <<< 6494 1726853134.36121: stdout chunk (state=3): >>># cleanup[2] removing heapq # destroy heapq # 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 <<< 6494 1726853134.36131: stdout chunk (state=3): >>># 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 <<< 6494 1726853134.36170: stdout chunk (state=3): >>># 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 <<< 6494 1726853134.36178: stdout chunk (state=3): >>># 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 <<< 6494 1726853134.36188: stdout chunk (state=3): >>># 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<<< 6494 1726853134.36214: stdout chunk (state=3): >>> # 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 gc # 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 termios # 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 <<< 6494 1726853134.36251: 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 <<< 6494 1726853134.36256: stdout chunk (state=3): >>># 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 <<< 6494 1726853134.36258: stdout chunk (state=3): >>># 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.debuginfo-install # destroy dnf.plugin.dynamic.debuginfo-install <<< 6494 1726853134.36297: stdout chunk (state=3): >>># 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 <<< 6494 1726853134.36303: stdout chunk (state=3): >>># 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 <<< 6494 1726853134.36306: stdout chunk (state=3): >>># 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 <<< 6494 1726853134.37060: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy _bz2 # destroy _lzma # destroy bz2 # destroy lzma # destroy zipfile._path <<< 6494 1726853134.37064: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ntpath <<< 6494 1726853134.37066: stdout chunk (state=3): >>># destroy zipimport # destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy syslog <<< 6494 1726853134.37133: stdout chunk (state=3): >>># destroy selinux # destroy distro # destroy distro.distro # destroy mimetypes # destroy netrc <<< 6494 1726853134.37298: stdout chunk (state=3): >>># destroy dateutil # destroy dateutil._version # destroy dateutil._common # destroy dateutil.parser # destroy dateutil.parser._parser # destroy dateutil.relativedelta # destroy six.moves.urllib # destroy six.moves # 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 dateutil.tz._common # destroy dateutil.tz._factories # destroy dateutil.tz.tz <<< 6494 1726853134.37544: stdout chunk (state=3): >>># destroy dateutil.tz # destroy six # destroy sqlite3 # destroy sqlite3.dbapi2 # destroy _sqlite3 # destroy dbus # destroy dbus._compat # destroy dbus.exceptions # destroy dbus.types # destroy dbus.lowlevel # destroy dbus._expat_introspect_parser # destroy dbus.proxies # destroy dbus.connection # destroy dbus.bus # destroy dbus._dbus # destroy pyexpat.errors # destroy pyexpat.model # destroy pyexpat # destroy uuid # destroy systemd.journal # cleanup[3] wiping _dbus_bindings # cleanup[3] wiping _decimal # 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 <<< 6494 1726853134.37548: stdout chunk (state=3): >>># 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 termios # 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 gc # cleanup[3] wiping dnf.rpm.miscutils # destroy subprocess # 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 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 <<< 6494 1726853134.37740: stdout chunk (state=3): >>># cleanup[3] wiping libdnf._module # cleanup[3] wiping libdnf._conf # cleanup[3] wiping libdnf._common_types # cleanup[3] wiping libdnf._error # cleanup[3] wiping queue # cleanup[3] wiping _queue # cleanup[3] wiping _heapq # destroy _heapq # cleanup[3] wiping email.mime.text # cleanup[3] wiping gzip # destroy _compression # cleanup[3] wiping http.cookiejar # destroy copy # cleanup[3] wiping urllib.request # destroy bisect # 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 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 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 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 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 # 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 # cleanup[3] wiping string # cleanup[3] wiping _string # destroy _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize <<< 6494 1726853134.37785: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # 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 atexit # destroy atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder <<< 6494 1726853134.37900: stdout chunk (state=3): >>># 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 urllib.parse # destroy ipaddress # cleanup[3] wiping urllib # destroy urllib.response # destroy urllib.error # destroy urllib.request # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping tempfile # cleanup[3] wiping weakref # cleanup[3] wiping random # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect <<< 6494 1726853134.37905: stdout chunk (state=3): >>># cleanup[3] wiping math # cleanup[3] wiping shutil # cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery <<< 6494 1726853134.37955: stdout chunk (state=3): >>># cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # 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 re._constants # destroy re._casefix # destroy re._compiler # destroy enum <<< 6494 1726853134.38025: stdout chunk (state=3): >>># cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # 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 _signal # destroy _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 <<< 6494 1726853134.38068: stdout chunk (state=3): >>># destroy _dbus_bindings # destroy decimal # destroy _curses # destroy libcomps._libpycomps # destroy hawkey._hawkey # destroy rpm._rpm # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 6494 1726853134.38707: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 6494 1726853134.38767: stdout chunk (state=3): >>># destroy _weakref # destroy _thread # destroy _hashlib <<< 6494 1726853134.38790: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath <<< 6494 1726853134.38819: stdout chunk (state=3): >>># destroy re._parser # destroy tokenize <<< 6494 1726853134.38854: stdout chunk (state=3): >>># destroy _compat_pickle # destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib <<< 6494 1726853134.38905: stdout chunk (state=3): >>># destroy _queue # destroy array # destroy copyreg <<< 6494 1726853134.38908: stdout chunk (state=3): >>># destroy _pickle # 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 <<< 6494 1726853134.38952: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves # destroy gzip # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # destroy unicodedata <<< 6494 1726853134.39030: stdout chunk (state=3): >>># destroy _blake2 # destroy email # destroy queue # destroy shlex # destroy pwd # destroy gettext # destroy libcomps # destroy urllib # destroy dnf.rpm.transaction # destroy dnf.rpm.connection # destroy dnf.rpm.miscutils # destroy hashlib # destroy json # destroy importlib # destroy inspect # destroy gc # destroy math # destroy shutil # destroy zlib <<< 6494 1726853134.39036: stdout chunk (state=3): >>># destroy urllib.parse # destroy fnmatch <<< 6494 1726853134.39100: stdout chunk (state=3): >>># destroy tempfile # destroy traceback # destroy calendar # destroy dnf.yum.misc # destroy glob # destroy curses # destroy struct # destroy termios # destroy argparse <<< 6494 1726853134.39124: stdout chunk (state=3): >>># 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 datetime # destroy logging # destroy operator # destroy random # destroy hawkey # destroy dnf.cli.output # destroy dnf <<< 6494 1726853134.39155: stdout chunk (state=3): >>># destroy rpm <<< 6494 1726853134.39215: stdout chunk (state=3): >>># destroy itertools # destroy functools # destroy locale # destroy signal # destroy threading # destroy contextlib # destroy time # destroy fcntl # destroy _posixsubprocess # destroy select # destroy selectors # destroy json.scanner # destroy _json # destroy collections # destroy io # destroy _opcode <<< 6494 1726853134.39298: stdout chunk (state=3): >>># destroy _warnings # destroy posix <<< 6494 1726853134.39351: stdout chunk (state=3): >>># destroy binascii # destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno # destroy warnings # destroy string <<< 6494 1726853134.39384: stdout chunk (state=3): >>># destroy _ssl <<< 6494 1726853134.39488: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 6494 1726853134.39663: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy re <<< 6494 1726853134.39677: stdout chunk (state=3): >>># destroy _random # destroy _sre <<< 6494 1726853134.39711: stdout chunk (state=3): >>># destroy _operator # destroy _functools # clear sys.audit hooks <<< 6494 1726853134.40416: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.41.218 closed. <<< 6494 1726853134.40419: stdout chunk (state=3): >>><<< 6494 1726853134.40421: stderr chunk (state=3): >>><<< 6494 1726853134.40650: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28605084d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28604d7b30> # /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 0x7f286050aa50> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28602bd130> # /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 0x7f28602bdfa0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28602fbe00> # /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 0x7f28602fbec0> # /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 0x7f28603337d0> # /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 0x7f2860333e60> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2860313ad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28603111f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28602f8fb0> # /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 0x7f2860353770> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2860352390> # /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 0x7f2860312090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2860350bc0> # /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 0x7f2860388830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28602f8230> # /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 0x7f2860388ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2860388b90> # 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 0x7f2860388f50> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28602f6d50> # /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 0x7f28603895b0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28603892b0> 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 0x7f286038a4b0> 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 0x7f28603a06b0> 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 0x7f28603a1d90> # /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 0x7f28603a2c30> # 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 0x7f28603a3290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28603a2180> # /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 0x7f28603a3d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28603a3440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286038a420> # /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 0x7f28600cfbc0> # /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 0x7f28600f86e0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28600f8440> # 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 0x7f28600f8710> # /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 0x7f28600f9040> # 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 0x7f28600f9970> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28600f88f0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28600cdd60> # /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 0x7f28600fad50> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28600f9a90> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286038abd0> # /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 0x7f2860123080> # /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 0x7f286014b3e0> # /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 0x7f28601a81d0> # /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 0x7f28601aa930> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28601a82f0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28601751c0> # /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 0x7f2860175970> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286014a210> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28600fbc50> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f286014a300> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_lkqky3an/ansible_ansible.legacy.dnf_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 0x7f2860006ff0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285ffe5ee0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285ffe5040> # 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 0x7f2860004d40> # /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 0x7f2860032900> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2860032690> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2860031fa0> # /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 0x7f28600329f0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28603129c0> 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 0x7f28600335f0> # 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 0x7f2860033830> # /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 0x7f2860033cb0> 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 0x7f285f915a60> # 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 0x7f285f917680> # /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 0x7f285f917f80> # /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 0x7f285f91d220> # /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 0x7f285f91fce0> # 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 0x7f2860122ff0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f91dfa0> # /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 0x7f285f927bc0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f926690> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f9263f0> # /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 0x7f285f926960> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f91e4b0> # 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 0x7f285f96be90> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f96bef0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f285f96d9d0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f96d790> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f285f96fef0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f96e090> # /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 0x7f285f973650> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f96ffe0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f285f9746e0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f285f974680> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f285f974980> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f96c050> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f285f800110> # 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 0x7f285f801610> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f9768a0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f285f977c50> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f9764b0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f285f805850> # /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 0x7f285f8065d0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f801490> 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 0x7f285f806450> # 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 0x7f285f807950> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f285f812270> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f80d1f0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f286007ab40> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2860062810> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f812240> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f8089b0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /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 0x7f285f8a4920> # /usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/__init__.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc' import 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f8a4b90> # /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc' # /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' # /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 0x7f285f8a5280> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f8a4e30> # /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc' # /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 0x7f285f8a5b80> # /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py # code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' # /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' # /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' import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f8918e0> # /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' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f8916a0> # /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' import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f4e6750> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f8a7380> # /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/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 0x7f285f4f5310> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f4e7e90> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f4e7260> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f8a6810> # /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py # code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py # code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' # /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 0x7f285f561100> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f5191f0> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f4e7cb0> # /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py # code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.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/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 0x7f285f568c20> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f562f00> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f518d10> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f8a61e0> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f8a5c10> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f8a5910> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f8a4bc0> # /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc' import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f8a5c40> # /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 0x7f285f569280> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f568e30> # /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 0x7f285f5699d0> # /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 0x7f285f578230> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f551730> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f56a960> # /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py # code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f551160> # /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py # code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f5865a0> # /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 0x7f285f587200> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f586cc0> # /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' import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f587710> # /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py # code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f55bc20> # /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py # code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f412060> # zipimport: zlib available import 'ansible.module_utils.urls' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.version' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.respawn' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.yumdnf' # # zipimport: zlib available # /usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/pycomp.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc' # /usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/text.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc' import 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f446f60> # /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 0x7f285f447080> # /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 0x7f285f1a3260> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f1a2ab0> # 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 0x7f285f1a2c60> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f4475c0> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f446630> # /usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/const.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc' import 'dnf.const' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f446c60> # /usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/base.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/__init__.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/error.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc' # extension module 'libdnf._error' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' # extension module 'libdnf._error' executed from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' import 'libdnf._error' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f285f21c830> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f21c410> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/common_types.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' # extension module 'libdnf._common_types' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' # extension module 'libdnf._common_types' executed from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' import 'libdnf._common_types' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f285f21ff80> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f21c8c0> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/conf.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' # extension module 'libdnf._conf' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so' # extension module 'libdnf._conf' executed from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so' import 'libdnf._conf' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f285ed37140> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f2441a0> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/module.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' # extension module 'libdnf._module' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_module.so' # extension module 'libdnf._module' executed from '/usr/lib64/python3.12/site-packages/libdnf/_module.so' import 'libdnf._module' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f285edacec0> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285ed37740> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/repo.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' # extension module 'libdnf._repo' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so' # extension module 'libdnf._repo' executed from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so' import 'libdnf._repo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f285edafd70> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285edacf20> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/transaction.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' # extension module 'libdnf._transaction' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so' # extension module 'libdnf._transaction' executed from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so' import 'libdnf._transaction' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f285edf3e90> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285edf00e0> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/utils.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc' # extension module 'libdnf._utils' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so' # extension module 'libdnf._utils' executed from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so' import 'libdnf._utils' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f285d37d0d0> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285d37c4d0> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f1bff50> # /usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/comps.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/exceptions.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/i18n.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.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 0x7f285d3985c0> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285d37fa10> # /usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/util.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/callback.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc' import 'dnf.yum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285d39ac90> # /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/rpmtrans.py # code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc' import 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285d39bb90> # /usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/__init__.py # code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc' # extension module 'rpm._rpm' loaded from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so' # extension module 'rpm._rpm' executed from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so' import 'rpm._rpm' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f285d3c04a0> # /usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/transaction.py # code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc' import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285d3c1940> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285d39bdd0> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285d39ab40> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285d39a4e0> # /usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/hawkey/__init__.py # code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc' # extension module 'hawkey._hawkey' loaded from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so' # extension module 'hawkey._hawkey' executed from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so' import 'hawkey._hawkey' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f285d3c3590> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285d39b0b0> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285d398950> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285d37f020> # /usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libcomps/__init__.py # code object from '/usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc' # extension module 'libcomps._libpycomps' loaded from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so' # extension module 'libcomps._libpycomps' executed from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so' import 'libcomps._libpycomps' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f285d37f740> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285d37f4a0> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285d37d250> # /usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc' import 'dnf.db' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285d400b00> # /usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/history.py # code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/misc.py # code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/crypto.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc' import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285d402ff0> # /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 0x7f285d4037d0> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285d402300> # /usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/group.py # code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc' import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285d403f50> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285d4009b0> # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/config.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/substitutions.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc' import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285d42da30> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285d42cfb0> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285d42ce00> # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/read.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repo.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/logging.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/lock.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc' import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285ccfcb00> # /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py # code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.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 0x7f285cd2ab70> # 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 0x7f285cd2aed0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285ccfee10> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285ccfcfb0> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285d42ffb0> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285d42e240> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285d42df70> # /usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/dnssec.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/transaction.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc' import 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cd64a10> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cd2bb30> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285d42e780> # /usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/drpm.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc' import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cd65100> # /usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/goal.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc' import 'dnf.goal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cd654c0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/history.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc' import 'dnf.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cd65580> # /usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc' import 'dnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cd65670> # /usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/module_base.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/smartcols.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' # extension module 'libdnf._smartcols' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so' # extension module 'libdnf._smartcols' executed from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so' import 'libdnf._smartcols' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f285cd84260> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cd66390> # /usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/selector.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc' import 'dnf.selector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cd84440> # /usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/exceptions.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc' import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cd84500> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cd65400> # /usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/persistor.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc' import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cd845f0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/plugin.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc' # /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__/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 0x7f285cdaffe0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cdaf4d0> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cdadf40> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cd85e80> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cd852e0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/query.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc' import 'dnf.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cd86330> # /usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repodict.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc' import 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2860033710> # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/connection.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc' import 'dnf.rpm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cde88f0> # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/miscutils.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc' import 'dnf.rpm.miscutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cde8b60> # /usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/sack.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/package.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc' import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cde94c0> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cde8f50> # /usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/subject.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc' import 'dnf.subject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cdea3c0> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285f1a3350> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28600336e0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/builddep.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnfpluginscore/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc' import 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cdeaf00> # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/cli.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/output.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/format.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc' import 'dnf.cli.format' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cbc7980> # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/progress.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/term.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.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 0x7f285cbe59a0> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cbe5550> # 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 0x7f285f4e6720> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cbe4410> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cbc7c80> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cbc4a10> # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/aliases.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc' import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cbc7740> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/option_parser.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cbfaf60> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cbf9a90> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/alias.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc' import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc20770> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/autoremove.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc' import 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc20a70> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/check.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc' import 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc20ce0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/clean.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc' import 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc20f50> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/deplist.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repoquery.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc' import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc21670> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc214c0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/distrosync.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc' import 'dnf.cli.commands.distrosync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc22f30> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/downgrade.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc' import 'dnf.cli.commands.downgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc23080> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/group.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc' import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc23260> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/history.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction_sr.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc' import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc3c1d0> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc23a10> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/install.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc' import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc3cd70> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/makecache.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc' import 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc3d1c0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/mark.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc' import 'dnf.cli.commands.mark' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc3d3a0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/module.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc' import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc3d640> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/reinstall.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc' import 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc3e510> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/remove.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc' import 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc3e780> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repolist.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc' import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc3e990> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/search.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/match_counter.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc' import 'dnf.match_counter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc3f590> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc3f0b0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/shell.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.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 0x7f285cc64440> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc3fd40> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/swap.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc' import 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc650d0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/updateinfo.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc' import 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc653d0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrade.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc' import 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc66330> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrademinimal.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc' import 'dnf.cli.commands.upgrademinimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc665d0> # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/demand.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc' import 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc66780> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cdeb350> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cdeb0e0> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cdea840> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/changelog.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_version.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc' import 'dateutil._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc671a0> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc66ed0> # /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/_parser.py # code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc' # /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py # code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc89610> # /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' # /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 0x7f285cc8ad80> # 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 0x7f285cc89f70> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc89b20> # /usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/relativedelta.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_common.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc' import 'dateutil._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285c9d85c0> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285c9bf9b0> # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/tz.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' import 'six.moves' # # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_common.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc' import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285c9db470> # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_factories.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc' import 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285c9dbdd0> # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/win.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc' # destroy dateutil.tz.win import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285c9d8c50> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285c9d8920> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc67470> # /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/isoparser.py # code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc' import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc89190> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cc671d0> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285cdeb0b0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/config_manager.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc' import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285ca05f70> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/copr.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc' import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285ca06840> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/debuginfo-install.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc' import 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285ca07860> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/download.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc' import 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285ca07ec0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/generate_completion_cache.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc' # /usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/__init__.py # code object from '/usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/dbapi2.py # code object from '/usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc' # extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' # extension module '_sqlite3' executed from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' import '_sqlite3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f285ca2d5b0> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285ca2cf80> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285ca2cc20> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285ca2c8c0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/groups_manager.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc' import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285ca2d370> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/needs_restarting.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc' import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285ca2f2c0> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc' import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285ca2f350> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc' # extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' # extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' import '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f285ca2fa70> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285ca2f8f0> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc' import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285ca5e0c0> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.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 0x7f285ca5f2f0> # /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 0x7f285ca5f560> # /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' # 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 0x7f285ca5f6b0> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285ca5f500> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285ca5edb0> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285ca5e240> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285ca5d4f0> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285ca5ca70> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285ca5c2f0> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285ca2edb0> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285ca2e2a0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repoclosure.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc' import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285ca5f140> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repodiff.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc' import 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285ca5fb60> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repograph.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc' import 'dnf.plugin.dynamic.repograph' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285ca88470> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repomanage.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc' import 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285ca88830> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/reposync.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc' import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285ca89160> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/system_upgrade.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc' import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f285ca89cd0> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["firewalld"], "state": "present", "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "use_backend": "auto", "best": null, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "nobest": null, "releasever": null}}} # destroy dnf.plugin.dynamic # destroy __main__ # clear 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 # 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 # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing 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 # cleanup[2] removing ipaddress # cleanup[2] removing 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 # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # 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 # 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.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # 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 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 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 email.mime.text # cleanup[2] removing configparser # destroy configparser # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # 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 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 gc # 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 termios # 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.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 # destroy _sitebuiltins # destroy _bz2 # destroy _lzma # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ntpath # destroy zipimport # destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy syslog # destroy selinux # destroy distro # destroy distro.distro # destroy mimetypes # destroy netrc # destroy dateutil # destroy dateutil._version # destroy dateutil._common # destroy dateutil.parser # destroy dateutil.parser._parser # destroy dateutil.relativedelta # destroy six.moves.urllib # destroy six.moves # 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 dateutil.tz._common # destroy dateutil.tz._factories # destroy dateutil.tz.tz # destroy dateutil.tz # destroy six # destroy sqlite3 # destroy sqlite3.dbapi2 # destroy _sqlite3 # destroy dbus # destroy dbus._compat # destroy dbus.exceptions # destroy dbus.types # destroy dbus.lowlevel # destroy dbus._expat_introspect_parser # destroy dbus.proxies # destroy dbus.connection # destroy dbus.bus # destroy dbus._dbus # destroy pyexpat.errors # destroy pyexpat.model # destroy pyexpat # destroy uuid # destroy systemd.journal # cleanup[3] wiping _dbus_bindings # cleanup[3] wiping _decimal # 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 termios # 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 gc # cleanup[3] wiping dnf.rpm.miscutils # destroy subprocess # 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 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 _heapq # destroy _heapq # cleanup[3] wiping email.mime.text # cleanup[3] wiping gzip # destroy _compression # cleanup[3] wiping http.cookiejar # destroy copy # cleanup[3] wiping urllib.request # destroy bisect # 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 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 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 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 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 # 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 # cleanup[3] wiping string # cleanup[3] wiping _string # destroy _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # 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 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 _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping urllib.parse # destroy ipaddress # cleanup[3] wiping urllib # destroy urllib.response # destroy urllib.error # destroy urllib.request # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping tempfile # cleanup[3] wiping weakref # cleanup[3] wiping random # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # 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 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 _signal # destroy _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 _dbus_bindings # destroy decimal # destroy _curses # destroy libcomps._libpycomps # destroy hawkey._hawkey # destroy rpm._rpm # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _weakref # destroy _thread # destroy _hashlib # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy _compat_pickle # destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib # destroy _queue # destroy array # destroy copyreg # destroy _pickle # 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 _typing # destroy _tokenize # destroy ansible.module_utils.six.moves # destroy gzip # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # destroy unicodedata # destroy _blake2 # destroy email # destroy queue # destroy shlex # destroy pwd # destroy gettext # destroy libcomps # destroy urllib # destroy dnf.rpm.transaction # destroy dnf.rpm.connection # destroy dnf.rpm.miscutils # destroy hashlib # destroy json # destroy importlib # destroy inspect # destroy gc # destroy math # destroy shutil # destroy zlib # destroy urllib.parse # destroy fnmatch # destroy tempfile # destroy traceback # destroy calendar # destroy dnf.yum.misc # destroy glob # destroy curses # destroy struct # 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 datetime # destroy logging # destroy operator # destroy random # destroy hawkey # destroy dnf.cli.output # destroy dnf # destroy rpm # destroy itertools # destroy functools # destroy locale # destroy signal # destroy threading # destroy contextlib # destroy time # destroy fcntl # destroy _posixsubprocess # destroy select # destroy selectors # destroy json.scanner # destroy _json # destroy collections # destroy io # destroy _opcode # destroy _warnings # destroy posix # destroy binascii # destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno # destroy warnings # destroy string # destroy _ssl # 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 re # destroy _random # destroy _sre # destroy _operator # destroy _functools # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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.41.218 closed. [WARNING]: Module invocation had junk after the JSON data: # destroy dnf.plugin.dynamic # 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 # 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 # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing 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 # cleanup[2] removing ipaddress # cleanup[2] removing 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 # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # 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 # 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.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # 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 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 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 email.mime.text # cleanup[2] removing configparser # destroy configparser # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # 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 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 gc # 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 termios # 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.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 # destroy _sitebuiltins # destroy _bz2 # destroy _lzma # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ntpath # destroy zipimport # destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy syslog # destroy selinux # destroy distro # destroy distro.distro # destroy mimetypes # destroy netrc # destroy dateutil # destroy dateutil._version # destroy dateutil._common # destroy dateutil.parser # destroy dateutil.parser._parser # destroy dateutil.relativedelta # destroy six.moves.urllib # destroy six.moves # 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 dateutil.tz._common # destroy dateutil.tz._factories # destroy dateutil.tz.tz # destroy dateutil.tz # destroy six # destroy sqlite3 # destroy sqlite3.dbapi2 # destroy _sqlite3 # destroy dbus # destroy dbus._compat # destroy dbus.exceptions # destroy dbus.types # destroy dbus.lowlevel # destroy dbus._expat_introspect_parser # destroy dbus.proxies # destroy dbus.connection # destroy dbus.bus # destroy dbus._dbus # destroy pyexpat.errors # destroy pyexpat.model # destroy pyexpat # destroy uuid # destroy systemd.journal # cleanup[3] wiping _dbus_bindings # cleanup[3] wiping _decimal # 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 termios # 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 gc # cleanup[3] wiping dnf.rpm.miscutils # destroy subprocess # 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 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 _heapq # destroy _heapq # cleanup[3] wiping email.mime.text # cleanup[3] wiping gzip # destroy _compression # cleanup[3] wiping http.cookiejar # destroy copy # cleanup[3] wiping urllib.request # destroy bisect # 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 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 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 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 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 # 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 # cleanup[3] wiping string # cleanup[3] wiping _string # destroy _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # 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 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 _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping urllib.parse # destroy ipaddress # cleanup[3] wiping urllib # destroy urllib.response # destroy urllib.error # destroy urllib.request # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping tempfile # cleanup[3] wiping weakref # cleanup[3] wiping random # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # 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 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 _signal # destroy _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 _dbus_bindings # destroy decimal # destroy _curses # destroy libcomps._libpycomps # destroy hawkey._hawkey # destroy rpm._rpm # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _weakref # destroy _thread # destroy _hashlib # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy _compat_pickle # destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib # destroy _queue # destroy array # destroy copyreg # destroy _pickle # 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 _typing # destroy _tokenize # destroy ansible.module_utils.six.moves # destroy gzip # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # destroy unicodedata # destroy _blake2 # destroy email # destroy queue # destroy shlex # destroy pwd # destroy gettext # destroy libcomps # destroy urllib # destroy dnf.rpm.transaction # destroy dnf.rpm.connection # destroy dnf.rpm.miscutils # destroy hashlib # destroy json # destroy importlib # destroy inspect # destroy gc # destroy math # destroy shutil # destroy zlib # destroy urllib.parse # destroy fnmatch # destroy tempfile # destroy traceback # destroy calendar # destroy dnf.yum.misc # destroy glob # destroy curses # destroy struct # 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 datetime # destroy logging # destroy operator # destroy random # destroy hawkey # destroy dnf.cli.output # destroy dnf # destroy rpm # destroy itertools # destroy functools # destroy locale # destroy signal # destroy threading # destroy contextlib # destroy time # destroy fcntl # destroy _posixsubprocess # destroy select # destroy selectors # destroy json.scanner # destroy _json # destroy collections # destroy io # destroy _opcode # destroy _warnings # destroy posix # destroy binascii # destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno # destroy warnings # destroy string # destroy _ssl # 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 re # destroy _random # destroy _sre # destroy _operator # destroy _functools # clear sys.audit hooks 6494 1726853134.42095: done with _execute_module (ansible.legacy.dnf, {'name': ['firewalld'], 'state': 'present', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.dnf', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726853130.0675774-6614-162612780443453/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6494 1726853134.42098: _low_level_execute_command(): starting 6494 1726853134.42101: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726853130.0675774-6614-162612780443453/ > /dev/null 2>&1 && sleep 0' 6494 1726853134.42336: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853134.42421: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853134.42466: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853134.42482: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853134.42633: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853134.44740: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853134.44744: stderr chunk (state=3): >>><<< 6494 1726853134.44747: stdout chunk (state=3): >>><<< 6494 1726853134.44749: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853134.44752: handler run complete 6494 1726853134.44754: attempt loop complete, returning result 6494 1726853134.44756: _execute() done 6494 1726853134.44758: dumping result to json 6494 1726853134.44760: done dumping result, returning 6494 1726853134.44772: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.firewall : Install firewalld [0affc48f-66db-1e98-6787-000000000150] 6494 1726853134.44775: sending task result for task 0affc48f-66db-1e98-6787-000000000150 ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 6494 1726853134.44984: no more pending results, returning what we have 6494 1726853134.44988: results queue empty 6494 1726853134.44989: checking for any_errors_fatal 6494 1726853134.44995: done checking for any_errors_fatal 6494 1726853134.44995: checking for max_fail_percentage 6494 1726853134.44997: done checking for max_fail_percentage 6494 1726853134.44998: checking to see if all hosts have failed and the running result is not ok 6494 1726853134.44999: done checking to see if all hosts have failed 6494 1726853134.45000: getting the remaining hosts for this loop 6494 1726853134.45004: done getting the remaining hosts for this loop 6494 1726853134.45008: getting the next task for host managed_node1 6494 1726853134.45018: done getting next task for host managed_node1 6494 1726853134.45022: ^ task is: TASK: fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes 6494 1726853134.45026: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), 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 6494 1726853134.45147: done sending task result for task 0affc48f-66db-1e98-6787-000000000150 6494 1726853134.45156: getting variables 6494 1726853134.45158: in VariableManager get_vars() 6494 1726853134.45206: Calling all_inventory to load vars for managed_node1 6494 1726853134.45209: Calling groups_inventory to load vars for managed_node1 6494 1726853134.45211: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853134.45224: Calling all_plugins_play to load vars for managed_node1 6494 1726853134.45228: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853134.45234: Calling groups_plugins_play to load vars for managed_node1 6494 1726853134.45278: WORKER PROCESS EXITING 6494 1726853134.45562: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853134.45631: done with get_vars() 6494 1726853134.45667: done getting variables 6494 1726853134.45776: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43 Friday 20 September 2024 13:25:34 -0400 (0:00:04.457) 0:00:09.380 ****** 6494 1726853134.45826: entering _queue_task() for managed_node1/debug 6494 1726853134.45828: Creating lock for debug 6494 1726853134.46199: worker is 1 (out of 1 available) 6494 1726853134.46212: exiting _queue_task() for managed_node1/debug 6494 1726853134.46224: done queuing things up, now waiting for results queue to drain 6494 1726853134.46225: waiting for pending results... 6494 1726853134.46444: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes 6494 1726853134.46593: in run() - task 0affc48f-66db-1e98-6787-000000000152 6494 1726853134.46610: variable 'ansible_search_path' from source: unknown 6494 1726853134.46614: variable 'ansible_search_path' from source: unknown 6494 1726853134.46660: calling self._execute() 6494 1726853134.46737: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853134.46753: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853134.46761: variable 'omit' from source: magic vars 6494 1726853134.47304: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853134.49834: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853134.49934: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853134.49982: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853134.50030: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853134.50090: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853134.50163: 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) 6494 1726853134.50217: 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) 6494 1726853134.50251: 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) 6494 1726853134.50309: 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) 6494 1726853134.50327: 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) 6494 1726853134.50525: variable '__firewall_is_transactional' from source: set_fact 6494 1726853134.50528: Evaluated conditional (__firewall_is_transactional | d(false)): False 6494 1726853134.50530: when evaluation is False, skipping this task 6494 1726853134.50534: _execute() done 6494 1726853134.50536: dumping result to json 6494 1726853134.50538: done dumping result, returning 6494 1726853134.50542: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes [0affc48f-66db-1e98-6787-000000000152] 6494 1726853134.50544: sending task result for task 0affc48f-66db-1e98-6787-000000000152 skipping: [managed_node1] => { "false_condition": "__firewall_is_transactional | d(false)" } 6494 1726853134.50682: no more pending results, returning what we have 6494 1726853134.50687: results queue empty 6494 1726853134.50688: checking for any_errors_fatal 6494 1726853134.50693: done checking for any_errors_fatal 6494 1726853134.50694: checking for max_fail_percentage 6494 1726853134.50696: done checking for max_fail_percentage 6494 1726853134.50697: checking to see if all hosts have failed and the running result is not ok 6494 1726853134.50698: done checking to see if all hosts have failed 6494 1726853134.50699: getting the remaining hosts for this loop 6494 1726853134.50704: done getting the remaining hosts for this loop 6494 1726853134.50708: getting the next task for host managed_node1 6494 1726853134.50717: done getting next task for host managed_node1 6494 1726853134.50721: ^ task is: TASK: fedora.linux_system_roles.firewall : Reboot transactional update systems 6494 1726853134.50728: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), 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 6494 1726853134.50743: getting variables 6494 1726853134.50745: in VariableManager get_vars() 6494 1726853134.50786: Calling all_inventory to load vars for managed_node1 6494 1726853134.50788: Calling groups_inventory to load vars for managed_node1 6494 1726853134.50791: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853134.50806: Calling all_plugins_play to load vars for managed_node1 6494 1726853134.50810: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853134.50813: Calling groups_plugins_play to load vars for managed_node1 6494 1726853134.51139: done sending task result for task 0affc48f-66db-1e98-6787-000000000152 6494 1726853134.51143: WORKER PROCESS EXITING 6494 1726853134.51170: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853134.51236: done with get_vars() 6494 1726853134.51245: done getting variables 6494 1726853134.51464: Loading ActionModule 'reboot' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/reboot.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48 Friday 20 September 2024 13:25:34 -0400 (0:00:00.056) 0:00:09.437 ****** 6494 1726853134.51508: entering _queue_task() for managed_node1/reboot 6494 1726853134.51510: Creating lock for reboot 6494 1726853134.51798: worker is 1 (out of 1 available) 6494 1726853134.51925: exiting _queue_task() for managed_node1/reboot 6494 1726853134.51939: done queuing things up, now waiting for results queue to drain 6494 1726853134.51941: waiting for pending results... 6494 1726853134.52119: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.firewall : Reboot transactional update systems 6494 1726853134.52331: in run() - task 0affc48f-66db-1e98-6787-000000000153 6494 1726853134.52359: variable 'ansible_search_path' from source: unknown 6494 1726853134.52367: variable 'ansible_search_path' from source: unknown 6494 1726853134.52414: calling self._execute() 6494 1726853134.52498: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853134.52516: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853134.52531: variable 'omit' from source: magic vars 6494 1726853134.52950: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853134.55168: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853134.55262: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853134.55312: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853134.55355: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853134.55395: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853134.55490: 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) 6494 1726853134.55538: 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) 6494 1726853134.55556: 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) 6494 1726853134.55611: 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) 6494 1726853134.55619: 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) 6494 1726853134.55703: variable '__firewall_is_transactional' from source: set_fact 6494 1726853134.55719: Evaluated conditional (__firewall_is_transactional | d(false)): False 6494 1726853134.55722: when evaluation is False, skipping this task 6494 1726853134.55726: _execute() done 6494 1726853134.55728: dumping result to json 6494 1726853134.55730: done dumping result, returning 6494 1726853134.55739: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.firewall : Reboot transactional update systems [0affc48f-66db-1e98-6787-000000000153] 6494 1726853134.55742: sending task result for task 0affc48f-66db-1e98-6787-000000000153 6494 1726853134.55835: done sending task result for task 0affc48f-66db-1e98-6787-000000000153 6494 1726853134.55838: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "__firewall_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 6494 1726853134.55884: no more pending results, returning what we have 6494 1726853134.55887: results queue empty 6494 1726853134.55888: checking for any_errors_fatal 6494 1726853134.55892: done checking for any_errors_fatal 6494 1726853134.55893: checking for max_fail_percentage 6494 1726853134.55894: done checking for max_fail_percentage 6494 1726853134.55895: checking to see if all hosts have failed and the running result is not ok 6494 1726853134.55896: done checking to see if all hosts have failed 6494 1726853134.55897: getting the remaining hosts for this loop 6494 1726853134.55898: done getting the remaining hosts for this loop 6494 1726853134.55904: getting the next task for host managed_node1 6494 1726853134.55912: done getting next task for host managed_node1 6494 1726853134.55915: ^ task is: TASK: fedora.linux_system_roles.firewall : Fail if reboot is needed and not set 6494 1726853134.55920: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853134.55934: getting variables 6494 1726853134.55936: in VariableManager get_vars() 6494 1726853134.55974: Calling all_inventory to load vars for managed_node1 6494 1726853134.55976: Calling groups_inventory to load vars for managed_node1 6494 1726853134.55978: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853134.55988: Calling all_plugins_play to load vars for managed_node1 6494 1726853134.55991: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853134.55994: Calling groups_plugins_play to load vars for managed_node1 6494 1726853134.56052: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853134.56106: done with get_vars() 6494 1726853134.56113: done getting variables 6494 1726853134.56197: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] *** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53 Friday 20 September 2024 13:25:34 -0400 (0:00:00.047) 0:00:09.484 ****** 6494 1726853134.56228: entering _queue_task() for managed_node1/fail 6494 1726853134.56229: Creating lock for fail 6494 1726853134.56464: worker is 1 (out of 1 available) 6494 1726853134.56476: exiting _queue_task() for managed_node1/fail 6494 1726853134.56488: done queuing things up, now waiting for results queue to drain 6494 1726853134.56490: waiting for pending results... 6494 1726853134.56660: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.firewall : Fail if reboot is needed and not set 6494 1726853134.56759: in run() - task 0affc48f-66db-1e98-6787-000000000154 6494 1726853134.56770: variable 'ansible_search_path' from source: unknown 6494 1726853134.56773: variable 'ansible_search_path' from source: unknown 6494 1726853134.56805: calling self._execute() 6494 1726853134.56857: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853134.56861: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853134.56870: variable 'omit' from source: magic vars 6494 1726853134.57137: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853134.58964: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853134.59011: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853134.59041: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853134.59068: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853134.59087: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853134.59150: 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) 6494 1726853134.59172: 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) 6494 1726853134.59190: 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) 6494 1726853134.59217: 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) 6494 1726853134.59228: 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) 6494 1726853134.59308: variable '__firewall_is_transactional' from source: set_fact 6494 1726853134.59322: Evaluated conditional (__firewall_is_transactional | d(false)): False 6494 1726853134.59325: when evaluation is False, skipping this task 6494 1726853134.59328: _execute() done 6494 1726853134.59331: dumping result to json 6494 1726853134.59336: done dumping result, returning 6494 1726853134.59344: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.firewall : Fail if reboot is needed and not set [0affc48f-66db-1e98-6787-000000000154] 6494 1726853134.59346: sending task result for task 0affc48f-66db-1e98-6787-000000000154 6494 1726853134.59438: done sending task result for task 0affc48f-66db-1e98-6787-000000000154 6494 1726853134.59441: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "__firewall_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 6494 1726853134.59511: no more pending results, returning what we have 6494 1726853134.59515: results queue empty 6494 1726853134.59516: checking for any_errors_fatal 6494 1726853134.59521: done checking for any_errors_fatal 6494 1726853134.59522: checking for max_fail_percentage 6494 1726853134.59523: done checking for max_fail_percentage 6494 1726853134.59524: checking to see if all hosts have failed and the running result is not ok 6494 1726853134.59525: done checking to see if all hosts have failed 6494 1726853134.59526: getting the remaining hosts for this loop 6494 1726853134.59528: done getting the remaining hosts for this loop 6494 1726853134.59533: getting the next task for host managed_node1 6494 1726853134.59542: done getting next task for host managed_node1 6494 1726853134.59545: ^ task is: TASK: fedora.linux_system_roles.firewall : Collect service facts 6494 1726853134.59549: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853134.59561: getting variables 6494 1726853134.59563: in VariableManager get_vars() 6494 1726853134.59594: Calling all_inventory to load vars for managed_node1 6494 1726853134.59597: Calling groups_inventory to load vars for managed_node1 6494 1726853134.59599: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853134.59610: Calling all_plugins_play to load vars for managed_node1 6494 1726853134.59612: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853134.59615: Calling groups_plugins_play to load vars for managed_node1 6494 1726853134.59668: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853134.59710: done with get_vars() 6494 1726853134.59716: done getting variables TASK [fedora.linux_system_roles.firewall : Collect service facts] ************** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Friday 20 September 2024 13:25:34 -0400 (0:00:00.035) 0:00:09.520 ****** 6494 1726853134.59792: entering _queue_task() for managed_node1/service_facts 6494 1726853134.59794: Creating lock for service_facts 6494 1726853134.60015: worker is 1 (out of 1 available) 6494 1726853134.60028: exiting _queue_task() for managed_node1/service_facts 6494 1726853134.60042: done queuing things up, now waiting for results queue to drain 6494 1726853134.60043: waiting for pending results... 6494 1726853134.60207: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.firewall : Collect service facts 6494 1726853134.60289: in run() - task 0affc48f-66db-1e98-6787-0000000000f5 6494 1726853134.60304: variable 'ansible_search_path' from source: unknown 6494 1726853134.60309: variable 'ansible_search_path' from source: unknown 6494 1726853134.60334: calling self._execute() 6494 1726853134.60389: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853134.60396: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853134.60411: variable 'omit' from source: magic vars 6494 1726853134.60773: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853134.62863: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853134.62930: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853134.62974: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853134.63021: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853134.63049: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853134.63146: variable 'firewall_disable_conflicting_services' from source: role '' defaults 6494 1726853134.63165: Evaluated conditional (firewall_disable_conflicting_services | bool): False 6494 1726853134.63170: when evaluation is False, skipping this task 6494 1726853134.63174: _execute() done 6494 1726853134.63176: dumping result to json 6494 1726853134.63179: done dumping result, returning 6494 1726853134.63295: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.firewall : Collect service facts [0affc48f-66db-1e98-6787-0000000000f5] 6494 1726853134.63298: sending task result for task 0affc48f-66db-1e98-6787-0000000000f5 6494 1726853134.63360: done sending task result for task 0affc48f-66db-1e98-6787-0000000000f5 6494 1726853134.63363: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "skip_reason": "Conditional result was False" } 6494 1726853134.63413: no more pending results, returning what we have 6494 1726853134.63417: results queue empty 6494 1726853134.63417: checking for any_errors_fatal 6494 1726853134.63422: done checking for any_errors_fatal 6494 1726853134.63423: checking for max_fail_percentage 6494 1726853134.63424: done checking for max_fail_percentage 6494 1726853134.63425: checking to see if all hosts have failed and the running result is not ok 6494 1726853134.63426: done checking to see if all hosts have failed 6494 1726853134.63426: getting the remaining hosts for this loop 6494 1726853134.63428: done getting the remaining hosts for this loop 6494 1726853134.63431: getting the next task for host managed_node1 6494 1726853134.63439: done getting next task for host managed_node1 6494 1726853134.63442: ^ task is: TASK: fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services 6494 1726853134.63446: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853134.63460: getting variables 6494 1726853134.63461: in VariableManager get_vars() 6494 1726853134.63492: Calling all_inventory to load vars for managed_node1 6494 1726853134.63495: Calling groups_inventory to load vars for managed_node1 6494 1726853134.63497: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853134.63509: Calling all_plugins_play to load vars for managed_node1 6494 1726853134.63511: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853134.63514: Calling groups_plugins_play to load vars for managed_node1 6494 1726853134.63575: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853134.63650: done with get_vars() 6494 1726853134.63661: done getting variables 6494 1726853134.63771: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.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.firewall : Attempt to stop and disable conflicting services] *** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 Friday 20 September 2024 13:25:34 -0400 (0:00:00.040) 0:00:09.560 ****** 6494 1726853134.63812: entering _queue_task() for managed_node1/service 6494 1726853134.63814: Creating lock for service 6494 1726853134.64300: worker is 1 (out of 1 available) 6494 1726853134.64314: exiting _queue_task() for managed_node1/service 6494 1726853134.64324: done queuing things up, now waiting for results queue to drain 6494 1726853134.64325: waiting for pending results... 6494 1726853134.64536: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services 6494 1726853134.64615: in run() - task 0affc48f-66db-1e98-6787-0000000000f6 6494 1726853134.64647: variable 'ansible_search_path' from source: unknown 6494 1726853134.64743: variable 'ansible_search_path' from source: unknown 6494 1726853134.64746: variable '__firewall_conflicting_services' from source: role '' all vars 6494 1726853134.64929: variable '__firewall_conflicting_services' from source: role '' all vars 6494 1726853134.65000: variable 'omit' from source: magic vars 6494 1726853134.65127: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853134.65143: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853134.65161: variable 'omit' from source: magic vars 6494 1726853134.65531: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853134.68005: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853134.68121: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853134.68163: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853134.68207: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853134.68326: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853134.68353: variable 'firewall_disable_conflicting_services' from source: role '' defaults 6494 1726853134.68377: Evaluated conditional (firewall_disable_conflicting_services | bool): False 6494 1726853134.68385: when evaluation is False, skipping this task 6494 1726853134.68444: variable 'item' from source: unknown 6494 1726853134.68529: variable 'item' from source: unknown skipping: [managed_node1] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "nftables", "skip_reason": "Conditional result was False" } 6494 1726853134.68943: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853134.68946: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853134.68949: variable 'omit' from source: magic vars 6494 1726853134.69016: variable 'firewall_disable_conflicting_services' from source: role '' defaults 6494 1726853134.69035: Evaluated conditional (firewall_disable_conflicting_services | bool): False 6494 1726853134.69052: when evaluation is False, skipping this task 6494 1726853134.69095: variable 'item' from source: unknown 6494 1726853134.69172: variable 'item' from source: unknown skipping: [managed_node1] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "iptables", "skip_reason": "Conditional result was False" } 6494 1726853134.69388: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853134.69390: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853134.69393: variable 'omit' from source: magic vars 6494 1726853134.69525: variable 'firewall_disable_conflicting_services' from source: role '' defaults 6494 1726853134.69538: Evaluated conditional (firewall_disable_conflicting_services | bool): False 6494 1726853134.69545: when evaluation is False, skipping this task 6494 1726853134.69580: variable 'item' from source: unknown 6494 1726853134.69653: variable 'item' from source: unknown skipping: [managed_node1] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "ufw", "skip_reason": "Conditional result was False" } 6494 1726853134.69854: dumping result to json 6494 1726853134.69857: done dumping result, returning 6494 1726853134.69859: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services [0affc48f-66db-1e98-6787-0000000000f6] 6494 1726853134.69861: sending task result for task 0affc48f-66db-1e98-6787-0000000000f6 6494 1726853134.69899: done sending task result for task 0affc48f-66db-1e98-6787-0000000000f6 6494 1726853134.69904: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false } MSG: All items skipped 6494 1726853134.69992: no more pending results, returning what we have 6494 1726853134.69995: results queue empty 6494 1726853134.69996: checking for any_errors_fatal 6494 1726853134.69999: done checking for any_errors_fatal 6494 1726853134.70000: checking for max_fail_percentage 6494 1726853134.70004: done checking for max_fail_percentage 6494 1726853134.70005: checking to see if all hosts have failed and the running result is not ok 6494 1726853134.70006: done checking to see if all hosts have failed 6494 1726853134.70006: getting the remaining hosts for this loop 6494 1726853134.70008: done getting the remaining hosts for this loop 6494 1726853134.70011: getting the next task for host managed_node1 6494 1726853134.70018: done getting next task for host managed_node1 6494 1726853134.70027: ^ task is: TASK: fedora.linux_system_roles.firewall : Unmask firewalld service 6494 1726853134.70033: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853134.70048: getting variables 6494 1726853134.70050: in VariableManager get_vars() 6494 1726853134.70087: Calling all_inventory to load vars for managed_node1 6494 1726853134.70259: Calling groups_inventory to load vars for managed_node1 6494 1726853134.70263: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853134.70274: Calling all_plugins_play to load vars for managed_node1 6494 1726853134.70276: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853134.70279: Calling groups_plugins_play to load vars for managed_node1 6494 1726853134.70335: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853134.70484: done with get_vars() 6494 1726853134.70493: done getting variables TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 Friday 20 September 2024 13:25:34 -0400 (0:00:00.068) 0:00:09.629 ****** 6494 1726853134.70652: entering _queue_task() for managed_node1/systemd 6494 1726853134.70654: Creating lock for systemd 6494 1726853134.70981: worker is 1 (out of 1 available) 6494 1726853134.70994: exiting _queue_task() for managed_node1/systemd 6494 1726853134.71123: done queuing things up, now waiting for results queue to drain 6494 1726853134.71125: waiting for pending results... 6494 1726853134.71353: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.firewall : Unmask firewalld service 6494 1726853134.71470: in run() - task 0affc48f-66db-1e98-6787-0000000000f7 6494 1726853134.71483: variable 'ansible_search_path' from source: unknown 6494 1726853134.71557: variable 'ansible_search_path' from source: unknown 6494 1726853134.71561: calling self._execute() 6494 1726853134.71618: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853134.71630: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853134.71646: variable 'omit' from source: magic vars 6494 1726853134.72047: variable 'ansible_facts' from source: unknown 6494 1726853134.72079: Evaluated conditional (ansible_facts.service_mgr == "systemd"): True 6494 1726853134.72090: variable 'omit' from source: magic vars 6494 1726853134.72182: variable 'omit' from source: magic vars 6494 1726853134.72227: variable '__firewall_service' from source: role '' all vars 6494 1726853134.72308: variable '__firewall_service' from source: role '' all vars 6494 1726853134.72428: variable 'omit' from source: magic vars 6494 1726853134.72431: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6494 1726853134.72441: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6494 1726853134.72465: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6494 1726853134.72486: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853134.72500: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853134.72547: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6494 1726853134.72555: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853134.72562: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853134.72671: Set connection var ansible_shell_type to sh 6494 1726853134.72683: Set connection var ansible_pipelining to False 6494 1726853134.72692: Set connection var ansible_shell_executable to /bin/sh 6494 1726853134.72704: Set connection var ansible_timeout to 10 6494 1726853134.72715: Set connection var ansible_connection to ssh 6494 1726853134.72726: Set connection var ansible_module_compression to ZIP_DEFLATED 6494 1726853134.72765: variable 'ansible_shell_executable' from source: unknown 6494 1726853134.72837: variable 'ansible_connection' from source: unknown 6494 1726853134.72840: variable 'ansible_module_compression' from source: unknown 6494 1726853134.72842: variable 'ansible_shell_type' from source: unknown 6494 1726853134.72845: variable 'ansible_shell_executable' from source: unknown 6494 1726853134.72847: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853134.72853: variable 'ansible_pipelining' from source: unknown 6494 1726853134.72856: variable 'ansible_timeout' from source: unknown 6494 1726853134.72863: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853134.73047: 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__) 6494 1726853134.73065: variable 'omit' from source: magic vars 6494 1726853134.73088: starting attempt loop 6494 1726853134.73097: running the handler 6494 1726853134.73118: _low_level_execute_command(): starting 6494 1726853134.73131: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6494 1726853134.73922: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6494 1726853134.73989: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6494 1726853134.73994: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853134.74058: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853134.74115: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853134.74139: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853134.74295: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853134.76107: stdout chunk (state=3): >>>/root <<< 6494 1726853134.76275: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853134.76279: stdout chunk (state=3): >>><<< 6494 1726853134.76281: stderr chunk (state=3): >>><<< 6494 1726853134.76307: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853134.76421: _low_level_execute_command(): starting 6494 1726853134.76424: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726853134.7631478-6771-13920170449602 `" && echo ansible-tmp-1726853134.7631478-6771-13920170449602="` echo /root/.ansible/tmp/ansible-tmp-1726853134.7631478-6771-13920170449602 `" ) && sleep 0' 6494 1726853134.77024: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6494 1726853134.77043: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853134.77062: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853134.77107: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6494 1726853134.77168: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853134.77183: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853134.77261: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853134.77371: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853134.79486: stdout chunk (state=3): >>>ansible-tmp-1726853134.7631478-6771-13920170449602=/root/.ansible/tmp/ansible-tmp-1726853134.7631478-6771-13920170449602 <<< 6494 1726853134.79614: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853134.79653: stderr chunk (state=3): >>><<< 6494 1726853134.79659: stdout chunk (state=3): >>><<< 6494 1726853134.79683: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726853134.7631478-6771-13920170449602=/root/.ansible/tmp/ansible-tmp-1726853134.7631478-6771-13920170449602 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853134.79746: variable 'ansible_module_compression' from source: unknown 6494 1726853134.79804: ANSIBALLZ: Using lock for systemd 6494 1726853134.79807: ANSIBALLZ: Acquiring lock 6494 1726853134.79810: ANSIBALLZ: Lock acquired: 140161388558240 6494 1726853134.79815: ANSIBALLZ: Creating module 6494 1726853135.04701: ANSIBALLZ: Writing module into payload 6494 1726853135.04881: ANSIBALLZ: Writing module 6494 1726853135.05023: ANSIBALLZ: Renaming module 6494 1726853135.05027: ANSIBALLZ: Done creating module 6494 1726853135.05029: variable 'ansible_facts' from source: unknown 6494 1726853135.05542: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726853134.7631478-6771-13920170449602/AnsiballZ_systemd.py 6494 1726853135.05910: Sending initial data 6494 1726853135.05920: Sent initial data (153 bytes) 6494 1726853135.06638: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853135.06690: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853135.06701: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853135.06729: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853135.06886: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853135.08651: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6494 1726853135.08764: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6494 1726853135.08876: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6494dydhg1yg/tmpr1xymn1h /root/.ansible/tmp/ansible-tmp-1726853134.7631478-6771-13920170449602/AnsiballZ_systemd.py <<< 6494 1726853135.08880: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726853134.7631478-6771-13920170449602/AnsiballZ_systemd.py" <<< 6494 1726853135.08989: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6494dydhg1yg/tmpr1xymn1h" to remote "/root/.ansible/tmp/ansible-tmp-1726853134.7631478-6771-13920170449602/AnsiballZ_systemd.py" <<< 6494 1726853135.08992: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726853134.7631478-6771-13920170449602/AnsiballZ_systemd.py" <<< 6494 1726853135.10648: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853135.10706: stderr chunk (state=3): >>><<< 6494 1726853135.10710: stdout chunk (state=3): >>><<< 6494 1726853135.10739: done transferring module to remote 6494 1726853135.10752: _low_level_execute_command(): starting 6494 1726853135.10757: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726853134.7631478-6771-13920170449602/ /root/.ansible/tmp/ansible-tmp-1726853134.7631478-6771-13920170449602/AnsiballZ_systemd.py && sleep 0' 6494 1726853135.11207: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853135.11210: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match not found <<< 6494 1726853135.11213: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853135.11219: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853135.11229: 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853135.11287: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853135.11291: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853135.11295: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853135.11408: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853135.13380: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853135.13437: stderr chunk (state=3): >>><<< 6494 1726853135.13448: stdout chunk (state=3): >>><<< 6494 1726853135.13451: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853135.13453: _low_level_execute_command(): starting 6494 1726853135.13455: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726853134.7631478-6771-13920170449602/AnsiballZ_systemd.py && sleep 0' 6494 1726853135.14173: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853135.14176: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6494 1726853135.14179: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853135.14259: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853135.14280: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853135.14441: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853135.16802: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 6494 1726853135.16843: stdout chunk (state=3): >>>import _imp # builtin <<< 6494 1726853135.16859: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 6494 1726853135.16941: stdout chunk (state=3): >>>import '_io' # <<< 6494 1726853135.16957: stdout chunk (state=3): >>>import 'marshal' # <<< 6494 1726853135.16978: stdout chunk (state=3): >>>import 'posix' # <<< 6494 1726853135.17006: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 6494 1726853135.17034: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 6494 1726853135.17076: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 6494 1726853135.17078: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853135.17095: stdout chunk (state=3): >>>import '_codecs' # <<< 6494 1726853135.17124: stdout chunk (state=3): >>>import 'codecs' # <<< 6494 1726853135.17167: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 6494 1726853135.17246: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c6e84d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c6b7b30> # /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 0x7f9a4c6eaa50> <<< 6494 1726853135.17291: stdout chunk (state=3): >>>import '_signal' # import '_abc' # import 'abc' # <<< 6494 1726853135.17295: stdout chunk (state=3): >>>import 'io' # <<< 6494 1726853135.17367: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 6494 1726853135.17471: stdout chunk (state=3): >>>import '_collections_abc' # <<< 6494 1726853135.17480: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 6494 1726853135.17542: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages <<< 6494 1726853135.17609: stdout chunk (state=3): >>>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' <<< 6494 1726853135.17617: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c499130> <<< 6494 1726853135.17672: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c499fa0> <<< 6494 1726853135.17707: stdout chunk (state=3): >>>import 'site' # <<< 6494 1726853135.17767: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 6494 1726853135.18148: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 6494 1726853135.18171: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 6494 1726853135.18198: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853135.18206: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 6494 1726853135.18270: stdout chunk (state=3): >>># 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 <<< 6494 1726853135.18306: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c4d7e90> <<< 6494 1726853135.18327: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 6494 1726853135.18345: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 6494 1726853135.18374: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c4d7f50> <<< 6494 1726853135.18388: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 6494 1726853135.18419: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 6494 1726853135.18487: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 6494 1726853135.18496: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853135.18609: stdout chunk (state=3): >>>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 0x7f9a4c50f890> # /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 0x7f9a4c50ff20> <<< 6494 1726853135.18615: stdout chunk (state=3): >>>import '_collections' # <<< 6494 1726853135.18663: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c4efb60> import '_functools' # <<< 6494 1726853135.18699: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c4ed280> <<< 6494 1726853135.18784: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c4d5040> <<< 6494 1726853135.18826: stdout chunk (state=3): >>># /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' <<< 6494 1726853135.18829: stdout chunk (state=3): >>>import '_sre' # <<< 6494 1726853135.18858: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 6494 1726853135.18885: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 6494 1726853135.18928: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 6494 1726853135.18934: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c52f800> <<< 6494 1726853135.18948: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c52e420> <<< 6494 1726853135.18997: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 6494 1726853135.18999: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c4ee150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c4d6900> <<< 6494 1726853135.19052: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 6494 1726853135.19056: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c564890> <<< 6494 1726853135.19062: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c4d42c0> <<< 6494 1726853135.19077: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py <<< 6494 1726853135.19121: stdout chunk (state=3): >>># 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' <<< 6494 1726853135.19154: stdout chunk (state=3): >>># 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 0x7f9a4c564d40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c564bf0> # 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 0x7f9a4c564fe0> <<< 6494 1726853135.19174: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c4d2de0> <<< 6494 1726853135.19187: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 6494 1726853135.19256: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853135.19292: stdout chunk (state=3): >>># /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 0x7f9a4c5656d0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c5653a0> <<< 6494 1726853135.19300: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 6494 1726853135.19334: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c5665d0> <<< 6494 1726853135.19338: stdout chunk (state=3): >>>import 'importlib.util' # <<< 6494 1726853135.19365: stdout chunk (state=3): >>>import 'runpy' # <<< 6494 1726853135.19390: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 6494 1726853135.19459: stdout chunk (state=3): >>># 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 0x7f9a4c57c7a0> import 'errno' # <<< 6494 1726853135.19522: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9a4c57deb0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 6494 1726853135.19525: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 6494 1726853135.19572: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c57ed50> <<< 6494 1726853135.19600: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9a4c57f380> <<< 6494 1726853135.19682: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c57e2a0> # /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' <<< 6494 1726853135.19712: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9a4c57fe00> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c57f530> <<< 6494 1726853135.19760: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c566570> <<< 6494 1726853135.19807: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 6494 1726853135.19811: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 6494 1726853135.19829: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 6494 1726853135.19887: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 6494 1726853135.19889: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853135.19968: stdout chunk (state=3): >>># extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9a4c267ce0> # /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 0x7f9a4c290710> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c290470> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853135.19973: stdout chunk (state=3): >>># extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9a4c290740> <<< 6494 1726853135.19985: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 6494 1726853135.20055: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853135.20190: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9a4c291070> <<< 6494 1726853135.20345: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853135.20350: stdout chunk (state=3): >>># extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9a4c291a30> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c290920> <<< 6494 1726853135.20429: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c265e80> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 6494 1726853135.20436: stdout chunk (state=3): >>># 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 <<< 6494 1726853135.20457: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c292e40> <<< 6494 1726853135.20477: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c291b80> <<< 6494 1726853135.20483: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c566cc0> <<< 6494 1726853135.20509: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 6494 1726853135.20573: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853135.20610: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 6494 1726853135.20636: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 6494 1726853135.20656: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c2bb1d0> <<< 6494 1726853135.20719: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 6494 1726853135.20737: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853135.20772: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 6494 1726853135.20787: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 6494 1726853135.20846: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c2df500> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 6494 1726853135.20875: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 6494 1726853135.20956: stdout chunk (state=3): >>>import 'ntpath' # <<< 6494 1726853135.20968: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c3402f0> <<< 6494 1726853135.20974: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 6494 1726853135.21021: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 6494 1726853135.21027: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 6494 1726853135.21066: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 6494 1726853135.21162: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c342a20> <<< 6494 1726853135.21240: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c3403e0> <<< 6494 1726853135.21278: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c3052b0> <<< 6494 1726853135.21307: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c1513a0> <<< 6494 1726853135.21328: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c2de300> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c293da0> <<< 6494 1726853135.21502: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 6494 1726853135.21524: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f9a4c2de900> <<< 6494 1726853135.21870: stdout chunk (state=3): >>># zipimport: found 104 names in '/tmp/ansible_systemd_payload_0vduyxqb/ansible_systemd_payload.zip' <<< 6494 1726853135.21875: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.21992: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.22024: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 6494 1726853135.22037: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 6494 1726853135.22077: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 6494 1726853135.22154: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 6494 1726853135.22191: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c1bb080> <<< 6494 1726853135.22199: stdout chunk (state=3): >>>import '_typing' # <<< 6494 1726853135.22396: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c195f70> <<< 6494 1726853135.22400: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c195100> # zipimport: zlib available <<< 6494 1726853135.22437: stdout chunk (state=3): >>>import 'ansible' # <<< 6494 1726853135.22442: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.22461: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.22469: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.22484: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 6494 1726853135.22496: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.23974: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.25186: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c1b8f20> <<< 6494 1726853135.25198: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853135.25225: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 6494 1726853135.25250: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 6494 1726853135.25290: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9a4c1eaa20> <<< 6494 1726853135.25328: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c1ea7b0> <<< 6494 1726853135.25355: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c1ea0c0> <<< 6494 1726853135.25379: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 6494 1726853135.25382: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 6494 1726853135.25436: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c1ea510> <<< 6494 1726853135.25445: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c1bbaa0> import 'atexit' # <<< 6494 1726853135.25475: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853135.25478: stdout chunk (state=3): >>># extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9a4c1eb7a0> <<< 6494 1726853135.25493: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853135.25503: stdout chunk (state=3): >>># extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9a4c1eb980> <<< 6494 1726853135.25526: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 6494 1726853135.25573: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 6494 1726853135.25589: stdout chunk (state=3): >>>import '_locale' # <<< 6494 1726853135.25636: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c1ebec0> <<< 6494 1726853135.25650: stdout chunk (state=3): >>>import 'pwd' # <<< 6494 1726853135.25668: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 6494 1726853135.25694: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 6494 1726853135.25733: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4bb31d00> <<< 6494 1726853135.25763: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9a4bb33920> <<< 6494 1726853135.25784: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 6494 1726853135.25795: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 6494 1726853135.25838: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4bb34230> <<< 6494 1726853135.25855: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 6494 1726853135.25893: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 6494 1726853135.25904: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4bb353d0> <<< 6494 1726853135.25931: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 6494 1726853135.25965: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 6494 1726853135.25993: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 6494 1726853135.26042: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4bb37e90> <<< 6494 1726853135.26090: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853135.26094: stdout chunk (state=3): >>>import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9a4c4d2ed0> <<< 6494 1726853135.26109: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4bb36150> <<< 6494 1726853135.26123: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 6494 1726853135.26154: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 6494 1726853135.26176: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 6494 1726853135.26183: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 6494 1726853135.26199: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 6494 1726853135.26335: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 6494 1726853135.26357: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 6494 1726853135.26361: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 6494 1726853135.26371: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4bb3fd70> <<< 6494 1726853135.26383: stdout chunk (state=3): >>>import '_tokenize' # <<< 6494 1726853135.26456: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4bb3e840> <<< 6494 1726853135.26481: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4bb3e5a0> <<< 6494 1726853135.26485: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 6494 1726853135.26487: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 6494 1726853135.26554: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4bb3eb10> <<< 6494 1726853135.26586: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4bb36660> <<< 6494 1726853135.26614: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9a4bb83f80> <<< 6494 1726853135.26644: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py <<< 6494 1726853135.26655: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4bb840b0> <<< 6494 1726853135.26661: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 6494 1726853135.26688: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 6494 1726853135.26700: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py <<< 6494 1726853135.26712: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 6494 1726853135.26755: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9a4bb85b80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4bb85940> <<< 6494 1726853135.26763: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 6494 1726853135.26801: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 6494 1726853135.26853: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9a4bb88110> <<< 6494 1726853135.26859: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4bb86270> <<< 6494 1726853135.26874: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 6494 1726853135.26923: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853135.26939: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 6494 1726853135.26961: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 6494 1726853135.26966: stdout chunk (state=3): >>>import '_string' # <<< 6494 1726853135.27007: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4bb8b800> <<< 6494 1726853135.27138: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4bb881d0> <<< 6494 1726853135.27202: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9a4bb8cb00> <<< 6494 1726853135.27238: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853135.27243: stdout chunk (state=3): >>># extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9a4bb8c920> <<< 6494 1726853135.27282: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9a4bb8cb60> <<< 6494 1726853135.27300: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4bb842c0> <<< 6494 1726853135.27317: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py <<< 6494 1726853135.27322: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 6494 1726853135.27339: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 6494 1726853135.27368: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 6494 1726853135.27393: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853135.27420: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9a4ba141d0> <<< 6494 1726853135.27594: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853135.27599: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9a4ba15280> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4bb8e960> <<< 6494 1726853135.27630: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9a4bb8fd10> <<< 6494 1726853135.27641: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4bb8e570> <<< 6494 1726853135.27648: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.27663: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 6494 1726853135.27674: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.27771: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.27855: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.27875: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 6494 1726853135.27884: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.27906: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 6494 1726853135.27919: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.28043: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.28159: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.28735: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.29302: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 6494 1726853135.29306: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 6494 1726853135.29315: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 6494 1726853135.29340: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 6494 1726853135.29351: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853135.29414: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9a4ba1d370> <<< 6494 1726853135.29495: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 6494 1726853135.29507: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 6494 1726853135.29523: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4ba1e150> <<< 6494 1726853135.29530: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4bb83ce0> <<< 6494 1726853135.29573: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 6494 1726853135.29593: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.29607: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.29633: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 6494 1726853135.29640: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.29794: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.29955: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 6494 1726853135.29960: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4ba1e180> <<< 6494 1726853135.29979: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.30456: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.30926: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.30992: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.31079: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 6494 1726853135.31081: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.31122: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.31154: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 6494 1726853135.31173: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.31237: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.31324: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 6494 1726853135.31336: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.31356: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 6494 1726853135.31368: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.31405: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.31454: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 6494 1726853135.31708: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.31955: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 6494 1726853135.32035: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 6494 1726853135.32038: stdout chunk (state=3): >>>import '_ast' # <<< 6494 1726853135.32114: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4ba1f3e0> <<< 6494 1726853135.32128: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.32204: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.32278: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 6494 1726853135.32285: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 6494 1726853135.32307: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 6494 1726853135.32314: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.32359: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.32405: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 6494 1726853135.32409: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.32456: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.32498: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.32553: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.32626: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 6494 1726853135.32668: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853135.32773: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9a4ba29fa0> <<< 6494 1726853135.32809: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4ba25610> <<< 6494 1726853135.32842: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 6494 1726853135.32847: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 6494 1726853135.32919: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.32981: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.33009: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.33053: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py <<< 6494 1726853135.33060: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853135.33074: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 6494 1726853135.33098: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 6494 1726853135.33115: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 6494 1726853135.33187: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 6494 1726853135.33202: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 6494 1726853135.33224: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 6494 1726853135.33283: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4bb02960> <<< 6494 1726853135.33324: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4bbfe630> <<< 6494 1726853135.33397: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4ba2a0f0> <<< 6494 1726853135.33411: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4ba1efc0> # destroy ansible.module_utils.distro <<< 6494 1726853135.33421: stdout chunk (state=3): >>>import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 6494 1726853135.33446: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.33472: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 6494 1726853135.33539: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 6494 1726853135.33556: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.33559: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.33576: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 6494 1726853135.33582: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.33790: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.33988: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.33999: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.34027: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.34064: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.34111: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.34144: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.34184: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # <<< 6494 1726853135.34187: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.34262: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.34330: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.34360: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.34387: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.typing' # <<< 6494 1726853135.34399: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.34579: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.34756: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.34792: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.34856: stdout chunk (state=3): >>># /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' <<< 6494 1726853135.34876: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py <<< 6494 1726853135.34902: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' <<< 6494 1726853135.34927: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py <<< 6494 1726853135.34938: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' <<< 6494 1726853135.34963: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4baba1e0> <<< 6494 1726853135.34983: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 6494 1726853135.34999: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 6494 1726853135.35020: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 6494 1726853135.35067: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 6494 1726853135.35097: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 6494 1726853135.35115: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 6494 1726853135.35117: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4b6a8920> <<< 6494 1726853135.35149: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853135.35167: stdout chunk (state=3): >>># 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 0x7f9a4b6a8110> <<< 6494 1726853135.35217: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4baa0e00> <<< 6494 1726853135.35235: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4babad20> <<< 6494 1726853135.35267: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4bab8890> <<< 6494 1726853135.35272: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4bab8500> <<< 6494 1726853135.35296: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 6494 1726853135.35352: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' <<< 6494 1726853135.35384: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 6494 1726853135.35386: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 6494 1726853135.35416: stdout chunk (state=3): >>># /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' <<< 6494 1726853135.35448: stdout chunk (state=3): >>># 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 0x7f9a4b6ab9b0> <<< 6494 1726853135.35469: stdout chunk (state=3): >>>import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4b6ab260> <<< 6494 1726853135.35472: stdout chunk (state=3): >>># extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853135.35491: stdout chunk (state=3): >>># 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 0x7f9a4b6ab440> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4b6aa690> <<< 6494 1726853135.35642: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 6494 1726853135.35651: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' <<< 6494 1726853135.35675: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4b6ab920> <<< 6494 1726853135.35684: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 6494 1726853135.35725: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 6494 1726853135.35760: stdout chunk (state=3): >>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853135.35764: stdout chunk (state=3): >>># 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 0x7f9a4b706480> <<< 6494 1726853135.35785: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4b7044a0> <<< 6494 1726853135.35810: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4bab8560> <<< 6494 1726853135.35824: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.timeout' # <<< 6494 1726853135.35836: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.collector' # <<< 6494 1726853135.35848: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.35870: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.other' # <<< 6494 1726853135.35882: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.35957: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.36012: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # <<< 6494 1726853135.36020: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.36071: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.36113: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 6494 1726853135.36148: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.36154: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system' # <<< 6494 1726853135.36164: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.36194: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.36216: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # <<< 6494 1726853135.36235: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.36276: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.36329: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # <<< 6494 1726853135.36335: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.36380: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.36422: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # <<< 6494 1726853135.36431: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.36483: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.36545: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.36602: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.36656: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # <<< 6494 1726853135.36660: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.cmdline' # <<< 6494 1726853135.36676: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.37169: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.37626: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # <<< 6494 1726853135.37628: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.37679: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.37739: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.37769: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.37804: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 6494 1726853135.37810: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.date_time' # <<< 6494 1726853135.37834: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.37859: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.37889: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # <<< 6494 1726853135.37894: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.37954: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.38000: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # <<< 6494 1726853135.38019: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.38047: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.38077: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # <<< 6494 1726853135.38082: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.38118: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.38146: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # <<< 6494 1726853135.38153: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.38230: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.38324: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 6494 1726853135.38328: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 6494 1726853135.38354: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4b706930> <<< 6494 1726853135.38371: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 6494 1726853135.38406: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 6494 1726853135.38534: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4b707470> <<< 6494 1726853135.38538: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.local' # # zipimport: zlib available <<< 6494 1726853135.38609: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.38673: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # <<< 6494 1726853135.38685: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.38773: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.38863: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 6494 1726853135.38871: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.38940: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.39014: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # <<< 6494 1726853135.39020: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.39057: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.39111: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 6494 1726853135.39162: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 6494 1726853135.39244: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853135.39307: stdout chunk (state=3): >>># extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853135.39311: stdout chunk (state=3): >>>import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9a4b742ab0> <<< 6494 1726853135.39512: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4b733530> <<< 6494 1726853135.39514: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.python' # # zipimport: zlib available <<< 6494 1726853135.39575: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.39636: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # <<< 6494 1726853135.39641: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.39736: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.39813: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.39924: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.40081: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 6494 1726853135.40089: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.service_mgr' # <<< 6494 1726853135.40091: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.40123: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.40164: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # <<< 6494 1726853135.40169: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.40214: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.40265: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py <<< 6494 1726853135.40269: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' <<< 6494 1726853135.40298: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853135.40333: stdout chunk (state=3): >>># extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853135.40348: stdout chunk (state=3): >>>import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9a4b52a360> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4b740770> import 'ansible.module_utils.facts.system.user' # # zipimport: zlib available <<< 6494 1726853135.40355: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.40372: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware' # <<< 6494 1726853135.40377: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.40412: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.40454: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # <<< 6494 1726853135.40459: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.40623: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.40773: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 6494 1726853135.40777: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.40878: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.40980: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.41016: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.41057: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # <<< 6494 1726853135.41071: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.darwin' # <<< 6494 1726853135.41076: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.41092: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.41119: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.41260: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.41409: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # <<< 6494 1726853135.41415: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available <<< 6494 1726853135.41539: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.41661: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # <<< 6494 1726853135.41666: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.41702: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.41730: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.42297: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.42806: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # <<< 6494 1726853135.42816: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hurd' # <<< 6494 1726853135.42821: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.42926: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.43033: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 6494 1726853135.43042: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.43135: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.43233: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # <<< 6494 1726853135.43238: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.43393: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.43549: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 6494 1726853135.43555: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.43570: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.43579: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network' # <<< 6494 1726853135.43585: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.43630: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.43674: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # <<< 6494 1726853135.43680: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.43777: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.43875: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.44077: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.44279: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # <<< 6494 1726853135.44290: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.aix' # <<< 6494 1726853135.44306: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.44327: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.44368: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # <<< 6494 1726853135.44372: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.44406: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.44420: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # <<< 6494 1726853135.44433: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.44500: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.44573: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # <<< 6494 1726853135.44581: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.44603: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.44630: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # <<< 6494 1726853135.44640: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.44691: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.44752: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # <<< 6494 1726853135.44758: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.44813: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.44867: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # <<< 6494 1726853135.44884: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.45152: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.45412: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # <<< 6494 1726853135.45418: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.45477: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.45539: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # <<< 6494 1726853135.45549: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.45580: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.45614: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # <<< 6494 1726853135.45618: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.45663: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.45684: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # <<< 6494 1726853135.45695: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.45729: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.45765: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # <<< 6494 1726853135.45771: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.45854: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.45937: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 6494 1726853135.45945: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.45961: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.45964: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual' # <<< 6494 1726853135.45980: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.46015: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.46063: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # <<< 6494 1726853135.46070: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.46087: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.46112: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.46158: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.46212: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.46272: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.46352: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sysctl' # <<< 6494 1726853135.46362: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # <<< 6494 1726853135.46365: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.46414: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.46468: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 6494 1726853135.46473: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.46679: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.46882: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # <<< 6494 1726853135.46885: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.46928: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.46983: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # <<< 6494 1726853135.46990: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.47024: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.47074: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 6494 1726853135.47080: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.47159: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.47239: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # <<< 6494 1726853135.47248: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.default_collectors' # <<< 6494 1726853135.47253: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.47341: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.47438: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # <<< 6494 1726853135.47443: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # # zipimport: zlib available <<< 6494 1726853135.47590: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.47723: stdout chunk (state=3): >>>import 'ansible.module_utils.service' # <<< 6494 1726853135.47814: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.50881: stdout chunk (state=3): >>> {"name": "firewalld", "changed": false, "status": {"Type": "dbus", "ExitType": "main", "Restart": "no", "RestartMode": "normal", "NotifyAccess": "none", "RestartUSec": "100ms", "RestartSteps": "0", "RestartMaxDelayUSec": "infinity", "RestartUSecNext": "100ms", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimeoutAbortUSec": "1min 30s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "terminate", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "infinity", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "BusName": "org.fedoraproject.FirewallD1", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "FileDescriptorStorePreserve": "restart", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestampMonotonic": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroupId": "0", "MemoryCurrent": "[not set]", "MemoryPeak": "[not set]", "MemorySwapCurrent": "[not set]", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryAvailable": "3332407296", "EffectiveMemoryMax": "3702874112", "EffectiveMemoryHigh": "3702874112", "CPUUsageNSec": "[not set]", "TasksCurrent": "[not set]", "EffectiveTasksMax": "22362", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultStartupMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "StartupMemoryLow": "0", "MemoryHigh": "infinity", "StartupMemoryHigh": "infinity", "MemoryMax": "infinity", "StartupMemoryMax": "infinity", "MemorySwapMax": "infinity", "StartupMemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MemoryLimit": "infinity", "DevicePolicy": "closed", "DeviceAllow": "char-rtc r", "TasksAccounting": "yes", "TasksMax": "22362", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "MemoryPressureWatch": "auto", "MemoryPressureThresholdUSec": "200ms", "CoredumpReceive": "no", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE"<<< 6494 1726853135.50918: stdout chunk (state=3): >>>: "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "13976", "LimitNPROCSoft": "13976", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "13976", "LimitSIGPENDINGSoft": "13976", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "RootEphemeral": "no", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "null", "StandardError": "null", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "SetLoginEnvironment": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "yes", "ProtectClock": "yes", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "yes", "ProtectControlGroups": "yes", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "yes", "ProtectSystem": "yes", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "2147483646", "LockPersonality": "yes", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "yes", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "yes", "MemoryKSM": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "KillMode": "mixed", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "firewalld.service", "Names": "firewalld.service", "Requires": "sysinit.target system.slice dbus.socket", "Wants": "network-pre.target", "Conflicts": "ebtables.service shutdown.target iptables.service ipset.service ip6tables.service", "Before": "network-pre.target shutdown<<< 6494 1726853135.50929: stdout chunk (state=3): >>>.target", "After": "dbus.socket basic.target system.slice polkit.service sysinit.target dbus-broker.service", "Documentation": "\"man:firewalld(1)\"", "Description": "firewalld - dynamic firewall daemon", "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "inactive", "FreezerState": "running", "SubState": "dead", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "UnitFileState": "disabled", "UnitFilePreset": "enabled", "StateChangeTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "InactiveEnterTimestampMonotonic": "0", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "SurviveFinalKillSignal": "no", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "no", "AssertResult": "no", "ConditionTimestampMonotonic": "0", "AssertTimestampMonotonic": "0", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "CollectMode": "inactive"}, "invocation": {"module_args": {"name": "firewalld", "masked": false, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "state": null, "enabled": null, "force": null}}} <<< 6494 1726853135.51600: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks <<< 6494 1726853135.51612: stdout chunk (state=3): >>># clear builtins._ <<< 6494 1726853135.51634: stdout chunk (state=3): >>># 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 <<< 6494 1726853135.51654: 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 # 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 <<< 6494 1726853135.51671: stdout chunk (state=3): >>># cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib <<< 6494 1726853135.51689: 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 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 # 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 <<< 6494 1726853135.51698: stdout chunk (state=3): >>># 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 <<< 6494 1726853135.51709: stdout chunk (state=3): >>># 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 <<< 6494 1726853135.51739: 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 grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform <<< 6494 1726853135.51742: stdout chunk (state=3): >>># 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 <<< 6494 1726853135.51745: 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 <<< 6494 1726853135.51767: 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 # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat <<< 6494 1726853135.51789: stdout chunk (state=3): >>># 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 <<< 6494 1726853135.51797: 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 <<< 6494 1726853135.51821: 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.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic <<< 6494 1726853135.51826: 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__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue <<< 6494 1726853135.51844: 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<<< 6494 1726853135.51859: stdout chunk (state=3): >>> # 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 <<< 6494 1726853135.51868: stdout chunk (state=3): >>># 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 <<< 6494 1726853135.51908: stdout chunk (state=3): >>># cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.darwin # 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 <<< 6494 1726853135.51916: 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 # 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 <<< 6494 1726853135.51943: 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 <<< 6494 1726853135.51959: stdout chunk (state=3): >>># 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 <<< 6494 1726853135.51966: stdout chunk (state=3): >>># 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.service # destroy ansible.module_utils.service <<< 6494 1726853135.52406: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 6494 1726853135.52414: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 6494 1726853135.52454: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 6494 1726853135.52464: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy zlib # destroy bz2 # destroy lzma <<< 6494 1726853135.52481: stdout chunk (state=3): >>># destroy zipfile._path <<< 6494 1726853135.52488: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 6494 1726853135.52520: stdout chunk (state=3): >>># destroy ntpath <<< 6494 1726853135.52545: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 6494 1726853135.52567: stdout chunk (state=3): >>># destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder <<< 6494 1726853135.52581: stdout chunk (state=3): >>># destroy json.scanner # destroy _json # destroy grp # destroy encodings <<< 6494 1726853135.52603: stdout chunk (state=3): >>># destroy _locale # destroy locale <<< 6494 1726853135.52612: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess <<< 6494 1726853135.52629: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 6494 1726853135.52679: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 6494 1726853135.52698: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 6494 1726853135.52753: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector <<< 6494 1726853135.52756: stdout chunk (state=3): >>># destroy multiprocessing # destroy multiprocessing.connection # destroy multiprocessing.pool <<< 6494 1726853135.52774: stdout chunk (state=3): >>># destroy signal # destroy multiprocessing.context # destroy array # destroy _compat_pickle <<< 6494 1726853135.52788: stdout chunk (state=3): >>># destroy _pickle <<< 6494 1726853135.52796: stdout chunk (state=3): >>># destroy queue <<< 6494 1726853135.52818: stdout chunk (state=3): >>># destroy _heapq # destroy _queue # destroy multiprocessing.process <<< 6494 1726853135.52843: stdout chunk (state=3): >>># destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing <<< 6494 1726853135.52852: stdout chunk (state=3): >>># destroy fcntl <<< 6494 1726853135.52871: stdout chunk (state=3): >>># destroy datetime <<< 6494 1726853135.52880: stdout chunk (state=3): >>># destroy base64 <<< 6494 1726853135.52892: stdout chunk (state=3): >>># destroy _ssl <<< 6494 1726853135.52923: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd <<< 6494 1726853135.52940: stdout chunk (state=3): >>># destroy termios <<< 6494 1726853135.52946: stdout chunk (state=3): >>># destroy errno # destroy json <<< 6494 1726853135.52968: stdout chunk (state=3): >>># destroy socket # destroy struct <<< 6494 1726853135.52989: stdout chunk (state=3): >>># destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy glob # destroy pickle # destroy select # destroy shlex # destroy subprocess <<< 6494 1726853135.53054: stdout chunk (state=3): >>># cleanup[3] wiping configparser # cleanup[3] wiping selinux._selinux <<< 6494 1726853135.53084: 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 <<< 6494 1726853135.53105: stdout chunk (state=3): >>># cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 6494 1726853135.53117: stdout chunk (state=3): >>># 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 <<< 6494 1726853135.53146: stdout chunk (state=3): >>># cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math <<< 6494 1726853135.53150: stdout chunk (state=3): >>># cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external <<< 6494 1726853135.53157: stdout chunk (state=3): >>># 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 <<< 6494 1726853135.53204: stdout chunk (state=3): >>># cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools<<< 6494 1726853135.53210: stdout chunk (state=3): >>> <<< 6494 1726853135.53212: stdout chunk (state=3): >>># cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools <<< 6494 1726853135.53213: stdout chunk (state=3): >>># cleanup[3] wiping operator # cleanup[3] wiping _operator <<< 6494 1726853135.53267: stdout chunk (state=3): >>># 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 <<< 6494 1726853135.53271: stdout chunk (state=3): >>># cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs <<< 6494 1726853135.53280: stdout chunk (state=3): >>># cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io <<< 6494 1726853135.53282: 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 <<< 6494 1726853135.53304: stdout chunk (state=3): >>># cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 6494 1726853135.53309: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 6494 1726853135.53516: stdout chunk (state=3): >>># destroy sys.monitoring <<< 6494 1726853135.53527: stdout chunk (state=3): >>># destroy _socket <<< 6494 1726853135.53539: stdout chunk (state=3): >>># destroy _collections <<< 6494 1726853135.53566: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 6494 1726853135.53569: stdout chunk (state=3): >>># destroy tokenize <<< 6494 1726853135.53600: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 6494 1726853135.53636: stdout chunk (state=3): >>># destroy _typing <<< 6494 1726853135.53639: stdout chunk (state=3): >>># destroy _tokenize <<< 6494 1726853135.53662: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves <<< 6494 1726853135.53673: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 6494 1726853135.53703: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib<<< 6494 1726853135.53707: stdout chunk (state=3): >>> <<< 6494 1726853135.53811: stdout chunk (state=3): >>># destroy codecs <<< 6494 1726853135.53827: stdout chunk (state=3): >>># 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 <<< 6494 1726853135.53831: stdout chunk (state=3): >>># destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 6494 1726853135.53845: stdout chunk (state=3): >>># destroy time <<< 6494 1726853135.53868: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 6494 1726853135.53898: stdout chunk (state=3): >>># destroy _hashlib <<< 6494 1726853135.53903: stdout chunk (state=3): >>># destroy _operator <<< 6494 1726853135.53909: stdout chunk (state=3): >>># destroy _string # destroy re <<< 6494 1726853135.53919: stdout chunk (state=3): >>># destroy itertools <<< 6494 1726853135.53942: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix <<< 6494 1726853135.53951: stdout chunk (state=3): >>># destroy _functools # destroy builtins # destroy _thread <<< 6494 1726853135.53956: stdout chunk (state=3): >>># clear sys.audit hooks <<< 6494 1726853135.54360: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.41.218 closed. <<< 6494 1726853135.54393: stderr chunk (state=3): >>><<< 6494 1726853135.54398: stdout chunk (state=3): >>><<< 6494 1726853135.54503: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c6e84d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c6b7b30> # /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 0x7f9a4c6eaa50> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c499130> # /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 0x7f9a4c499fa0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c4d7e90> # /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 0x7f9a4c4d7f50> # /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 0x7f9a4c50f890> # /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 0x7f9a4c50ff20> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c4efb60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c4ed280> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c4d5040> # /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 0x7f9a4c52f800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c52e420> # /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 0x7f9a4c4ee150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c4d6900> # /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 0x7f9a4c564890> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c4d42c0> # /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 0x7f9a4c564d40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c564bf0> # 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 0x7f9a4c564fe0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c4d2de0> # /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 0x7f9a4c5656d0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c5653a0> 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 0x7f9a4c5665d0> 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 0x7f9a4c57c7a0> 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 0x7f9a4c57deb0> # /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 0x7f9a4c57ed50> # 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 0x7f9a4c57f380> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c57e2a0> # /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 0x7f9a4c57fe00> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c57f530> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c566570> # /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 0x7f9a4c267ce0> # /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 0x7f9a4c290710> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c290470> # 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 0x7f9a4c290740> # /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 0x7f9a4c291070> # 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 0x7f9a4c291a30> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c290920> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c265e80> # /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 0x7f9a4c292e40> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c291b80> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c566cc0> # /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 0x7f9a4c2bb1d0> # /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 0x7f9a4c2df500> # /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 0x7f9a4c3402f0> # /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 0x7f9a4c342a20> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c3403e0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c3052b0> # /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 0x7f9a4c1513a0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c2de300> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c293da0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f9a4c2de900> # zipimport: found 104 names in '/tmp/ansible_systemd_payload_0vduyxqb/ansible_systemd_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 0x7f9a4c1bb080> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c195f70> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c195100> # 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 0x7f9a4c1b8f20> # /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 0x7f9a4c1eaa20> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c1ea7b0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c1ea0c0> # /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 0x7f9a4c1ea510> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4c1bbaa0> 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 0x7f9a4c1eb7a0> # 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 0x7f9a4c1eb980> # /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 0x7f9a4c1ebec0> 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 0x7f9a4bb31d00> # 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 0x7f9a4bb33920> # /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 0x7f9a4bb34230> # /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 0x7f9a4bb353d0> # /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 0x7f9a4bb37e90> # 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 0x7f9a4c4d2ed0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4bb36150> # /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 0x7f9a4bb3fd70> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4bb3e840> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4bb3e5a0> # /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 0x7f9a4bb3eb10> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4bb36660> # 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 0x7f9a4bb83f80> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4bb840b0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9a4bb85b80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4bb85940> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9a4bb88110> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4bb86270> # /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 0x7f9a4bb8b800> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4bb881d0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9a4bb8cb00> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9a4bb8c920> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9a4bb8cb60> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4bb842c0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9a4ba141d0> # 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 0x7f9a4ba15280> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4bb8e960> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9a4bb8fd10> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4bb8e570> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9a4ba1d370> # /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 0x7f9a4ba1e150> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4bb83ce0> 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 0x7f9a4ba1e180> # 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 0x7f9a4ba1f3e0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9a4ba29fa0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4ba25610> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4bb02960> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4bbfe630> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4ba2a0f0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4ba1efc0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.namespace' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.typing' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /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 0x7f9a4baba1e0> # /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' # /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 0x7f9a4b6a8920> # 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 0x7f9a4b6a8110> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4baa0e00> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4babad20> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4bab8890> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4bab8500> # /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' # /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 0x7f9a4b6ab9b0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4b6ab260> # 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 0x7f9a4b6ab440> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4b6aa690> # /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 0x7f9a4b6ab920> # /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' # 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 0x7f9a4b706480> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4b7044a0> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4bab8560> import 'ansible.module_utils.facts.timeout' # import 'ansible.module_utils.facts.collector' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other.facter' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other.ohai' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.apparmor' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.caps' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.chroot' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.distribution' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.datetime' # import 'ansible.module_utils.facts.system.date_time' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.env' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.dns' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.fips' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.loadavg' # # 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 0x7f9a4b706930> # /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 0x7f9a4b707470> import 'ansible.module_utils.facts.system.local' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.lsb' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.pkg_mgr' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.platform' # # zipimport: zlib available # zipimport: zlib available # /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 0x7f9a4b742ab0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4b733530> import 'ansible.module_utils.facts.system.python' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.selinux' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.version' # import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.ssh_pub_keys' # # zipimport: zlib available # zipimport: zlib available # /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 0x7f9a4b52a360> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a4b740770> import 'ansible.module_utils.facts.system.user' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.base' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.aix' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.sysctl' # import 'ansible.module_utils.facts.hardware.darwin' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.hpux' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.sunos' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.base' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.darwin' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.fc_wwn' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.freebsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.hpux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.hurd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.linux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.iscsi' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.nvme' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.sunos' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.base' # # 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' # import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.hpux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.linux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.service' # # zipimport: zlib available {"name": "firewalld", "changed": false, "status": {"Type": "dbus", "ExitType": "main", "Restart": "no", "RestartMode": "normal", "NotifyAccess": "none", "RestartUSec": "100ms", "RestartSteps": "0", "RestartMaxDelayUSec": "infinity", "RestartUSecNext": "100ms", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimeoutAbortUSec": "1min 30s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "terminate", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "infinity", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "BusName": "org.fedoraproject.FirewallD1", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "FileDescriptorStorePreserve": "restart", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestampMonotonic": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroupId": "0", "MemoryCurrent": "[not set]", "MemoryPeak": "[not set]", "MemorySwapCurrent": "[not set]", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryAvailable": "3332407296", "EffectiveMemoryMax": "3702874112", "EffectiveMemoryHigh": "3702874112", "CPUUsageNSec": "[not set]", "TasksCurrent": "[not set]", "EffectiveTasksMax": "22362", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultStartupMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "StartupMemoryLow": "0", "MemoryHigh": "infinity", "StartupMemoryHigh": "infinity", "MemoryMax": "infinity", "StartupMemoryMax": "infinity", "MemorySwapMax": "infinity", "StartupMemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MemoryLimit": "infinity", "DevicePolicy": "closed", "DeviceAllow": "char-rtc r", "TasksAccounting": "yes", "TasksMax": "22362", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "MemoryPressureWatch": "auto", "MemoryPressureThresholdUSec": "200ms", "CoredumpReceive": "no", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "13976", "LimitNPROCSoft": "13976", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "13976", "LimitSIGPENDINGSoft": "13976", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "RootEphemeral": "no", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "null", "StandardError": "null", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "SetLoginEnvironment": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "yes", "ProtectClock": "yes", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "yes", "ProtectControlGroups": "yes", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "yes", "ProtectSystem": "yes", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "2147483646", "LockPersonality": "yes", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "yes", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "yes", "MemoryKSM": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "KillMode": "mixed", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "firewalld.service", "Names": "firewalld.service", "Requires": "sysinit.target system.slice dbus.socket", "Wants": "network-pre.target", "Conflicts": "ebtables.service shutdown.target iptables.service ipset.service ip6tables.service", "Before": "network-pre.target shutdown.target", "After": "dbus.socket basic.target system.slice polkit.service sysinit.target dbus-broker.service", "Documentation": "\"man:firewalld(1)\"", "Description": "firewalld - dynamic firewall daemon", "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "inactive", "FreezerState": "running", "SubState": "dead", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "UnitFileState": "disabled", "UnitFilePreset": "enabled", "StateChangeTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "InactiveEnterTimestampMonotonic": "0", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "SurviveFinalKillSignal": "no", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "no", "AssertResult": "no", "ConditionTimestampMonotonic": "0", "AssertTimestampMonotonic": "0", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "CollectMode": "inactive"}, "invocation": {"module_args": {"name": "firewalld", "masked": false, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "state": null, "enabled": null, "force": null}}} # 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 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # 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 _heapq # cleanup[2] removing heapq # destroy heapq # 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.service # destroy ansible.module_utils.service # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # 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 systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.connection # destroy multiprocessing.pool # destroy signal # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.process # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing # destroy fcntl # destroy datetime # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy errno # destroy json # destroy socket # destroy struct # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy glob # destroy pickle # destroy select # destroy shlex # destroy subprocess # cleanup[3] wiping configparser # 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 # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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.41.218 closed. [WARNING]: Module invocation had junk after the JSON data: # 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 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # 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 _heapq # cleanup[2] removing heapq # destroy heapq # 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.service # destroy ansible.module_utils.service # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # 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 systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.connection # destroy multiprocessing.pool # destroy signal # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.process # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing # destroy fcntl # destroy datetime # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy errno # destroy json # destroy socket # destroy struct # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy glob # destroy pickle # destroy select # destroy shlex # destroy subprocess # cleanup[3] wiping configparser # 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 # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks 6494 1726853135.55356: done with _execute_module (systemd, {'name': 'firewalld', 'masked': False, '_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': 'systemd', '_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-1726853134.7631478-6771-13920170449602/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6494 1726853135.55360: _low_level_execute_command(): starting 6494 1726853135.55363: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726853134.7631478-6771-13920170449602/ > /dev/null 2>&1 && sleep 0' 6494 1726853135.55375: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6494 1726853135.55396: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853135.55399: 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.41.218 originally 10.31.41.218 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853135.55414: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853135.55470: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853135.55473: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853135.55602: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853135.57617: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853135.57649: stderr chunk (state=3): >>><<< 6494 1726853135.57653: stdout chunk (state=3): >>><<< 6494 1726853135.57666: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853135.57671: handler run complete 6494 1726853135.57713: attempt loop complete, returning result 6494 1726853135.57716: _execute() done 6494 1726853135.57718: dumping result to json 6494 1726853135.57730: done dumping result, returning 6494 1726853135.57744: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.firewall : Unmask firewalld service [0affc48f-66db-1e98-6787-0000000000f7] 6494 1726853135.57746: sending task result for task 0affc48f-66db-1e98-6787-0000000000f7 6494 1726853135.57964: done sending task result for task 0affc48f-66db-1e98-6787-0000000000f7 6494 1726853135.57967: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "dbus.socket basic.target system.slice polkit.service sysinit.target dbus-broker.service", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "network-pre.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "ebtables.service shutdown.target iptables.service ipset.service ip6tables.service", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DeviceAllow": "char-rtc r", "DevicePolicy": "closed", "Documentation": "\"man:firewalld(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3702874112", "EffectiveMemoryMax": "3702874112", "EffectiveTasksMax": "22362", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13976", "LimitNPROCSoft": "13976", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13976", "LimitSIGPENDINGSoft": "13976", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3332407296", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectHome": "yes", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice dbus.socket", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22362", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } 6494 1726853135.58199: no more pending results, returning what we have 6494 1726853135.58204: results queue empty 6494 1726853135.58205: checking for any_errors_fatal 6494 1726853135.58209: done checking for any_errors_fatal 6494 1726853135.58209: checking for max_fail_percentage 6494 1726853135.58211: done checking for max_fail_percentage 6494 1726853135.58211: checking to see if all hosts have failed and the running result is not ok 6494 1726853135.58212: done checking to see if all hosts have failed 6494 1726853135.58212: getting the remaining hosts for this loop 6494 1726853135.58213: done getting the remaining hosts for this loop 6494 1726853135.58216: getting the next task for host managed_node1 6494 1726853135.58220: done getting next task for host managed_node1 6494 1726853135.58222: ^ task is: TASK: fedora.linux_system_roles.firewall : Enable and start firewalld service 6494 1726853135.58225: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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? (HOST STATE: block=0, task=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853135.58233: getting variables 6494 1726853135.58235: in VariableManager get_vars() 6494 1726853135.58262: Calling all_inventory to load vars for managed_node1 6494 1726853135.58263: Calling groups_inventory to load vars for managed_node1 6494 1726853135.58265: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853135.58272: Calling all_plugins_play to load vars for managed_node1 6494 1726853135.58274: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853135.58275: Calling groups_plugins_play to load vars for managed_node1 6494 1726853135.58314: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853135.58357: done with get_vars() 6494 1726853135.58364: done getting variables 6494 1726853135.58408: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.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.firewall : Enable and start firewalld service] *** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Friday 20 September 2024 13:25:35 -0400 (0:00:00.877) 0:00:10.507 ****** 6494 1726853135.58436: entering _queue_task() for managed_node1/service 6494 1726853135.58658: worker is 1 (out of 1 available) 6494 1726853135.58670: exiting _queue_task() for managed_node1/service 6494 1726853135.58682: done queuing things up, now waiting for results queue to drain 6494 1726853135.58684: waiting for pending results... 6494 1726853135.58851: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.firewall : Enable and start firewalld service 6494 1726853135.58936: in run() - task 0affc48f-66db-1e98-6787-0000000000f8 6494 1726853135.58950: variable 'ansible_search_path' from source: unknown 6494 1726853135.58954: variable 'ansible_search_path' from source: unknown 6494 1726853135.58981: calling self._execute() 6494 1726853135.59043: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853135.59048: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853135.59056: variable 'omit' from source: magic vars 6494 1726853135.59141: variable 'omit' from source: magic vars 6494 1726853135.59194: variable 'omit' from source: magic vars 6494 1726853135.59217: variable '__firewall_service' from source: role '' all vars 6494 1726853135.59358: variable '__firewall_service' from source: role '' all vars 6494 1726853135.59381: variable 'omit' from source: magic vars 6494 1726853135.59415: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6494 1726853135.59452: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6494 1726853135.59470: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6494 1726853135.59504: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853135.59516: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853135.59541: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6494 1726853135.59544: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853135.59546: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853135.59617: Set connection var ansible_shell_type to sh 6494 1726853135.59623: Set connection var ansible_pipelining to False 6494 1726853135.59629: Set connection var ansible_shell_executable to /bin/sh 6494 1726853135.59635: Set connection var ansible_timeout to 10 6494 1726853135.59642: Set connection var ansible_connection to ssh 6494 1726853135.59649: Set connection var ansible_module_compression to ZIP_DEFLATED 6494 1726853135.59665: variable 'ansible_shell_executable' from source: unknown 6494 1726853135.59667: variable 'ansible_connection' from source: unknown 6494 1726853135.59672: variable 'ansible_module_compression' from source: unknown 6494 1726853135.59674: variable 'ansible_shell_type' from source: unknown 6494 1726853135.59677: variable 'ansible_shell_executable' from source: unknown 6494 1726853135.59679: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853135.59681: variable 'ansible_pipelining' from source: unknown 6494 1726853135.59684: variable 'ansible_timeout' from source: unknown 6494 1726853135.59686: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853135.59790: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.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) 6494 1726853135.59801: variable 'omit' from source: magic vars 6494 1726853135.59804: starting attempt loop 6494 1726853135.59807: running the handler 6494 1726853135.59880: variable 'ansible_facts' from source: unknown 6494 1726853135.59926: _low_level_execute_command(): starting 6494 1726853135.59935: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6494 1726853135.60433: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853135.60470: 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.41.218 originally 10.31.41.218 debug2: match not found <<< 6494 1726853135.60473: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853135.60476: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853135.60479: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853135.60517: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853135.60529: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853135.60660: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853135.62491: stdout chunk (state=3): >>>/root <<< 6494 1726853135.62583: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853135.62619: stderr chunk (state=3): >>><<< 6494 1726853135.62622: stdout chunk (state=3): >>><<< 6494 1726853135.62646: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853135.62657: _low_level_execute_command(): starting 6494 1726853135.62662: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726853135.6264586-6790-203341264333164 `" && echo ansible-tmp-1726853135.6264586-6790-203341264333164="` echo /root/.ansible/tmp/ansible-tmp-1726853135.6264586-6790-203341264333164 `" ) && sleep 0' 6494 1726853135.63099: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853135.63106: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6494 1726853135.63139: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match not found <<< 6494 1726853135.63151: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 is address debug1: re-parsing configuration <<< 6494 1726853135.63154: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 <<< 6494 1726853135.63156: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853135.63212: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853135.63215: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853135.63217: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853135.63333: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853135.65465: stdout chunk (state=3): >>>ansible-tmp-1726853135.6264586-6790-203341264333164=/root/.ansible/tmp/ansible-tmp-1726853135.6264586-6790-203341264333164 <<< 6494 1726853135.65574: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853135.65605: stderr chunk (state=3): >>><<< 6494 1726853135.65609: stdout chunk (state=3): >>><<< 6494 1726853135.65627: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726853135.6264586-6790-203341264333164=/root/.ansible/tmp/ansible-tmp-1726853135.6264586-6790-203341264333164 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853135.65666: variable 'ansible_module_compression' from source: unknown 6494 1726853135.65711: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6494dydhg1yg/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 6494 1726853135.65767: variable 'ansible_facts' from source: unknown 6494 1726853135.65903: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726853135.6264586-6790-203341264333164/AnsiballZ_systemd.py 6494 1726853135.66020: Sending initial data 6494 1726853135.66024: Sent initial data (154 bytes) 6494 1726853135.66494: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853135.66498: 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.41.218 originally 10.31.41.218 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853135.66500: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853135.66502: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match found <<< 6494 1726853135.66507: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853135.66564: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853135.66568: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853135.66570: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853135.66693: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853135.68489: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6494 1726853135.68605: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6494 1726853135.68722: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6494dydhg1yg/tmpuy5g2nwr /root/.ansible/tmp/ansible-tmp-1726853135.6264586-6790-203341264333164/AnsiballZ_systemd.py <<< 6494 1726853135.68726: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726853135.6264586-6790-203341264333164/AnsiballZ_systemd.py" <<< 6494 1726853135.68837: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6494dydhg1yg/tmpuy5g2nwr" to remote "/root/.ansible/tmp/ansible-tmp-1726853135.6264586-6790-203341264333164/AnsiballZ_systemd.py" <<< 6494 1726853135.68841: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726853135.6264586-6790-203341264333164/AnsiballZ_systemd.py" <<< 6494 1726853135.70292: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853135.70337: stderr chunk (state=3): >>><<< 6494 1726853135.70341: stdout chunk (state=3): >>><<< 6494 1726853135.70364: done transferring module to remote 6494 1726853135.70377: _low_level_execute_command(): starting 6494 1726853135.70381: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726853135.6264586-6790-203341264333164/ /root/.ansible/tmp/ansible-tmp-1726853135.6264586-6790-203341264333164/AnsiballZ_systemd.py && sleep 0' 6494 1726853135.70843: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853135.70847: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6494 1726853135.70849: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853135.70855: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853135.70857: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853135.70859: 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853135.70907: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853135.70910: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853135.70913: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853135.71038: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853135.73049: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853135.73075: stderr chunk (state=3): >>><<< 6494 1726853135.73078: stdout chunk (state=3): >>><<< 6494 1726853135.73094: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853135.73097: _low_level_execute_command(): starting 6494 1726853135.73103: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726853135.6264586-6790-203341264333164/AnsiballZ_systemd.py && sleep 0' 6494 1726853135.73572: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853135.73576: 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.41.218 originally 10.31.41.218 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853135.73578: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853135.73581: 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853135.73631: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853135.73641: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853135.73643: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853135.73770: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853135.76213: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 6494 1726853135.76217: stdout chunk (state=3): >>>import _imp # builtin <<< 6494 1726853135.76261: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 6494 1726853135.76264: stdout chunk (state=3): >>>import '_weakref' # <<< 6494 1726853135.76323: stdout chunk (state=3): >>>import '_io' # <<< 6494 1726853135.76328: stdout chunk (state=3): >>>import 'marshal' # <<< 6494 1726853135.76363: stdout chunk (state=3): >>>import 'posix' # <<< 6494 1726853135.76391: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 6494 1726853135.76414: stdout chunk (state=3): >>>import 'time' # <<< 6494 1726853135.76426: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 6494 1726853135.76477: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 6494 1726853135.76483: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853135.76498: stdout chunk (state=3): >>>import '_codecs' # <<< 6494 1726853135.76516: stdout chunk (state=3): >>>import 'codecs' # <<< 6494 1726853135.76551: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 6494 1726853135.76573: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 6494 1726853135.76585: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1f604d0> <<< 6494 1726853135.76589: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1f2fb30> <<< 6494 1726853135.76613: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 6494 1726853135.76629: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1f62a50> <<< 6494 1726853135.76645: stdout chunk (state=3): >>>import '_signal' # <<< 6494 1726853135.76667: stdout chunk (state=3): >>>import '_abc' # <<< 6494 1726853135.76671: stdout chunk (state=3): >>>import 'abc' # <<< 6494 1726853135.76695: stdout chunk (state=3): >>>import 'io' # <<< 6494 1726853135.76729: stdout chunk (state=3): >>>import '_stat' # <<< 6494 1726853135.76734: stdout chunk (state=3): >>>import 'stat' # <<< 6494 1726853135.76816: stdout chunk (state=3): >>>import '_collections_abc' # <<< 6494 1726853135.76846: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 6494 1726853135.76878: stdout chunk (state=3): >>>import 'os' # <<< 6494 1726853135.76889: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 6494 1726853135.76906: stdout chunk (state=3): >>>Processing user site-packages <<< 6494 1726853135.76936: stdout chunk (state=3): >>>Processing global site-packages <<< 6494 1726853135.76940: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 6494 1726853135.76942: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 6494 1726853135.76965: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py <<< 6494 1726853135.76969: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 6494 1726853135.76990: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1f71130> <<< 6494 1726853135.77052: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 6494 1726853135.77064: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853135.77076: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1f71fa0> <<< 6494 1726853135.77092: stdout chunk (state=3): >>>import 'site' # <<< 6494 1726853135.77129: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 6494 1726853135.77527: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 6494 1726853135.77540: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 6494 1726853135.77559: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 6494 1726853135.77572: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853135.77590: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 6494 1726853135.77639: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 6494 1726853135.77654: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 6494 1726853135.77687: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 6494 1726853135.77690: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1d4fdd0> <<< 6494 1726853135.77714: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 6494 1726853135.77730: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 6494 1726853135.77755: stdout chunk (state=3): >>>import '_operator' # <<< 6494 1726853135.77759: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1d4ffe0> <<< 6494 1726853135.77779: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 6494 1726853135.77805: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 6494 1726853135.77828: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 6494 1726853135.77878: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853135.77904: stdout chunk (state=3): >>>import 'itertools' # <<< 6494 1726853135.77935: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 6494 1726853135.77939: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1d87800> <<< 6494 1726853135.77957: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 6494 1726853135.77966: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1d87e90> <<< 6494 1726853135.77971: stdout chunk (state=3): >>>import '_collections' # <<< 6494 1726853135.78030: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1d67aa0> <<< 6494 1726853135.78035: stdout chunk (state=3): >>>import '_functools' # <<< 6494 1726853135.78067: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1d651c0> <<< 6494 1726853135.78161: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1d4cf80> <<< 6494 1726853135.78186: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 6494 1726853135.78212: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 6494 1726853135.78221: stdout chunk (state=3): >>>import '_sre' # <<< 6494 1726853135.78240: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 6494 1726853135.78264: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 6494 1726853135.78286: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 6494 1726853135.78291: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 6494 1726853135.78320: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1da76e0> <<< 6494 1726853135.78342: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1da6300> <<< 6494 1726853135.78369: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 6494 1726853135.78374: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1d66060> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1d4ee70> <<< 6494 1726853135.78416: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 6494 1726853135.78448: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1ddc7a0> <<< 6494 1726853135.78454: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1d4c200> <<< 6494 1726853135.78459: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 6494 1726853135.78493: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853135.78499: stdout chunk (state=3): >>># 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 0x7f0ea1ddcc50> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1ddcb00> <<< 6494 1726853135.78550: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853135.78555: stdout chunk (state=3): >>>import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ea1ddcef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1d4ad20> <<< 6494 1726853135.78582: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 6494 1726853135.78586: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853135.78612: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 6494 1726853135.78639: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 6494 1726853135.78655: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1ddd5b0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1ddd280> <<< 6494 1726853135.78662: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 6494 1726853135.78689: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 6494 1726853135.78711: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1dde4b0> <<< 6494 1726853135.78726: stdout chunk (state=3): >>>import 'importlib.util' # <<< 6494 1726853135.78731: stdout chunk (state=3): >>>import 'runpy' # <<< 6494 1726853135.78753: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 6494 1726853135.78790: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 6494 1726853135.78829: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 6494 1726853135.78834: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1df4680> <<< 6494 1726853135.78836: stdout chunk (state=3): >>>import 'errno' # <<< 6494 1726853135.78868: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853135.78875: stdout chunk (state=3): >>># 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 0x7f0ea1df5d30> <<< 6494 1726853135.78896: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 6494 1726853135.78902: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 6494 1726853135.78934: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 6494 1726853135.78937: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 6494 1726853135.78953: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1df6bd0> <<< 6494 1726853135.78991: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853135.78995: stdout chunk (state=3): >>># extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853135.78997: stdout chunk (state=3): >>>import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ea1df7230> <<< 6494 1726853135.79021: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1df6120> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 6494 1726853135.79028: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 6494 1726853135.79072: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853135.79075: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853135.79090: stdout chunk (state=3): >>>import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ea1df7cb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1df73e0> <<< 6494 1726853135.79130: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1dde450> <<< 6494 1726853135.79155: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 6494 1726853135.79177: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 6494 1726853135.79198: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 6494 1726853135.79219: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 6494 1726853135.79263: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ea1adbbc0> <<< 6494 1726853135.79274: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 6494 1726853135.79311: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853135.79314: stdout chunk (state=3): >>># 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 0x7f0ea1b04710> <<< 6494 1726853135.79317: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1b04470> <<< 6494 1726853135.79349: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ea1b046b0> <<< 6494 1726853135.79370: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 6494 1726853135.79375: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 6494 1726853135.79449: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853135.79577: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ea1b04fe0> <<< 6494 1726853135.79728: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853135.79744: stdout chunk (state=3): >>># extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ea1b05910> <<< 6494 1726853135.79755: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1b04890> <<< 6494 1726853135.79765: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1ad9d60> <<< 6494 1726853135.79785: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 6494 1726853135.79804: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 6494 1726853135.79830: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 6494 1726853135.79853: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 6494 1726853135.79858: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1b06cc0> <<< 6494 1726853135.79882: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1b05790> <<< 6494 1726853135.79900: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1ddeba0> <<< 6494 1726853135.79924: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 6494 1726853135.79998: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853135.80012: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 6494 1726853135.80050: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 6494 1726853135.80075: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1b33020> <<< 6494 1726853135.80135: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 6494 1726853135.80145: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853135.80167: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 6494 1726853135.80186: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 6494 1726853135.80231: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1b533e0> <<< 6494 1726853135.80247: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 6494 1726853135.80298: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 6494 1726853135.80348: stdout chunk (state=3): >>>import 'ntpath' # <<< 6494 1726853135.80375: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1bb4200> <<< 6494 1726853135.80398: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 6494 1726853135.80430: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 6494 1726853135.80451: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 6494 1726853135.80493: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 6494 1726853135.80583: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1bb6960> <<< 6494 1726853135.80658: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1bb4320> <<< 6494 1726853135.80700: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1b811f0> <<< 6494 1726853135.80731: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 6494 1726853135.80746: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea19c52e0> <<< 6494 1726853135.80752: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1b521e0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1b07bf0> <<< 6494 1726853135.80942: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 6494 1726853135.80961: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f0ea1b52300> <<< 6494 1726853135.81329: stdout chunk (state=3): >>># zipimport: found 104 names in '/tmp/ansible_ansible.legacy.systemd_payload_rl2ichqm/ansible_ansible.legacy.systemd_payload.zip' <<< 6494 1726853135.81335: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.81453: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.81483: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 6494 1726853135.81493: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 6494 1726853135.81535: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 6494 1726853135.81612: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 6494 1726853135.81648: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' <<< 6494 1726853135.81651: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1a2ef90> <<< 6494 1726853135.81654: stdout chunk (state=3): >>>import '_typing' # <<< 6494 1726853135.81848: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1a0de80> <<< 6494 1726853135.81851: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1a0d040> # zipimport: zlib available <<< 6494 1726853135.81885: stdout chunk (state=3): >>>import 'ansible' # <<< 6494 1726853135.81892: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.81914: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.81929: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.81945: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 6494 1726853135.81948: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.83414: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.84715: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1a2ce30> <<< 6494 1726853135.84744: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853135.84766: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 6494 1726853135.84774: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 6494 1726853135.84790: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 6494 1726853135.84795: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 6494 1726853135.84833: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853135.84838: stdout chunk (state=3): >>># 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 0x7f0ea1a62900> <<< 6494 1726853135.84873: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1a62690> <<< 6494 1726853135.84899: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1a62000> <<< 6494 1726853135.84929: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 6494 1726853135.84934: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 6494 1726853135.84983: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1a62750> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1f629c0> <<< 6494 1726853135.84985: stdout chunk (state=3): >>>import 'atexit' # <<< 6494 1726853135.85011: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853135.85029: stdout chunk (state=3): >>># extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ea1a63680> <<< 6494 1726853135.85043: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853135.85056: stdout chunk (state=3): >>># extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ea1a638c0> <<< 6494 1726853135.85069: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 6494 1726853135.85128: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 6494 1726853135.85139: stdout chunk (state=3): >>>import '_locale' # <<< 6494 1726853135.85185: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1a63d40> <<< 6494 1726853135.85188: stdout chunk (state=3): >>>import 'pwd' # <<< 6494 1726853135.85214: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 6494 1726853135.85244: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 6494 1726853135.85283: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1329ac0> <<< 6494 1726853135.85315: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853135.85324: stdout chunk (state=3): >>># extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ea132b770> <<< 6494 1726853135.85336: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 6494 1726853135.85356: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 6494 1726853135.85390: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea132c140> <<< 6494 1726853135.85413: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 6494 1726853135.85448: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 6494 1726853135.85466: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea132cfe0> <<< 6494 1726853135.85485: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 6494 1726853135.85526: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 6494 1726853135.85549: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 6494 1726853135.85553: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 6494 1726853135.85603: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea132fd40> <<< 6494 1726853135.85645: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853135.85649: stdout chunk (state=3): >>># 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 0x7f0ea1a0cfb0> <<< 6494 1726853135.85670: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea132e000> <<< 6494 1726853135.85686: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 6494 1726853135.85718: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 6494 1726853135.85741: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 6494 1726853135.85756: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 6494 1726853135.85760: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 6494 1726853135.85907: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 6494 1726853135.85920: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 6494 1726853135.85944: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 6494 1726853135.85947: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1337ce0> <<< 6494 1726853135.85951: stdout chunk (state=3): >>>import '_tokenize' # <<< 6494 1726853135.86022: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea13367b0> <<< 6494 1726853135.86035: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1336510> <<< 6494 1726853135.86053: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 6494 1726853135.86055: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 6494 1726853135.86128: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1336a80> <<< 6494 1726853135.86156: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea132e510> <<< 6494 1726853135.86188: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853135.86193: stdout chunk (state=3): >>># extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ea137bf80> <<< 6494 1726853135.86216: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853135.86221: stdout chunk (state=3): >>>import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea137c080> <<< 6494 1726853135.86240: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 6494 1726853135.86259: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 6494 1726853135.86288: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py <<< 6494 1726853135.86290: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 6494 1726853135.86324: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853135.86337: stdout chunk (state=3): >>># extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ea137db80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea137d940> <<< 6494 1726853135.86345: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 6494 1726853135.86383: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 6494 1726853135.86435: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ea1380110> <<< 6494 1726853135.86438: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea137e240> <<< 6494 1726853135.86456: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 6494 1726853135.86506: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853135.86526: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 6494 1726853135.86542: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 6494 1726853135.86547: stdout chunk (state=3): >>>import '_string' # <<< 6494 1726853135.86593: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea13838f0> <<< 6494 1726853135.86722: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea13802c0> <<< 6494 1726853135.86789: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ea1384710> <<< 6494 1726853135.86820: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853135.86827: stdout chunk (state=3): >>># extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ea1384950> <<< 6494 1726853135.86862: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853135.86872: stdout chunk (state=3): >>># extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ea1384a70> <<< 6494 1726853135.86891: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea137c260> <<< 6494 1726853135.86904: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py <<< 6494 1726853135.86912: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 6494 1726853135.86925: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 6494 1726853135.86957: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 6494 1726853135.86981: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853135.87010: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ea12101d0> <<< 6494 1726853135.87170: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853135.87183: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ea1211280> <<< 6494 1726853135.87189: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1386990> <<< 6494 1726853135.87225: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853135.87234: stdout chunk (state=3): >>># extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ea1387d40> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea13865d0> <<< 6494 1726853135.87244: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.87256: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.87263: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 6494 1726853135.87284: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.87374: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.87465: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.87468: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.87489: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 6494 1726853135.87496: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.87512: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 6494 1726853135.87526: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.87649: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.87771: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.88351: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.88931: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 6494 1726853135.88938: 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' # <<< 6494 1726853135.88954: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 6494 1726853135.88982: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853135.89042: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ea1215580> <<< 6494 1726853135.89121: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 6494 1726853135.89128: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 6494 1726853135.89148: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1216510> <<< 6494 1726853135.89155: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea12114c0> <<< 6494 1726853135.89199: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 6494 1726853135.89213: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.89234: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.89260: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 6494 1726853135.89423: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.89589: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 6494 1726853135.89593: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 6494 1726853135.89607: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea12161e0> <<< 6494 1726853135.89611: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.90107: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.90578: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.90647: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.90730: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 6494 1726853135.90737: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.90774: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.90807: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 6494 1726853135.90825: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.90884: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.90972: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 6494 1726853135.90991: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.90994: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 6494 1726853135.91012: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.91050: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.91093: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 6494 1726853135.91106: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.91344: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.91582: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 6494 1726853135.91654: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 6494 1726853135.91662: stdout chunk (state=3): >>>import '_ast' # <<< 6494 1726853135.91737: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1217560> <<< 6494 1726853135.91744: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.91820: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.91894: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 6494 1726853135.91914: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 6494 1726853135.91921: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 6494 1726853135.91930: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.91974: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.92019: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 6494 1726853135.92024: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.92065: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.92111: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.92168: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.92246: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 6494 1726853135.92304: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853135.92387: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ea1221f40> <<< 6494 1726853135.92421: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea121fd10> <<< 6494 1726853135.92460: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 6494 1726853135.92466: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.92531: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.92598: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.92623: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.92676: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853135.92704: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 6494 1726853135.92727: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 6494 1726853135.92753: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 6494 1726853135.92812: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 6494 1726853135.92835: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 6494 1726853135.92841: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 6494 1726853135.92897: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea130a960> <<< 6494 1726853135.92938: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1a8a630> <<< 6494 1726853135.93033: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1222090> <<< 6494 1726853135.93039: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1216e70> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 6494 1726853135.93070: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.93096: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 6494 1726853135.93101: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 6494 1726853135.93172: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 6494 1726853135.93174: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.93184: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.93205: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 6494 1726853135.93213: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.93439: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.93613: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.93631: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.93649: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.93695: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.93736: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.93775: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.93808: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # <<< 6494 1726853135.93827: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.93889: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.93963: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.93983: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.94021: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.typing' # <<< 6494 1726853135.94034: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.94210: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.94383: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.94430: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.94479: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py <<< 6494 1726853135.94487: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853135.94500: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py <<< 6494 1726853135.94536: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' <<< 6494 1726853135.94550: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py <<< 6494 1726853135.94566: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' <<< 6494 1726853135.94587: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea12b2180> <<< 6494 1726853135.94610: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 6494 1726853135.94625: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 6494 1726853135.94647: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 6494 1726853135.94686: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 6494 1726853135.94712: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 6494 1726853135.94722: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 6494 1726853135.94744: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea0f10710> <<< 6494 1726853135.94765: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853135.94792: stdout chunk (state=3): >>># 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 0x7f0ea0f10290> <<< 6494 1726853135.94840: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1298440> <<< 6494 1726853135.94858: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea12b2cf0> <<< 6494 1726853135.94891: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea12b07a0> <<< 6494 1726853135.94894: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea12b0350> <<< 6494 1726853135.94917: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 6494 1726853135.94972: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' <<< 6494 1726853135.94994: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 6494 1726853135.94999: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 6494 1726853135.95036: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 6494 1726853135.95038: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 6494 1726853135.95072: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853135.95080: stdout chunk (state=3): >>># 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 0x7f0ea0f138f0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea0f131a0> <<< 6494 1726853135.95101: stdout chunk (state=3): >>># extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853135.95108: stdout chunk (state=3): >>># 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 0x7f0ea0f13380> <<< 6494 1726853135.95123: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea0f125d0> <<< 6494 1726853135.95266: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 6494 1726853135.95284: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' <<< 6494 1726853135.95302: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea0f139b0> <<< 6494 1726853135.95317: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 6494 1726853135.95356: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 6494 1726853135.95383: stdout chunk (state=3): >>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853135.95395: stdout chunk (state=3): >>># 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 0x7f0ea0f7a4b0> <<< 6494 1726853135.95418: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea0f784a0> <<< 6494 1726853135.95446: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea12b0530> <<< 6494 1726853135.95459: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.timeout' # <<< 6494 1726853135.95467: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.collector' # <<< 6494 1726853135.95478: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.95500: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.other' # <<< 6494 1726853135.95517: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.95595: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.95658: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # # zipimport: zlib available <<< 6494 1726853135.95715: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.95776: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 6494 1726853135.95798: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 6494 1726853135.95803: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system' # <<< 6494 1726853135.95832: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.95856: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.95886: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # <<< 6494 1726853135.95891: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.95935: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.95987: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # <<< 6494 1726853135.95989: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.96028: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.96087: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # <<< 6494 1726853135.96089: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.96158: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.96206: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.96243: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.96314: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # <<< 6494 1726853135.96316: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.cmdline' # # zipimport: zlib available <<< 6494 1726853135.96815: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.97266: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # <<< 6494 1726853135.97274: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.97334: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.97386: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.97422: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.97457: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 6494 1726853135.97466: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.date_time' # <<< 6494 1726853135.97477: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.97510: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.97539: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # <<< 6494 1726853135.97553: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.97608: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.97660: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # <<< 6494 1726853135.97664: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.97698: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.97728: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # <<< 6494 1726853135.97744: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.97764: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.97803: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # # zipimport: zlib available <<< 6494 1726853135.97884: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.97979: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 6494 1726853135.97982: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 6494 1726853135.98003: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea0f7a930> <<< 6494 1726853135.98035: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 6494 1726853135.98090: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 6494 1726853135.98213: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea0f7b560> import 'ansible.module_utils.facts.system.local' # <<< 6494 1726853135.98230: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.98295: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.98368: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # <<< 6494 1726853135.98385: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.98454: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.98524: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 6494 1726853135.98538: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.98585: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.98676: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # <<< 6494 1726853135.98688: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.98709: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.98760: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 6494 1726853135.98805: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 6494 1726853135.98878: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853135.98945: stdout chunk (state=3): >>># 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 0x7f0ea0faeab0><<< 6494 1726853135.98950: stdout chunk (state=3): >>> <<< 6494 1726853135.99145: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea0f9f740> <<< 6494 1726853135.99152: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.python' # # zipimport: zlib available <<< 6494 1726853135.99204: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.99265: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # <<< 6494 1726853135.99270: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.99361: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.99439: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.99555: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.99701: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 6494 1726853135.99708: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available <<< 6494 1726853135.99751: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.99791: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # <<< 6494 1726853135.99797: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.99838: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.99888: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py <<< 6494 1726853135.99893: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' <<< 6494 1726853135.99927: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853135.99955: stdout chunk (state=3): >>># extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853135.99961: stdout chunk (state=3): >>>import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ea0fc6030> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea0f9f890> import 'ansible.module_utils.facts.system.user' # <<< 6494 1726853135.99967: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853135.99992: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.hardware' # <<< 6494 1726853135.99995: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.00043: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.00079: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # <<< 6494 1726853136.00092: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.00252: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.00402: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 6494 1726853136.00409: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.00510: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.00612: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.00651: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.00688: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # <<< 6494 1726853136.00694: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.darwin' # <<< 6494 1726853136.00721: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.00728: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.00746: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.00896: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.01034: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # <<< 6494 1726853136.01051: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available <<< 6494 1726853136.01168: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.01282: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # <<< 6494 1726853136.01294: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.01329: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.01367: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.01926: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.02460: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # <<< 6494 1726853136.02465: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.02572: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.02679: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 6494 1726853136.02688: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.02789: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.02891: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # # zipimport: zlib available <<< 6494 1726853136.03050: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.03202: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 6494 1726853136.03210: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.03229: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network' # <<< 6494 1726853136.03247: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.03291: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.03339: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # <<< 6494 1726853136.03344: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.03438: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.03534: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.03738: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.03938: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # <<< 6494 1726853136.03953: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.aix' # # zipimport: zlib available <<< 6494 1726853136.03989: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.04024: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # <<< 6494 1726853136.04038: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.04056: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.04086: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # <<< 6494 1726853136.04091: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.04162: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.04233: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # <<< 6494 1726853136.04239: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.04261: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.04285: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # <<< 6494 1726853136.04294: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.04352: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.04410: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # <<< 6494 1726853136.04419: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.04476: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.04533: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # <<< 6494 1726853136.04541: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.04817: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.05082: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # <<< 6494 1726853136.05090: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.05148: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.05213: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # <<< 6494 1726853136.05216: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.05252: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.05281: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # <<< 6494 1726853136.05301: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.05327: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.05367: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # <<< 6494 1726853136.05370: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.05404: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.05445: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # <<< 6494 1726853136.05447: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.05525: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.05602: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 6494 1726853136.05610: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.05630: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.05644: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual' # <<< 6494 1726853136.05650: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.05694: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.05736: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # <<< 6494 1726853136.05747: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.05768: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.05783: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.05834: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.05877: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.05949: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.06024: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sysctl' # <<< 6494 1726853136.06030: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # <<< 6494 1726853136.06051: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.06089: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.06141: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 6494 1726853136.06146: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.06359: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.06553: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # <<< 6494 1726853136.06571: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.06618: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.06671: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # <<< 6494 1726853136.06676: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.06721: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.06770: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 6494 1726853136.06776: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.06860: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.06936: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # <<< 6494 1726853136.06952: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.default_collectors' # <<< 6494 1726853136.06959: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.07037: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.07130: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # <<< 6494 1726853136.07146: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # <<< 6494 1726853136.07153: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.07293: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853136.07429: stdout chunk (state=3): >>>import 'ansible.module_utils.service' # <<< 6494 1726853136.07517: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853137.69493: stdout chunk (state=3): >>> {"name": "firewalld", "changed": true, "status": {"Type": "dbus", "ExitType": "main", "Restart": "no", "RestartMode": "normal", "NotifyAccess": "none", "RestartUSec": "100ms", "RestartSteps": "0", "RestartMaxDelayUSec": "infinity", "RestartUSecNext": "100ms", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimeoutAbortUSec": "1min 30s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "terminate", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "infinity", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "BusName": "org.fedoraproject.FirewallD1", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "FileDescriptorStorePreserve": "restart", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestampMonotonic": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroupId": "0", "MemoryCurrent": "[not set]", "MemoryPeak": "[not set]", "MemorySwapCurrent": "[not set]", "Memory<<< 6494 1726853137.69498: stdout chunk (state=3): >>>SwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryAvailable": "3327672320", "EffectiveMemoryMax": "3702874112", "EffectiveMemoryHigh": "3702874112", "CPUUsageNSec": "[not set]", "TasksCurrent": "[not set]", "EffectiveTasksMax": "22362", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultStartupMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "StartupMemoryLow": "0", "MemoryHigh": "infinity", "StartupMemoryHigh": "infinity", "MemoryMax": "infinity", "StartupMemoryMax": "infinity", "MemorySwapMax": "infinity", "StartupMemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MemoryLimit": "infinity", "DevicePolicy": "closed", "DeviceAllow": "char-rtc r", "TasksAccounting": "yes", "TasksMax": "22362", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "MemoryPressureWatch": "auto", "MemoryPressureThresholdUSec": "200ms", "CoredumpReceive": "no", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "13976", "LimitNPROCSoft": "13976", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "13976", "LimitSIGPENDINGSoft": "13976", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "RootEphemeral": "no", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "null", "StandardError": "null", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "SetLoginEnvironment": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "yes", "ProtectClock": "yes", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLog<<< 6494 1726853137.69523: stdout chunk (state=3): >>>s": "yes", "ProtectControlGroups": "yes", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "yes", "ProtectSystem": "yes", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "2147483646", "LockPersonality": "yes", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "yes", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "yes", "MemoryKSM": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "KillMode": "mixed", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "firewalld.service", "Names": "firewalld.service", "Requires": "sysinit.target dbus.socket system.slice", "Wants": "network-pre.target", "Conflicts": "ebtables.service ip6tables.service ipset.service shutdown.target iptables.service", "Before": "network-pre.target shutdown.target", "After": "sysinit.target polkit.service dbus-broker.service dbus.socket system.slice basic.target", "Documentation": "\"man:firewalld(1)\"", "Description": "firewalld - dynamic firewall daemon", "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "inactive", "FreezerState": "running", "SubState": "dead", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "UnitFileState": "disabled", "UnitFilePreset": "enabled", "StateChangeTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "InactiveEnterTimestampMonotonic": "0", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "SurviveFinalKillSignal": "no", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "no", "AssertResult": "no", "ConditionTimestampMonotonic": "0", "AssertTimestampMonotonic": "0", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "CollectMode": "inactive"}, "enabled": true, "state": "started", "invocation": {"module_args": {"name": "firewalld", "state": "started", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "force": null, "masked": null}}} <<< 6494 1726853137.70236: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ <<< 6494 1726853137.70279: stdout chunk (state=3): >>># 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 <<< 6494 1726853137.70284: stdout chunk (state=3): >>># 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 <<< 6494 1726853137.70331: stdout chunk (state=3): >>># 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 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 <<< 6494 1726853137.70377: stdout chunk (state=3): >>># cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # 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 <<< 6494 1726853137.70393: 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 # 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<<< 6494 1726853137.70441: stdout chunk (state=3): >>> # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # 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 _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing <<< 6494 1726853137.70512: stdout chunk (state=3): >>># 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 <<< 6494 1726853137.70516: stdout chunk (state=3): >>># 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 <<< 6494 1726853137.70624: 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 <<< 6494 1726853137.70627: 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<<< 6494 1726853137.70662: stdout chunk (state=3): >>> # 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.service # destroy ansible.module_utils.service <<< 6494 1726853137.71040: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 6494 1726853137.71072: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 6494 1726853137.71093: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii<<< 6494 1726853137.71111: stdout chunk (state=3): >>> # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 6494 1726853137.71118: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 6494 1726853137.71146: stdout chunk (state=3): >>># destroy ntpath <<< 6494 1726853137.71231: stdout chunk (state=3): >>># destroy importlib # destroy zipimport<<< 6494 1726853137.71235: stdout chunk (state=3): >>> # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner <<< 6494 1726853137.71237: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings <<< 6494 1726853137.71238: stdout chunk (state=3): >>># destroy _locale <<< 6494 1726853137.71240: stdout chunk (state=3): >>># destroy locale # destroy _signal # destroy _posixsubprocess <<< 6494 1726853137.71241: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 6494 1726853137.71297: stdout chunk (state=3): >>># destroy selinux <<< 6494 1726853137.71299: stdout chunk (state=3): >>># destroy shutil # destroy distro <<< 6494 1726853137.71303: stdout chunk (state=3): >>># destroy distro.distro # destroy argparse # destroy logging <<< 6494 1726853137.71347: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing <<< 6494 1726853137.71366: stdout chunk (state=3): >>># destroy multiprocessing.connection # destroy multiprocessing.pool # destroy signal # destroy multiprocessing.context # destroy array # destroy _compat_pickle <<< 6494 1726853137.71412: stdout chunk (state=3): >>># destroy _pickle # destroy queue <<< 6494 1726853137.71418: stdout chunk (state=3): >>># destroy _heapq # destroy _queue # destroy multiprocessing.process # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing <<< 6494 1726853137.71439: stdout chunk (state=3): >>># destroy fcntl # destroy datetime <<< 6494 1726853137.71448: stdout chunk (state=3): >>># destroy base64 <<< 6494 1726853137.71465: stdout chunk (state=3): >>># destroy _ssl <<< 6494 1726853137.71504: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux <<< 6494 1726853137.71506: stdout chunk (state=3): >>># destroy getpass # destroy pwd # destroy termios # destroy errno # destroy json <<< 6494 1726853137.71527: stdout chunk (state=3): >>># destroy socket # destroy struct <<< 6494 1726853137.71548: stdout chunk (state=3): >>># destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy glob # destroy pickle # destroy select # destroy shlex # destroy subprocess <<< 6494 1726853137.71589: stdout chunk (state=3): >>># cleanup[3] wiping configparser <<< 6494 1726853137.71637: 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 # 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<<< 6494 1726853137.71643: stdout chunk (state=3): >>> # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 6494 1726853137.71646: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc <<< 6494 1726853137.71682: stdout chunk (state=3): >>># 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 <<< 6494 1726853137.71687: stdout chunk (state=3): >>># 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 <<< 6494 1726853137.71700: stdout chunk (state=3): >>># cleanup[3] wiping _sre <<< 6494 1726853137.71721: stdout chunk (state=3): >>># cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc <<< 6494 1726853137.71728: stdout chunk (state=3): >>># 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 <<< 6494 1726853137.71755: stdout chunk (state=3): >>># destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix <<< 6494 1726853137.71763: 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 <<< 6494 1726853137.71785: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 6494 1726853137.71966: stdout chunk (state=3): >>># destroy sys.monitoring <<< 6494 1726853137.71969: stdout chunk (state=3): >>># destroy _socket <<< 6494 1726853137.71972: stdout chunk (state=3): >>># destroy _collections <<< 6494 1726853137.72002: stdout chunk (state=3): >>># destroy platform <<< 6494 1726853137.72011: stdout chunk (state=3): >>># destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 6494 1726853137.72036: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 6494 1726853137.72061: stdout chunk (state=3): >>># destroy _typing <<< 6494 1726853137.72079: stdout chunk (state=3): >>># destroy _tokenize <<< 6494 1726853137.72088: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves <<< 6494 1726853137.72115: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 6494 1726853137.72117: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 6494 1726853137.72275: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 6494 1726853137.72287: stdout chunk (state=3): >>># destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 6494 1726853137.72289: stdout chunk (state=3): >>># destroy time <<< 6494 1726853137.72291: stdout chunk (state=3): >>># destroy _random <<< 6494 1726853137.72292: stdout chunk (state=3): >>># destroy _weakref <<< 6494 1726853137.72293: stdout chunk (state=3): >>># destroy _hashlib <<< 6494 1726853137.72319: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re # destroy itertools <<< 6494 1726853137.72331: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix <<< 6494 1726853137.72347: stdout chunk (state=3): >>># destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 6494 1726853137.72728: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.41.218 closed. <<< 6494 1726853137.72792: stderr chunk (state=3): >>><<< 6494 1726853137.72795: stdout chunk (state=3): >>><<< 6494 1726853137.72959: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1f604d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1f2fb30> # /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 0x7f0ea1f62a50> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1f71130> # /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 0x7f0ea1f71fa0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1d4fdd0> # /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 0x7f0ea1d4ffe0> # /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 0x7f0ea1d87800> # /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 0x7f0ea1d87e90> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1d67aa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1d651c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1d4cf80> # /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 0x7f0ea1da76e0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1da6300> # /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 0x7f0ea1d66060> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1d4ee70> # /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 0x7f0ea1ddc7a0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1d4c200> # /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 0x7f0ea1ddcc50> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1ddcb00> # 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 0x7f0ea1ddcef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1d4ad20> # /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 0x7f0ea1ddd5b0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1ddd280> 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 0x7f0ea1dde4b0> 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 0x7f0ea1df4680> 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 0x7f0ea1df5d30> # /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 0x7f0ea1df6bd0> # 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 0x7f0ea1df7230> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1df6120> # /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 0x7f0ea1df7cb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1df73e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1dde450> # /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 0x7f0ea1adbbc0> # /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 0x7f0ea1b04710> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1b04470> # 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 0x7f0ea1b046b0> # /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 0x7f0ea1b04fe0> # 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 0x7f0ea1b05910> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1b04890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1ad9d60> # /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 0x7f0ea1b06cc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1b05790> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1ddeba0> # /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 0x7f0ea1b33020> # /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 0x7f0ea1b533e0> # /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 0x7f0ea1bb4200> # /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 0x7f0ea1bb6960> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1bb4320> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1b811f0> # /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 0x7f0ea19c52e0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1b521e0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1b07bf0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f0ea1b52300> # zipimport: found 104 names in '/tmp/ansible_ansible.legacy.systemd_payload_rl2ichqm/ansible_ansible.legacy.systemd_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 0x7f0ea1a2ef90> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1a0de80> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1a0d040> # 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 0x7f0ea1a2ce30> # /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 0x7f0ea1a62900> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1a62690> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1a62000> # /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 0x7f0ea1a62750> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1f629c0> 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 0x7f0ea1a63680> # 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 0x7f0ea1a638c0> # /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 0x7f0ea1a63d40> 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 0x7f0ea1329ac0> # 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 0x7f0ea132b770> # /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 0x7f0ea132c140> # /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 0x7f0ea132cfe0> # /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 0x7f0ea132fd40> # 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 0x7f0ea1a0cfb0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea132e000> # /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 0x7f0ea1337ce0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea13367b0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1336510> # /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 0x7f0ea1336a80> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea132e510> # 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 0x7f0ea137bf80> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea137c080> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ea137db80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea137d940> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ea1380110> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea137e240> # /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 0x7f0ea13838f0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea13802c0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ea1384710> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ea1384950> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ea1384a70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea137c260> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ea12101d0> # 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 0x7f0ea1211280> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1386990> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ea1387d40> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea13865d0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ea1215580> # /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 0x7f0ea1216510> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea12114c0> 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 0x7f0ea12161e0> # 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 0x7f0ea1217560> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ea1221f40> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea121fd10> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea130a960> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1a8a630> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1222090> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1216e70> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.namespace' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.typing' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /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 0x7f0ea12b2180> # /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' # /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 0x7f0ea0f10710> # 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 0x7f0ea0f10290> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea1298440> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea12b2cf0> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea12b07a0> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea12b0350> # /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' # /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 0x7f0ea0f138f0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea0f131a0> # 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 0x7f0ea0f13380> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea0f125d0> # /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 0x7f0ea0f139b0> # /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' # 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 0x7f0ea0f7a4b0> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea0f784a0> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea12b0530> import 'ansible.module_utils.facts.timeout' # import 'ansible.module_utils.facts.collector' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other.facter' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other.ohai' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.apparmor' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.caps' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.chroot' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.distribution' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.datetime' # import 'ansible.module_utils.facts.system.date_time' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.env' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.dns' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.fips' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.loadavg' # # 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 0x7f0ea0f7a930> # /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 0x7f0ea0f7b560> import 'ansible.module_utils.facts.system.local' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.lsb' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.pkg_mgr' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.platform' # # zipimport: zlib available # zipimport: zlib available # /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 0x7f0ea0faeab0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea0f9f740> import 'ansible.module_utils.facts.system.python' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.selinux' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.version' # import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.ssh_pub_keys' # # zipimport: zlib available # zipimport: zlib available # /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 0x7f0ea0fc6030> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ea0f9f890> import 'ansible.module_utils.facts.system.user' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.base' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.aix' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.sysctl' # import 'ansible.module_utils.facts.hardware.darwin' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.hpux' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.sunos' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.base' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.darwin' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.fc_wwn' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.freebsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.hpux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.hurd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.linux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.iscsi' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.nvme' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.sunos' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.base' # # 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' # import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.hpux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.linux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.service' # # zipimport: zlib available {"name": "firewalld", "changed": true, "status": {"Type": "dbus", "ExitType": "main", "Restart": "no", "RestartMode": "normal", "NotifyAccess": "none", "RestartUSec": "100ms", "RestartSteps": "0", "RestartMaxDelayUSec": "infinity", "RestartUSecNext": "100ms", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimeoutAbortUSec": "1min 30s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "terminate", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "infinity", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "BusName": "org.fedoraproject.FirewallD1", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "FileDescriptorStorePreserve": "restart", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestampMonotonic": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroupId": "0", "MemoryCurrent": "[not set]", "MemoryPeak": "[not set]", "MemorySwapCurrent": "[not set]", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryAvailable": "3327672320", "EffectiveMemoryMax": "3702874112", "EffectiveMemoryHigh": "3702874112", "CPUUsageNSec": "[not set]", "TasksCurrent": "[not set]", "EffectiveTasksMax": "22362", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultStartupMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "StartupMemoryLow": "0", "MemoryHigh": "infinity", "StartupMemoryHigh": "infinity", "MemoryMax": "infinity", "StartupMemoryMax": "infinity", "MemorySwapMax": "infinity", "StartupMemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MemoryLimit": "infinity", "DevicePolicy": "closed", "DeviceAllow": "char-rtc r", "TasksAccounting": "yes", "TasksMax": "22362", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "MemoryPressureWatch": "auto", "MemoryPressureThresholdUSec": "200ms", "CoredumpReceive": "no", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "13976", "LimitNPROCSoft": "13976", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "13976", "LimitSIGPENDINGSoft": "13976", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "RootEphemeral": "no", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "null", "StandardError": "null", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "SetLoginEnvironment": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "yes", "ProtectClock": "yes", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "yes", "ProtectControlGroups": "yes", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "yes", "ProtectSystem": "yes", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "2147483646", "LockPersonality": "yes", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "yes", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "yes", "MemoryKSM": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "KillMode": "mixed", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "firewalld.service", "Names": "firewalld.service", "Requires": "sysinit.target dbus.socket system.slice", "Wants": "network-pre.target", "Conflicts": "ebtables.service ip6tables.service ipset.service shutdown.target iptables.service", "Before": "network-pre.target shutdown.target", "After": "sysinit.target polkit.service dbus-broker.service dbus.socket system.slice basic.target", "Documentation": "\"man:firewalld(1)\"", "Description": "firewalld - dynamic firewall daemon", "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "inactive", "FreezerState": "running", "SubState": "dead", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "UnitFileState": "disabled", "UnitFilePreset": "enabled", "StateChangeTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "InactiveEnterTimestampMonotonic": "0", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "SurviveFinalKillSignal": "no", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "no", "AssertResult": "no", "ConditionTimestampMonotonic": "0", "AssertTimestampMonotonic": "0", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "CollectMode": "inactive"}, "enabled": true, "state": "started", "invocation": {"module_args": {"name": "firewalld", "state": "started", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "force": null, "masked": null}}} # 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 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # 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 _heapq # cleanup[2] removing heapq # destroy heapq # 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.service # destroy ansible.module_utils.service # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # 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 systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.connection # destroy multiprocessing.pool # destroy signal # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.process # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing # destroy fcntl # destroy datetime # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy errno # destroy json # destroy socket # destroy struct # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy glob # destroy pickle # destroy select # destroy shlex # destroy subprocess # cleanup[3] wiping configparser # 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 # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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.41.218 closed. 6494 1726853137.74422: done with _execute_module (ansible.legacy.systemd, {'name': 'firewalld', 'state': 'started', 'enabled': True, '_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.systemd', '_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-1726853135.6264586-6790-203341264333164/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6494 1726853137.74427: _low_level_execute_command(): starting 6494 1726853137.74430: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726853135.6264586-6790-203341264333164/ > /dev/null 2>&1 && sleep 0' 6494 1726853137.74573: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853137.74578: 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.41.218 originally 10.31.41.218 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853137.74580: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853137.74582: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 <<< 6494 1726853137.74585: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853137.74639: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853137.74643: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853137.74775: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853137.76950: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853137.76953: stdout chunk (state=3): >>><<< 6494 1726853137.76955: stderr chunk (state=3): >>><<< 6494 1726853137.76996: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853137.77002: handler run complete 6494 1726853137.77119: attempt loop complete, returning result 6494 1726853137.77122: _execute() done 6494 1726853137.77124: dumping result to json 6494 1726853137.77126: done dumping result, returning 6494 1726853137.77128: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.firewall : Enable and start firewalld service [0affc48f-66db-1e98-6787-0000000000f8] 6494 1726853137.77131: sending task result for task 0affc48f-66db-1e98-6787-0000000000f8 6494 1726853137.77336: done sending task result for task 0affc48f-66db-1e98-6787-0000000000f8 6494 1726853137.77339: WORKER PROCESS EXITING changed: [managed_node1] => { "changed": true, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "sysinit.target polkit.service dbus-broker.service dbus.socket system.slice basic.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "network-pre.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "ebtables.service ip6tables.service ipset.service shutdown.target iptables.service", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DeviceAllow": "char-rtc r", "DevicePolicy": "closed", "Documentation": "\"man:firewalld(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3702874112", "EffectiveMemoryMax": "3702874112", "EffectiveTasksMax": "22362", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13976", "LimitNPROCSoft": "13976", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13976", "LimitSIGPENDINGSoft": "13976", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3327672320", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectHome": "yes", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target dbus.socket system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22362", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } 6494 1726853137.77635: no more pending results, returning what we have 6494 1726853137.77637: results queue empty 6494 1726853137.77638: checking for any_errors_fatal 6494 1726853137.77645: done checking for any_errors_fatal 6494 1726853137.77645: checking for max_fail_percentage 6494 1726853137.77646: done checking for max_fail_percentage 6494 1726853137.77647: checking to see if all hosts have failed and the running result is not ok 6494 1726853137.77651: done checking to see if all hosts have failed 6494 1726853137.77652: getting the remaining hosts for this loop 6494 1726853137.77653: done getting the remaining hosts for this loop 6494 1726853137.77657: getting the next task for host managed_node1 6494 1726853137.77663: done getting next task for host managed_node1 6494 1726853137.77666: ^ task is: TASK: fedora.linux_system_roles.firewall : Check if previous replaced is defined 6494 1726853137.77672: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853137.77679: getting variables 6494 1726853137.77680: in VariableManager get_vars() 6494 1726853137.77704: Calling all_inventory to load vars for managed_node1 6494 1726853137.77707: Calling groups_inventory to load vars for managed_node1 6494 1726853137.77708: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853137.77715: Calling all_plugins_play to load vars for managed_node1 6494 1726853137.77717: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853137.77719: Calling groups_plugins_play to load vars for managed_node1 6494 1726853137.77775: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853137.77833: done with get_vars() 6494 1726853137.77842: done getting variables 6494 1726853137.77893: 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.firewall : Check if previous replaced is defined] *** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 Friday 20 September 2024 13:25:37 -0400 (0:00:02.194) 0:00:12.701 ****** 6494 1726853137.77929: entering _queue_task() for managed_node1/set_fact 6494 1726853137.78191: worker is 1 (out of 1 available) 6494 1726853137.78208: exiting _queue_task() for managed_node1/set_fact 6494 1726853137.78220: done queuing things up, now waiting for results queue to drain 6494 1726853137.78222: waiting for pending results... 6494 1726853137.78649: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.firewall : Check if previous replaced is defined 6494 1726853137.78654: in run() - task 0affc48f-66db-1e98-6787-0000000000f9 6494 1726853137.78658: variable 'ansible_search_path' from source: unknown 6494 1726853137.78666: variable 'ansible_search_path' from source: unknown 6494 1726853137.78739: calling self._execute() 6494 1726853137.78786: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853137.78790: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853137.78804: variable 'omit' from source: magic vars 6494 1726853137.78895: variable 'omit' from source: magic vars 6494 1726853137.78944: variable 'omit' from source: magic vars 6494 1726853137.79173: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853137.80650: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853137.80954: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853137.80958: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853137.80961: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853137.80963: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853137.81003: 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) 6494 1726853137.81038: 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) 6494 1726853137.81062: 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) 6494 1726853137.81100: 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) 6494 1726853137.81116: 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) 6494 1726853137.81161: 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) 6494 1726853137.81186: 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) 6494 1726853137.81208: 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) 6494 1726853137.81280: 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) 6494 1726853137.81283: 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) 6494 1726853137.81294: 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) 6494 1726853137.81319: 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) 6494 1726853137.81343: 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) 6494 1726853137.81382: 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) 6494 1726853137.81394: 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) 6494 1726853137.81459: 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) 6494 1726853137.81479: 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) 6494 1726853137.81499: 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) 6494 1726853137.81549: 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) 6494 1726853137.81552: 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) 6494 1726853137.81754: variable 'firewall' from source: include params 6494 1726853137.81842: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6494 1726853137.81951: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6494 1726853137.81977: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6494 1726853137.81998: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6494 1726853137.82022: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6494 1726853137.82061: 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) 6494 1726853137.82076: 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) 6494 1726853137.82092: 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) 6494 1726853137.82112: 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) 6494 1726853137.82228: variable 'discovered_interpreter_python' from source: facts 6494 1726853137.82252: variable 'omit' from source: magic vars 6494 1726853137.82271: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6494 1726853137.82295: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6494 1726853137.82311: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6494 1726853137.82324: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853137.82334: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853137.82356: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6494 1726853137.82359: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853137.82363: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853137.82428: Set connection var ansible_shell_type to sh 6494 1726853137.82435: Set connection var ansible_pipelining to False 6494 1726853137.82441: Set connection var ansible_shell_executable to /bin/sh 6494 1726853137.82446: Set connection var ansible_timeout to 10 6494 1726853137.82453: Set connection var ansible_connection to ssh 6494 1726853137.82459: Set connection var ansible_module_compression to ZIP_DEFLATED 6494 1726853137.82479: variable 'ansible_shell_executable' from source: unknown 6494 1726853137.82483: variable 'ansible_connection' from source: unknown 6494 1726853137.82486: variable 'ansible_module_compression' from source: unknown 6494 1726853137.82488: variable 'ansible_shell_type' from source: unknown 6494 1726853137.82490: variable 'ansible_shell_executable' from source: unknown 6494 1726853137.82492: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853137.82494: variable 'ansible_pipelining' from source: unknown 6494 1726853137.82496: variable 'ansible_timeout' from source: unknown 6494 1726853137.82498: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853137.82567: 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) 6494 1726853137.82575: variable 'omit' from source: magic vars 6494 1726853137.82582: starting attempt loop 6494 1726853137.82585: running the handler 6494 1726853137.82595: handler run complete 6494 1726853137.82603: attempt loop complete, returning result 6494 1726853137.82609: _execute() done 6494 1726853137.82611: dumping result to json 6494 1726853137.82613: done dumping result, returning 6494 1726853137.82622: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.firewall : Check if previous replaced is defined [0affc48f-66db-1e98-6787-0000000000f9] 6494 1726853137.82624: sending task result for task 0affc48f-66db-1e98-6787-0000000000f9 6494 1726853137.82702: done sending task result for task 0affc48f-66db-1e98-6787-0000000000f9 6494 1726853137.82705: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "__firewall_previous_replaced": false, "__firewall_python_cmd": "/usr/bin/python3.12", "__firewall_report_changed": true }, "changed": false } 6494 1726853137.82765: no more pending results, returning what we have 6494 1726853137.82768: results queue empty 6494 1726853137.82769: checking for any_errors_fatal 6494 1726853137.82782: done checking for any_errors_fatal 6494 1726853137.82783: checking for max_fail_percentage 6494 1726853137.82785: done checking for max_fail_percentage 6494 1726853137.82785: checking to see if all hosts have failed and the running result is not ok 6494 1726853137.82786: done checking to see if all hosts have failed 6494 1726853137.82787: getting the remaining hosts for this loop 6494 1726853137.82789: done getting the remaining hosts for this loop 6494 1726853137.82792: getting the next task for host managed_node1 6494 1726853137.82800: done getting next task for host managed_node1 6494 1726853137.82804: ^ task is: TASK: fedora.linux_system_roles.firewall : Get config files, checksums before and remove 6494 1726853137.82807: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853137.82824: getting variables 6494 1726853137.82825: in VariableManager get_vars() 6494 1726853137.82862: Calling all_inventory to load vars for managed_node1 6494 1726853137.82864: Calling groups_inventory to load vars for managed_node1 6494 1726853137.82866: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853137.82875: Calling all_plugins_play to load vars for managed_node1 6494 1726853137.82877: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853137.82880: Calling groups_plugins_play to load vars for managed_node1 6494 1726853137.82934: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853137.82980: done with get_vars() 6494 1726853137.82986: done getting variables 6494 1726853137.83081: Loading ActionModule 'script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/script.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.firewall : Get config files, checksums before and remove] *** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Friday 20 September 2024 13:25:37 -0400 (0:00:00.051) 0:00:12.753 ****** 6494 1726853137.83104: entering _queue_task() for managed_node1/script 6494 1726853137.83106: Creating lock for script 6494 1726853137.83313: worker is 1 (out of 1 available) 6494 1726853137.83327: exiting _queue_task() for managed_node1/script 6494 1726853137.83349: done queuing things up, now waiting for results queue to drain 6494 1726853137.83350: waiting for pending results... 6494 1726853137.83510: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.firewall : Get config files, checksums before and remove 6494 1726853137.83596: in run() - task 0affc48f-66db-1e98-6787-0000000000fb 6494 1726853137.83609: variable 'ansible_search_path' from source: unknown 6494 1726853137.83613: variable 'ansible_search_path' from source: unknown 6494 1726853137.83642: calling self._execute() 6494 1726853137.83695: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853137.83698: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853137.83710: variable 'omit' from source: magic vars 6494 1726853137.83997: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853137.86002: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853137.86283: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853137.86328: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853137.86364: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853137.86396: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853137.86512: variable '__firewall_previous_replaced' from source: set_fact 6494 1726853137.86515: Evaluated conditional (__firewall_previous_replaced | bool): False 6494 1726853137.86521: when evaluation is False, skipping this task 6494 1726853137.86524: _execute() done 6494 1726853137.86529: dumping result to json 6494 1726853137.86533: done dumping result, returning 6494 1726853137.86538: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.firewall : Get config files, checksums before and remove [0affc48f-66db-1e98-6787-0000000000fb] 6494 1726853137.86609: sending task result for task 0affc48f-66db-1e98-6787-0000000000fb 6494 1726853137.86738: done sending task result for task 0affc48f-66db-1e98-6787-0000000000fb 6494 1726853137.86741: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } 6494 1726853137.86827: no more pending results, returning what we have 6494 1726853137.86830: results queue empty 6494 1726853137.86831: checking for any_errors_fatal 6494 1726853137.86837: done checking for any_errors_fatal 6494 1726853137.86838: checking for max_fail_percentage 6494 1726853137.86840: done checking for max_fail_percentage 6494 1726853137.86841: checking to see if all hosts have failed and the running result is not ok 6494 1726853137.86841: done checking to see if all hosts have failed 6494 1726853137.86842: getting the remaining hosts for this loop 6494 1726853137.86843: done getting the remaining hosts for this loop 6494 1726853137.86849: getting the next task for host managed_node1 6494 1726853137.86855: done getting next task for host managed_node1 6494 1726853137.86858: ^ task is: TASK: fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed 6494 1726853137.86862: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853137.86876: getting variables 6494 1726853137.86877: in VariableManager get_vars() 6494 1726853137.86919: Calling all_inventory to load vars for managed_node1 6494 1726853137.86923: Calling groups_inventory to load vars for managed_node1 6494 1726853137.86930: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853137.86945: Calling all_plugins_play to load vars for managed_node1 6494 1726853137.86951: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853137.86957: Calling groups_plugins_play to load vars for managed_node1 6494 1726853137.87020: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853137.87075: done with get_vars() 6494 1726853137.87082: done getting variables 6494 1726853137.87134: 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.firewall : Tell firewall module it is able to report changed] *** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55 Friday 20 September 2024 13:25:37 -0400 (0:00:00.040) 0:00:12.794 ****** 6494 1726853137.87163: entering _queue_task() for managed_node1/set_fact 6494 1726853137.87381: worker is 1 (out of 1 available) 6494 1726853137.87395: exiting _queue_task() for managed_node1/set_fact 6494 1726853137.87409: done queuing things up, now waiting for results queue to drain 6494 1726853137.87412: waiting for pending results... 6494 1726853137.87680: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed 6494 1726853137.87791: in run() - task 0affc48f-66db-1e98-6787-0000000000fc 6494 1726853137.87818: variable 'ansible_search_path' from source: unknown 6494 1726853137.87821: variable 'ansible_search_path' from source: unknown 6494 1726853137.87851: calling self._execute() 6494 1726853137.87925: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853137.87953: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853137.87958: variable 'omit' from source: magic vars 6494 1726853137.88304: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853137.89993: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853137.90038: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853137.90063: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853137.90089: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853137.90107: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853137.90173: variable '__firewall_previous_replaced' from source: set_fact 6494 1726853137.90186: Evaluated conditional (__firewall_previous_replaced | bool): False 6494 1726853137.90191: when evaluation is False, skipping this task 6494 1726853137.90194: _execute() done 6494 1726853137.90197: dumping result to json 6494 1726853137.90199: done dumping result, returning 6494 1726853137.90209: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed [0affc48f-66db-1e98-6787-0000000000fc] 6494 1726853137.90212: sending task result for task 0affc48f-66db-1e98-6787-0000000000fc 6494 1726853137.90288: done sending task result for task 0affc48f-66db-1e98-6787-0000000000fc 6494 1726853137.90290: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } 6494 1726853137.90356: no more pending results, returning what we have 6494 1726853137.90359: results queue empty 6494 1726853137.90360: checking for any_errors_fatal 6494 1726853137.90364: done checking for any_errors_fatal 6494 1726853137.90365: checking for max_fail_percentage 6494 1726853137.90367: done checking for max_fail_percentage 6494 1726853137.90367: checking to see if all hosts have failed and the running result is not ok 6494 1726853137.90368: done checking to see if all hosts have failed 6494 1726853137.90369: getting the remaining hosts for this loop 6494 1726853137.90370: done getting the remaining hosts for this loop 6494 1726853137.90374: getting the next task for host managed_node1 6494 1726853137.90381: done getting next task for host managed_node1 6494 1726853137.90385: ^ task is: TASK: fedora.linux_system_roles.firewall : Configure firewall 6494 1726853137.90389: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853137.90403: getting variables 6494 1726853137.90405: in VariableManager get_vars() 6494 1726853137.90437: Calling all_inventory to load vars for managed_node1 6494 1726853137.90440: Calling groups_inventory to load vars for managed_node1 6494 1726853137.90442: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853137.90450: Calling all_plugins_play to load vars for managed_node1 6494 1726853137.90452: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853137.90454: Calling groups_plugins_play to load vars for managed_node1 6494 1726853137.90503: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853137.90544: done with get_vars() 6494 1726853137.90549: done getting variables TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Friday 20 September 2024 13:25:37 -0400 (0:00:00.034) 0:00:12.828 ****** 6494 1726853137.90614: entering _queue_task() for managed_node1/fedora.linux_system_roles.firewall_lib 6494 1726853137.90615: Creating lock for fedora.linux_system_roles.firewall_lib 6494 1726853137.90824: worker is 1 (out of 1 available) 6494 1726853137.90839: exiting _queue_task() for managed_node1/fedora.linux_system_roles.firewall_lib 6494 1726853137.90852: done queuing things up, now waiting for results queue to drain 6494 1726853137.90853: waiting for pending results... 6494 1726853137.91008: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.firewall : Configure firewall 6494 1726853137.91082: in run() - task 0affc48f-66db-1e98-6787-0000000000fe 6494 1726853137.91093: variable 'ansible_search_path' from source: unknown 6494 1726853137.91097: variable 'ansible_search_path' from source: unknown 6494 1726853137.91351: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853137.93464: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853137.93516: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853137.93545: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853137.93571: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853137.93591: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853137.93660: 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) 6494 1726853137.93705: 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) 6494 1726853137.93734: 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) 6494 1726853137.93786: 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) 6494 1726853137.93814: 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) 6494 1726853137.93859: 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) 6494 1726853137.93883: 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) 6494 1726853137.93908: 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) 6494 1726853137.93939: 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) 6494 1726853137.93949: 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) 6494 1726853137.93997: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6494 1726853137.94320: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6494 1726853137.94356: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6494 1726853137.94384: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6494 1726853137.94408: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6494 1726853137.94447: 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) 6494 1726853137.94480: 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) 6494 1726853137.94495: 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) 6494 1726853137.94515: 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) 6494 1726853137.94558: 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) 6494 1726853137.94584: 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) 6494 1726853137.94608: 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) 6494 1726853137.94645: 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) 6494 1726853137.94655: 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) 6494 1726853137.94829: variable 'firewall' from source: include params 6494 1726853137.94851: variable '__previous' from source: task vars 6494 1726853137.94854: variable '__detailed' from source: task vars 6494 1726853137.94936: variable 'omit' from source: magic vars 6494 1726853137.94996: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853137.95004: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853137.95011: variable 'omit' from source: magic vars 6494 1726853137.95066: variable 'omit' from source: magic vars 6494 1726853137.95125: variable 'omit' from source: magic vars 6494 1726853137.95224: 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) 6494 1726853137.95240: 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) 6494 1726853137.95259: 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) 6494 1726853137.95283: 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) 6494 1726853137.95294: 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) 6494 1726853137.95350: variable 'item' from source: unknown 6494 1726853137.95362: variable 'omit' from source: magic vars 6494 1726853137.95457: variable 'item' from source: unknown 6494 1726853137.95460: variable 'omit' from source: magic vars 6494 1726853137.95535: variable 'item' from source: unknown 6494 1726853137.95539: variable 'omit' from source: magic vars 6494 1726853137.95617: variable 'item' from source: unknown 6494 1726853137.95636: variable 'omit' from source: magic vars 6494 1726853137.95745: variable 'item' from source: unknown 6494 1726853137.95748: variable 'omit' from source: magic vars 6494 1726853137.95857: variable 'item' from source: unknown 6494 1726853137.95861: variable 'omit' from source: magic vars 6494 1726853137.95969: variable 'item' from source: unknown 6494 1726853137.95972: variable 'omit' from source: magic vars 6494 1726853137.96045: variable 'item' from source: unknown 6494 1726853137.96050: variable 'omit' from source: magic vars 6494 1726853137.96136: variable 'item' from source: unknown 6494 1726853137.96142: variable 'omit' from source: magic vars 6494 1726853137.96215: variable 'item' from source: unknown 6494 1726853137.96229: variable 'omit' from source: magic vars 6494 1726853137.96318: variable 'item' from source: unknown 6494 1726853137.96322: variable 'omit' from source: magic vars 6494 1726853137.96396: variable 'item' from source: unknown 6494 1726853137.96399: variable 'omit' from source: magic vars 6494 1726853137.96471: variable 'item' from source: unknown 6494 1726853137.96475: variable 'omit' from source: magic vars 6494 1726853137.96549: variable 'item' from source: unknown 6494 1726853137.96553: variable 'omit' from source: magic vars 6494 1726853137.96628: variable 'item' from source: unknown 6494 1726853137.96631: variable 'omit' from source: magic vars 6494 1726853137.96706: variable 'item' from source: unknown 6494 1726853137.96719: variable 'omit' from source: magic vars 6494 1726853137.96794: variable 'item' from source: unknown 6494 1726853137.96797: variable 'omit' from source: magic vars 6494 1726853137.96871: variable 'item' from source: unknown 6494 1726853137.96874: variable 'omit' from source: magic vars 6494 1726853137.96948: variable 'item' from source: unknown 6494 1726853137.96952: variable 'omit' from source: magic vars 6494 1726853137.97026: variable 'item' from source: unknown 6494 1726853137.97030: variable 'omit' from source: magic vars 6494 1726853137.97104: variable 'item' from source: unknown 6494 1726853137.97108: variable 'omit' from source: magic vars 6494 1726853137.97186: variable 'item' from source: unknown 6494 1726853137.97190: variable 'omit' from source: magic vars 6494 1726853137.97278: variable 'item' from source: unknown 6494 1726853137.97281: variable 'omit' from source: magic vars 6494 1726853137.97415: variable 'item' from source: unknown 6494 1726853137.97496: variable 'item' from source: unknown 6494 1726853137.97603: variable 'item' from source: unknown 6494 1726853137.97606: variable 'omit' from source: magic vars 6494 1726853137.97609: variable '__firewall_report_changed' from source: set_fact 6494 1726853137.97625: variable 'omit' from source: magic vars 6494 1726853137.97667: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6494 1726853137.97707: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6494 1726853137.97717: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6494 1726853137.97731: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853137.97741: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853137.97763: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6494 1726853137.97766: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853137.97769: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853137.97836: Set connection var ansible_shell_type to sh 6494 1726853137.97842: Set connection var ansible_pipelining to False 6494 1726853137.97848: Set connection var ansible_shell_executable to /bin/sh 6494 1726853137.97853: Set connection var ansible_timeout to 10 6494 1726853137.97859: Set connection var ansible_connection to ssh 6494 1726853137.97865: Set connection var ansible_module_compression to ZIP_DEFLATED 6494 1726853137.97881: variable 'ansible_shell_executable' from source: unknown 6494 1726853137.97884: variable 'ansible_connection' from source: unknown 6494 1726853137.97886: variable 'ansible_module_compression' from source: unknown 6494 1726853137.97888: variable 'ansible_shell_type' from source: unknown 6494 1726853137.97890: variable 'ansible_shell_executable' from source: unknown 6494 1726853137.97892: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853137.97907: variable 'ansible_pipelining' from source: unknown 6494 1726853137.97910: variable 'ansible_timeout' from source: unknown 6494 1726853137.97912: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853137.98005: 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__) 6494 1726853137.98014: variable 'omit' from source: magic vars 6494 1726853137.98017: starting attempt loop 6494 1726853137.98020: running the handler 6494 1726853137.98029: _low_level_execute_command(): starting 6494 1726853137.98038: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6494 1726853137.98690: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853137.98698: 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.41.218 originally 10.31.41.218 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.41.218 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853137.98701: 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853137.98745: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853137.98749: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853137.98878: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853138.00719: stdout chunk (state=3): >>>/root <<< 6494 1726853138.00825: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853138.00874: stderr chunk (state=3): >>><<< 6494 1726853138.00877: stdout chunk (state=3): >>><<< 6494 1726853138.00888: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853138.00913: _low_level_execute_command(): starting 6494 1726853138.00917: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726853138.0088944-6836-281042704559929 `" && echo ansible-tmp-1726853138.0088944-6836-281042704559929="` echo /root/.ansible/tmp/ansible-tmp-1726853138.0088944-6836-281042704559929 `" ) && sleep 0' 6494 1726853138.01680: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 is address debug1: re-parsing configuration <<< 6494 1726853138.01684: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853138.01763: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853138.01883: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853138.04003: stdout chunk (state=3): >>>ansible-tmp-1726853138.0088944-6836-281042704559929=/root/.ansible/tmp/ansible-tmp-1726853138.0088944-6836-281042704559929 <<< 6494 1726853138.04139: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853138.04153: stderr chunk (state=3): >>><<< 6494 1726853138.04156: stdout chunk (state=3): >>><<< 6494 1726853138.04175: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726853138.0088944-6836-281042704559929=/root/.ansible/tmp/ansible-tmp-1726853138.0088944-6836-281042704559929 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853138.04234: variable 'ansible_module_compression' from source: unknown 6494 1726853138.04340: ANSIBALLZ: Using lock for fedora.linux_system_roles.firewall_lib 6494 1726853138.04343: ANSIBALLZ: Acquiring lock 6494 1726853138.04348: ANSIBALLZ: Lock acquired: 140161390794640 6494 1726853138.04350: ANSIBALLZ: Creating module 6494 1726853138.15282: ANSIBALLZ: Writing module into payload 6494 1726853138.15421: ANSIBALLZ: Writing module 6494 1726853138.15451: ANSIBALLZ: Renaming module 6494 1726853138.15457: ANSIBALLZ: Done creating module 6494 1726853138.15475: variable 'ansible_facts' from source: unknown 6494 1726853138.15525: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726853138.0088944-6836-281042704559929/AnsiballZ_firewall_lib.py 6494 1726853138.15628: Sending initial data 6494 1726853138.15634: Sent initial data (159 bytes) 6494 1726853138.16101: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853138.16104: 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.41.218 originally 10.31.41.218 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853138.16106: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853138.16109: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match found <<< 6494 1726853138.16186: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853138.16223: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853138.16430: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853138.18194: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6494 1726853138.18411: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6494 1726853138.18539: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6494dydhg1yg/tmpu1x9rs8v /root/.ansible/tmp/ansible-tmp-1726853138.0088944-6836-281042704559929/AnsiballZ_firewall_lib.py <<< 6494 1726853138.18543: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726853138.0088944-6836-281042704559929/AnsiballZ_firewall_lib.py" <<< 6494 1726853138.18650: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6494dydhg1yg/tmpu1x9rs8v" to remote "/root/.ansible/tmp/ansible-tmp-1726853138.0088944-6836-281042704559929/AnsiballZ_firewall_lib.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726853138.0088944-6836-281042704559929/AnsiballZ_firewall_lib.py" <<< 6494 1726853138.19729: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853138.19772: stderr chunk (state=3): >>><<< 6494 1726853138.19776: stdout chunk (state=3): >>><<< 6494 1726853138.19794: done transferring module to remote 6494 1726853138.19813: _low_level_execute_command(): starting 6494 1726853138.19816: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726853138.0088944-6836-281042704559929/ /root/.ansible/tmp/ansible-tmp-1726853138.0088944-6836-281042704559929/AnsiballZ_firewall_lib.py && sleep 0' 6494 1726853138.20280: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853138.20284: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853138.20287: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853138.20289: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match found <<< 6494 1726853138.20291: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853138.20339: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853138.20345: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853138.20348: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853138.20460: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853138.22619: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853138.22652: stderr chunk (state=3): >>><<< 6494 1726853138.22655: stdout chunk (state=3): >>><<< 6494 1726853138.22670: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853138.22673: _low_level_execute_command(): starting 6494 1726853138.22679: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726853138.0088944-6836-281042704559929/AnsiballZ_firewall_lib.py && sleep 0' 6494 1726853138.23139: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853138.23143: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match not found <<< 6494 1726853138.23145: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6494 1726853138.23147: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.41.218 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853138.23149: 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853138.23201: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853138.23205: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853138.23341: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853138.26273: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 6494 1726853138.26286: stdout chunk (state=3): >>>import _imp # builtin <<< 6494 1726853138.26316: stdout chunk (state=3): >>>import '_thread' # <<< 6494 1726853138.26320: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 6494 1726853138.26398: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 6494 1726853138.26445: stdout chunk (state=3): >>>import 'posix' # <<< 6494 1726853138.26492: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 6494 1726853138.26517: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # <<< 6494 1726853138.26527: stdout chunk (state=3): >>># installed zipimport hook <<< 6494 1726853138.26581: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 6494 1726853138.26587: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853138.26618: stdout chunk (state=3): >>>import '_codecs' # <<< 6494 1726853138.26641: stdout chunk (state=3): >>>import 'codecs' # <<< 6494 1726853138.26688: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 6494 1726853138.26704: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 6494 1726853138.26717: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a799684d0> <<< 6494 1726853138.26758: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a79937b30> <<< 6494 1726853138.26769: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 6494 1726853138.26783: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a7996aa50> <<< 6494 1726853138.26798: stdout chunk (state=3): >>>import '_signal' # <<< 6494 1726853138.26836: stdout chunk (state=3): >>>import '_abc' # <<< 6494 1726853138.26843: stdout chunk (state=3): >>>import 'abc' # <<< 6494 1726853138.26883: stdout chunk (state=3): >>>import 'io' # <<< 6494 1726853138.26905: stdout chunk (state=3): >>>import '_stat' # <<< 6494 1726853138.26908: stdout chunk (state=3): >>>import 'stat' # <<< 6494 1726853138.27026: stdout chunk (state=3): >>>import '_collections_abc' # <<< 6494 1726853138.27086: stdout chunk (state=3): >>>import 'genericpath' # <<< 6494 1726853138.27093: stdout chunk (state=3): >>>import 'posixpath' # <<< 6494 1726853138.27097: stdout chunk (state=3): >>>import 'os' # <<< 6494 1726853138.27107: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 6494 1726853138.27122: stdout chunk (state=3): >>>Processing user site-packages <<< 6494 1726853138.27146: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 6494 1726853138.27165: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 6494 1726853138.27191: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py <<< 6494 1726853138.27200: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 6494 1726853138.27224: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a7971d130> <<< 6494 1726853138.27305: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853138.27317: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a7971dfa0> <<< 6494 1726853138.27347: stdout chunk (state=3): >>>import 'site' # <<< 6494 1726853138.27382: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 6494 1726853138.27667: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 6494 1726853138.27708: stdout chunk (state=3): >>># 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 <<< 6494 1726853138.27716: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853138.27759: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 6494 1726853138.27789: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 6494 1726853138.27817: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 6494 1726853138.27844: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 6494 1726853138.27861: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a7975be00> <<< 6494 1726853138.27878: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 6494 1726853138.27900: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 6494 1726853138.27946: stdout chunk (state=3): >>>import '_operator' # <<< 6494 1726853138.27949: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a7975bec0> <<< 6494 1726853138.27958: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 6494 1726853138.27993: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 6494 1726853138.28016: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 6494 1726853138.28079: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853138.28097: stdout chunk (state=3): >>>import 'itertools' # <<< 6494 1726853138.28143: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a797937d0> <<< 6494 1726853138.28166: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 6494 1726853138.28171: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a79793e60> <<< 6494 1726853138.28203: stdout chunk (state=3): >>>import '_collections' # <<< 6494 1726853138.28244: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a79773aa0> <<< 6494 1726853138.28276: stdout chunk (state=3): >>>import '_functools' # <<< 6494 1726853138.28294: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a797711f0> <<< 6494 1726853138.28417: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a79758fb0> <<< 6494 1726853138.28477: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 6494 1726853138.28481: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 6494 1726853138.28508: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 6494 1726853138.28538: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 6494 1726853138.28560: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 6494 1726853138.28566: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 6494 1726853138.28614: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a797b3740> <<< 6494 1726853138.28624: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a797b2360> <<< 6494 1726853138.28652: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 6494 1726853138.28661: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' <<< 6494 1726853138.28675: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a79772090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a797b0b60> <<< 6494 1726853138.28720: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 6494 1726853138.28750: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a797e8800> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a79758230> <<< 6494 1726853138.28769: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 6494 1726853138.28817: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a797e8cb0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a797e8b60> <<< 6494 1726853138.28861: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853138.28866: stdout chunk (state=3): >>># extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a797e8ef0> <<< 6494 1726853138.28915: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a79756d50> <<< 6494 1726853138.28917: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 6494 1726853138.28919: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853138.28952: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 6494 1726853138.28976: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 6494 1726853138.29004: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a797e9580> <<< 6494 1726853138.29010: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a797e9250> import 'importlib.machinery' # <<< 6494 1726853138.29044: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 6494 1726853138.29052: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 6494 1726853138.29060: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a797ea480> <<< 6494 1726853138.29097: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 6494 1726853138.29116: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 6494 1726853138.29165: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 6494 1726853138.29188: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 6494 1726853138.29195: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' <<< 6494 1726853138.29205: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a798006b0> <<< 6494 1726853138.29241: stdout chunk (state=3): >>>import 'errno' # <<< 6494 1726853138.29262: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a79801d90> <<< 6494 1726853138.29289: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 6494 1726853138.29308: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 6494 1726853138.29325: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 6494 1726853138.29351: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 6494 1726853138.29360: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a79802c30> <<< 6494 1726853138.29398: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a79803290> <<< 6494 1726853138.29414: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a79802180> <<< 6494 1726853138.29434: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 6494 1726853138.29453: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 6494 1726853138.29479: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853138.29503: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a79803d10> <<< 6494 1726853138.29513: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a79803440> <<< 6494 1726853138.29568: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a797ea4e0> <<< 6494 1726853138.29607: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 6494 1726853138.29626: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 6494 1726853138.29646: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 6494 1726853138.29683: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 6494 1726853138.29707: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853138.29712: stdout chunk (state=3): >>># extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a7958fb90> <<< 6494 1726853138.29757: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 6494 1726853138.29768: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 6494 1726853138.29781: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853138.29784: stdout chunk (state=3): >>># 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 0x7f6a795b86b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a795b8410> <<< 6494 1726853138.29826: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a795b86e0> <<< 6494 1726853138.29850: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 6494 1726853138.29857: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 6494 1726853138.29950: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853138.30150: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a795b9010><<< 6494 1726853138.30154: stdout chunk (state=3): >>> <<< 6494 1726853138.30293: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853138.30302: stdout chunk (state=3): >>># extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a795b99d0> <<< 6494 1726853138.30313: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a795b88c0> <<< 6494 1726853138.30354: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a7958dd30> <<< 6494 1726853138.30357: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 6494 1726853138.30376: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 6494 1726853138.30398: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 6494 1726853138.30427: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a795bad80> <<< 6494 1726853138.30451: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a795b9880> <<< 6494 1726853138.30474: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a797eabd0> <<< 6494 1726853138.30503: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 6494 1726853138.30585: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853138.30631: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 6494 1726853138.30653: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 6494 1726853138.30688: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a795e30b0> <<< 6494 1726853138.30759: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853138.30781: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 6494 1726853138.30808: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 6494 1726853138.30853: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a796074a0> <<< 6494 1726853138.30881: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 6494 1726853138.30927: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 6494 1726853138.31008: stdout chunk (state=3): >>>import 'ntpath' # <<< 6494 1726853138.31025: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a79664260> <<< 6494 1726853138.31049: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 6494 1726853138.31086: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 6494 1726853138.31112: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 6494 1726853138.31163: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 6494 1726853138.31295: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a796669c0> <<< 6494 1726853138.31364: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a79664380> <<< 6494 1726853138.31444: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a79635280> # /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 0x7f6a78f29340> <<< 6494 1726853138.31459: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a796062a0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a795bbc80> <<< 6494 1726853138.31629: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 6494 1726853138.31646: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f6a796068a0> <<< 6494 1726853138.31894: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.firewall_lib_payload_fhddj240/ansible_fedora.linux_system_roles.firewall_lib_payload.zip' # zipimport: zlib available <<< 6494 1726853138.32078: stdout chunk (state=3): >>># zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 6494 1726853138.32098: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 6494 1726853138.32149: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 6494 1726853138.32284: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 6494 1726853138.32291: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78f7b080> <<< 6494 1726853138.32307: stdout chunk (state=3): >>>import '_typing' # <<< 6494 1726853138.32546: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78f5df70> <<< 6494 1726853138.32549: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78f5d100> <<< 6494 1726853138.32552: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853138.32605: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 6494 1726853138.32613: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853138.32656: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 6494 1726853138.32663: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853138.34376: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853138.35845: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 6494 1726853138.35851: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78f78f20> <<< 6494 1726853138.35884: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853138.35901: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 6494 1726853138.35949: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 6494 1726853138.35986: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853138.35991: stdout chunk (state=3): >>># 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 0x7f6a78faa960> <<< 6494 1726853138.36033: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78faa6f0> <<< 6494 1726853138.36101: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78faa000> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 6494 1726853138.36107: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 6494 1726853138.36143: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78faa450> <<< 6494 1726853138.36170: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78f7baa0> import 'atexit' # <<< 6494 1726853138.36192: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853138.36197: stdout chunk (state=3): >>># extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a78fab6e0> <<< 6494 1726853138.36217: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853138.36252: stdout chunk (state=3): >>># extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a78fab860> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 6494 1726853138.36308: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 6494 1726853138.36348: stdout chunk (state=3): >>>import '_locale' # <<< 6494 1726853138.36379: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78fabce0> <<< 6494 1726853138.36389: stdout chunk (state=3): >>>import 'pwd' # <<< 6494 1726853138.36403: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 6494 1726853138.36433: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 6494 1726853138.36470: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78e15af0> <<< 6494 1726853138.36506: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a78e17710> <<< 6494 1726853138.36528: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 6494 1726853138.36544: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 6494 1726853138.36587: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78e180e0> <<< 6494 1726853138.36598: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 6494 1726853138.36641: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 6494 1726853138.36653: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78e19280> <<< 6494 1726853138.36679: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 6494 1726853138.36711: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 6494 1726853138.36738: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 6494 1726853138.36795: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78e1bd10> <<< 6494 1726853138.36829: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a79607ad0> <<< 6494 1726853138.36852: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78e19fd0> <<< 6494 1726853138.36869: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 6494 1726853138.36906: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 6494 1726853138.36929: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 6494 1726853138.36936: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 6494 1726853138.36948: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 6494 1726853138.36981: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 6494 1726853138.37009: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 6494 1726853138.37015: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78e27aa0> <<< 6494 1726853138.37035: stdout chunk (state=3): >>>import '_tokenize' # <<< 6494 1726853138.37142: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78e26570> <<< 6494 1726853138.37147: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78e262d0> # /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' <<< 6494 1726853138.37226: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78e26840> <<< 6494 1726853138.37254: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78e1a450> <<< 6494 1726853138.37289: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a78e6bd40> <<< 6494 1726853138.37311: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78e6bec0> <<< 6494 1726853138.37342: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 6494 1726853138.37364: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 6494 1726853138.37385: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 6494 1726853138.37443: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a78e6d970> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78e6d730> <<< 6494 1726853138.37452: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 6494 1726853138.37611: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 6494 1726853138.37668: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a78e6fec0> <<< 6494 1726853138.37674: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78e6e060> <<< 6494 1726853138.37719: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 6494 1726853138.37750: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853138.37788: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 6494 1726853138.37794: stdout chunk (state=3): >>>import '_string' # <<< 6494 1726853138.37853: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78e736b0> <<< 6494 1726853138.38013: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78e6ff80> <<< 6494 1726853138.38084: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a78e74950> <<< 6494 1726853138.38096: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a78e74890> <<< 6494 1726853138.38148: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a78e74980> <<< 6494 1726853138.38165: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78e6c0b0> <<< 6494 1726853138.38210: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py <<< 6494 1726853138.38214: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 6494 1726853138.38237: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 6494 1726853138.38270: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853138.38303: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a78e77fe0> <<< 6494 1726853138.38484: stdout chunk (state=3): >>># 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 0x7f6a78efd430> <<< 6494 1726853138.38536: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78e76810> <<< 6494 1726853138.38545: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a78e77bc0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78e76450> <<< 6494 1726853138.38554: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853138.38589: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853138.38595: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 6494 1726853138.38701: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853138.38814: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853138.38817: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853138.38835: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 6494 1726853138.38852: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 6494 1726853138.38860: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 6494 1726853138.38871: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853138.38995: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853138.39114: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853138.39680: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853138.40228: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 6494 1726853138.40245: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 6494 1726853138.40253: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 6494 1726853138.40265: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 6494 1726853138.40286: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853138.40345: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853138.40352: stdout chunk (state=3): >>># 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 0x7f6a78d05550> <<< 6494 1726853138.40431: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 6494 1726853138.40436: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 6494 1726853138.40457: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78d062d0> <<< 6494 1726853138.40475: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78efd790> <<< 6494 1726853138.40508: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 6494 1726853138.40525: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853138.40547: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853138.40563: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 6494 1726853138.40573: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853138.40737: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853138.40889: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 6494 1726853138.40900: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 6494 1726853138.40913: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78d06090> <<< 6494 1726853138.40920: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853138.41392: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853138.41847: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853138.41915: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853138.41996: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 6494 1726853138.42001: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853138.42044: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853138.42076: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 6494 1726853138.42089: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853138.42156: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853138.42243: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 6494 1726853138.42256: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853138.42280: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 6494 1726853138.42282: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853138.42323: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853138.42354: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 6494 1726853138.42372: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853138.42610: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853138.42846: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 6494 1726853138.42906: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 6494 1726853138.42922: stdout chunk (state=3): >>>import '_ast' # <<< 6494 1726853138.42998: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78d074a0> <<< 6494 1726853138.43005: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853138.43077: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853138.43159: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 6494 1726853138.43165: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 6494 1726853138.43192: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 6494 1726853138.43194: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853138.43236: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853138.43281: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 6494 1726853138.43289: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853138.43339: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853138.43427: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853138.43481: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853138.43537: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 6494 1726853138.43594: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853138.43709: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853138.43716: stdout chunk (state=3): >>># extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a78d11f10> <<< 6494 1726853138.43753: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78d0cda0> <<< 6494 1726853138.43807: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 6494 1726853138.43880: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853138.43956: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853138.43994: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853138.44047: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py <<< 6494 1726853138.44052: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853138.44070: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 6494 1726853138.44102: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 6494 1726853138.44126: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 6494 1726853138.44207: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 6494 1726853138.44223: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 6494 1726853138.44259: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 6494 1726853138.44307: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78e028d0> <<< 6494 1726853138.44353: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78fe25a0> <<< 6494 1726853138.44444: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78d12000> <<< 6494 1726853138.44456: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78d049b0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 6494 1726853138.44459: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853138.44486: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853138.44525: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 6494 1726853138.44592: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 6494 1726853138.44628: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections' # <<< 6494 1726853138.44653: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853138.44655: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853138.44680: stdout chunk (state=3): >>>import 'ansible_collections.fedora' # # zipimport: zlib available <<< 6494 1726853138.44698: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # <<< 6494 1726853138.44719: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853138.44733: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853138.44738: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins' # <<< 6494 1726853138.44758: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853138.44791: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # # zipimport: zlib available <<< 6494 1726853138.45751: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853138.46586: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/__init__.py # code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc'<<< 6494 1726853138.46593: stdout chunk (state=3): >>> import 'firewall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78da0530> <<< 6494 1726853138.46626: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/__init__.py # code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853138.46784: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/dbus.py <<< 6494 1726853138.46789: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc' import 'firewall.config.dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78da2de0> import 'firewall.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78da06e0> <<< 6494 1726853138.46811: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/client.py <<< 6494 1726853138.46925: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc' <<< 6494 1726853138.46970: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/__init__.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853138.46976: stdout chunk (state=3): >>># possible namespace for /usr/lib/python3.12/site-packages/gi <<< 6494 1726853138.47139: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_error.py <<< 6494 1726853138.47146: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc' import 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a789b63c0> <<< 6494 1726853138.47231: stdout chunk (state=3): >>># extension module 'gi._gi' loaded from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so' # extension module 'gi._gi' executed from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so' import 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a789b61b0> <<< 6494 1726853138.47257: stdout chunk (state=3): >>>import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a789b5a90> <<< 6494 1726853138.47285: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/repository/__init__.py # code object from '/usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853138.47297: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/importer.py <<< 6494 1726853138.47342: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/module.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc' <<< 6494 1726853138.47367: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/types.py <<< 6494 1726853138.47397: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc' <<< 6494 1726853138.47403: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_constants.py <<< 6494 1726853138.47453: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc' <<< 6494 1726853138.47459: stdout chunk (state=3): >>>import 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a789d9190> # /usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/docstring.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc' import 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a789d9520> <<< 6494 1726853138.47481: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_propertyhelper.py <<< 6494 1726853138.47512: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc' <<< 6494 1726853138.47517: stdout chunk (state=3): >>>import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a789d9a30> <<< 6494 1726853138.47539: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_signalhelper.py <<< 6494 1726853138.47575: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc' import 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a789da2a0> <<< 6494 1726853138.47581: stdout chunk (state=3): >>>import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a789d8860> <<< 6494 1726853138.47616: stdout chunk (state=3): >>>import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a789d82f0> <<< 6494 1726853138.47629: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/__init__.py <<< 6494 1726853138.47644: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853138.47661: stdout chunk (state=3): >>>import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a789da840> <<< 6494 1726853138.47678: stdout chunk (state=3): >>>import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a789b7d70> <<< 6494 1726853138.47683: stdout chunk (state=3): >>>import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a789b5e50> <<< 6494 1726853138.47729: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GLib.py <<< 6494 1726853138.47776: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc' <<< 6494 1726853138.47801: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_ossighelper.py <<< 6494 1726853138.47814: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc' import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a789dcf80> <<< 6494 1726853138.47842: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_option.py <<< 6494 1726853138.47850: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc' <<< 6494 1726853138.47875: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py <<< 6494 1726853138.47913: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc' <<< 6494 1726853138.47967: stdout chunk (state=3): >>>import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a789dddc0> <<< 6494 1726853138.47991: stdout chunk (state=3): >>>import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a789dd4f0> <<< 6494 1726853138.48324: stdout chunk (state=3): >>>import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a789db350> <<< 6494 1726853138.48355: stdout chunk (state=3): >>>import 'gi.repository.GLib' # <<< 6494 1726853138.48376: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853138.48420: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py <<< 6494 1726853138.48438: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc' import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78a22b70> <<< 6494 1726853138.48444: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc' <<< 6494 1726853138.48466: stdout chunk (state=3): >>>import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78a22c30> <<< 6494 1726853138.48492: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py <<< 6494 1726853138.48499: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc' <<< 6494 1726853138.48624: stdout chunk (state=3): >>># extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' <<< 6494 1726853138.48657: stdout chunk (state=3): >>># extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' import '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a78a23350> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78a231d0> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc' <<< 6494 1726853138.48666: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py <<< 6494 1726853138.48677: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' <<< 6494 1726853138.48713: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py <<< 6494 1726853138.48720: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' <<< 6494 1726853138.48764: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py <<< 6494 1726853138.48772: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc' import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78a29970> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py <<< 6494 1726853138.48785: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc' <<< 6494 1726853138.48840: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py <<< 6494 1726853138.48860: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.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 0x7f6a78a2abd0> <<< 6494 1726853138.48864: stdout chunk (state=3): >>># /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 0x7f6a78a2ae40> <<< 6494 1726853138.48907: stdout chunk (state=3): >>># /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' <<< 6494 1726853138.48927: stdout chunk (state=3): >>># extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853138.48965: stdout chunk (state=3): >>># 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 0x7f6a78a2af90> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78a2ade0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78a2a660> <<< 6494 1726853138.48999: stdout chunk (state=3): >>>import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78a29af0> <<< 6494 1726853138.49003: stdout chunk (state=3): >>>import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78a28d70> <<< 6494 1726853138.49063: stdout chunk (state=3): >>>import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78a282f0> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78a23b60> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78a22630> <<< 6494 1726853138.49066: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/__init__.py # code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853138.49069: stdout chunk (state=3): >>>import 'dbus.mainloop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78a23fe0> <<< 6494 1726853138.49117: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/glib.py # code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc' <<< 6494 1726853138.49176: stdout chunk (state=3): >>># extension module '_dbus_glib_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so' # extension module '_dbus_glib_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so' import '_dbus_glib_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a78a2b1a0><<< 6494 1726853138.49179: stdout chunk (state=3): >>> import 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78a2a930> # /usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/__init__.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853138.49182: stdout chunk (state=3): >>>import 'firewall.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78a2b200> <<< 6494 1726853138.49219: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/base.py <<< 6494 1726853138.49222: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc' import 'firewall.core.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78a2b350> <<< 6494 1726853138.49241: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/dbus_utils.py <<< 6494 1726853138.49285: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc' <<< 6494 1726853138.49324: stdout chunk (state=3): >>># /usr/lib64/python3.12/xml/etree/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/etree/__init__.py <<< 6494 1726853138.49350: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/xml/etree/__pycache__/__init__.cpython-312.pyc' import 'xml.etree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78a2baa0> # /usr/lib64/python3.12/xml/etree/__pycache__/ElementTree.cpython-312.pyc matches /usr/lib64/python3.12/xml/etree/ElementTree.py <<< 6494 1726853138.49390: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/xml/etree/__pycache__/ElementTree.cpython-312.pyc' <<< 6494 1726853138.49409: stdout chunk (state=3): >>># /usr/lib64/python3.12/xml/etree/__pycache__/ElementPath.cpython-312.pyc matches /usr/lib64/python3.12/xml/etree/ElementPath.py <<< 6494 1726853138.49424: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/xml/etree/__pycache__/ElementPath.cpython-312.pyc' <<< 6494 1726853138.49462: stdout chunk (state=3): >>>import 'xml.etree.ElementPath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78a32a50> <<< 6494 1726853138.49577: stdout chunk (state=3): >>># extension module '_elementtree' loaded from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so' # 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 0x7f6a78a33da0> import 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78a2b950> # /usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/logger.py <<< 6494 1726853138.49604: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc' <<< 6494 1726853138.49624: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 6494 1726853138.49714: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 6494 1726853138.49731: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 6494 1726853138.49769: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 6494 1726853138.49786: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 6494 1726853138.49828: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 6494 1726853138.49874: stdout chunk (state=3): >>># extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853138.49881: stdout chunk (state=3): >>># 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 0x7f6a78a43fe0> <<< 6494 1726853138.49894: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78a43470> <<< 6494 1726853138.49977: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78a419d0> <<< 6494 1726853138.50149: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78a35010> <<< 6494 1726853138.50184: stdout chunk (state=3): >>>import 'firewall.core.logger' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78a33200> import 'firewall.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78a2b560> <<< 6494 1726853138.50206: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/rich.py <<< 6494 1726853138.50235: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc' <<< 6494 1726853138.50254: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py <<< 6494 1726853138.50298: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc' <<< 6494 1726853138.50366: stdout chunk (state=3): >>>import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a784564b0> <<< 6494 1726853138.50372: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/firewall/__pycache__/functions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/functions.py <<< 6494 1726853138.50396: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/functions.cpython-312.pyc' <<< 6494 1726853138.50405: stdout chunk (state=3): >>>import 'firewall.functions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a781c8380> <<< 6494 1726853138.50434: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/ipset.py <<< 6494 1726853138.50441: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc' <<< 6494 1726853138.50467: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/errors.py <<< 6494 1726853138.50491: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc' <<< 6494 1726853138.50504: stdout chunk (state=3): >>>import 'firewall.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a781ca3f0> <<< 6494 1726853138.50544: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/prog.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc' import 'firewall.core.prog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a781ca780> import 'firewall.core.ipset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a781c9790> <<< 6494 1726853138.50700: stdout chunk (state=3): >>>import 'firewall.core.rich' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78454b30> <<< 6494 1726853138.51070: stdout chunk (state=3): >>>import 'firewall.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78da2db0> <<< 6494 1726853138.51075: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/fw_nm.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc' <<< 6494 1726853138.51160: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GObject.py <<< 6494 1726853138.51195: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc' <<< 6494 1726853138.51407: stdout chunk (state=3): >>>import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a7824a3c0> <<< 6494 1726853138.51438: stdout chunk (state=3): >>>import 'gi.repository.GObject' # <<< 6494 1726853138.51474: stdout chunk (state=3): >>># destroy gi.repository.GModule import 'gi.repository.GModule' # <<< 6494 1726853138.51492: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/Gio.py <<< 6494 1726853138.51516: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc' <<< 6494 1726853138.51841: stdout chunk (state=3): >>>import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a7826fb90> <<< 6494 1726853138.51860: stdout chunk (state=3): >>>import 'gi.repository.Gio' # # destroy gi.repository.NM <<< 6494 1726853138.51868: stdout chunk (state=3): >>>import 'gi.repository.NM' # <<< 6494 1726853138.51871: stdout chunk (state=3): >>>import 'firewall.core.fw_nm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78249820> <<< 6494 1726853138.51979: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853139.24043: stdout chunk (state=3): >>> {"changed": true, "__firewall_changed": true, "invocation": {"module_args": {"service": ["smtp"], "permanent": true, "runtime": true, "state": "enabled", "__report_changed": true, "port": [], "source_port": [], "forward_port": [], "rich_rule": [], "source": [], "interface": [], "interface_pci_id": [], "icmp_block": [], "timeout": 0, "ipset_entries": [], "protocol": [], "helper_module": [], "destination": [], "firewalld_conf": null, "masquerade": null, "icmp_block_inversion": null, "target": null, "zone": null, "set_default_zone": null, "ipset": null, "ipset_type": null, "description": null, "short": null}}} <<< 6494 1726853139.24138: stdout chunk (state=3): >>># destroy __main__ <<< 6494 1726853139.24716: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout <<< 6494 1726853139.24724: 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 <<< 6494 1726853139.24849: stdout chunk (state=3): >>># 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 _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 # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # 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 # 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 <<< 6494 1726853139.24946: 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 # 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.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_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.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules # cleanup[2] removing firewall # cleanup[2] removing firewall.config.dbus # cleanup[2] removing firewall.config # 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 optparse # cleanup[2] removing gi._option # cleanup[2] removing gi.overrides.GLib # cleanup[2] removing gi.repository.GLib # 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 dbus.mainloop # cleanup[2] removing _dbus_glib_bindings # cleanup[2] removing dbus.mainloop.glib # cleanup[2] removing firewall.core # cleanup[2] removing firewall.core.base # 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 _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing firewall.core.logger # cleanup[2] removing firewall.dbus_utils # cleanup[2] removing dataclasses # destroy dataclasses # cleanup[2] removing firewall.functions # cleanup[2] removing firewall.errors # cleanup[2] removing firewall.core.prog # cleanup[2] removing firewall.core.ipset # cleanup[2] removing firewall.core.rich # cleanup[2] removing firewall.client # cleanup[2] removing gi.overrides.GObject # cleanup[2] removing gi.repository.GObject # cleanup[2] removing gi.overrides.Gio # cleanup[2] removing gi.repository.Gio # cleanup[2] removing firewall.core.fw_nm <<< 6494 1726853139.25348: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy _bz2 # destroy _compression # destroy _lzma <<< 6494 1726853139.25449: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ntpath # cleanup[3] wiping firewall.core.fw_nm # cleanup[3] wiping gi.repository.Gio # cleanup[3] wiping gi.overrides.Gio # cleanup[3] wiping gi.repository.GObject # cleanup[3] wiping gi.overrides.GObject # cleanup[3] wiping firewall.client # cleanup[3] wiping firewall.core.rich # cleanup[3] wiping firewall.core.ipset # destroy ipaddress # cleanup[3] wiping firewall.core.prog <<< 6494 1726853139.25538: stdout chunk (state=3): >>># cleanup[3] wiping firewall.errors # cleanup[3] wiping firewall.functions # destroy string # cleanup[3] wiping firewall.dbus_utils # destroy dbus # destroy dbus._compat # destroy dbus.exceptions # destroy dbus.types # destroy dbus.lowlevel # destroy dbus._expat_introspect_parser # destroy dbus.proxies # destroy dbus.connection # destroy dbus.bus # destroy dbus._dbus # destroy dbus.mainloop # destroy dbus.mainloop.glib # destroy xml.etree.ElementTree # cleanup[3] wiping firewall.core.logger # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping _elementtree # cleanup[3] wiping xml.etree.ElementPath # cleanup[3] wiping firewall.core.base # cleanup[3] wiping firewall.core # destroy firewall.core.base # destroy firewall.core.logger # destroy firewall.core.prog # destroy firewall.core.ipset # destroy firewall.core.rich # destroy firewall.core.fw_nm # cleanup[3] wiping _dbus_glib_bindings # cleanup[3] wiping xml.parsers.expat.errors # cleanup[3] wiping xml.parsers.expat.model # cleanup[3] wiping pyexpat # destroy pyexpat.errors # destroy pyexpat.model # cleanup[3] wiping _dbus_bindings # cleanup[3] wiping gi.repository.GLib # cleanup[3] wiping gi.overrides.GLib # cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping gi._ossighelper # destroy socket # cleanup[3] wiping gi.repository # destroy gi.repository.GLib # destroy gi.repository.GObject # destroy gi.repository.Gio # cleanup[3] wiping gi.importer # cleanup[3] wiping gi.overrides # destroy gi.overrides.GLib # destroy gi.overrides.GObject # destroy gi.overrides.Gio # 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 <<< 6494 1726853139.25596: stdout chunk (state=3): >>># cleanup[3] wiping gi._gobject # cleanup[3] wiping gi._gi # cleanup[3] wiping gi._error # cleanup[3] wiping firewall.config # destroy gettext # destroy firewall.config.dbus # cleanup[3] wiping firewall # destroy firewall.config # destroy firewall.core # destroy firewall.dbus_utils # destroy firewall.functions # destroy firewall.errors # destroy firewall.client # cleanup[3] wiping ansible.module_utils.distro # destroy distro.distro # cleanup[3] wiping distro # cleanup[3] wiping argparse # cleanup[3] wiping selinux <<< 6494 1726853139.25655: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping copy # 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 array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.journal # destroy uuid # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # 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 textwrap # cleanup[3] wiping tokenize <<< 6494 1726853139.25771: stdout chunk (state=3): >>># 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<<< 6494 1726853139.25805: stdout chunk (state=3): >>> # cleanup[3] wiping math # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping errno # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # 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 <<< 6494 1726853139.25866: stdout chunk (state=3): >>># 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 keyword # 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 # 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 <<< 6494 1726853139.25917: stdout chunk (state=3): >>># 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 <<< 6494 1726853139.25930: stdout chunk (state=3): >>># destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 6494 1726853139.26374: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _io <<< 6494 1726853139.26422: stdout chunk (state=3): >>># destroy zipimport <<< 6494 1726853139.26427: stdout chunk (state=3): >>># destroy importlib # destroy gi.types # destroy gi._error # 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 _collections <<< 6494 1726853139.26477: stdout chunk (state=3): >>># destroy _uuid <<< 6494 1726853139.26497: stdout chunk (state=3): >>># destroy re._parser # destroy tokenize <<< 6494 1726853139.26502: stdout chunk (state=3): >>># destroy _string # destroy array # destroy textwrap <<< 6494 1726853139.26524: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy _signal # destroy gi._gi # destroy copyreg <<< 6494 1726853139.26570: stdout chunk (state=3): >>># destroy _typing <<< 6494 1726853139.26585: stdout chunk (state=3): >>># destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy operator # destroy ansible.module_utils.six.moves <<< 6494 1726853139.26624: stdout chunk (state=3): >>># destroy firewall <<< 6494 1726853139.26628: stdout chunk (state=3): >>># destroy contextlib <<< 6494 1726853139.26746: stdout chunk (state=3): >>># destroy _dbus_glib_bindings # destroy xml.etree.ElementPath # destroy copy # destroy inspect # destroy keyword # destroy abc # destroy _thread <<< 6494 1726853139.26753: stdout chunk (state=3): >>># destroy __main__ # destroy atexit # destroy errno # destroy grp # destroy fcntl # destroy locale # destroy pwd # destroy select # destroy selectors # destroy shutil # destroy tempfile # destroy time # destroy traceback<<< 6494 1726853139.26756: stdout chunk (state=3): >>> # destroy syslog # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy stat # destroy selinux # destroy _elementtree # destroy posixpath # destroy functools # destroy _blake2 # destroy platform # destroy distro # destroy datetime <<< 6494 1726853139.26822: stdout chunk (state=3): >>># destroy selinux._selinux # destroy collections # destroy io # destroy _opcode # destroy json.scanner # destroy _json # destroy argparse # destroy json # destroy shlex # destroy subprocess # destroy warnings <<< 6494 1726853139.26921: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 6494 1726853139.27055: stdout chunk (state=3): >>># destroy _socket # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy _warnings # destroy math # destroy _bisect # destroy re <<< 6494 1726853139.27098: stdout chunk (state=3): >>># destroy _random # destroy _hashlib # destroy _operator <<< 6494 1726853139.27119: stdout chunk (state=3): >>># destroy builtins # destroy itertools # destroy _sre # destroy posix # destroy _functools # clear sys.audit hooks <<< 6494 1726853139.27713: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.41.218 closed. <<< 6494 1726853139.27716: stdout chunk (state=3): >>><<< 6494 1726853139.27718: stderr chunk (state=3): >>><<< 6494 1726853139.27803: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a799684d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a79937b30> # /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 0x7f6a7996aa50> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a7971d130> # /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 0x7f6a7971dfa0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a7975be00> # /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 0x7f6a7975bec0> # /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 0x7f6a797937d0> # /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 0x7f6a79793e60> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a79773aa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a797711f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a79758fb0> # /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 0x7f6a797b3740> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a797b2360> # /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 0x7f6a79772090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a797b0b60> # /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 0x7f6a797e8800> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a79758230> # /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 0x7f6a797e8cb0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a797e8b60> # 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 0x7f6a797e8ef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a79756d50> # /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 0x7f6a797e9580> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a797e9250> 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 0x7f6a797ea480> 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 0x7f6a798006b0> 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 0x7f6a79801d90> # /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 0x7f6a79802c30> # 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 0x7f6a79803290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a79802180> # /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 0x7f6a79803d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a79803440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a797ea4e0> # /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 0x7f6a7958fb90> # /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 0x7f6a795b86b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a795b8410> # 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 0x7f6a795b86e0> # /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 0x7f6a795b9010> # 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 0x7f6a795b99d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a795b88c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a7958dd30> # /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 0x7f6a795bad80> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a795b9880> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a797eabd0> # /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 0x7f6a795e30b0> # /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 0x7f6a796074a0> # /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 0x7f6a79664260> # /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 0x7f6a796669c0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a79664380> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a79635280> # /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 0x7f6a78f29340> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a796062a0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a795bbc80> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f6a796068a0> # zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.firewall_lib_payload_fhddj240/ansible_fedora.linux_system_roles.firewall_lib_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 0x7f6a78f7b080> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78f5df70> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78f5d100> # 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 0x7f6a78f78f20> # /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 0x7f6a78faa960> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78faa6f0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78faa000> # /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 0x7f6a78faa450> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78f7baa0> 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 0x7f6a78fab6e0> # 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 0x7f6a78fab860> # /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 0x7f6a78fabce0> 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 0x7f6a78e15af0> # 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 0x7f6a78e17710> # /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 0x7f6a78e180e0> # /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 0x7f6a78e19280> # /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 0x7f6a78e1bd10> # 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 0x7f6a79607ad0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78e19fd0> # /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 0x7f6a78e27aa0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78e26570> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78e262d0> # /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 0x7f6a78e26840> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78e1a450> # 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 0x7f6a78e6bd40> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78e6bec0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a78e6d970> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78e6d730> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a78e6fec0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78e6e060> # /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 0x7f6a78e736b0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78e6ff80> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a78e74950> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a78e74890> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a78e74980> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78e6c0b0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a78e77fe0> # 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 0x7f6a78efd430> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78e76810> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a78e77bc0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78e76450> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a78d05550> # /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 0x7f6a78d062d0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78efd790> 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 0x7f6a78d06090> # 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 0x7f6a78d074a0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a78d11f10> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78d0cda0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78e028d0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78fe25a0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78d12000> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78d049b0> # 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_collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/__init__.py # code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc' import 'firewall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78da0530> # /usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/__init__.py # code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/dbus.py # code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc' import 'firewall.config.dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78da2de0> import 'firewall.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78da06e0> # /usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/client.py # code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/__init__.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc' # possible namespace for /usr/lib/python3.12/site-packages/gi # /usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_error.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc' import 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a789b63c0> # extension module 'gi._gi' loaded from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so' # extension module 'gi._gi' executed from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so' import 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a789b61b0> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a789b5a90> # /usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/repository/__init__.py # code object from '/usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/importer.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/module.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/types.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_constants.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc' import 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a789d9190> # /usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/docstring.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc' import 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a789d9520> # /usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_propertyhelper.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc' import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a789d9a30> # /usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_signalhelper.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc' import 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a789da2a0> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a789d8860> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a789d82f0> # /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/__init__.py # code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc' import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a789da840> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a789b7d70> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a789b5e50> # /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GLib.py # code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_ossighelper.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc' import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a789dcf80> # /usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_option.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py # code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc' import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a789dddc0> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a789dd4f0> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a789db350> import 'gi.repository.GLib' # # /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc' import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78a22b70> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc' import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78a22c30> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc' # extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' # extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' import '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a78a23350> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78a231d0> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc' import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78a29970> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.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 0x7f6a78a2abd0> # /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 0x7f6a78a2ae40> # /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' # 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 0x7f6a78a2af90> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78a2ade0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78a2a660> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78a29af0> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78a28d70> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78a282f0> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78a23b60> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78a22630> # /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/__init__.py # code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc' import 'dbus.mainloop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78a23fe0> # /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/glib.py # code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc' # extension module '_dbus_glib_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so' # extension module '_dbus_glib_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so' import '_dbus_glib_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a78a2b1a0> import 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78a2a930> # /usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/__init__.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc' import 'firewall.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78a2b200> # /usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/base.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc' import 'firewall.core.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78a2b350> # /usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/dbus_utils.py # code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc' # /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 0x7f6a78a2baa0> # /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 0x7f6a78a32a50> # extension module '_elementtree' loaded from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so' # 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 0x7f6a78a33da0> import 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78a2b950> # /usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/logger.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc' # /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__/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 0x7f6a78a43fe0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78a43470> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78a419d0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78a35010> import 'firewall.core.logger' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78a33200> import 'firewall.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78a2b560> # /usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/rich.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc' # /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 0x7f6a784564b0> # /usr/lib/python3.12/site-packages/firewall/__pycache__/functions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/functions.py # code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/functions.cpython-312.pyc' import 'firewall.functions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a781c8380> # /usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/ipset.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc' # /usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/errors.py # code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc' import 'firewall.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a781ca3f0> # /usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/prog.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc' import 'firewall.core.prog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a781ca780> import 'firewall.core.ipset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a781c9790> import 'firewall.core.rich' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78454b30> import 'firewall.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78da2db0> # /usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/fw_nm.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc' # /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GObject.py # code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc' import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a7824a3c0> import 'gi.repository.GObject' # # destroy gi.repository.GModule import 'gi.repository.GModule' # # /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/Gio.py # code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc' import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a7826fb90> import 'gi.repository.Gio' # # destroy gi.repository.NM import 'gi.repository.NM' # import 'firewall.core.fw_nm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a78249820> # zipimport: zlib available {"changed": true, "__firewall_changed": true, "invocation": {"module_args": {"service": ["smtp"], "permanent": true, "runtime": true, "state": "enabled", "__report_changed": true, "port": [], "source_port": [], "forward_port": [], "rich_rule": [], "source": [], "interface": [], "interface_pci_id": [], "icmp_block": [], "timeout": 0, "ipset_entries": [], "protocol": [], "helper_module": [], "destination": [], "firewalld_conf": null, "masquerade": null, "icmp_block_inversion": null, "target": null, "zone": null, "set_default_zone": null, "ipset": null, "ipset_type": null, "description": null, "short": null}}} # 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 # 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 # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # 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 # 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.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_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.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules # cleanup[2] removing firewall # cleanup[2] removing firewall.config.dbus # cleanup[2] removing firewall.config # 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 optparse # cleanup[2] removing gi._option # cleanup[2] removing gi.overrides.GLib # cleanup[2] removing gi.repository.GLib # 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 dbus.mainloop # cleanup[2] removing _dbus_glib_bindings # cleanup[2] removing dbus.mainloop.glib # cleanup[2] removing firewall.core # cleanup[2] removing firewall.core.base # 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 _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing firewall.core.logger # cleanup[2] removing firewall.dbus_utils # cleanup[2] removing dataclasses # destroy dataclasses # cleanup[2] removing firewall.functions # cleanup[2] removing firewall.errors # cleanup[2] removing firewall.core.prog # cleanup[2] removing firewall.core.ipset # cleanup[2] removing firewall.core.rich # cleanup[2] removing firewall.client # cleanup[2] removing gi.overrides.GObject # cleanup[2] removing gi.repository.GObject # cleanup[2] removing gi.overrides.Gio # cleanup[2] removing gi.repository.Gio # cleanup[2] removing firewall.core.fw_nm # destroy _sitebuiltins # 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 ntpath # cleanup[3] wiping firewall.core.fw_nm # cleanup[3] wiping gi.repository.Gio # cleanup[3] wiping gi.overrides.Gio # cleanup[3] wiping gi.repository.GObject # cleanup[3] wiping gi.overrides.GObject # cleanup[3] wiping firewall.client # cleanup[3] wiping firewall.core.rich # cleanup[3] wiping firewall.core.ipset # destroy ipaddress # cleanup[3] wiping firewall.core.prog # cleanup[3] wiping firewall.errors # cleanup[3] wiping firewall.functions # destroy string # cleanup[3] wiping firewall.dbus_utils # destroy dbus # destroy dbus._compat # destroy dbus.exceptions # destroy dbus.types # destroy dbus.lowlevel # destroy dbus._expat_introspect_parser # destroy dbus.proxies # destroy dbus.connection # destroy dbus.bus # destroy dbus._dbus # destroy dbus.mainloop # destroy dbus.mainloop.glib # destroy xml.etree.ElementTree # cleanup[3] wiping firewall.core.logger # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping _elementtree # cleanup[3] wiping xml.etree.ElementPath # cleanup[3] wiping firewall.core.base # cleanup[3] wiping firewall.core # destroy firewall.core.base # destroy firewall.core.logger # destroy firewall.core.prog # destroy firewall.core.ipset # destroy firewall.core.rich # destroy firewall.core.fw_nm # cleanup[3] wiping _dbus_glib_bindings # cleanup[3] wiping xml.parsers.expat.errors # cleanup[3] wiping xml.parsers.expat.model # cleanup[3] wiping pyexpat # destroy pyexpat.errors # destroy pyexpat.model # cleanup[3] wiping _dbus_bindings # cleanup[3] wiping gi.repository.GLib # cleanup[3] wiping gi.overrides.GLib # cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping gi._ossighelper # destroy socket # cleanup[3] wiping gi.repository # destroy gi.repository.GLib # destroy gi.repository.GObject # destroy gi.repository.Gio # cleanup[3] wiping gi.importer # cleanup[3] wiping gi.overrides # destroy gi.overrides.GLib # destroy gi.overrides.GObject # destroy gi.overrides.Gio # 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 firewall.config # destroy gettext # destroy firewall.config.dbus # cleanup[3] wiping firewall # destroy firewall.config # destroy firewall.core # destroy firewall.dbus_utils # destroy firewall.functions # destroy firewall.errors # destroy firewall.client # cleanup[3] wiping ansible.module_utils.distro # destroy distro.distro # cleanup[3] wiping distro # cleanup[3] wiping argparse # cleanup[3] wiping selinux # cleanup[3] wiping selinux._selinux # cleanup[3] wiping copy # 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 array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.journal # destroy uuid # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # 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 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 importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # 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 keyword # 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 # 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 systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _io # destroy zipimport # destroy importlib # destroy gi.types # destroy gi._error # 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 _collections # destroy _uuid # destroy re._parser # destroy tokenize # destroy _string # destroy array # destroy textwrap # destroy ansible.module_utils.six.moves.urllib # destroy _signal # destroy gi._gi # destroy copyreg # 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 operator # destroy ansible.module_utils.six.moves # destroy firewall # destroy contextlib # destroy _dbus_glib_bindings # destroy xml.etree.ElementPath # destroy copy # destroy inspect # destroy keyword # destroy abc # destroy _thread # destroy __main__ # destroy atexit # destroy errno # destroy grp # destroy fcntl # destroy locale # destroy pwd # destroy select # destroy selectors # destroy shutil # destroy tempfile # destroy time # destroy traceback # destroy syslog # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy stat # destroy selinux # destroy _elementtree # destroy posixpath # destroy functools # destroy _blake2 # destroy platform # destroy distro # destroy datetime # destroy selinux._selinux # destroy collections # destroy io # destroy _opcode # destroy json.scanner # destroy _json # destroy argparse # destroy json # destroy shlex # destroy subprocess # destroy warnings # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy _socket # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy _warnings # destroy math # destroy _bisect # destroy re # destroy _random # destroy _hashlib # destroy _operator # destroy builtins # destroy itertools # destroy _sre # destroy posix # destroy _functools # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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.41.218 closed. [WARNING]: Module invocation had junk after the JSON data: # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # 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 # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # 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 # 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.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_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.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules # cleanup[2] removing firewall # cleanup[2] removing firewall.config.dbus # cleanup[2] removing firewall.config # 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 optparse # cleanup[2] removing gi._option # cleanup[2] removing gi.overrides.GLib # cleanup[2] removing gi.repository.GLib # 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 dbus.mainloop # cleanup[2] removing _dbus_glib_bindings # cleanup[2] removing dbus.mainloop.glib # cleanup[2] removing firewall.core # cleanup[2] removing firewall.core.base # 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 _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing firewall.core.logger # cleanup[2] removing firewall.dbus_utils # cleanup[2] removing dataclasses # destroy dataclasses # cleanup[2] removing firewall.functions # cleanup[2] removing firewall.errors # cleanup[2] removing firewall.core.prog # cleanup[2] removing firewall.core.ipset # cleanup[2] removing firewall.core.rich # cleanup[2] removing firewall.client # cleanup[2] removing gi.overrides.GObject # cleanup[2] removing gi.repository.GObject # cleanup[2] removing gi.overrides.Gio # cleanup[2] removing gi.repository.Gio # cleanup[2] removing firewall.core.fw_nm # destroy _sitebuiltins # 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 ntpath # cleanup[3] wiping firewall.core.fw_nm # cleanup[3] wiping gi.repository.Gio # cleanup[3] wiping gi.overrides.Gio # cleanup[3] wiping gi.repository.GObject # cleanup[3] wiping gi.overrides.GObject # cleanup[3] wiping firewall.client # cleanup[3] wiping firewall.core.rich # cleanup[3] wiping firewall.core.ipset # destroy ipaddress # cleanup[3] wiping firewall.core.prog # cleanup[3] wiping firewall.errors # cleanup[3] wiping firewall.functions # destroy string # cleanup[3] wiping firewall.dbus_utils # destroy dbus # destroy dbus._compat # destroy dbus.exceptions # destroy dbus.types # destroy dbus.lowlevel # destroy dbus._expat_introspect_parser # destroy dbus.proxies # destroy dbus.connection # destroy dbus.bus # destroy dbus._dbus # destroy dbus.mainloop # destroy dbus.mainloop.glib # destroy xml.etree.ElementTree # cleanup[3] wiping firewall.core.logger # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping _elementtree # cleanup[3] wiping xml.etree.ElementPath # cleanup[3] wiping firewall.core.base # cleanup[3] wiping firewall.core # destroy firewall.core.base # destroy firewall.core.logger # destroy firewall.core.prog # destroy firewall.core.ipset # destroy firewall.core.rich # destroy firewall.core.fw_nm # cleanup[3] wiping _dbus_glib_bindings # cleanup[3] wiping xml.parsers.expat.errors # cleanup[3] wiping xml.parsers.expat.model # cleanup[3] wiping pyexpat # destroy pyexpat.errors # destroy pyexpat.model # cleanup[3] wiping _dbus_bindings # cleanup[3] wiping gi.repository.GLib # cleanup[3] wiping gi.overrides.GLib # cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping gi._ossighelper # destroy socket # cleanup[3] wiping gi.repository # destroy gi.repository.GLib # destroy gi.repository.GObject # destroy gi.repository.Gio # cleanup[3] wiping gi.importer # cleanup[3] wiping gi.overrides # destroy gi.overrides.GLib # destroy gi.overrides.GObject # destroy gi.overrides.Gio # 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 firewall.config # destroy gettext # destroy firewall.config.dbus # cleanup[3] wiping firewall # destroy firewall.config # destroy firewall.core # destroy firewall.dbus_utils # destroy firewall.functions # destroy firewall.errors # destroy firewall.client # cleanup[3] wiping ansible.module_utils.distro # destroy distro.distro # cleanup[3] wiping distro # cleanup[3] wiping argparse # cleanup[3] wiping selinux # cleanup[3] wiping selinux._selinux # cleanup[3] wiping copy # 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 array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.journal # destroy uuid # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # 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 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 importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # 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 keyword # 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 # 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 systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _io # destroy zipimport # destroy importlib # destroy gi.types # destroy gi._error # 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 _collections # destroy _uuid # destroy re._parser # destroy tokenize # destroy _string # destroy array # destroy textwrap # destroy ansible.module_utils.six.moves.urllib # destroy _signal # destroy gi._gi # destroy copyreg # 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 operator # destroy ansible.module_utils.six.moves # destroy firewall # destroy contextlib # destroy _dbus_glib_bindings # destroy xml.etree.ElementPath # destroy copy # destroy inspect # destroy keyword # destroy abc # destroy _thread # destroy __main__ # destroy atexit # destroy errno # destroy grp # destroy fcntl # destroy locale # destroy pwd # destroy select # destroy selectors # destroy shutil # destroy tempfile # destroy time # destroy traceback # destroy syslog # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy stat # destroy selinux # destroy _elementtree # destroy posixpath # destroy functools # destroy _blake2 # destroy platform # destroy distro # destroy datetime # destroy selinux._selinux # destroy collections # destroy io # destroy _opcode # destroy json.scanner # destroy _json # destroy argparse # destroy json # destroy shlex # destroy subprocess # destroy warnings # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy _socket # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy _warnings # destroy math # destroy _bisect # destroy re # destroy _random # destroy _hashlib # destroy _operator # destroy builtins # destroy itertools # destroy _sre # destroy posix # destroy _functools # clear sys.audit hooks 6494 1726853139.29725: done with _execute_module (fedora.linux_system_roles.firewall_lib, {'service': 'smtp', 'permanent': True, 'runtime': True, 'state': 'enabled', '__report_changed': True, '_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': 'fedora.linux_system_roles.firewall_lib', '_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-1726853138.0088944-6836-281042704559929/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6494 1726853139.29730: _low_level_execute_command(): starting 6494 1726853139.29736: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726853138.0088944-6836-281042704559929/ > /dev/null 2>&1 && sleep 0' 6494 1726853139.29753: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6494 1726853139.29756: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853139.29758: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853139.29761: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6494 1726853139.29763: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 <<< 6494 1726853139.29765: stderr chunk (state=3): >>>debug2: match not found <<< 6494 1726853139.29767: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853139.29769: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6494 1726853139.29770: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.41.218 is address <<< 6494 1726853139.29772: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6494 1726853139.29774: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853139.29776: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853139.29779: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6494 1726853139.29781: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 <<< 6494 1726853139.29783: stderr chunk (state=3): >>>debug2: match found <<< 6494 1726853139.29784: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853139.29786: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853139.29788: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853139.29790: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853139.29792: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853139.31753: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853139.31757: stdout chunk (state=3): >>><<< 6494 1726853139.31760: stderr chunk (state=3): >>><<< 6494 1726853139.31763: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853139.31765: handler run complete 6494 1726853139.31767: attempt loop complete, returning result 6494 1726853139.31769: variable 'item' from source: unknown 6494 1726853139.31771: variable 'item' from source: unknown changed: [managed_node1] => (item={'service': 'smtp', 'state': 'enabled'}) => { "__firewall_changed": true, "ansible_loop_var": "item", "changed": true, "item": { "service": "smtp", "state": "enabled" } } 6494 1726853139.32142: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853139.32147: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853139.32150: variable 'omit' from source: magic vars 6494 1726853139.32152: variable 'omit' from source: magic vars 6494 1726853139.32154: variable 'omit' from source: magic vars 6494 1726853139.32281: 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) 6494 1726853139.32350: 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) 6494 1726853139.32371: 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) 6494 1726853139.32418: 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) 6494 1726853139.32650: 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) 6494 1726853139.32653: variable 'item' from source: unknown 6494 1726853139.32656: variable 'omit' from source: magic vars 6494 1726853139.32705: variable 'item' from source: unknown 6494 1726853139.32728: variable 'omit' from source: magic vars 6494 1726853139.32934: variable 'item' from source: unknown 6494 1726853139.32961: variable 'omit' from source: magic vars 6494 1726853139.33166: variable 'item' from source: unknown 6494 1726853139.33193: variable 'omit' from source: magic vars 6494 1726853139.33405: variable 'item' from source: unknown 6494 1726853139.33417: variable 'omit' from source: magic vars 6494 1726853139.33590: variable 'item' from source: unknown 6494 1726853139.33684: variable 'omit' from source: magic vars 6494 1726853139.33873: variable 'item' from source: unknown 6494 1726853139.33940: variable 'omit' from source: magic vars 6494 1726853139.34273: variable 'item' from source: unknown 6494 1726853139.34324: variable 'omit' from source: magic vars 6494 1726853139.34503: variable 'item' from source: unknown 6494 1726853139.34538: variable 'omit' from source: magic vars 6494 1726853139.34843: variable 'item' from source: unknown 6494 1726853139.34846: variable 'omit' from source: magic vars 6494 1726853139.34989: variable 'item' from source: unknown 6494 1726853139.35057: variable 'omit' from source: magic vars 6494 1726853139.35380: variable 'item' from source: unknown 6494 1726853139.35536: variable 'omit' from source: magic vars 6494 1726853139.35539: variable 'item' from source: unknown 6494 1726853139.35542: variable 'omit' from source: magic vars 6494 1726853139.35640: variable 'item' from source: unknown 6494 1726853139.35655: variable 'omit' from source: magic vars 6494 1726853139.35884: variable 'item' from source: unknown 6494 1726853139.36025: variable 'omit' from source: magic vars 6494 1726853139.36138: variable 'item' from source: unknown 6494 1726853139.36148: variable 'omit' from source: magic vars 6494 1726853139.36322: variable 'item' from source: unknown 6494 1726853139.36344: variable 'omit' from source: magic vars 6494 1726853139.36482: variable 'item' from source: unknown 6494 1726853139.36492: variable 'omit' from source: magic vars 6494 1726853139.36638: variable 'item' from source: unknown 6494 1726853139.36650: variable 'omit' from source: magic vars 6494 1726853139.36738: variable 'item' from source: unknown 6494 1726853139.36748: variable 'omit' from source: magic vars 6494 1726853139.36863: variable 'item' from source: unknown 6494 1726853139.36937: variable 'omit' from source: magic vars 6494 1726853139.36988: variable 'item' from source: unknown 6494 1726853139.36997: variable 'omit' from source: magic vars 6494 1726853139.37116: variable 'item' from source: unknown 6494 1726853139.37127: variable 'omit' from source: magic vars 6494 1726853139.37248: variable 'item' from source: unknown 6494 1726853139.37362: variable 'item' from source: unknown 6494 1726853139.37458: variable 'item' from source: unknown 6494 1726853139.37461: variable 'omit' from source: magic vars 6494 1726853139.37469: variable '__firewall_report_changed' from source: set_fact 6494 1726853139.37480: variable 'omit' from source: magic vars 6494 1726853139.37503: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6494 1726853139.37509: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853139.37518: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853139.37529: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6494 1726853139.37533: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853139.37536: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853139.37593: Set connection var ansible_shell_type to sh 6494 1726853139.37600: Set connection var ansible_pipelining to False 6494 1726853139.37605: Set connection var ansible_shell_executable to /bin/sh 6494 1726853139.37608: Set connection var ansible_timeout to 10 6494 1726853139.37615: Set connection var ansible_connection to ssh 6494 1726853139.37626: Set connection var ansible_module_compression to ZIP_DEFLATED 6494 1726853139.37641: variable 'ansible_shell_executable' from source: unknown 6494 1726853139.37644: variable 'ansible_connection' from source: unknown 6494 1726853139.37646: variable 'ansible_module_compression' from source: unknown 6494 1726853139.37648: variable 'ansible_shell_type' from source: unknown 6494 1726853139.37650: variable 'ansible_shell_executable' from source: unknown 6494 1726853139.37653: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853139.37657: variable 'ansible_pipelining' from source: unknown 6494 1726853139.37659: variable 'ansible_timeout' from source: unknown 6494 1726853139.37663: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853139.37730: 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) 6494 1726853139.37740: variable 'omit' from source: magic vars 6494 1726853139.37743: starting attempt loop 6494 1726853139.37746: running the handler 6494 1726853139.37753: _low_level_execute_command(): starting 6494 1726853139.37755: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6494 1726853139.38204: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853139.38207: 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.41.218 originally 10.31.41.218 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853139.38210: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853139.38212: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match found <<< 6494 1726853139.38214: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853139.38261: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853139.38264: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853139.38392: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853139.40189: stdout chunk (state=3): >>>/root <<< 6494 1726853139.40284: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853139.40317: stderr chunk (state=3): >>><<< 6494 1726853139.40319: stdout chunk (state=3): >>><<< 6494 1726853139.40329: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853139.40364: _low_level_execute_command(): starting 6494 1726853139.40368: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726853139.4033556-6836-83219387767661 `" && echo ansible-tmp-1726853139.4033556-6836-83219387767661="` echo /root/.ansible/tmp/ansible-tmp-1726853139.4033556-6836-83219387767661 `" ) && sleep 0' 6494 1726853139.40787: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6494 1726853139.40790: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853139.40792: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6494 1726853139.40795: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match not found <<< 6494 1726853139.40797: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853139.40799: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853139.40803: 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.41.218 originally 10.31.41.218 debug2: match found <<< 6494 1726853139.40805: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853139.40851: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853139.40855: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853139.40859: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853139.40991: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853139.43123: stdout chunk (state=3): >>>ansible-tmp-1726853139.4033556-6836-83219387767661=/root/.ansible/tmp/ansible-tmp-1726853139.4033556-6836-83219387767661 <<< 6494 1726853139.43299: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853139.43303: stdout chunk (state=3): >>><<< 6494 1726853139.43306: stderr chunk (state=3): >>><<< 6494 1726853139.43535: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726853139.4033556-6836-83219387767661=/root/.ansible/tmp/ansible-tmp-1726853139.4033556-6836-83219387767661 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853139.43565: variable 'ansible_module_compression' from source: unknown 6494 1726853139.43568: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6494dydhg1yg/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.firewall_lib-ZIP_DEFLATED 6494 1726853139.43571: variable 'ansible_facts' from source: unknown 6494 1726853139.43573: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726853139.4033556-6836-83219387767661/AnsiballZ_firewall_lib.py 6494 1726853139.43684: Sending initial data 6494 1726853139.43690: Sent initial data (158 bytes) 6494 1726853139.44368: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853139.44372: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853139.44374: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853139.44539: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853139.46241: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6494 1726853139.46408: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6494 1726853139.46580: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6494dydhg1yg/tmpk8xwydyx /root/.ansible/tmp/ansible-tmp-1726853139.4033556-6836-83219387767661/AnsiballZ_firewall_lib.py <<< 6494 1726853139.46584: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726853139.4033556-6836-83219387767661/AnsiballZ_firewall_lib.py" <<< 6494 1726853139.46689: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6494dydhg1yg/tmpk8xwydyx" to remote "/root/.ansible/tmp/ansible-tmp-1726853139.4033556-6836-83219387767661/AnsiballZ_firewall_lib.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726853139.4033556-6836-83219387767661/AnsiballZ_firewall_lib.py" <<< 6494 1726853139.47609: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853139.47646: stderr chunk (state=3): >>><<< 6494 1726853139.47656: stdout chunk (state=3): >>><<< 6494 1726853139.47738: done transferring module to remote 6494 1726853139.47741: _low_level_execute_command(): starting 6494 1726853139.47744: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726853139.4033556-6836-83219387767661/ /root/.ansible/tmp/ansible-tmp-1726853139.4033556-6836-83219387767661/AnsiballZ_firewall_lib.py && sleep 0' 6494 1726853139.48373: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6494 1726853139.48453: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853139.48513: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853139.48528: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853139.48586: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853139.48728: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853139.50755: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853139.50774: stderr chunk (state=3): >>><<< 6494 1726853139.50789: stdout chunk (state=3): >>><<< 6494 1726853139.50886: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853139.50889: _low_level_execute_command(): starting 6494 1726853139.50892: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726853139.4033556-6836-83219387767661/AnsiballZ_firewall_lib.py && sleep 0' 6494 1726853139.51423: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6494 1726853139.51440: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853139.51493: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853139.51567: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853139.51753: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853139.54160: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 6494 1726853139.54342: stdout chunk (state=3): >>>import _imp # builtin <<< 6494 1726853139.54348: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # <<< 6494 1726853139.54368: stdout chunk (state=3): >>>import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook <<< 6494 1726853139.54451: stdout chunk (state=3): >>>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' <<< 6494 1726853139.54493: stdout chunk (state=3): >>>import '_codecs' # import 'codecs' # <<< 6494 1726853139.54573: stdout chunk (state=3): >>># /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 0x7f24d6d104d0> <<< 6494 1726853139.54653: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6cdfb30> # /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 0x7f24d6d12a50> import '_signal' # import '_abc' # import 'abc' # <<< 6494 1726853139.54737: stdout chunk (state=3): >>>import 'io' # import '_stat' # import 'stat' # <<< 6494 1726853139.54811: stdout chunk (state=3): >>>import '_collections_abc' # <<< 6494 1726853139.54865: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 6494 1726853139.54917: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 6494 1726853139.54964: stdout chunk (state=3): >>>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 0x7f24d6b05130> <<< 6494 1726853139.55074: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853139.55080: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6b05fa0> <<< 6494 1726853139.55110: stdout chunk (state=3): >>>import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 6494 1726853139.55317: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 6494 1726853139.55362: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 6494 1726853139.55367: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 6494 1726853139.55370: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853139.55390: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 6494 1726853139.55446: stdout chunk (state=3): >>># 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 <<< 6494 1726853139.55486: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 6494 1726853139.55510: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6b43e00> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 6494 1726853139.55556: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 6494 1726853139.55559: stdout chunk (state=3): >>>import '_operator' # <<< 6494 1726853139.55562: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6b43ec0> <<< 6494 1726853139.55589: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 6494 1726853139.55631: stdout chunk (state=3): >>># 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 <<< 6494 1726853139.55684: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853139.55730: stdout chunk (state=3): >>>import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 6494 1726853139.55749: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6b7b7d0> # /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' <<< 6494 1726853139.55766: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6b7be60> <<< 6494 1726853139.55769: stdout chunk (state=3): >>>import '_collections' # <<< 6494 1726853139.55816: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6b5baa0> <<< 6494 1726853139.55839: stdout chunk (state=3): >>>import '_functools' # <<< 6494 1726853139.55858: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6b591f0> <<< 6494 1726853139.55976: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6b40fb0> <<< 6494 1726853139.56008: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 6494 1726853139.56012: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 6494 1726853139.56026: stdout chunk (state=3): >>>import '_sre' # <<< 6494 1726853139.56037: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 6494 1726853139.56055: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 6494 1726853139.56077: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 6494 1726853139.56081: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 6494 1726853139.56143: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6b9b740> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6b9a360> <<< 6494 1726853139.56171: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' <<< 6494 1726853139.56178: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6b5a090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6b98b60> <<< 6494 1726853139.56222: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 6494 1726853139.56241: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6bd0800> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6b40230> <<< 6494 1726853139.56263: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py <<< 6494 1726853139.56270: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 6494 1726853139.56297: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853139.56322: stdout chunk (state=3): >>># 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 0x7f24d6bd0cb0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6bd0b60> <<< 6494 1726853139.56346: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f24d6bd0ef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6b3ed50> <<< 6494 1726853139.56379: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 6494 1726853139.56382: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853139.56407: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 6494 1726853139.56461: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 6494 1726853139.56506: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6bd1580> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6bd1250> import 'importlib.machinery' # <<< 6494 1726853139.56514: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6bd2480> <<< 6494 1726853139.56576: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 6494 1726853139.56580: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 6494 1726853139.56638: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 6494 1726853139.56648: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6be86b0> <<< 6494 1726853139.56669: stdout chunk (state=3): >>>import 'errno' # <<< 6494 1726853139.56694: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853139.56710: stdout chunk (state=3): >>># 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 0x7f24d6be9d90> <<< 6494 1726853139.56726: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 6494 1726853139.56746: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 6494 1726853139.56766: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 6494 1726853139.56780: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 6494 1726853139.56792: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6beac30> <<< 6494 1726853139.56839: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f24d6beb290> <<< 6494 1726853139.56929: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6bea180> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 6494 1726853139.56937: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 6494 1726853139.56974: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f24d6bebd10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6beb440> <<< 6494 1726853139.56992: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6bd24e0> <<< 6494 1726853139.57023: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 6494 1726853139.57045: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 6494 1726853139.57087: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 6494 1726853139.57150: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 6494 1726853139.57154: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f24d696fb90> <<< 6494 1726853139.57236: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f24d69986b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6998410> <<< 6494 1726853139.57239: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853139.57242: stdout chunk (state=3): >>>import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f24d69986e0> <<< 6494 1726853139.57261: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 6494 1726853139.57364: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853139.57486: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f24d6999010> <<< 6494 1726853139.57643: stdout chunk (state=3): >>># 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 0x7f24d69999d0> <<< 6494 1726853139.57662: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d69988c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d696dd30> <<< 6494 1726853139.57697: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 6494 1726853139.57716: stdout chunk (state=3): >>># 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 <<< 6494 1726853139.57749: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d699ad80> <<< 6494 1726853139.57768: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6999880> <<< 6494 1726853139.57788: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6bd2bd0> <<< 6494 1726853139.57816: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 6494 1726853139.57881: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853139.57911: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 6494 1726853139.57941: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 6494 1726853139.57964: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d69c30b0> <<< 6494 1726853139.58031: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 6494 1726853139.58048: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853139.58106: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 6494 1726853139.58146: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d69e74a0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 6494 1726853139.58193: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 6494 1726853139.58265: stdout chunk (state=3): >>>import 'ntpath' # <<< 6494 1726853139.58276: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6a44260> <<< 6494 1726853139.58294: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 6494 1726853139.58335: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 6494 1726853139.58352: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 6494 1726853139.58404: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 6494 1726853139.58484: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6a469c0> <<< 6494 1726853139.58566: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6a44380> <<< 6494 1726853139.58599: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6a15280> <<< 6494 1726853139.58633: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6329340> <<< 6494 1726853139.58657: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d69e62a0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d699bc80> <<< 6494 1726853139.58781: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 6494 1726853139.58803: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f24d69e68a0> <<< 6494 1726853139.59000: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.firewall_lib_payload_3rrgt5eu/ansible_fedora.linux_system_roles.firewall_lib_payload.zip' <<< 6494 1726853139.59016: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853139.59135: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853139.59159: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 6494 1726853139.59172: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 6494 1726853139.59216: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 6494 1726853139.59293: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 6494 1726853139.59334: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' <<< 6494 1726853139.59343: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d637b080> <<< 6494 1726853139.59352: stdout chunk (state=3): >>>import '_typing' # <<< 6494 1726853139.59550: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d635df70> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d635d100> <<< 6494 1726853139.59577: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853139.59602: stdout chunk (state=3): >>>import 'ansible' # <<< 6494 1726853139.59610: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 6494 1726853139.59656: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853139.59661: stdout chunk (state=3): >>>import 'ansible.module_utils' # # zipimport: zlib available <<< 6494 1726853139.61108: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853139.62297: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6378f20> <<< 6494 1726853139.62314: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 6494 1726853139.62338: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853139.62341: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 6494 1726853139.62363: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 6494 1726853139.62367: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 6494 1726853139.62398: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853139.62405: stdout chunk (state=3): >>># 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 0x7f24d63aa960> <<< 6494 1726853139.62445: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d63aa6f0> <<< 6494 1726853139.62474: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d63aa000> <<< 6494 1726853139.62502: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 6494 1726853139.62506: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 6494 1726853139.62551: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d63aa450> <<< 6494 1726853139.62554: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d637baa0> <<< 6494 1726853139.62566: stdout chunk (state=3): >>>import 'atexit' # <<< 6494 1726853139.62590: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f24d63ab6e0> <<< 6494 1726853139.62617: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853139.62622: stdout chunk (state=3): >>># extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f24d63ab860> <<< 6494 1726853139.62648: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 6494 1726853139.62696: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 6494 1726853139.62713: stdout chunk (state=3): >>>import '_locale' # <<< 6494 1726853139.62759: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d63abce0> <<< 6494 1726853139.62779: stdout chunk (state=3): >>>import 'pwd' # <<< 6494 1726853139.62790: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 6494 1726853139.62826: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 6494 1726853139.62857: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6215af0> <<< 6494 1726853139.62894: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853139.62901: stdout chunk (state=3): >>># extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f24d6217710> <<< 6494 1726853139.62913: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 6494 1726853139.62938: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 6494 1726853139.62968: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d62180e0> <<< 6494 1726853139.62999: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 6494 1726853139.63031: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'<<< 6494 1726853139.63041: stdout chunk (state=3): >>> <<< 6494 1726853139.63050: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6219280> <<< 6494 1726853139.63068: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 6494 1726853139.63109: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 6494 1726853139.63136: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 6494 1726853139.63141: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 6494 1726853139.63191: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d621bd10> <<< 6494 1726853139.63236: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f24d69e7ad0> <<< 6494 1726853139.63260: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6219fd0> <<< 6494 1726853139.63277: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 6494 1726853139.63307: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 6494 1726853139.63336: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 6494 1726853139.63356: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 6494 1726853139.63361: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 6494 1726853139.63419: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 6494 1726853139.63458: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6227aa0> <<< 6494 1726853139.63468: stdout chunk (state=3): >>>import '_tokenize' # <<< 6494 1726853139.63550: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6226570> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d62262d0> <<< 6494 1726853139.63568: stdout chunk (state=3): >>># /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' <<< 6494 1726853139.63696: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6226840> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d621a450> # 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 0x7f24d626bd40> <<< 6494 1726853139.63753: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d626bec0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 6494 1726853139.63799: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py <<< 6494 1726853139.63838: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 6494 1726853139.63842: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f24d626d970> <<< 6494 1726853139.63894: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d626d730> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 6494 1726853139.64017: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 6494 1726853139.64125: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f24d626fec0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d626e060> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 6494 1726853139.64128: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853139.64160: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 6494 1726853139.64215: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d62736b0> <<< 6494 1726853139.64370: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d626ff80> <<< 6494 1726853139.64458: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f24d6274950> <<< 6494 1726853139.64482: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f24d6274890> <<< 6494 1726853139.64490: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f24d6274980> <<< 6494 1726853139.64495: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d626c0b0> <<< 6494 1726853139.64530: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 6494 1726853139.64562: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 6494 1726853139.64567: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 6494 1726853139.64598: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853139.64625: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853139.64630: stdout chunk (state=3): >>>import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f24d6277fe0> <<< 6494 1726853139.64793: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853139.64798: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f24d62fd430> <<< 6494 1726853139.64817: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6276810> <<< 6494 1726853139.64842: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'<<< 6494 1726853139.64857: stdout chunk (state=3): >>> import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f24d6277bc0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6276450> <<< 6494 1726853139.64886: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 6494 1726853139.64903: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853139.65008: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853139.65116: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # <<< 6494 1726853139.65134: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853139.65143: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853139.65163: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 6494 1726853139.65167: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853139.65293: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853139.65409: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853139.65981: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853139.66527: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 6494 1726853139.66544: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 6494 1726853139.66557: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 6494 1726853139.66579: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 6494 1726853139.66595: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853139.66667: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f24d6105550> <<< 6494 1726853139.66757: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 6494 1726853139.66781: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d61062d0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d62fd790> <<< 6494 1726853139.66826: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 6494 1726853139.66850: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853139.66906: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 6494 1726853139.67056: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853139.67237: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6106090> # zipimport: zlib available <<< 6494 1726853139.67707: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853139.68178: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853139.68261: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853139.68326: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 6494 1726853139.68330: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853139.68364: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853139.68410: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 6494 1726853139.68413: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853139.68509: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853139.68561: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 6494 1726853139.68593: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 6494 1726853139.68612: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 6494 1726853139.68615: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853139.68665: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853139.68714: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 6494 1726853139.68716: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853139.68978: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853139.69192: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 6494 1726853139.69280: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 6494 1726853139.69339: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d61074a0> <<< 6494 1726853139.69370: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853139.69428: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853139.69509: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 6494 1726853139.69518: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 6494 1726853139.69559: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 6494 1726853139.69563: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853139.69589: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853139.69645: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 6494 1726853139.69654: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853139.69687: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853139.69727: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853139.69804: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853139.69883: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 6494 1726853139.69951: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853139.70060: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f24d6111f10> <<< 6494 1726853139.70092: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d610cda0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 6494 1726853139.70184: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853139.70252: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853139.70336: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853139.70340: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 6494 1726853139.70385: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 6494 1726853139.70390: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 6494 1726853139.70443: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 6494 1726853139.70494: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 6494 1726853139.70605: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d62028d0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d63e25a0> <<< 6494 1726853139.70667: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6112000> <<< 6494 1726853139.70677: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d61049b0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 6494 1726853139.70695: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853139.70711: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853139.70745: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 6494 1726853139.70813: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 6494 1726853139.70821: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853139.70878: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections' # <<< 6494 1726853139.70892: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853139.70959: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # <<< 6494 1726853139.70963: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # <<< 6494 1726853139.71026: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853139.71082: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # # zipimport: zlib available <<< 6494 1726853139.71787: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853139.72479: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/__init__.py # code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc' import 'firewall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d61a0530> <<< 6494 1726853139.72507: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/__init__.py # code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853139.72651: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/dbus.py # code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc' import 'firewall.config.dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d61a2de0><<< 6494 1726853139.72655: stdout chunk (state=3): >>> <<< 6494 1726853139.72669: stdout chunk (state=3): >>>import 'firewall.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d61a06e0> <<< 6494 1726853139.72685: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/client.py <<< 6494 1726853139.72769: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc' <<< 6494 1726853139.72798: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/__init__.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853139.72821: stdout chunk (state=3): >>># possible namespace for /usr/lib/python3.12/site-packages/gi <<< 6494 1726853139.72958: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_error.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc' <<< 6494 1726853139.72969: stdout chunk (state=3): >>>import 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5d963c0> <<< 6494 1726853139.73033: stdout chunk (state=3): >>># extension module 'gi._gi' loaded from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so' # extension module 'gi._gi' executed from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so' import 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f24d5d961b0> <<< 6494 1726853139.73060: stdout chunk (state=3): >>>import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5d95a90> <<< 6494 1726853139.73084: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/repository/__init__.py # code object from '/usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853139.73103: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/importer.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc' <<< 6494 1726853139.73133: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/module.py <<< 6494 1726853139.73156: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc' <<< 6494 1726853139.73189: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/types.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc' <<< 6494 1726853139.73192: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_constants.py <<< 6494 1726853139.73213: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc' import 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5db9190> <<< 6494 1726853139.73238: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/docstring.py <<< 6494 1726853139.73255: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc' import 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5db9520> <<< 6494 1726853139.73274: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_propertyhelper.py <<< 6494 1726853139.73278: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc' <<< 6494 1726853139.73297: stdout chunk (state=3): >>>import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5db9a30> <<< 6494 1726853139.73317: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_signalhelper.py <<< 6494 1726853139.73356: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc' <<< 6494 1726853139.73359: stdout chunk (state=3): >>>import 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5dba2a0> <<< 6494 1726853139.73361: stdout chunk (state=3): >>>import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5db8860> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5db82f0> <<< 6494 1726853139.73386: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/__init__.py <<< 6494 1726853139.73398: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853139.73426: stdout chunk (state=3): >>>import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5dba840> <<< 6494 1726853139.73440: stdout chunk (state=3): >>>import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5d97d70> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5d95e50> <<< 6494 1726853139.73484: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GLib.py <<< 6494 1726853139.73524: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc' <<< 6494 1726853139.73559: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_ossighelper.py <<< 6494 1726853139.73562: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc' <<< 6494 1726853139.73568: stdout chunk (state=3): >>>import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5dbcf80> <<< 6494 1726853139.73599: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_option.py <<< 6494 1726853139.73602: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc' <<< 6494 1726853139.73626: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py <<< 6494 1726853139.73663: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc' <<< 6494 1726853139.73715: stdout chunk (state=3): >>>import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5dbddc0> <<< 6494 1726853139.73741: stdout chunk (state=3): >>>import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5dbd4f0> <<< 6494 1726853139.73999: stdout chunk (state=3): >>>import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5dbb350> <<< 6494 1726853139.74020: stdout chunk (state=3): >>>import 'gi.repository.GLib' # <<< 6494 1726853139.74083: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853139.74100: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc' import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5e02b70> <<< 6494 1726853139.74117: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc' <<< 6494 1726853139.74125: stdout chunk (state=3): >>>import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5e02c30> <<< 6494 1726853139.74156: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc' <<< 6494 1726853139.74257: stdout chunk (state=3): >>># extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' <<< 6494 1726853139.74262: stdout chunk (state=3): >>># extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' import '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f24d5e03350> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5e031d0> <<< 6494 1726853139.74274: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc' <<< 6494 1726853139.74312: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py <<< 6494 1726853139.74355: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' <<< 6494 1726853139.74375: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' <<< 6494 1726853139.74461: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc' import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5e09970> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc' <<< 6494 1726853139.74485: stdout chunk (state=3): >>># /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'<<< 6494 1726853139.74585: stdout chunk (state=3): >>> import 'xml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5e0abd0> # /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 0x7f24d5e0ae40> # /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' # 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' <<< 6494 1726853139.74599: stdout chunk (state=3): >>>import 'pyexpat' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f24d5e0af90> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5e0ade0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5e0a660> <<< 6494 1726853139.74695: stdout chunk (state=3): >>>import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5e09af0> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5e08d70> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5e082f0> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5e03b60> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5e02630> # /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/__init__.py # code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc' import 'dbus.mainloop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5e03fe0> <<< 6494 1726853139.74731: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/glib.py # code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc' <<< 6494 1726853139.74808: stdout chunk (state=3): >>># extension module '_dbus_glib_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so' # extension module '_dbus_glib_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so' import '_dbus_glib_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f24d5e0b1a0> import 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5e0a930> # /usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/__init__.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc' import 'firewall.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5e0b200> <<< 6494 1726853139.74852: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/base.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc' import 'firewall.core.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5e0b350> # /usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/dbus_utils.py # code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc' <<< 6494 1726853139.74878: stdout chunk (state=3): >>># /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 0x7f24d5e0baa0> <<< 6494 1726853139.74916: stdout chunk (state=3): >>># /usr/lib64/python3.12/xml/etree/__pycache__/ElementTree.cpython-312.pyc matches /usr/lib64/python3.12/xml/etree/ElementTree.py <<< 6494 1726853139.74959: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/xml/etree/__pycache__/ElementTree.cpython-312.pyc' <<< 6494 1726853139.74969: stdout chunk (state=3): >>># /usr/lib64/python3.12/xml/etree/__pycache__/ElementPath.cpython-312.pyc matches /usr/lib64/python3.12/xml/etree/ElementPath.py <<< 6494 1726853139.75009: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/xml/etree/__pycache__/ElementPath.cpython-312.pyc' <<< 6494 1726853139.75022: stdout chunk (state=3): >>>import 'xml.etree.ElementPath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5e12a50> <<< 6494 1726853139.75099: stdout chunk (state=3): >>># extension module '_elementtree' loaded from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853139.75141: stdout chunk (state=3): >>># 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 0x7f24d5e13da0> import 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5e0b950> # /usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/logger.py <<< 6494 1726853139.75164: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc' <<< 6494 1726853139.75182: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 6494 1726853139.75255: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 6494 1726853139.75273: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 6494 1726853139.75303: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 6494 1726853139.75349: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 6494 1726853139.75361: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 6494 1726853139.75399: stdout chunk (state=3): >>># 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 0x7f24d5e23fe0> <<< 6494 1726853139.75405: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5e23470> <<< 6494 1726853139.75482: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5e219d0> <<< 6494 1726853139.75639: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5e15010> <<< 6494 1726853139.75665: stdout chunk (state=3): >>>import 'firewall.core.logger' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5e13200> import 'firewall.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5e0b560> <<< 6494 1726853139.75688: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/rich.py <<< 6494 1726853139.75722: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py <<< 6494 1726853139.75764: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc' <<< 6494 1726853139.75829: stdout chunk (state=3): >>>import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d582e4b0> <<< 6494 1726853139.75905: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/firewall/__pycache__/functions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/functions.py # code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/functions.cpython-312.pyc' import 'firewall.functions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d55a8380> <<< 6494 1726853139.75920: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/ipset.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc' # /usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/errors.py # code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc' <<< 6494 1726853139.75954: stdout chunk (state=3): >>>import 'firewall.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d55aa3f0> <<< 6494 1726853139.75986: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/prog.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc' import 'firewall.core.prog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d55aa780> import 'firewall.core.ipset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d55a9790> <<< 6494 1726853139.76100: stdout chunk (state=3): >>>import 'firewall.core.rich' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d582cb30> <<< 6494 1726853139.76350: stdout chunk (state=3): >>>import 'firewall.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d61a2db0> <<< 6494 1726853139.76372: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/fw_nm.py <<< 6494 1726853139.76377: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc' <<< 6494 1726853139.76452: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GObject.py <<< 6494 1726853139.76506: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc' <<< 6494 1726853139.76663: stdout chunk (state=3): >>>import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d562a3c0> <<< 6494 1726853139.76758: stdout chunk (state=3): >>>import 'gi.repository.GObject' # # destroy gi.repository.GModule import 'gi.repository.GModule' # # /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/Gio.py <<< 6494 1726853139.76822: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc' <<< 6494 1726853139.77015: stdout chunk (state=3): >>>import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d564fb90> import 'gi.repository.Gio' # <<< 6494 1726853139.77045: stdout chunk (state=3): >>># destroy gi.repository.NM import 'gi.repository.NM' # import 'firewall.core.fw_nm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5629820> <<< 6494 1726853139.77151: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853139.82081: stdout chunk (state=3): >>> <<< 6494 1726853139.82151: stdout chunk (state=3): >>>{"changed": true, "__firewall_changed": true, "invocation": {"module_args": {"service": ["smtps"], "permanent": true, "runtime": true, "state": "enabled", "__report_changed": true, "port": [], "source_port": [], "forward_port": [], "rich_rule": [], "source": [], "interface": [], "interface_pci_id": [], "icmp_block": [], "timeout": 0, "ipset_entries": [], "protocol": [], "helper_module": [], "destination": [], "firewalld_conf": null, "masquerade": null, "icmp_block_inversion": null, "target": null, "zone": null, "set_default_zone": null, "ipset": null, "ipset_type": null, "description": null, "short": null}}} # destroy __main__ <<< 6494 1726853139.82672: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin <<< 6494 1726853139.82683: 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 # 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 <<< 6494 1726853139.82806: 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 _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 <<< 6494 1726853139.82815: 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 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 <<< 6494 1726853139.82818: stdout chunk (state=3): >>># 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 # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # cleanup[2] removing logging # cleanup[2] removing systemd._journal<<< 6494 1726853139.82819: 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 # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat<<< 6494 1726853139.82823: stdout chunk (state=3): >>> # 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 <<< 6494 1726853139.82825: stdout chunk (state=3): >>># 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 # 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 <<< 6494 1726853139.82830: 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 # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation <<< 6494 1726853139.82945: 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 # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_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.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules # cleanup[2] removing firewall # cleanup[2] removing firewall.config.dbus # cleanup[2] removing firewall.config # 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 optparse # cleanup[2] removing gi._option # cleanup[2] removing gi.overrides.GLib # cleanup[2] removing gi.repository.GLib # 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 dbus.mainloop # cleanup[2] removing _dbus_glib_bindings <<< 6494 1726853139.82961: stdout chunk (state=3): >>># cleanup[2] removing dbus.mainloop.glib # cleanup[2] removing firewall.core # cleanup[2] removing firewall.core.base # 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 _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing firewall.core.logger # cleanup[2] removing firewall.dbus_utils # cleanup[2] removing dataclasses # destroy dataclasses # cleanup[2] removing firewall.functions # cleanup[2] removing firewall.errors # cleanup[2] removing firewall.core.prog # cleanup[2] removing firewall.core.ipset # cleanup[2] removing firewall.core.rich # cleanup[2] removing firewall.client # cleanup[2] removing gi.overrides.GObject # cleanup[2] removing gi.repository.GObject # cleanup[2] removing gi.overrides.Gio # cleanup[2] removing gi.repository.Gio # cleanup[2] removing firewall.core.fw_nm <<< 6494 1726853139.83412: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 6494 1726853139.83429: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 6494 1726853139.83477: stdout chunk (state=3): >>># destroy ntpath # cleanup[3] wiping firewall.core.fw_nm # cleanup[3] wiping gi.repository.Gio # cleanup[3] wiping gi.overrides.Gio # cleanup[3] wiping gi.repository.GObject # cleanup[3] wiping gi.overrides.GObject # cleanup[3] wiping firewall.client <<< 6494 1726853139.83512: stdout chunk (state=3): >>># cleanup[3] wiping firewall.core.rich # cleanup[3] wiping firewall.core.ipset # destroy ipaddress # cleanup[3] wiping firewall.core.prog # cleanup[3] wiping firewall.errors # cleanup[3] wiping firewall.functions # destroy string # cleanup[3] wiping firewall.dbus_utils # destroy dbus # destroy dbus._compat # destroy dbus.exceptions <<< 6494 1726853139.83579: stdout chunk (state=3): >>># destroy dbus.types # destroy dbus.lowlevel # destroy dbus._expat_introspect_parser # destroy dbus.proxies # destroy dbus.connection # destroy dbus.bus # destroy dbus._dbus # destroy dbus.mainloop # destroy dbus.mainloop.glib # destroy xml.etree.ElementTree # cleanup[3] wiping firewall.core.logger # cleanup[3] wiping inspect <<< 6494 1726853139.83584: stdout chunk (state=3): >>># destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping _elementtree # cleanup[3] wiping xml.etree.ElementPath # cleanup[3] wiping firewall.core.base # cleanup[3] wiping firewall.core # destroy firewall.core.base # destroy firewall.core.logger # destroy firewall.core.prog # destroy firewall.core.ipset # destroy firewall.core.rich # destroy firewall.core.fw_nm # cleanup[3] wiping _dbus_glib_bindings # cleanup[3] wiping xml.parsers.expat.errors # cleanup[3] wiping xml.parsers.expat.model # cleanup[3] wiping pyexpat <<< 6494 1726853139.83654: stdout chunk (state=3): >>># destroy pyexpat.errors # destroy pyexpat.model # cleanup[3] wiping _dbus_bindings # cleanup[3] wiping gi.repository.GLib # cleanup[3] wiping gi.overrides.GLib # cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping gi._ossighelper # destroy socket # cleanup[3] wiping gi.repository # destroy gi.repository.GLib # destroy gi.repository.GObject # destroy gi.repository.Gio # cleanup[3] wiping gi.importer # cleanup[3] wiping gi.overrides # destroy gi.overrides.GLib # destroy gi.overrides.GObject # destroy gi.overrides.Gio # 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 firewall.config # destroy gettext # destroy firewall.config.dbus # cleanup[3] wiping firewall # destroy firewall.config # destroy firewall.core # destroy firewall.dbus_utils # destroy firewall.functions # destroy firewall.errors # destroy firewall.client # cleanup[3] wiping ansible.module_utils.distro # destroy distro.distro # cleanup[3] wiping distro # cleanup[3] wiping argparse # cleanup[3] wiping selinux <<< 6494 1726853139.83717: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 6494 1726853139.83775: stdout chunk (state=3): >>># cleanup[3] wiping copy # 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 array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.journal # destroy uuid # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # 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 textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping subprocess # destroy signal <<< 6494 1726853139.83859: stdout chunk (state=3): >>># 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 <<< 6494 1726853139.83893: stdout chunk (state=3): >>># destroy fnmatch # cleanup[3] wiping errno # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # 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 <<< 6494 1726853139.83953: stdout chunk (state=3): >>># destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping keyword # 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 # 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 <<< 6494 1726853139.83956: stdout chunk (state=3): >>># 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 <<< 6494 1726853139.83990: stdout chunk (state=3): >>># destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 6494 1726853139.84401: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _io <<< 6494 1726853139.84485: stdout chunk (state=3): >>># destroy zipimport # destroy importlib # destroy gi.types # destroy gi._error # 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 <<< 6494 1726853139.84505: stdout chunk (state=3): >>># destroy _collections # destroy _uuid # destroy re._parser # destroy tokenize <<< 6494 1726853139.84544: stdout chunk (state=3): >>># destroy _string # destroy array # destroy textwrap <<< 6494 1726853139.84578: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy _signal # destroy gi._gi # destroy copyreg <<< 6494 1726853139.84610: stdout chunk (state=3): >>># destroy _typing <<< 6494 1726853139.84639: stdout chunk (state=3): >>># destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy operator # destroy ansible.module_utils.six.moves <<< 6494 1726853139.84679: stdout chunk (state=3): >>># destroy firewall <<< 6494 1726853139.84709: stdout chunk (state=3): >>># destroy contextlib # destroy _dbus_glib_bindings # destroy xml.etree.ElementPath # destroy copy # destroy inspect # destroy keyword # destroy abc # destroy _thread # destroy __main__ # destroy atexit # destroy errno # destroy grp # destroy fcntl # destroy locale # destroy pwd # destroy select # destroy selectors # destroy shutil <<< 6494 1726853139.84748: stdout chunk (state=3): >>># destroy tempfile # destroy time # destroy traceback # destroy syslog # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy stat # destroy selinux # destroy _elementtree <<< 6494 1726853139.84763: stdout chunk (state=3): >>># destroy posixpath # destroy functools # destroy _blake2 # destroy platform # destroy distro # destroy datetime <<< 6494 1726853139.84835: stdout chunk (state=3): >>># destroy selinux._selinux # destroy collections # destroy io # destroy _opcode # destroy json.scanner # destroy _json <<< 6494 1726853139.84882: stdout chunk (state=3): >>># destroy argparse # destroy json # destroy shlex # destroy subprocess # destroy warnings <<< 6494 1726853139.84937: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 6494 1726853139.85147: stdout chunk (state=3): >>># destroy _socket # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy _warnings # destroy math # destroy _bisect # destroy re # destroy _random # destroy _hashlib # destroy _operator # destroy builtins # destroy itertools <<< 6494 1726853139.85159: stdout chunk (state=3): >>># destroy _sre # destroy posix # destroy _functools # clear sys.audit hooks <<< 6494 1726853139.85654: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.41.218 closed. <<< 6494 1726853139.85671: stdout chunk (state=3): >>><<< 6494 1726853139.85677: stderr chunk (state=3): >>><<< 6494 1726853139.85823: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6d104d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6cdfb30> # /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 0x7f24d6d12a50> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6b05130> # /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 0x7f24d6b05fa0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6b43e00> # /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 0x7f24d6b43ec0> # /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 0x7f24d6b7b7d0> # /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 0x7f24d6b7be60> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6b5baa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6b591f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6b40fb0> # /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 0x7f24d6b9b740> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6b9a360> # /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 0x7f24d6b5a090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6b98b60> # /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 0x7f24d6bd0800> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6b40230> # /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 0x7f24d6bd0cb0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6bd0b60> # 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 0x7f24d6bd0ef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6b3ed50> # /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 0x7f24d6bd1580> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6bd1250> 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 0x7f24d6bd2480> 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 0x7f24d6be86b0> 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 0x7f24d6be9d90> # /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 0x7f24d6beac30> # 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 0x7f24d6beb290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6bea180> # /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 0x7f24d6bebd10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6beb440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6bd24e0> # /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 0x7f24d696fb90> # /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 0x7f24d69986b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6998410> # 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 0x7f24d69986e0> # /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 0x7f24d6999010> # 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 0x7f24d69999d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d69988c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d696dd30> # /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 0x7f24d699ad80> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6999880> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6bd2bd0> # /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 0x7f24d69c30b0> # /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 0x7f24d69e74a0> # /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 0x7f24d6a44260> # /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 0x7f24d6a469c0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6a44380> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6a15280> # /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 0x7f24d6329340> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d69e62a0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d699bc80> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f24d69e68a0> # zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.firewall_lib_payload_3rrgt5eu/ansible_fedora.linux_system_roles.firewall_lib_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 0x7f24d637b080> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d635df70> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d635d100> # 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 0x7f24d6378f20> # /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 0x7f24d63aa960> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d63aa6f0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d63aa000> # /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 0x7f24d63aa450> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d637baa0> 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 0x7f24d63ab6e0> # 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 0x7f24d63ab860> # /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 0x7f24d63abce0> 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 0x7f24d6215af0> # 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 0x7f24d6217710> # /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 0x7f24d62180e0> # /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 0x7f24d6219280> # /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 0x7f24d621bd10> # 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 0x7f24d69e7ad0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6219fd0> # /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 0x7f24d6227aa0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6226570> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d62262d0> # /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 0x7f24d6226840> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d621a450> # 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 0x7f24d626bd40> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d626bec0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f24d626d970> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d626d730> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f24d626fec0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d626e060> # /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 0x7f24d62736b0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d626ff80> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f24d6274950> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f24d6274890> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f24d6274980> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d626c0b0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f24d6277fe0> # 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 0x7f24d62fd430> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6276810> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f24d6277bc0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6276450> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f24d6105550> # /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 0x7f24d61062d0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d62fd790> 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 0x7f24d6106090> # 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 0x7f24d61074a0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f24d6111f10> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d610cda0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d62028d0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d63e25a0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d6112000> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d61049b0> # 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_collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/__init__.py # code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc' import 'firewall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d61a0530> # /usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/__init__.py # code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/dbus.py # code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc' import 'firewall.config.dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d61a2de0> import 'firewall.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d61a06e0> # /usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/client.py # code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/__init__.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc' # possible namespace for /usr/lib/python3.12/site-packages/gi # /usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_error.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc' import 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5d963c0> # extension module 'gi._gi' loaded from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so' # extension module 'gi._gi' executed from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so' import 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f24d5d961b0> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5d95a90> # /usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/repository/__init__.py # code object from '/usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/importer.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/module.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/types.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_constants.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc' import 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5db9190> # /usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/docstring.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc' import 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5db9520> # /usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_propertyhelper.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc' import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5db9a30> # /usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_signalhelper.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc' import 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5dba2a0> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5db8860> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5db82f0> # /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/__init__.py # code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc' import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5dba840> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5d97d70> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5d95e50> # /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GLib.py # code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_ossighelper.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc' import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5dbcf80> # /usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_option.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py # code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc' import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5dbddc0> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5dbd4f0> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5dbb350> import 'gi.repository.GLib' # # /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc' import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5e02b70> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc' import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5e02c30> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc' # extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' # extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' import '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f24d5e03350> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5e031d0> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc' import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5e09970> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.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 0x7f24d5e0abd0> # /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 0x7f24d5e0ae40> # /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' # 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 0x7f24d5e0af90> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5e0ade0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5e0a660> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5e09af0> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5e08d70> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5e082f0> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5e03b60> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5e02630> # /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/__init__.py # code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc' import 'dbus.mainloop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5e03fe0> # /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/glib.py # code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc' # extension module '_dbus_glib_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so' # extension module '_dbus_glib_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so' import '_dbus_glib_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f24d5e0b1a0> import 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5e0a930> # /usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/__init__.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc' import 'firewall.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5e0b200> # /usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/base.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc' import 'firewall.core.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5e0b350> # /usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/dbus_utils.py # code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc' # /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 0x7f24d5e0baa0> # /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 0x7f24d5e12a50> # extension module '_elementtree' loaded from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so' # 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 0x7f24d5e13da0> import 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5e0b950> # /usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/logger.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc' # /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__/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 0x7f24d5e23fe0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5e23470> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5e219d0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5e15010> import 'firewall.core.logger' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5e13200> import 'firewall.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5e0b560> # /usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/rich.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc' # /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 0x7f24d582e4b0> # /usr/lib/python3.12/site-packages/firewall/__pycache__/functions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/functions.py # code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/functions.cpython-312.pyc' import 'firewall.functions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d55a8380> # /usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/ipset.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc' # /usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/errors.py # code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc' import 'firewall.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d55aa3f0> # /usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/prog.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc' import 'firewall.core.prog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d55aa780> import 'firewall.core.ipset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d55a9790> import 'firewall.core.rich' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d582cb30> import 'firewall.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d61a2db0> # /usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/fw_nm.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc' # /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GObject.py # code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc' import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d562a3c0> import 'gi.repository.GObject' # # destroy gi.repository.GModule import 'gi.repository.GModule' # # /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/Gio.py # code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc' import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d564fb90> import 'gi.repository.Gio' # # destroy gi.repository.NM import 'gi.repository.NM' # import 'firewall.core.fw_nm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f24d5629820> # zipimport: zlib available {"changed": true, "__firewall_changed": true, "invocation": {"module_args": {"service": ["smtps"], "permanent": true, "runtime": true, "state": "enabled", "__report_changed": true, "port": [], "source_port": [], "forward_port": [], "rich_rule": [], "source": [], "interface": [], "interface_pci_id": [], "icmp_block": [], "timeout": 0, "ipset_entries": [], "protocol": [], "helper_module": [], "destination": [], "firewalld_conf": null, "masquerade": null, "icmp_block_inversion": null, "target": null, "zone": null, "set_default_zone": null, "ipset": null, "ipset_type": null, "description": null, "short": null}}} # 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 # 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 # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # 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 # 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.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_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.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules # cleanup[2] removing firewall # cleanup[2] removing firewall.config.dbus # cleanup[2] removing firewall.config # 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 optparse # cleanup[2] removing gi._option # cleanup[2] removing gi.overrides.GLib # cleanup[2] removing gi.repository.GLib # 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 dbus.mainloop # cleanup[2] removing _dbus_glib_bindings # cleanup[2] removing dbus.mainloop.glib # cleanup[2] removing firewall.core # cleanup[2] removing firewall.core.base # 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 _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing firewall.core.logger # cleanup[2] removing firewall.dbus_utils # cleanup[2] removing dataclasses # destroy dataclasses # cleanup[2] removing firewall.functions # cleanup[2] removing firewall.errors # cleanup[2] removing firewall.core.prog # cleanup[2] removing firewall.core.ipset # cleanup[2] removing firewall.core.rich # cleanup[2] removing firewall.client # cleanup[2] removing gi.overrides.GObject # cleanup[2] removing gi.repository.GObject # cleanup[2] removing gi.overrides.Gio # cleanup[2] removing gi.repository.Gio # cleanup[2] removing firewall.core.fw_nm # destroy _sitebuiltins # 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 ntpath # cleanup[3] wiping firewall.core.fw_nm # cleanup[3] wiping gi.repository.Gio # cleanup[3] wiping gi.overrides.Gio # cleanup[3] wiping gi.repository.GObject # cleanup[3] wiping gi.overrides.GObject # cleanup[3] wiping firewall.client # cleanup[3] wiping firewall.core.rich # cleanup[3] wiping firewall.core.ipset # destroy ipaddress # cleanup[3] wiping firewall.core.prog # cleanup[3] wiping firewall.errors # cleanup[3] wiping firewall.functions # destroy string # cleanup[3] wiping firewall.dbus_utils # destroy dbus # destroy dbus._compat # destroy dbus.exceptions # destroy dbus.types # destroy dbus.lowlevel # destroy dbus._expat_introspect_parser # destroy dbus.proxies # destroy dbus.connection # destroy dbus.bus # destroy dbus._dbus # destroy dbus.mainloop # destroy dbus.mainloop.glib # destroy xml.etree.ElementTree # cleanup[3] wiping firewall.core.logger # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping _elementtree # cleanup[3] wiping xml.etree.ElementPath # cleanup[3] wiping firewall.core.base # cleanup[3] wiping firewall.core # destroy firewall.core.base # destroy firewall.core.logger # destroy firewall.core.prog # destroy firewall.core.ipset # destroy firewall.core.rich # destroy firewall.core.fw_nm # cleanup[3] wiping _dbus_glib_bindings # cleanup[3] wiping xml.parsers.expat.errors # cleanup[3] wiping xml.parsers.expat.model # cleanup[3] wiping pyexpat # destroy pyexpat.errors # destroy pyexpat.model # cleanup[3] wiping _dbus_bindings # cleanup[3] wiping gi.repository.GLib # cleanup[3] wiping gi.overrides.GLib # cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping gi._ossighelper # destroy socket # cleanup[3] wiping gi.repository # destroy gi.repository.GLib # destroy gi.repository.GObject # destroy gi.repository.Gio # cleanup[3] wiping gi.importer # cleanup[3] wiping gi.overrides # destroy gi.overrides.GLib # destroy gi.overrides.GObject # destroy gi.overrides.Gio # 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 firewall.config # destroy gettext # destroy firewall.config.dbus # cleanup[3] wiping firewall # destroy firewall.config # destroy firewall.core # destroy firewall.dbus_utils # destroy firewall.functions # destroy firewall.errors # destroy firewall.client # cleanup[3] wiping ansible.module_utils.distro # destroy distro.distro # cleanup[3] wiping distro # cleanup[3] wiping argparse # cleanup[3] wiping selinux # cleanup[3] wiping selinux._selinux # cleanup[3] wiping copy # 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 array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.journal # destroy uuid # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # 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 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 importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # 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 keyword # 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 # 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 systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _io # destroy zipimport # destroy importlib # destroy gi.types # destroy gi._error # 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 _collections # destroy _uuid # destroy re._parser # destroy tokenize # destroy _string # destroy array # destroy textwrap # destroy ansible.module_utils.six.moves.urllib # destroy _signal # destroy gi._gi # destroy copyreg # 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 operator # destroy ansible.module_utils.six.moves # destroy firewall # destroy contextlib # destroy _dbus_glib_bindings # destroy xml.etree.ElementPath # destroy copy # destroy inspect # destroy keyword # destroy abc # destroy _thread # destroy __main__ # destroy atexit # destroy errno # destroy grp # destroy fcntl # destroy locale # destroy pwd # destroy select # destroy selectors # destroy shutil # destroy tempfile # destroy time # destroy traceback # destroy syslog # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy stat # destroy selinux # destroy _elementtree # destroy posixpath # destroy functools # destroy _blake2 # destroy platform # destroy distro # destroy datetime # destroy selinux._selinux # destroy collections # destroy io # destroy _opcode # destroy json.scanner # destroy _json # destroy argparse # destroy json # destroy shlex # destroy subprocess # destroy warnings # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy _socket # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy _warnings # destroy math # destroy _bisect # destroy re # destroy _random # destroy _hashlib # destroy _operator # destroy builtins # destroy itertools # destroy _sre # destroy posix # destroy _functools # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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.41.218 closed. 6494 1726853139.86716: done with _execute_module (fedora.linux_system_roles.firewall_lib, {'service': 'smtps', 'permanent': True, 'runtime': True, 'state': 'enabled', '__report_changed': True, '_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': 'fedora.linux_system_roles.firewall_lib', '_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-1726853139.4033556-6836-83219387767661/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6494 1726853139.86719: _low_level_execute_command(): starting 6494 1726853139.86722: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726853139.4033556-6836-83219387767661/ > /dev/null 2>&1 && sleep 0' 6494 1726853139.86954: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853139.86957: 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.41.218 originally 10.31.41.218 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853139.86960: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853139.86962: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match found <<< 6494 1726853139.86964: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853139.87033: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853139.87048: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853139.87188: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853139.89173: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853139.89199: stderr chunk (state=3): >>><<< 6494 1726853139.89205: stdout chunk (state=3): >>><<< 6494 1726853139.89220: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853139.89225: handler run complete 6494 1726853139.89251: attempt loop complete, returning result 6494 1726853139.89265: variable 'item' from source: unknown 6494 1726853139.89330: variable 'item' from source: unknown changed: [managed_node1] => (item={'service': 'smtps', 'state': 'enabled'}) => { "__firewall_changed": true, "ansible_loop_var": "item", "changed": true, "item": { "service": "smtps", "state": "enabled" } } 6494 1726853139.89483: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853139.89486: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853139.89489: variable 'omit' from source: magic vars 6494 1726853139.89491: variable 'omit' from source: magic vars 6494 1726853139.89506: variable 'omit' from source: magic vars 6494 1726853139.89630: 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) 6494 1726853139.89652: 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) 6494 1726853139.89669: 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) 6494 1726853139.89694: 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) 6494 1726853139.89706: 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) 6494 1726853139.89767: variable 'item' from source: unknown 6494 1726853139.89770: variable 'omit' from source: magic vars 6494 1726853139.89854: variable 'item' from source: unknown 6494 1726853139.89857: variable 'omit' from source: magic vars 6494 1726853139.89928: variable 'item' from source: unknown 6494 1726853139.89934: variable 'omit' from source: magic vars 6494 1726853139.90006: variable 'item' from source: unknown 6494 1726853139.90009: variable 'omit' from source: magic vars 6494 1726853139.90081: variable 'item' from source: unknown 6494 1726853139.90084: variable 'omit' from source: magic vars 6494 1726853139.90161: variable 'item' from source: unknown 6494 1726853139.90164: variable 'omit' from source: magic vars 6494 1726853139.90231: variable 'item' from source: unknown 6494 1726853139.90236: variable 'omit' from source: magic vars 6494 1726853139.90308: variable 'item' from source: unknown 6494 1726853139.90311: variable 'omit' from source: magic vars 6494 1726853139.90383: variable 'item' from source: unknown 6494 1726853139.90387: variable 'omit' from source: magic vars 6494 1726853139.90457: variable 'item' from source: unknown 6494 1726853139.90461: variable 'omit' from source: magic vars 6494 1726853139.90535: variable 'item' from source: unknown 6494 1726853139.90538: variable 'omit' from source: magic vars 6494 1726853139.90610: variable 'item' from source: unknown 6494 1726853139.90613: variable 'omit' from source: magic vars 6494 1726853139.90682: variable 'item' from source: unknown 6494 1726853139.90686: variable 'omit' from source: magic vars 6494 1726853139.90760: variable 'item' from source: unknown 6494 1726853139.90763: variable 'omit' from source: magic vars 6494 1726853139.90836: variable 'item' from source: unknown 6494 1726853139.90839: variable 'omit' from source: magic vars 6494 1726853139.90908: variable 'item' from source: unknown 6494 1726853139.90919: variable 'omit' from source: magic vars 6494 1726853139.90986: variable 'item' from source: unknown 6494 1726853139.90990: variable 'omit' from source: magic vars 6494 1726853139.91064: variable 'item' from source: unknown 6494 1726853139.91068: variable 'omit' from source: magic vars 6494 1726853139.91139: variable 'item' from source: unknown 6494 1726853139.91143: variable 'omit' from source: magic vars 6494 1726853139.91212: variable 'item' from source: unknown 6494 1726853139.91215: variable 'omit' from source: magic vars 6494 1726853139.91288: variable 'item' from source: unknown 6494 1726853139.91292: variable 'omit' from source: magic vars 6494 1726853139.91369: variable 'item' from source: unknown 6494 1726853139.91372: variable 'omit' from source: magic vars 6494 1726853139.91440: variable 'item' from source: unknown 6494 1726853139.91444: variable 'omit' from source: magic vars 6494 1726853139.91516: variable 'item' from source: unknown 6494 1726853139.91593: variable 'item' from source: unknown 6494 1726853139.91666: variable 'item' from source: unknown 6494 1726853139.91670: variable 'omit' from source: magic vars 6494 1726853139.91679: variable '__firewall_report_changed' from source: set_fact 6494 1726853139.91693: variable 'omit' from source: magic vars 6494 1726853139.91709: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6494 1726853139.91716: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853139.91722: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853139.91734: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6494 1726853139.91737: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853139.91739: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853139.91788: Set connection var ansible_shell_type to sh 6494 1726853139.91791: Set connection var ansible_pipelining to False 6494 1726853139.91799: Set connection var ansible_shell_executable to /bin/sh 6494 1726853139.91804: Set connection var ansible_timeout to 10 6494 1726853139.91806: Set connection var ansible_connection to ssh 6494 1726853139.91815: Set connection var ansible_module_compression to ZIP_DEFLATED 6494 1726853139.91830: variable 'ansible_shell_executable' from source: unknown 6494 1726853139.91835: variable 'ansible_connection' from source: unknown 6494 1726853139.91837: variable 'ansible_module_compression' from source: unknown 6494 1726853139.91840: variable 'ansible_shell_type' from source: unknown 6494 1726853139.91842: variable 'ansible_shell_executable' from source: unknown 6494 1726853139.91844: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853139.91848: variable 'ansible_pipelining' from source: unknown 6494 1726853139.91850: variable 'ansible_timeout' from source: unknown 6494 1726853139.91855: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853139.91925: 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) 6494 1726853139.91934: variable 'omit' from source: magic vars 6494 1726853139.91938: starting attempt loop 6494 1726853139.91941: running the handler 6494 1726853139.91947: _low_level_execute_command(): starting 6494 1726853139.91950: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6494 1726853139.92391: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853139.92467: 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.41.218 originally 10.31.41.218 <<< 6494 1726853139.92471: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 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.41.218 originally 10.31.41.218 debug2: match found <<< 6494 1726853139.92474: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853139.92492: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853139.92495: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853139.92514: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853139.92648: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853139.94482: stdout chunk (state=3): >>>/root <<< 6494 1726853139.94613: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853139.94646: stderr chunk (state=3): >>><<< 6494 1726853139.94648: stdout chunk (state=3): >>><<< 6494 1726853139.94662: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853139.94672: _low_level_execute_command(): starting 6494 1726853139.94675: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726853139.9466121-6836-242852897174085 `" && echo ansible-tmp-1726853139.9466121-6836-242852897174085="` echo /root/.ansible/tmp/ansible-tmp-1726853139.9466121-6836-242852897174085 `" ) && sleep 0' 6494 1726853139.95285: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853139.95315: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853139.95655: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853139.97671: stdout chunk (state=3): >>>ansible-tmp-1726853139.9466121-6836-242852897174085=/root/.ansible/tmp/ansible-tmp-1726853139.9466121-6836-242852897174085 <<< 6494 1726853139.97785: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853139.97834: stderr chunk (state=3): >>><<< 6494 1726853139.97838: stdout chunk (state=3): >>><<< 6494 1726853139.97849: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726853139.9466121-6836-242852897174085=/root/.ansible/tmp/ansible-tmp-1726853139.9466121-6836-242852897174085 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853139.97887: variable 'ansible_module_compression' from source: unknown 6494 1726853139.97922: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6494dydhg1yg/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.firewall_lib-ZIP_DEFLATED 6494 1726853139.97943: variable 'ansible_facts' from source: unknown 6494 1726853139.97985: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726853139.9466121-6836-242852897174085/AnsiballZ_firewall_lib.py 6494 1726853139.98077: Sending initial data 6494 1726853139.98081: Sent initial data (159 bytes) 6494 1726853139.98918: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853139.98922: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853139.99001: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853139.99130: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853140.00942: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6494 1726853140.01082: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6494 1726853140.01185: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6494dydhg1yg/tmpbuh03e89 /root/.ansible/tmp/ansible-tmp-1726853139.9466121-6836-242852897174085/AnsiballZ_firewall_lib.py <<< 6494 1726853140.01202: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726853139.9466121-6836-242852897174085/AnsiballZ_firewall_lib.py" <<< 6494 1726853140.01455: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6494dydhg1yg/tmpbuh03e89" to remote "/root/.ansible/tmp/ansible-tmp-1726853139.9466121-6836-242852897174085/AnsiballZ_firewall_lib.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726853139.9466121-6836-242852897174085/AnsiballZ_firewall_lib.py" <<< 6494 1726853140.02522: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853140.02563: stderr chunk (state=3): >>><<< 6494 1726853140.02567: stdout chunk (state=3): >>><<< 6494 1726853140.02631: done transferring module to remote 6494 1726853140.02642: _low_level_execute_command(): starting 6494 1726853140.02646: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726853139.9466121-6836-242852897174085/ /root/.ansible/tmp/ansible-tmp-1726853139.9466121-6836-242852897174085/AnsiballZ_firewall_lib.py && sleep 0' 6494 1726853140.03085: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 <<< 6494 1726853140.03088: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853140.03091: 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853140.03138: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853140.03155: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853140.03158: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853140.03274: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853140.05259: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853140.05276: stderr chunk (state=3): >>><<< 6494 1726853140.05279: stdout chunk (state=3): >>><<< 6494 1726853140.05294: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853140.05304: _low_level_execute_command(): starting 6494 1726853140.05307: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726853139.9466121-6836-242852897174085/AnsiballZ_firewall_lib.py && sleep 0' 6494 1726853140.05734: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853140.05766: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 <<< 6494 1726853140.05770: stderr chunk (state=3): >>>debug2: match not found <<< 6494 1726853140.05772: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853140.05774: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853140.05776: 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.41.218 originally 10.31.41.218 debug2: match found <<< 6494 1726853140.05779: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853140.05834: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853140.05837: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853140.05976: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853140.08376: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 6494 1726853140.08390: stdout chunk (state=3): >>>import _imp # builtin <<< 6494 1726853140.08429: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 6494 1726853140.08431: stdout chunk (state=3): >>>import '_weakref' # <<< 6494 1726853140.08492: stdout chunk (state=3): >>>import '_io' # <<< 6494 1726853140.08498: stdout chunk (state=3): >>>import 'marshal' # <<< 6494 1726853140.08546: stdout chunk (state=3): >>>import 'posix' # <<< 6494 1726853140.08579: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 6494 1726853140.08609: stdout chunk (state=3): >>>import 'time' # <<< 6494 1726853140.08614: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 6494 1726853140.08657: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 6494 1726853140.08677: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853140.08682: stdout chunk (state=3): >>>import '_codecs' # <<< 6494 1726853140.08710: stdout chunk (state=3): >>>import 'codecs' # <<< 6494 1726853140.08744: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 6494 1726853140.08775: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 6494 1726853140.08780: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af8184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af7e7b30> <<< 6494 1726853140.08812: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 6494 1726853140.08817: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af81aa50> <<< 6494 1726853140.08840: stdout chunk (state=3): >>>import '_signal' # <<< 6494 1726853140.08871: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 6494 1726853140.08883: stdout chunk (state=3): >>>import 'io' # <<< 6494 1726853140.08925: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 6494 1726853140.09036: stdout chunk (state=3): >>>import '_collections_abc' # <<< 6494 1726853140.09050: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 6494 1726853140.09081: stdout chunk (state=3): >>>import 'os' # <<< 6494 1726853140.09120: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 6494 1726853140.09124: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 6494 1726853140.09147: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 6494 1726853140.09173: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 6494 1726853140.09180: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 6494 1726853140.09210: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af609130> <<< 6494 1726853140.09262: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 6494 1726853140.09287: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853140.09290: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af609fa0> <<< 6494 1726853140.09409: stdout chunk (state=3): >>>import 'site' # <<< 6494 1726853140.09434: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 6494 1726853140.09603: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 6494 1726853140.09606: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 6494 1726853140.09643: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 6494 1726853140.09646: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853140.09672: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 6494 1726853140.09704: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 6494 1726853140.09739: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 6494 1726853140.09755: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 6494 1726853140.09788: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af647dd0> <<< 6494 1726853140.09791: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 6494 1726853140.09813: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 6494 1726853140.09839: stdout chunk (state=3): >>>import '_operator' # <<< 6494 1726853140.09843: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af647fe0> <<< 6494 1726853140.09856: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 6494 1726853140.09890: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 6494 1726853140.09921: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 6494 1726853140.09968: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853140.09992: stdout chunk (state=3): >>>import 'itertools' # <<< 6494 1726853140.10025: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' <<< 6494 1726853140.10028: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af67f800> <<< 6494 1726853140.10047: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 6494 1726853140.10054: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af67fe90> <<< 6494 1726853140.10076: stdout chunk (state=3): >>>import '_collections' # <<< 6494 1726853140.10159: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af65faa0> <<< 6494 1726853140.10162: stdout chunk (state=3): >>>import '_functools' # <<< 6494 1726853140.10194: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af65d1c0> <<< 6494 1726853140.10291: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af644f80> <<< 6494 1726853140.10364: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 6494 1726853140.10368: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 6494 1726853140.10376: stdout chunk (state=3): >>>import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 6494 1726853140.10420: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 6494 1726853140.10423: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 6494 1726853140.10495: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af69f770> <<< 6494 1726853140.10502: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af69e390> <<< 6494 1726853140.10515: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af65e090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af69cbc0> <<< 6494 1726853140.10580: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 6494 1726853140.10599: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af6d47d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af644200> <<< 6494 1726853140.10623: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 6494 1726853140.10658: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853140.10718: stdout chunk (state=3): >>># 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 0x7f92af6d4c80> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af6d4b30> <<< 6494 1726853140.10721: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92af6d4ef0> <<< 6494 1726853140.10738: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af642d20> <<< 6494 1726853140.10782: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853140.10785: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 6494 1726853140.10838: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 6494 1726853140.10841: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af6d55e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af6d52b0> <<< 6494 1726853140.10955: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 6494 1726853140.10959: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af6d64e0> <<< 6494 1726853140.10988: stdout chunk (state=3): >>>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' <<< 6494 1726853140.11022: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af6ec6e0> <<< 6494 1726853140.11051: stdout chunk (state=3): >>>import 'errno' # <<< 6494 1726853140.11080: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92af6eddf0> <<< 6494 1726853140.11096: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 6494 1726853140.11110: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 6494 1726853140.11145: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 6494 1726853140.11160: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af6eec90> <<< 6494 1726853140.11209: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92af6ef2f0> <<< 6494 1726853140.11218: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af6ee1e0> <<< 6494 1726853140.11241: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 6494 1726853140.11259: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 6494 1726853140.11286: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853140.11305: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92af6efd70> <<< 6494 1726853140.11319: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af6ef4a0> <<< 6494 1726853140.11368: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af6d6450> <<< 6494 1726853140.11390: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 6494 1726853140.11418: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 6494 1726853140.11443: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 6494 1726853140.11462: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 6494 1726853140.11498: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92af467c50> <<< 6494 1726853140.11521: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 6494 1726853140.11562: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92af490710> <<< 6494 1726853140.11566: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af490470> <<< 6494 1726853140.11588: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853140.11593: stdout chunk (state=3): >>># extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92af490740> <<< 6494 1726853140.11621: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 6494 1726853140.11627: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 6494 1726853140.11711: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853140.11842: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92af491070> <<< 6494 1726853140.11986: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853140.11999: stdout chunk (state=3): >>># extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92af491a30> <<< 6494 1726853140.12008: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af490920> <<< 6494 1726853140.12020: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af465df0> <<< 6494 1726853140.12042: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 6494 1726853140.12058: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 6494 1726853140.12092: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 6494 1726853140.12101: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 6494 1726853140.12116: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af492e40> <<< 6494 1726853140.12137: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af491b80> <<< 6494 1726853140.12156: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af6d6c00> <<< 6494 1726853140.12181: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 6494 1726853140.12255: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853140.12271: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 6494 1726853140.12309: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 6494 1726853140.12337: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af4bb1d0> <<< 6494 1726853140.12391: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 6494 1726853140.12408: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853140.12433: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 6494 1726853140.12453: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 6494 1726853140.12494: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af4df530> <<< 6494 1726853140.12513: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 6494 1726853140.12569: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 6494 1726853140.12621: stdout chunk (state=3): >>>import 'ntpath' # <<< 6494 1726853140.12651: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af53c350> <<< 6494 1726853140.12674: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 6494 1726853140.12699: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 6494 1726853140.12730: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 6494 1726853140.12814: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 6494 1726853140.12933: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af53eab0> <<< 6494 1726853140.12952: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af53c470> <<< 6494 1726853140.13002: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af509340> <<< 6494 1726853140.13033: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af341460> <<< 6494 1726853140.13055: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af4de330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af493da0> <<< 6494 1726853140.13188: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 6494 1726853140.13217: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f92af4de690> <<< 6494 1726853140.13435: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.firewall_lib_payload_g46lnn_e/ansible_fedora.linux_system_roles.firewall_lib_payload.zip' # zipimport: zlib available <<< 6494 1726853140.13571: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853140.13584: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 6494 1726853140.13586: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 6494 1726853140.13635: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 6494 1726853140.13713: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 6494 1726853140.13756: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' <<< 6494 1726853140.13759: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af3931a0> <<< 6494 1726853140.13781: stdout chunk (state=3): >>>import '_typing' # <<< 6494 1726853140.13973: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af376090> <<< 6494 1726853140.13976: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af375220> # zipimport: zlib available <<< 6494 1726853140.14008: stdout chunk (state=3): >>>import 'ansible' # <<< 6494 1726853140.14012: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853140.14038: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853140.14048: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853140.14067: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 6494 1726853140.14078: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853140.15570: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853140.16786: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 6494 1726853140.16790: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af391070> <<< 6494 1726853140.16817: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853140.16850: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 6494 1726853140.16867: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 6494 1726853140.16889: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 6494 1726853140.16922: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853140.16943: stdout chunk (state=3): >>># 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 0x7f92af3c2ab0> <<< 6494 1726853140.16972: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af3c2840> <<< 6494 1726853140.17016: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af3c2150> <<< 6494 1726853140.17073: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 6494 1726853140.17078: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af3c2ba0> <<< 6494 1726853140.17129: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af393e30> 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 0x7f92af3c3860> <<< 6494 1726853140.17157: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853140.17170: stdout chunk (state=3): >>># extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92af3c39e0> <<< 6494 1726853140.17190: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 6494 1726853140.17249: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 6494 1726853140.17263: stdout chunk (state=3): >>>import '_locale' # <<< 6494 1726853140.17344: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af3c3f20> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 6494 1726853140.17353: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 6494 1726853140.17399: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92aed0dd00> <<< 6494 1726853140.17427: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853140.17443: stdout chunk (state=3): >>># extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92aed0f920> <<< 6494 1726853140.17462: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 6494 1726853140.17474: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 6494 1726853140.17527: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92aed102f0> <<< 6494 1726853140.17561: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 6494 1726853140.17582: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 6494 1726853140.17625: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92aed11490> <<< 6494 1726853140.17633: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 6494 1726853140.17667: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 6494 1726853140.17694: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 6494 1726853140.17706: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 6494 1726853140.17741: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92aed13f80> <<< 6494 1726853140.17799: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92aed1c0b0> <<< 6494 1726853140.17819: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92aed12240> <<< 6494 1726853140.17868: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 6494 1726853140.17872: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 6494 1726853140.17906: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 6494 1726853140.17918: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 6494 1726853140.17967: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 6494 1726853140.17995: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92aed1fdd0> <<< 6494 1726853140.18015: stdout chunk (state=3): >>>import '_tokenize' # <<< 6494 1726853140.18093: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92aed1e8d0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92aed1e630> <<< 6494 1726853140.18121: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 6494 1726853140.18127: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 6494 1726853140.18206: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92aed1eb70> <<< 6494 1726853140.18233: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92aed12750> <<< 6494 1726853140.18255: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92aed63a40> <<< 6494 1726853140.18297: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853140.18311: stdout chunk (state=3): >>>import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92aed64140> <<< 6494 1726853140.18322: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 6494 1726853140.18355: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 6494 1726853140.18366: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 6494 1726853140.18404: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853140.18408: stdout chunk (state=3): >>># extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92aed65bb0> <<< 6494 1726853140.18436: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92aed65970> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 6494 1726853140.18576: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 6494 1726853140.18624: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853140.18646: stdout chunk (state=3): >>># 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 0x7f92aed68110> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92aed662a0> <<< 6494 1726853140.18671: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 6494 1726853140.18724: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853140.18728: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 6494 1726853140.18756: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 6494 1726853140.18783: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92aed6b8f0> <<< 6494 1726853140.18920: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92aed682c0> <<< 6494 1726853140.18985: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92aed6c3e0> <<< 6494 1726853140.19017: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853140.19022: stdout chunk (state=3): >>># extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92aed6cb60> <<< 6494 1726853140.19068: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853140.19074: stdout chunk (state=3): >>># extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92aed6ca10> <<< 6494 1726853140.19134: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92aed642c0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 6494 1726853140.19144: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 6494 1726853140.19198: stdout chunk (state=3): >>># 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' <<< 6494 1726853140.19221: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92aedf4290> <<< 6494 1726853140.19382: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853140.19396: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92aedf5340> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92aed6ea20> <<< 6494 1726853140.19426: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853140.19452: stdout chunk (state=3): >>># extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92aed6fdd0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92aed6e630> # zipimport: zlib available <<< 6494 1726853140.19468: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853140.19499: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 6494 1726853140.19505: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853140.19598: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853140.19706: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853140.19709: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 6494 1726853140.19760: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 6494 1726853140.19764: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853140.19880: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853140.20000: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853140.20576: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853140.21147: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 6494 1726853140.21156: 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' # <<< 6494 1726853140.21179: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 6494 1726853140.21198: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853140.21266: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853140.21271: stdout chunk (state=3): >>># 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 0x7f92aedfd460> <<< 6494 1726853140.21355: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 6494 1726853140.21361: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 6494 1726853140.21383: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92aedfe210> <<< 6494 1726853140.21387: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92aedf55b0> <<< 6494 1726853140.21438: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 6494 1726853140.21456: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853140.21473: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853140.21496: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 6494 1726853140.21503: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853140.21668: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853140.21830: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 6494 1726853140.21842: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 6494 1726853140.21855: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92aedfe330> <<< 6494 1726853140.21860: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853140.22345: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853140.22796: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853140.22868: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853140.22952: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 6494 1726853140.22957: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853140.22996: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853140.23025: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 6494 1726853140.23046: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853140.23116: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853140.23206: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 6494 1726853140.23223: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853140.23235: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 6494 1726853140.23250: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853140.23286: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853140.23337: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 6494 1726853140.23340: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853140.23596: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853140.23835: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 6494 1726853140.23900: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 6494 1726853140.23915: stdout chunk (state=3): >>>import '_ast' # <<< 6494 1726853140.24008: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92aedff4a0> <<< 6494 1726853140.24012: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853140.24403: stdout chunk (state=3): >>># 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 <<< 6494 1726853140.24449: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853140.24548: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 6494 1726853140.24551: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853140.24636: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853140.24645: stdout chunk (state=3): >>># extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92aec09f70> <<< 6494 1726853140.24772: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92aec07200> <<< 6494 1726853140.24779: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 6494 1726853140.24782: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853140.24817: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853140.24868: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853140.24907: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853140.24986: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853140.24993: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 6494 1726853140.25100: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 6494 1726853140.25110: stdout chunk (state=3): >>># 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' <<< 6494 1726853140.25213: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af416750> <<< 6494 1726853140.25242: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af3fe450> <<< 6494 1726853140.25312: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92aec09d00> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92aedfcf80> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 6494 1726853140.25326: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853140.25358: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853140.25391: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 6494 1726853140.25654: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # # zipimport: zlib available <<< 6494 1726853140.26459: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853140.27143: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/__init__.py # code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc' import 'firewall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92aec98320> <<< 6494 1726853140.27156: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/__init__.py # code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853140.27359: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/dbus.py # code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc' import 'firewall.config.dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92aec9ab70> <<< 6494 1726853140.27373: stdout chunk (state=3): >>>import 'firewall.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92aec98560> # /usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/client.py <<< 6494 1726853140.27420: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc' <<< 6494 1726853140.27477: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/__init__.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853140.27507: stdout chunk (state=3): >>># possible namespace for /usr/lib/python3.12/site-packages/gi <<< 6494 1726853140.27642: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_error.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc' <<< 6494 1726853140.27712: stdout chunk (state=3): >>>import 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae88e150> <<< 6494 1726853140.27797: stdout chunk (state=3): >>># extension module 'gi._gi' loaded from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so' # extension module 'gi._gi' executed from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so' import 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92ae88df40> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae88d8b0> # /usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/repository/__init__.py # code object from '/usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853140.27839: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/importer.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/module.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/types.py <<< 6494 1726853140.27905: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc' <<< 6494 1726853140.27942: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_constants.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc' import 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae8b0ef0> # /usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/docstring.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc' <<< 6494 1726853140.28015: stdout chunk (state=3): >>>import 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae8b1280> # /usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_propertyhelper.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc' import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae8b1700> <<< 6494 1726853140.28106: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_signalhelper.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc' import 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae8b1f70> <<< 6494 1726853140.28139: stdout chunk (state=3): >>>import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae8b05c0> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae88ff50> # /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/__init__.py # code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc' import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae8b0cb0> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae88fad0> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae88dd00> <<< 6494 1726853140.28176: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GLib.py <<< 6494 1726853140.28216: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc' <<< 6494 1726853140.28264: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_ossighelper.py <<< 6494 1726853140.28304: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc' import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae8b4c50> # /usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_option.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc' <<< 6494 1726853140.28326: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py <<< 6494 1726853140.28361: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc' <<< 6494 1726853140.28420: stdout chunk (state=3): >>>import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae8b5a90> <<< 6494 1726853140.28444: stdout chunk (state=3): >>>import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae8b51c0> <<< 6494 1726853140.28708: stdout chunk (state=3): >>>import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae8b3020> <<< 6494 1726853140.28754: stdout chunk (state=3): >>>import 'gi.repository.GLib' # <<< 6494 1726853140.28791: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853140.28809: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc' import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae8fa780> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py <<< 6494 1726853140.28855: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc' import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae8fa840> <<< 6494 1726853140.28865: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc' <<< 6494 1726853140.28975: stdout chunk (state=3): >>># extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' # extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' import '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92ae8faf60> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae8fade0> <<< 6494 1726853140.28983: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc' <<< 6494 1726853140.29005: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py <<< 6494 1726853140.29017: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' <<< 6494 1726853140.29076: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py <<< 6494 1726853140.29079: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' <<< 6494 1726853140.29081: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py <<< 6494 1726853140.29118: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc' import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae901610> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py <<< 6494 1726853140.29151: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py <<< 6494 1726853140.29157: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc' <<< 6494 1726853140.29199: stdout chunk (state=3): >>># /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 0x7f92ae902870> <<< 6494 1726853140.29218: stdout chunk (state=3): >>># /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 0x7f92ae902ae0> <<< 6494 1726853140.29231: stdout chunk (state=3): >>># /usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/expat.py <<< 6494 1726853140.29241: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc' <<< 6494 1726853140.29272: stdout chunk (state=3): >>># extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853140.29303: stdout chunk (state=3): >>># 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 0x7f92ae902c60> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae902a80> <<< 6494 1726853140.29313: stdout chunk (state=3): >>>import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae902300> <<< 6494 1726853140.29360: stdout chunk (state=3): >>>import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae901790><<< 6494 1726853140.29367: stdout chunk (state=3): >>> <<< 6494 1726853140.29431: stdout chunk (state=3): >>>import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae9009e0> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae8fbf80> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae8fb800> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae8fa240> <<< 6494 1726853140.29448: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/__init__.py # code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc' import 'dbus.mainloop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae8fbc80> <<< 6494 1726853140.29481: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/glib.py # code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc' <<< 6494 1726853140.29496: stdout chunk (state=3): >>># extension module '_dbus_glib_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so' # extension module '_dbus_glib_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so' import '_dbus_glib_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92ae902ea0> import 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae902de0> <<< 6494 1726853140.29530: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/__init__.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc' import 'firewall.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae902f60> <<< 6494 1726853140.29535: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/base.py <<< 6494 1726853140.29564: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc' import 'firewall.core.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae9030e0> # /usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/dbus_utils.py <<< 6494 1726853140.29569: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc' <<< 6494 1726853140.29606: stdout chunk (state=3): >>># /usr/lib64/python3.12/xml/etree/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/etree/__init__.py <<< 6494 1726853140.29627: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/xml/etree/__pycache__/__init__.cpython-312.pyc' import 'xml.etree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae903830> <<< 6494 1726853140.29634: stdout chunk (state=3): >>># /usr/lib64/python3.12/xml/etree/__pycache__/ElementTree.cpython-312.pyc matches /usr/lib64/python3.12/xml/etree/ElementTree.py <<< 6494 1726853140.29694: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/xml/etree/__pycache__/ElementTree.cpython-312.pyc' <<< 6494 1726853140.29722: stdout chunk (state=3): >>># /usr/lib64/python3.12/xml/etree/__pycache__/ElementPath.cpython-312.pyc matches /usr/lib64/python3.12/xml/etree/ElementPath.py <<< 6494 1726853140.29724: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/xml/etree/__pycache__/ElementPath.cpython-312.pyc' <<< 6494 1726853140.29760: stdout chunk (state=3): >>>import 'xml.etree.ElementPath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae90a810> <<< 6494 1726853140.29841: stdout chunk (state=3): >>># extension module '_elementtree' loaded from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853140.29852: stdout chunk (state=3): >>># 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 0x7f92ae90bb60> import 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae903770> <<< 6494 1726853140.29872: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/logger.py <<< 6494 1726853140.29893: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc' <<< 6494 1726853140.29921: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 6494 1726853140.29998: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 6494 1726853140.30020: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 6494 1726853140.30063: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 6494 1726853140.30092: stdout chunk (state=3): >>># /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' <<< 6494 1726853140.30125: stdout chunk (state=3): >>># 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 0x7f92ae91be60> <<< 6494 1726853140.30163: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae91b290> <<< 6494 1726853140.30233: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae9197f0> <<< 6494 1726853140.30371: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae90ce30> <<< 6494 1726853140.30414: stdout chunk (state=3): >>>import 'firewall.core.logger' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae90be30> import 'firewall.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae9032f0> <<< 6494 1726853140.30437: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/rich.py <<< 6494 1726853140.30466: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc' <<< 6494 1726853140.30476: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py <<< 6494 1726853140.30522: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc' <<< 6494 1726853140.30564: stdout chunk (state=3): >>>import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae33e300> <<< 6494 1726853140.30603: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/firewall/__pycache__/functions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/functions.py <<< 6494 1726853140.30621: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/functions.cpython-312.pyc' import 'firewall.functions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae0a0200> <<< 6494 1726853140.30661: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/ipset.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc' <<< 6494 1726853140.30703: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/errors.py # code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc' <<< 6494 1726853140.30714: stdout chunk (state=3): >>>import 'firewall.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae0a22a0> <<< 6494 1726853140.30749: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/prog.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc' import 'firewall.core.prog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae0a25d0> <<< 6494 1726853140.30764: stdout chunk (state=3): >>>import 'firewall.core.ipset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae0a1640> <<< 6494 1726853140.30877: stdout chunk (state=3): >>>import 'firewall.core.rich' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae33c980> <<< 6494 1726853140.31122: stdout chunk (state=3): >>>import 'firewall.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92aec9a9f0> <<< 6494 1726853140.31151: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/fw_nm.py <<< 6494 1726853140.31168: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc' <<< 6494 1726853140.31218: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GObject.py <<< 6494 1726853140.31250: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc' <<< 6494 1726853140.31415: stdout chunk (state=3): >>>import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae122180> <<< 6494 1726853140.31471: stdout chunk (state=3): >>>import 'gi.repository.GObject' # <<< 6494 1726853140.31477: stdout chunk (state=3): >>># destroy gi.repository.GModule import 'gi.repository.GModule' # <<< 6494 1726853140.31527: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/Gio.py <<< 6494 1726853140.31552: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc' <<< 6494 1726853140.31830: stdout chunk (state=3): >>>import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae14b650> import 'gi.repository.Gio' # <<< 6494 1726853140.31835: stdout chunk (state=3): >>># destroy gi.repository.NM import 'gi.repository.NM' # import 'firewall.core.fw_nm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae1216a0> <<< 6494 1726853140.31935: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853140.36791: stdout chunk (state=3): >>> <<< 6494 1726853140.36795: stdout chunk (state=3): >>>{"changed": true, "__firewall_changed": true, "invocation": {"module_args": {"service": ["smtp-submission"], "permanent": true, "runtime": true, "state": "enabled", "__report_changed": true, "port": [], "source_port": [], "forward_port": [], "rich_rule": [], "source": [], "interface": [], "interface_pci_id": [], "icmp_block": [], "timeout": 0, "ipset_entries": [], "protocol": [], "helper_module": [], "destination": [], "firewalld_conf": null, "masquerade": null, "icmp_block_inversion": null, "target": null, "zone": null, "set_default_zone": null, "ipset": null, "ipset_type": null, "description": null, "short": null}}} # destroy __main__ <<< 6494 1726853140.37423: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 6494 1726853140.37426: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases <<< 6494 1726853140.37484: stdout chunk (state=3): >>># 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 _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 <<< 6494 1726853140.37491: stdout chunk (state=3): >>># 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 <<< 6494 1726853140.37559: stdout chunk (state=3): >>># cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # 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 # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 <<< 6494 1726853140.37561: stdout chunk (state=3): >>># 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<<< 6494 1726853140.37629: 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 # 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 <<< 6494 1726853140.37643: stdout chunk (state=3): >>># 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.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic <<< 6494 1726853140.37674: stdout chunk (state=3): >>># 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.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules # cleanup[2] removing firewall # cleanup[2] removing firewall.config.dbus # cleanup[2] removing firewall.config # 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 optparse # cleanup[2] removing gi._option # cleanup[2] removing gi.overrides.GLib # cleanup[2] removing gi.repository.GLib # 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 dbus.mainloop # cleanup[2] removing _dbus_glib_bindings # cleanup[2] removing dbus.mainloop.glib # cleanup[2] removing firewall.core # cleanup[2] removing firewall.core.base # 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 _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing firewall.core.logger # cleanup[2] removing firewall.dbus_utils # cleanup[2] removing dataclasses # destroy dataclasses # cleanup[2] removing firewall.functions # cleanup[2] removing firewall.errors # cleanup[2] removing firewall.core.prog # cleanup[2] removing firewall.core.ipset # cleanup[2] removing firewall.core.rich # cleanup[2] removing firewall.client # cleanup[2] removing gi.overrides.GObject # cleanup[2] removing gi.repository.GObject # cleanup[2] removing gi.overrides.Gio # cleanup[2] removing gi.repository.Gio # cleanup[2] removing firewall.core.fw_nm <<< 6494 1726853140.38122: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 6494 1726853140.38147: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 <<< 6494 1726853140.38152: stdout chunk (state=3): >>># destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 6494 1726853140.38172: stdout chunk (state=3): >>># destroy ntpath <<< 6494 1726853140.38188: stdout chunk (state=3): >>># cleanup[3] wiping firewall.core.fw_nm <<< 6494 1726853140.38213: stdout chunk (state=3): >>># cleanup[3] wiping gi.repository.Gio # cleanup[3] wiping gi.overrides.Gio # cleanup[3] wiping gi.repository.GObject # cleanup[3] wiping gi.overrides.GObject <<< 6494 1726853140.38241: stdout chunk (state=3): >>># cleanup[3] wiping firewall.client # cleanup[3] wiping firewall.core.rich # cleanup[3] wiping firewall.core.ipset # destroy ipaddress # cleanup[3] wiping firewall.core.prog # cleanup[3] wiping firewall.errors # cleanup[3] wiping firewall.functions # destroy string <<< 6494 1726853140.38246: stdout chunk (state=3): >>># cleanup[3] wiping firewall.dbus_utils # destroy dbus <<< 6494 1726853140.38253: stdout chunk (state=3): >>># destroy dbus._compat # destroy dbus.exceptions # destroy dbus.types # destroy dbus.lowlevel # destroy dbus._expat_introspect_parser # destroy dbus.proxies # destroy dbus.connection # destroy dbus.bus # destroy dbus._dbus # destroy dbus.mainloop # destroy dbus.mainloop.glib # destroy xml.etree.ElementTree # cleanup[3] wiping firewall.core.logger <<< 6494 1726853140.38256: stdout chunk (state=3): >>># cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token <<< 6494 1726853140.38338: stdout chunk (state=3): >>># cleanup[3] wiping _opcode # cleanup[3] wiping _elementtree # cleanup[3] wiping xml.etree.ElementPath <<< 6494 1726853140.38343: stdout chunk (state=3): >>># cleanup[3] wiping firewall.core.base # cleanup[3] wiping firewall.core # destroy firewall.core.base # destroy firewall.core.logger # destroy firewall.core.prog # destroy firewall.core.ipset # destroy firewall.core.rich # destroy firewall.core.fw_nm # cleanup[3] wiping _dbus_glib_bindings # cleanup[3] wiping xml.parsers.expat.errors # cleanup[3] wiping xml.parsers.expat.model # cleanup[3] wiping pyexpat # destroy pyexpat.errors # destroy pyexpat.model # cleanup[3] wiping _dbus_bindings # cleanup[3] wiping gi.repository.GLib # cleanup[3] wiping gi.overrides.GLib <<< 6494 1726853140.38346: stdout chunk (state=3): >>># cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping gi._ossighelper # destroy socket # cleanup[3] wiping gi.repository # destroy gi.repository.GLib # destroy gi.repository.GObject <<< 6494 1726853140.38349: stdout chunk (state=3): >>># destroy gi.repository.Gio # cleanup[3] wiping gi.importer # cleanup[3] wiping gi.overrides # destroy gi.overrides.GLib # destroy gi.overrides.GObject # destroy gi.overrides.Gio # cleanup[3] wiping gi.module <<< 6494 1726853140.38373: stdout chunk (state=3): >>># 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 firewall.config # destroy gettext # destroy firewall.config.dbus # cleanup[3] wiping firewall # destroy firewall.config # destroy firewall.core # destroy firewall.dbus_utils # destroy firewall.functions # destroy firewall.errors # destroy firewall.client # cleanup[3] wiping ansible.module_utils.distro # destroy distro.distro # cleanup[3] wiping distro # cleanup[3] wiping argparse <<< 6494 1726853140.38380: stdout chunk (state=3): >>># cleanup[3] wiping selinux <<< 6494 1726853140.38404: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping copy # cleanup[3] wiping ansible.module_utils.compat.selinux <<< 6494 1726853140.38431: 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 systemd._daemon # cleanup[3] wiping array # cleanup[3] wiping _socket <<< 6494 1726853140.38445: stdout chunk (state=3): >>># cleanup[3] wiping systemd.journal # destroy uuid # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging <<< 6494 1726853140.38470: stdout chunk (state=3): >>># 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 <<< 6494 1726853140.38476: stdout chunk (state=3): >>># cleanup[3] wiping textwrap # cleanup[3] wiping tokenize <<< 6494 1726853140.38511: stdout chunk (state=3): >>># 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 <<< 6494 1726853140.38514: stdout chunk (state=3): >>># cleanup[3] wiping pwd # cleanup[3] wiping locale<<< 6494 1726853140.38523: stdout chunk (state=3): >>> # destroy encodings <<< 6494 1726853140.38545: stdout chunk (state=3): >>># 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 <<< 6494 1726853140.38577: stdout chunk (state=3): >>># 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 <<< 6494 1726853140.38581: stdout chunk (state=3): >>># cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib <<< 6494 1726853140.38585: stdout chunk (state=3): >>># cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math <<< 6494 1726853140.38642: stdout chunk (state=3): >>># cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping errno # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc <<< 6494 1726853140.38649: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external <<< 6494 1726853140.38654: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler <<< 6494 1726853140.38657: stdout chunk (state=3): >>># destroy enum <<< 6494 1726853140.38736: stdout chunk (state=3): >>># cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping keyword # cleanup[3] wiping itertools # cleanup[3] wiping operator <<< 6494 1726853140.38741: stdout chunk (state=3): >>># cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os <<< 6494 1726853140.38744: stdout chunk (state=3): >>># cleanup[3] wiping os.path # destroy genericpath # cleanup[3] wiping posixpath # cleanup[3] wiping stat <<< 6494 1726853140.38746: stdout chunk (state=3): >>># cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping __main__ <<< 6494 1726853140.38756: stdout chunk (state=3): >>># cleanup[3] wiping io <<< 6494 1726853140.38759: stdout chunk (state=3): >>># cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases <<< 6494 1726853140.38822: stdout chunk (state=3): >>># 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 <<< 6494 1726853140.38825: stdout chunk (state=3): >>># destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 6494 1726853140.39307: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _io <<< 6494 1726853140.39638: stdout chunk (state=3): >>># destroy zipimport # destroy importlib # destroy gi.types # destroy gi._error # 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 _collections <<< 6494 1726853140.39646: stdout chunk (state=3): >>># destroy _uuid # destroy re._parser # destroy tokenize # destroy _string # destroy array # destroy textwrap # destroy ansible.module_utils.six.moves.urllib # destroy _signal # destroy gi._gi # destroy copyreg # 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 operator # destroy ansible.module_utils.six.moves # destroy firewall # destroy contextlib # destroy _dbus_glib_bindings # destroy xml.etree.ElementPath <<< 6494 1726853140.39652: stdout chunk (state=3): >>># destroy copy # destroy inspect # destroy keyword # destroy abc # destroy _thread # destroy __main__ # destroy atexit # destroy errno # destroy grp # destroy fcntl # destroy locale # destroy pwd # destroy select # destroy selectors # destroy shutil # destroy tempfile # destroy time # destroy traceback # destroy syslog # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy stat # destroy selinux # destroy _elementtree <<< 6494 1726853140.39654: stdout chunk (state=3): >>># destroy posixpath # destroy functools <<< 6494 1726853140.39656: stdout chunk (state=3): >>># destroy _blake2 # destroy platform # destroy distro # destroy datetime <<< 6494 1726853140.39680: stdout chunk (state=3): >>># destroy selinux._selinux # destroy collections # destroy io # destroy _opcode <<< 6494 1726853140.39698: stdout chunk (state=3): >>># destroy json.scanner # destroy _json <<< 6494 1726853140.39853: stdout chunk (state=3): >>># destroy argparse # destroy json # destroy shlex # destroy subprocess # destroy warnings # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 6494 1726853140.39938: stdout chunk (state=3): >>># destroy _socket # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy _warnings # destroy math # destroy _bisect # destroy re <<< 6494 1726853140.39950: stdout chunk (state=3): >>># destroy _random <<< 6494 1726853140.39977: stdout chunk (state=3): >>># destroy _hashlib <<< 6494 1726853140.40000: stdout chunk (state=3): >>># destroy _operator # destroy builtins # destroy itertools # destroy _sre <<< 6494 1726853140.40016: stdout chunk (state=3): >>># destroy posix # destroy _functools # clear sys.audit hooks <<< 6494 1726853140.40417: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853140.40425: stderr chunk (state=3): >>>Shared connection to 10.31.41.218 closed. <<< 6494 1726853140.40462: stderr chunk (state=3): >>><<< 6494 1726853140.40465: stdout chunk (state=3): >>><<< 6494 1726853140.40560: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af8184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af7e7b30> # /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 0x7f92af81aa50> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af609130> # /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 0x7f92af609fa0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af647dd0> # /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 0x7f92af647fe0> # /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 0x7f92af67f800> # /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 0x7f92af67fe90> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af65faa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af65d1c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af644f80> # /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 0x7f92af69f770> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af69e390> # /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 0x7f92af65e090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af69cbc0> # /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 0x7f92af6d47d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af644200> # /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 0x7f92af6d4c80> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af6d4b30> # 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 0x7f92af6d4ef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af642d20> # /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 0x7f92af6d55e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af6d52b0> 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 0x7f92af6d64e0> 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 0x7f92af6ec6e0> 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 0x7f92af6eddf0> # /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 0x7f92af6eec90> # 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 0x7f92af6ef2f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af6ee1e0> # /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 0x7f92af6efd70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af6ef4a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af6d6450> # /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 0x7f92af467c50> # /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 0x7f92af490710> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af490470> # 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 0x7f92af490740> # /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 0x7f92af491070> # 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 0x7f92af491a30> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af490920> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af465df0> # /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 0x7f92af492e40> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af491b80> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af6d6c00> # /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 0x7f92af4bb1d0> # /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 0x7f92af4df530> # /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 0x7f92af53c350> # /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 0x7f92af53eab0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af53c470> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af509340> # /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 0x7f92af341460> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af4de330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af493da0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f92af4de690> # zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.firewall_lib_payload_g46lnn_e/ansible_fedora.linux_system_roles.firewall_lib_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 0x7f92af3931a0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af376090> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af375220> # 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 0x7f92af391070> # /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 0x7f92af3c2ab0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af3c2840> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af3c2150> # /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 0x7f92af3c2ba0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af393e30> 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 0x7f92af3c3860> # 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 0x7f92af3c39e0> # /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 0x7f92af3c3f20> 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 0x7f92aed0dd00> # 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 0x7f92aed0f920> # /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 0x7f92aed102f0> # /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 0x7f92aed11490> # /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 0x7f92aed13f80> # 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 0x7f92aed1c0b0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92aed12240> # /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 0x7f92aed1fdd0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92aed1e8d0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92aed1e630> # /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 0x7f92aed1eb70> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92aed12750> # 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 0x7f92aed63a40> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92aed64140> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92aed65bb0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92aed65970> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92aed68110> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92aed662a0> # /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 0x7f92aed6b8f0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92aed682c0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92aed6c3e0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92aed6cb60> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92aed6ca10> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92aed642c0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92aedf4290> # 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 0x7f92aedf5340> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92aed6ea20> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92aed6fdd0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92aed6e630> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92aedfd460> # /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 0x7f92aedfe210> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92aedf55b0> 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 0x7f92aedfe330> # 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 0x7f92aedff4a0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92aec09f70> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92aec07200> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af416750> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92af3fe450> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92aec09d00> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92aedfcf80> # 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_collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/__init__.py # code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc' import 'firewall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92aec98320> # /usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/__init__.py # code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/dbus.py # code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc' import 'firewall.config.dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92aec9ab70> import 'firewall.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92aec98560> # /usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/client.py # code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/__init__.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc' # possible namespace for /usr/lib/python3.12/site-packages/gi # /usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_error.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc' import 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae88e150> # extension module 'gi._gi' loaded from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so' # extension module 'gi._gi' executed from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so' import 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92ae88df40> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae88d8b0> # /usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/repository/__init__.py # code object from '/usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/importer.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/module.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/types.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_constants.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc' import 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae8b0ef0> # /usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/docstring.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc' import 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae8b1280> # /usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_propertyhelper.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc' import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae8b1700> # /usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_signalhelper.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc' import 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae8b1f70> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae8b05c0> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae88ff50> # /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/__init__.py # code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc' import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae8b0cb0> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae88fad0> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae88dd00> # /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GLib.py # code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_ossighelper.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc' import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae8b4c50> # /usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_option.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py # code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc' import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae8b5a90> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae8b51c0> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae8b3020> import 'gi.repository.GLib' # # /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc' import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae8fa780> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc' import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae8fa840> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc' # extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' # extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' import '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92ae8faf60> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae8fade0> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc' import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae901610> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.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 0x7f92ae902870> # /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 0x7f92ae902ae0> # /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' # 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 0x7f92ae902c60> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae902a80> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae902300> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae901790> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae9009e0> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae8fbf80> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae8fb800> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae8fa240> # /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/__init__.py # code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc' import 'dbus.mainloop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae8fbc80> # /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/glib.py # code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc' # extension module '_dbus_glib_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so' # extension module '_dbus_glib_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so' import '_dbus_glib_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92ae902ea0> import 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae902de0> # /usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/__init__.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc' import 'firewall.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae902f60> # /usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/base.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc' import 'firewall.core.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae9030e0> # /usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/dbus_utils.py # code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc' # /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 0x7f92ae903830> # /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 0x7f92ae90a810> # extension module '_elementtree' loaded from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so' # 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 0x7f92ae90bb60> import 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae903770> # /usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/logger.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc' # /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__/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 0x7f92ae91be60> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae91b290> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae9197f0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae90ce30> import 'firewall.core.logger' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae90be30> import 'firewall.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae9032f0> # /usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/rich.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc' # /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 0x7f92ae33e300> # /usr/lib/python3.12/site-packages/firewall/__pycache__/functions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/functions.py # code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/functions.cpython-312.pyc' import 'firewall.functions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae0a0200> # /usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/ipset.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc' # /usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/errors.py # code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc' import 'firewall.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae0a22a0> # /usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/prog.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc' import 'firewall.core.prog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae0a25d0> import 'firewall.core.ipset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae0a1640> import 'firewall.core.rich' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae33c980> import 'firewall.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92aec9a9f0> # /usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/fw_nm.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc' # /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GObject.py # code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc' import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae122180> import 'gi.repository.GObject' # # destroy gi.repository.GModule import 'gi.repository.GModule' # # /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/Gio.py # code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc' import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae14b650> import 'gi.repository.Gio' # # destroy gi.repository.NM import 'gi.repository.NM' # import 'firewall.core.fw_nm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92ae1216a0> # zipimport: zlib available {"changed": true, "__firewall_changed": true, "invocation": {"module_args": {"service": ["smtp-submission"], "permanent": true, "runtime": true, "state": "enabled", "__report_changed": true, "port": [], "source_port": [], "forward_port": [], "rich_rule": [], "source": [], "interface": [], "interface_pci_id": [], "icmp_block": [], "timeout": 0, "ipset_entries": [], "protocol": [], "helper_module": [], "destination": [], "firewalld_conf": null, "masquerade": null, "icmp_block_inversion": null, "target": null, "zone": null, "set_default_zone": null, "ipset": null, "ipset_type": null, "description": null, "short": null}}} # 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 # 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 # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # 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 # 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.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_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.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules # cleanup[2] removing firewall # cleanup[2] removing firewall.config.dbus # cleanup[2] removing firewall.config # 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 optparse # cleanup[2] removing gi._option # cleanup[2] removing gi.overrides.GLib # cleanup[2] removing gi.repository.GLib # 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 dbus.mainloop # cleanup[2] removing _dbus_glib_bindings # cleanup[2] removing dbus.mainloop.glib # cleanup[2] removing firewall.core # cleanup[2] removing firewall.core.base # 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 _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing firewall.core.logger # cleanup[2] removing firewall.dbus_utils # cleanup[2] removing dataclasses # destroy dataclasses # cleanup[2] removing firewall.functions # cleanup[2] removing firewall.errors # cleanup[2] removing firewall.core.prog # cleanup[2] removing firewall.core.ipset # cleanup[2] removing firewall.core.rich # cleanup[2] removing firewall.client # cleanup[2] removing gi.overrides.GObject # cleanup[2] removing gi.repository.GObject # cleanup[2] removing gi.overrides.Gio # cleanup[2] removing gi.repository.Gio # cleanup[2] removing firewall.core.fw_nm # destroy _sitebuiltins # 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 ntpath # cleanup[3] wiping firewall.core.fw_nm # cleanup[3] wiping gi.repository.Gio # cleanup[3] wiping gi.overrides.Gio # cleanup[3] wiping gi.repository.GObject # cleanup[3] wiping gi.overrides.GObject # cleanup[3] wiping firewall.client # cleanup[3] wiping firewall.core.rich # cleanup[3] wiping firewall.core.ipset # destroy ipaddress # cleanup[3] wiping firewall.core.prog # cleanup[3] wiping firewall.errors # cleanup[3] wiping firewall.functions # destroy string # cleanup[3] wiping firewall.dbus_utils # destroy dbus # destroy dbus._compat # destroy dbus.exceptions # destroy dbus.types # destroy dbus.lowlevel # destroy dbus._expat_introspect_parser # destroy dbus.proxies # destroy dbus.connection # destroy dbus.bus # destroy dbus._dbus # destroy dbus.mainloop # destroy dbus.mainloop.glib # destroy xml.etree.ElementTree # cleanup[3] wiping firewall.core.logger # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping _elementtree # cleanup[3] wiping xml.etree.ElementPath # cleanup[3] wiping firewall.core.base # cleanup[3] wiping firewall.core # destroy firewall.core.base # destroy firewall.core.logger # destroy firewall.core.prog # destroy firewall.core.ipset # destroy firewall.core.rich # destroy firewall.core.fw_nm # cleanup[3] wiping _dbus_glib_bindings # cleanup[3] wiping xml.parsers.expat.errors # cleanup[3] wiping xml.parsers.expat.model # cleanup[3] wiping pyexpat # destroy pyexpat.errors # destroy pyexpat.model # cleanup[3] wiping _dbus_bindings # cleanup[3] wiping gi.repository.GLib # cleanup[3] wiping gi.overrides.GLib # cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping gi._ossighelper # destroy socket # cleanup[3] wiping gi.repository # destroy gi.repository.GLib # destroy gi.repository.GObject # destroy gi.repository.Gio # cleanup[3] wiping gi.importer # cleanup[3] wiping gi.overrides # destroy gi.overrides.GLib # destroy gi.overrides.GObject # destroy gi.overrides.Gio # 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 firewall.config # destroy gettext # destroy firewall.config.dbus # cleanup[3] wiping firewall # destroy firewall.config # destroy firewall.core # destroy firewall.dbus_utils # destroy firewall.functions # destroy firewall.errors # destroy firewall.client # cleanup[3] wiping ansible.module_utils.distro # destroy distro.distro # cleanup[3] wiping distro # cleanup[3] wiping argparse # cleanup[3] wiping selinux # cleanup[3] wiping selinux._selinux # cleanup[3] wiping copy # 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 array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.journal # destroy uuid # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # 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 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 importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # 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 keyword # 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 # 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 systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _io # destroy zipimport # destroy importlib # destroy gi.types # destroy gi._error # 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 _collections # destroy _uuid # destroy re._parser # destroy tokenize # destroy _string # destroy array # destroy textwrap # destroy ansible.module_utils.six.moves.urllib # destroy _signal # destroy gi._gi # destroy copyreg # 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 operator # destroy ansible.module_utils.six.moves # destroy firewall # destroy contextlib # destroy _dbus_glib_bindings # destroy xml.etree.ElementPath # destroy copy # destroy inspect # destroy keyword # destroy abc # destroy _thread # destroy __main__ # destroy atexit # destroy errno # destroy grp # destroy fcntl # destroy locale # destroy pwd # destroy select # destroy selectors # destroy shutil # destroy tempfile # destroy time # destroy traceback # destroy syslog # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy stat # destroy selinux # destroy _elementtree # destroy posixpath # destroy functools # destroy _blake2 # destroy platform # destroy distro # destroy datetime # destroy selinux._selinux # destroy collections # destroy io # destroy _opcode # destroy json.scanner # destroy _json # destroy argparse # destroy json # destroy shlex # destroy subprocess # destroy warnings # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy _socket # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy _warnings # destroy math # destroy _bisect # destroy re # destroy _random # destroy _hashlib # destroy _operator # destroy builtins # destroy itertools # destroy _sre # destroy posix # destroy _functools # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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.41.218 closed. 6494 1726853140.41313: done with _execute_module (fedora.linux_system_roles.firewall_lib, {'service': 'smtp-submission', 'permanent': True, 'runtime': True, 'state': 'enabled', '__report_changed': True, '_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': 'fedora.linux_system_roles.firewall_lib', '_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-1726853139.9466121-6836-242852897174085/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6494 1726853140.41316: _low_level_execute_command(): starting 6494 1726853140.41319: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726853139.9466121-6836-242852897174085/ > /dev/null 2>&1 && sleep 0' 6494 1726853140.41321: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6494 1726853140.41324: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853140.41326: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853140.41328: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6494 1726853140.41330: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 <<< 6494 1726853140.41335: stderr chunk (state=3): >>>debug2: match not found <<< 6494 1726853140.41337: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853140.41339: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6494 1726853140.41348: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.41.218 is address <<< 6494 1726853140.41351: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6494 1726853140.41355: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853140.41364: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853140.41380: 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.41.218 originally 10.31.41.218 debug2: match found <<< 6494 1726853140.41382: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853140.41438: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853140.41441: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853140.41443: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853140.41566: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853140.43642: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853140.43646: stdout chunk (state=3): >>><<< 6494 1726853140.43648: stderr chunk (state=3): >>><<< 6494 1726853140.43665: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853140.43838: handler run complete 6494 1726853140.43841: attempt loop complete, returning result 6494 1726853140.43844: variable 'item' from source: unknown 6494 1726853140.43846: variable 'item' from source: unknown changed: [managed_node1] => (item={'service': 'smtp-submission', 'state': 'enabled'}) => { "__firewall_changed": true, "ansible_loop_var": "item", "changed": true, "item": { "service": "smtp-submission", "state": "enabled" } } 6494 1726853140.44382: dumping result to json 6494 1726853140.44386: done dumping result, returning 6494 1726853140.44388: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.firewall : Configure firewall [0affc48f-66db-1e98-6787-0000000000fe] 6494 1726853140.44390: sending task result for task 0affc48f-66db-1e98-6787-0000000000fe 6494 1726853140.44719: no more pending results, returning what we have 6494 1726853140.44722: results queue empty 6494 1726853140.44723: checking for any_errors_fatal 6494 1726853140.44726: done checking for any_errors_fatal 6494 1726853140.44727: checking for max_fail_percentage 6494 1726853140.44728: done checking for max_fail_percentage 6494 1726853140.44729: checking to see if all hosts have failed and the running result is not ok 6494 1726853140.44729: done checking to see if all hosts have failed 6494 1726853140.44730: getting the remaining hosts for this loop 6494 1726853140.44733: done getting the remaining hosts for this loop 6494 1726853140.44737: getting the next task for host managed_node1 6494 1726853140.44747: done getting next task for host managed_node1 6494 1726853140.44750: ^ task is: TASK: fedora.linux_system_roles.firewall : Gather firewall config information 6494 1726853140.44755: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853140.44765: getting variables 6494 1726853140.44769: in VariableManager get_vars() 6494 1726853140.44990: Calling all_inventory to load vars for managed_node1 6494 1726853140.44992: Calling groups_inventory to load vars for managed_node1 6494 1726853140.44999: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853140.45010: Calling all_plugins_play to load vars for managed_node1 6494 1726853140.45012: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853140.45019: Calling groups_plugins_play to load vars for managed_node1 6494 1726853140.45100: done sending task result for task 0affc48f-66db-1e98-6787-0000000000fe 6494 1726853140.45106: WORKER PROCESS EXITING 6494 1726853140.45125: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853140.45188: done with get_vars() 6494 1726853140.45195: done getting variables TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120 Friday 20 September 2024 13:25:40 -0400 (0:00:02.546) 0:00:15.375 ****** 6494 1726853140.45305: entering _queue_task() for managed_node1/fedora.linux_system_roles.firewall_lib_facts 6494 1726853140.45307: Creating lock for fedora.linux_system_roles.firewall_lib_facts 6494 1726853140.46223: worker is 1 (out of 1 available) 6494 1726853140.46365: exiting _queue_task() for managed_node1/fedora.linux_system_roles.firewall_lib_facts 6494 1726853140.46376: done queuing things up, now waiting for results queue to drain 6494 1726853140.46377: waiting for pending results... 6494 1726853140.46624: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.firewall : Gather firewall config information 6494 1726853140.46980: in run() - task 0affc48f-66db-1e98-6787-000000000100 6494 1726853140.46998: variable 'ansible_search_path' from source: unknown 6494 1726853140.47001: variable 'ansible_search_path' from source: unknown 6494 1726853140.47360: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853140.49757: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853140.49839: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853140.49892: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853140.49952: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853140.49988: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853140.50079: 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) 6494 1726853140.50128: 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) 6494 1726853140.50159: 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) 6494 1726853140.50447: 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) 6494 1726853140.50451: 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) 6494 1726853140.50453: 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) 6494 1726853140.50663: 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) 6494 1726853140.50666: 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) 6494 1726853140.50668: 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) 6494 1726853140.50745: 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) 6494 1726853140.50840: 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) 6494 1726853140.51338: 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) 6494 1726853140.51342: 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) 6494 1726853140.51344: 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) 6494 1726853140.51346: 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) 6494 1726853140.51352: variable 'fw' from source: task vars 6494 1726853140.51483: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6494 1726853140.51655: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6494 1726853140.51694: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6494 1726853140.51747: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6494 1726853140.51781: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6494 1726853140.51827: 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) 6494 1726853140.51858: 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) 6494 1726853140.51887: 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) 6494 1726853140.51917: 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) 6494 1726853140.52009: variable 'firewall' from source: include params 6494 1726853140.52087: variable '__previous' from source: task vars 6494 1726853140.52174: variable 'omit' from source: magic vars 6494 1726853140.52265: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853140.52281: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853140.52295: variable 'omit' from source: magic vars 6494 1726853140.52496: variable 'firewall' from source: include params 6494 1726853140.52511: Evaluated conditional (firewall != None): True 6494 1726853140.52620: 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) 6494 1726853140.52651: 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) 6494 1726853140.52682: 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) 6494 1726853140.52726: 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) 6494 1726853140.52747: 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) 6494 1726853140.52824: variable 'firewall' from source: include params 6494 1726853140.52939: Evaluated conditional (firewall | length == 1): False 6494 1726853140.52942: when evaluation is False, skipping this task 6494 1726853140.52945: variable 'item' from source: unknown 6494 1726853140.52990: variable 'item' from source: unknown skipping: [managed_node1] => (item={'service': 'smtp', 'state': 'enabled'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall | length == 1", "item": { "service": "smtp", "state": "enabled" }, "skip_reason": "Conditional result was False" } 6494 1726853140.53362: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853140.53366: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853140.53369: variable 'omit' from source: magic vars 6494 1726853140.53553: variable 'firewall' from source: include params 6494 1726853140.53566: Evaluated conditional (firewall != None): True 6494 1726853140.53944: 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) 6494 1726853140.53948: 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) 6494 1726853140.53950: 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) 6494 1726853140.53953: 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) 6494 1726853140.53955: 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) 6494 1726853140.54337: variable 'firewall' from source: include params 6494 1726853140.54340: Evaluated conditional (firewall | length == 1): False 6494 1726853140.54342: when evaluation is False, skipping this task 6494 1726853140.54344: variable 'item' from source: unknown 6494 1726853140.54346: variable 'item' from source: unknown skipping: [managed_node1] => (item={'service': 'smtps', 'state': 'enabled'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall | length == 1", "item": { "service": "smtps", "state": "enabled" }, "skip_reason": "Conditional result was False" } 6494 1726853140.54837: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853140.54840: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853140.54843: variable 'omit' from source: magic vars 6494 1726853140.55237: variable 'firewall' from source: include params 6494 1726853140.55240: Evaluated conditional (firewall != None): True 6494 1726853140.55243: 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) 6494 1726853140.55245: 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) 6494 1726853140.55247: 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) 6494 1726853140.55446: 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) 6494 1726853140.55463: 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) 6494 1726853140.55534: variable 'firewall' from source: include params 6494 1726853140.55548: Evaluated conditional (firewall | length == 1): False 6494 1726853140.55553: when evaluation is False, skipping this task 6494 1726853140.55590: variable 'item' from source: unknown 6494 1726853140.55795: variable 'item' from source: unknown skipping: [managed_node1] => (item={'service': 'smtp-submission', 'state': 'enabled'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall | length == 1", "item": { "service": "smtp-submission", "state": "enabled" }, "skip_reason": "Conditional result was False" } 6494 1726853140.55906: dumping result to json 6494 1726853140.55917: done dumping result, returning 6494 1726853140.55929: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.firewall : Gather firewall config information [0affc48f-66db-1e98-6787-000000000100] 6494 1726853140.55942: sending task result for task 0affc48f-66db-1e98-6787-000000000100 6494 1726853140.56016: done sending task result for task 0affc48f-66db-1e98-6787-000000000100 6494 1726853140.56041: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false } MSG: All items skipped 6494 1726853140.56091: no more pending results, returning what we have 6494 1726853140.56095: results queue empty 6494 1726853140.56095: checking for any_errors_fatal 6494 1726853140.56110: done checking for any_errors_fatal 6494 1726853140.56111: checking for max_fail_percentage 6494 1726853140.56112: done checking for max_fail_percentage 6494 1726853140.56113: checking to see if all hosts have failed and the running result is not ok 6494 1726853140.56114: done checking to see if all hosts have failed 6494 1726853140.56114: getting the remaining hosts for this loop 6494 1726853140.56116: done getting the remaining hosts for this loop 6494 1726853140.56119: getting the next task for host managed_node1 6494 1726853140.56126: done getting next task for host managed_node1 6494 1726853140.56129: ^ task is: TASK: fedora.linux_system_roles.firewall : Update firewalld_config fact 6494 1726853140.56135: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853140.56154: getting variables 6494 1726853140.56156: in VariableManager get_vars() 6494 1726853140.56198: Calling all_inventory to load vars for managed_node1 6494 1726853140.56204: Calling groups_inventory to load vars for managed_node1 6494 1726853140.56206: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853140.56218: Calling all_plugins_play to load vars for managed_node1 6494 1726853140.56221: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853140.56228: Calling groups_plugins_play to load vars for managed_node1 6494 1726853140.56485: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853140.56550: done with get_vars() 6494 1726853140.56559: done getting variables 6494 1726853140.56625: 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.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Friday 20 September 2024 13:25:40 -0400 (0:00:00.114) 0:00:15.490 ****** 6494 1726853140.56792: entering _queue_task() for managed_node1/set_fact 6494 1726853140.57378: worker is 1 (out of 1 available) 6494 1726853140.57391: exiting _queue_task() for managed_node1/set_fact 6494 1726853140.57404: done queuing things up, now waiting for results queue to drain 6494 1726853140.57405: waiting for pending results... 6494 1726853140.57887: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.firewall : Update firewalld_config fact 6494 1726853140.58230: in run() - task 0affc48f-66db-1e98-6787-000000000101 6494 1726853140.58253: variable 'ansible_search_path' from source: unknown 6494 1726853140.58325: variable 'ansible_search_path' from source: unknown 6494 1726853140.58438: calling self._execute() 6494 1726853140.58649: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853140.58658: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853140.58667: variable 'omit' from source: magic vars 6494 1726853140.59211: variable 'firewall' from source: include params 6494 1726853140.59227: Evaluated conditional (firewall != None): True 6494 1726853140.59599: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853140.63040: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853140.63046: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853140.63049: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853140.63051: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853140.63053: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853140.63170: 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) 6494 1726853140.63174: 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) 6494 1726853140.63177: 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) 6494 1726853140.63179: 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) 6494 1726853140.63182: 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) 6494 1726853140.63273: variable 'firewall' from source: include params 6494 1726853140.63291: Evaluated conditional (firewall | length == 1): False 6494 1726853140.63294: when evaluation is False, skipping this task 6494 1726853140.63297: _execute() done 6494 1726853140.63299: dumping result to json 6494 1726853140.63304: done dumping result, returning 6494 1726853140.63311: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.firewall : Update firewalld_config fact [0affc48f-66db-1e98-6787-000000000101] 6494 1726853140.63316: sending task result for task 0affc48f-66db-1e98-6787-000000000101 skipping: [managed_node1] => { "changed": false, "false_condition": "firewall | length == 1", "skip_reason": "Conditional result was False" } 6494 1726853140.63597: no more pending results, returning what we have 6494 1726853140.63603: results queue empty 6494 1726853140.63603: checking for any_errors_fatal 6494 1726853140.63610: done checking for any_errors_fatal 6494 1726853140.63610: checking for max_fail_percentage 6494 1726853140.63612: done checking for max_fail_percentage 6494 1726853140.63613: checking to see if all hosts have failed and the running result is not ok 6494 1726853140.63614: done checking to see if all hosts have failed 6494 1726853140.63615: getting the remaining hosts for this loop 6494 1726853140.63616: done getting the remaining hosts for this loop 6494 1726853140.63619: getting the next task for host managed_node1 6494 1726853140.63627: done getting next task for host managed_node1 6494 1726853140.63630: ^ task is: TASK: fedora.linux_system_roles.firewall : Gather firewall config if no arguments 6494 1726853140.63636: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853140.63648: getting variables 6494 1726853140.63649: in VariableManager get_vars() 6494 1726853140.63683: Calling all_inventory to load vars for managed_node1 6494 1726853140.63685: Calling groups_inventory to load vars for managed_node1 6494 1726853140.63687: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853140.63696: Calling all_plugins_play to load vars for managed_node1 6494 1726853140.63698: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853140.63703: Calling groups_plugins_play to load vars for managed_node1 6494 1726853140.63765: done sending task result for task 0affc48f-66db-1e98-6787-000000000101 6494 1726853140.63767: WORKER PROCESS EXITING 6494 1726853140.63784: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853140.63851: done with get_vars() 6494 1726853140.63860: done getting variables TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 Friday 20 September 2024 13:25:40 -0400 (0:00:00.071) 0:00:15.562 ****** 6494 1726853140.63949: entering _queue_task() for managed_node1/fedora.linux_system_roles.firewall_lib_facts 6494 1726853140.64221: worker is 1 (out of 1 available) 6494 1726853140.64237: exiting _queue_task() for managed_node1/fedora.linux_system_roles.firewall_lib_facts 6494 1726853140.64249: done queuing things up, now waiting for results queue to drain 6494 1726853140.64250: waiting for pending results... 6494 1726853140.64651: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.firewall : Gather firewall config if no arguments 6494 1726853140.64690: in run() - task 0affc48f-66db-1e98-6787-000000000103 6494 1726853140.64713: variable 'ansible_search_path' from source: unknown 6494 1726853140.64721: variable 'ansible_search_path' from source: unknown 6494 1726853140.64765: calling self._execute() 6494 1726853140.64863: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853140.64876: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853140.64897: variable 'omit' from source: magic vars 6494 1726853140.65770: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853140.70535: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853140.70729: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853140.70780: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853140.70882: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853140.70908: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853140.71099: 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) 6494 1726853140.71319: 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) 6494 1726853140.71323: 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) 6494 1726853140.71326: 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) 6494 1726853140.71538: 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) 6494 1726853140.71682: variable 'firewall' from source: include params 6494 1726853140.71718: Evaluated conditional (firewall == None or firewall | length == 0): False 6494 1726853140.71746: when evaluation is False, skipping this task 6494 1726853140.71759: _execute() done 6494 1726853140.71939: dumping result to json 6494 1726853140.71942: done dumping result, returning 6494 1726853140.71945: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.firewall : Gather firewall config if no arguments [0affc48f-66db-1e98-6787-000000000103] 6494 1726853140.71948: sending task result for task 0affc48f-66db-1e98-6787-000000000103 skipping: [managed_node1] => { "changed": false, "false_condition": "firewall == None or firewall | length == 0", "skip_reason": "Conditional result was False" } 6494 1726853140.72188: no more pending results, returning what we have 6494 1726853140.72192: results queue empty 6494 1726853140.72193: checking for any_errors_fatal 6494 1726853140.72198: done checking for any_errors_fatal 6494 1726853140.72199: checking for max_fail_percentage 6494 1726853140.72203: done checking for max_fail_percentage 6494 1726853140.72204: checking to see if all hosts have failed and the running result is not ok 6494 1726853140.72205: done checking to see if all hosts have failed 6494 1726853140.72206: getting the remaining hosts for this loop 6494 1726853140.72208: done getting the remaining hosts for this loop 6494 1726853140.72212: getting the next task for host managed_node1 6494 1726853140.72220: done getting next task for host managed_node1 6494 1726853140.72224: ^ task is: TASK: fedora.linux_system_roles.firewall : Update firewalld_config fact 6494 1726853140.72228: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853140.72244: getting variables 6494 1726853140.72246: in VariableManager get_vars() 6494 1726853140.72285: Calling all_inventory to load vars for managed_node1 6494 1726853140.72288: Calling groups_inventory to load vars for managed_node1 6494 1726853140.72290: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853140.72303: Calling all_plugins_play to load vars for managed_node1 6494 1726853140.72307: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853140.72311: Calling groups_plugins_play to load vars for managed_node1 6494 1726853140.72770: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853140.72830: done with get_vars() 6494 1726853140.72841: done getting variables 6494 1726853140.72894: 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.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144 Friday 20 September 2024 13:25:40 -0400 (0:00:00.089) 0:00:15.651 ****** 6494 1726853140.72929: entering _queue_task() for managed_node1/set_fact 6494 1726853140.73079: done sending task result for task 0affc48f-66db-1e98-6787-000000000103 6494 1726853140.73082: WORKER PROCESS EXITING 6494 1726853140.73513: worker is 1 (out of 1 available) 6494 1726853140.73526: exiting _queue_task() for managed_node1/set_fact 6494 1726853140.73539: done queuing things up, now waiting for results queue to drain 6494 1726853140.73541: waiting for pending results... 6494 1726853140.74178: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.firewall : Update firewalld_config fact 6494 1726853140.74471: in run() - task 0affc48f-66db-1e98-6787-000000000104 6494 1726853140.74484: variable 'ansible_search_path' from source: unknown 6494 1726853140.74488: variable 'ansible_search_path' from source: unknown 6494 1726853140.74522: calling self._execute() 6494 1726853140.74836: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853140.74842: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853140.74924: variable 'omit' from source: magic vars 6494 1726853140.75809: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853140.78950: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853140.79020: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853140.79051: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853140.79103: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853140.79129: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853140.79209: 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) 6494 1726853140.79239: 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) 6494 1726853140.79263: 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) 6494 1726853140.79307: 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) 6494 1726853140.79321: 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) 6494 1726853140.79455: variable 'firewall' from source: include params 6494 1726853140.79480: Evaluated conditional (firewall == None or firewall | length == 0): False 6494 1726853140.79483: when evaluation is False, skipping this task 6494 1726853140.79486: _execute() done 6494 1726853140.79488: dumping result to json 6494 1726853140.79491: done dumping result, returning 6494 1726853140.79499: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.firewall : Update firewalld_config fact [0affc48f-66db-1e98-6787-000000000104] 6494 1726853140.79505: sending task result for task 0affc48f-66db-1e98-6787-000000000104 6494 1726853140.79603: done sending task result for task 0affc48f-66db-1e98-6787-000000000104 6494 1726853140.79606: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "firewall == None or firewall | length == 0", "skip_reason": "Conditional result was False" } 6494 1726853140.79727: no more pending results, returning what we have 6494 1726853140.79730: results queue empty 6494 1726853140.79731: checking for any_errors_fatal 6494 1726853140.79735: done checking for any_errors_fatal 6494 1726853140.79736: checking for max_fail_percentage 6494 1726853140.79738: done checking for max_fail_percentage 6494 1726853140.79738: checking to see if all hosts have failed and the running result is not ok 6494 1726853140.79740: done checking to see if all hosts have failed 6494 1726853140.79741: getting the remaining hosts for this loop 6494 1726853140.79742: done getting the remaining hosts for this loop 6494 1726853140.79745: getting the next task for host managed_node1 6494 1726853140.79753: done getting next task for host managed_node1 6494 1726853140.79756: ^ task is: TASK: fedora.linux_system_roles.firewall : Get config files, checksums after 6494 1726853140.79760: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853140.79771: getting variables 6494 1726853140.79773: in VariableManager get_vars() 6494 1726853140.79871: Calling all_inventory to load vars for managed_node1 6494 1726853140.79874: Calling groups_inventory to load vars for managed_node1 6494 1726853140.79876: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853140.79885: Calling all_plugins_play to load vars for managed_node1 6494 1726853140.79888: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853140.79892: Calling groups_plugins_play to load vars for managed_node1 6494 1726853140.79950: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853140.80007: done with get_vars() 6494 1726853140.80016: done getting variables 6494 1726853140.80079: Loading ActionModule 'script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/script.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.firewall : Get config files, checksums after] *** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Friday 20 September 2024 13:25:40 -0400 (0:00:00.071) 0:00:15.723 ****** 6494 1726853140.80113: entering _queue_task() for managed_node1/script 6494 1726853140.80542: worker is 1 (out of 1 available) 6494 1726853140.80556: exiting _queue_task() for managed_node1/script 6494 1726853140.80565: done queuing things up, now waiting for results queue to drain 6494 1726853140.80566: waiting for pending results... 6494 1726853140.80882: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.firewall : Get config files, checksums after 6494 1726853140.80888: in run() - task 0affc48f-66db-1e98-6787-000000000106 6494 1726853140.80891: variable 'ansible_search_path' from source: unknown 6494 1726853140.80893: variable 'ansible_search_path' from source: unknown 6494 1726853140.80948: calling self._execute() 6494 1726853140.81096: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853140.81106: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853140.81112: variable 'omit' from source: magic vars 6494 1726853140.81643: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853140.84028: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853140.84095: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853140.84146: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853140.84187: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853140.84212: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853140.84309: variable '__firewall_previous_replaced' from source: set_fact 6494 1726853140.84335: Evaluated conditional (__firewall_previous_replaced | bool): False 6494 1726853140.84344: when evaluation is False, skipping this task 6494 1726853140.84353: _execute() done 6494 1726853140.84360: dumping result to json 6494 1726853140.84375: done dumping result, returning 6494 1726853140.84389: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.firewall : Get config files, checksums after [0affc48f-66db-1e98-6787-000000000106] 6494 1726853140.84398: sending task result for task 0affc48f-66db-1e98-6787-000000000106 skipping: [managed_node1] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } 6494 1726853140.84614: no more pending results, returning what we have 6494 1726853140.84618: results queue empty 6494 1726853140.84619: checking for any_errors_fatal 6494 1726853140.84624: done checking for any_errors_fatal 6494 1726853140.84625: checking for max_fail_percentage 6494 1726853140.84627: done checking for max_fail_percentage 6494 1726853140.84628: checking to see if all hosts have failed and the running result is not ok 6494 1726853140.84629: done checking to see if all hosts have failed 6494 1726853140.84630: getting the remaining hosts for this loop 6494 1726853140.84835: done getting the remaining hosts for this loop 6494 1726853140.84841: getting the next task for host managed_node1 6494 1726853140.84848: done getting next task for host managed_node1 6494 1726853140.84851: ^ task is: TASK: fedora.linux_system_roles.firewall : Calculate what has changed 6494 1726853140.84856: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853140.84870: getting variables 6494 1726853140.84871: in VariableManager get_vars() 6494 1726853140.84902: Calling all_inventory to load vars for managed_node1 6494 1726853140.84905: Calling groups_inventory to load vars for managed_node1 6494 1726853140.84907: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853140.84915: Calling all_plugins_play to load vars for managed_node1 6494 1726853140.84917: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853140.84920: Calling groups_plugins_play to load vars for managed_node1 6494 1726853140.84976: done sending task result for task 0affc48f-66db-1e98-6787-000000000106 6494 1726853140.84980: WORKER PROCESS EXITING 6494 1726853140.84986: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853140.85089: done with get_vars() 6494 1726853140.85098: done getting variables 6494 1726853140.85166: 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.firewall : Calculate what has changed] ********* task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163 Friday 20 September 2024 13:25:40 -0400 (0:00:00.050) 0:00:15.774 ****** 6494 1726853140.85199: entering _queue_task() for managed_node1/set_fact 6494 1726853140.85498: worker is 1 (out of 1 available) 6494 1726853140.85508: exiting _queue_task() for managed_node1/set_fact 6494 1726853140.85519: done queuing things up, now waiting for results queue to drain 6494 1726853140.85520: waiting for pending results... 6494 1726853140.85745: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.firewall : Calculate what has changed 6494 1726853140.85876: in run() - task 0affc48f-66db-1e98-6787-000000000107 6494 1726853140.85892: variable 'ansible_search_path' from source: unknown 6494 1726853140.85898: variable 'ansible_search_path' from source: unknown 6494 1726853140.85940: calling self._execute() 6494 1726853140.86008: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853140.86019: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853140.86039: variable 'omit' from source: magic vars 6494 1726853140.86405: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853140.89496: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853140.89576: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853140.89624: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853140.89668: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853140.89699: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853140.89808: variable '__firewall_previous_replaced' from source: set_fact 6494 1726853140.89837: Evaluated conditional (__firewall_previous_replaced | bool): False 6494 1726853140.89846: when evaluation is False, skipping this task 6494 1726853140.89858: _execute() done 6494 1726853140.89866: dumping result to json 6494 1726853140.89873: done dumping result, returning 6494 1726853140.89936: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.firewall : Calculate what has changed [0affc48f-66db-1e98-6787-000000000107] 6494 1726853140.89939: sending task result for task 0affc48f-66db-1e98-6787-000000000107 6494 1726853140.90016: done sending task result for task 0affc48f-66db-1e98-6787-000000000107 6494 1726853140.90019: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } 6494 1726853140.90078: no more pending results, returning what we have 6494 1726853140.90082: results queue empty 6494 1726853140.90083: checking for any_errors_fatal 6494 1726853140.90089: done checking for any_errors_fatal 6494 1726853140.90090: checking for max_fail_percentage 6494 1726853140.90092: done checking for max_fail_percentage 6494 1726853140.90093: checking to see if all hosts have failed and the running result is not ok 6494 1726853140.90095: done checking to see if all hosts have failed 6494 1726853140.90095: getting the remaining hosts for this loop 6494 1726853140.90097: done getting the remaining hosts for this loop 6494 1726853140.90101: getting the next task for host managed_node1 6494 1726853140.90109: done getting next task for host managed_node1 6494 1726853140.90113: ^ task is: TASK: fedora.linux_system_roles.firewall : Show diffs 6494 1726853140.90118: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=7, 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=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), 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 6494 1726853140.90133: getting variables 6494 1726853140.90138: in VariableManager get_vars() 6494 1726853140.90180: Calling all_inventory to load vars for managed_node1 6494 1726853140.90183: Calling groups_inventory to load vars for managed_node1 6494 1726853140.90186: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853140.90198: Calling all_plugins_play to load vars for managed_node1 6494 1726853140.90201: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853140.90205: Calling groups_plugins_play to load vars for managed_node1 6494 1726853140.90538: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853140.90720: done with get_vars() 6494 1726853140.90846: done getting variables 6494 1726853140.90909: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169 Friday 20 September 2024 13:25:40 -0400 (0:00:00.058) 0:00:15.832 ****** 6494 1726853140.91003: entering _queue_task() for managed_node1/debug 6494 1726853140.91742: worker is 1 (out of 1 available) 6494 1726853140.91753: exiting _queue_task() for managed_node1/debug 6494 1726853140.91765: done queuing things up, now waiting for results queue to drain 6494 1726853140.91767: waiting for pending results... 6494 1726853140.92202: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.firewall : Show diffs 6494 1726853140.92393: in run() - task 0affc48f-66db-1e98-6787-000000000108 6494 1726853140.92397: variable 'ansible_search_path' from source: unknown 6494 1726853140.92400: variable 'ansible_search_path' from source: unknown 6494 1726853140.92411: calling self._execute() 6494 1726853140.92512: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853140.92538: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853140.92555: variable 'omit' from source: magic vars 6494 1726853140.93086: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853140.95239: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853140.95379: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853140.95423: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853140.95472: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853140.95508: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853140.95619: variable '__firewall_previous_replaced' from source: set_fact 6494 1726853140.95645: Evaluated conditional (__firewall_previous_replaced | bool): False 6494 1726853140.95653: when evaluation is False, skipping this task 6494 1726853140.95661: _execute() done 6494 1726853140.95694: dumping result to json 6494 1726853140.95697: done dumping result, returning 6494 1726853140.95700: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.firewall : Show diffs [0affc48f-66db-1e98-6787-000000000108] 6494 1726853140.95702: sending task result for task 0affc48f-66db-1e98-6787-000000000108 6494 1726853140.95941: done sending task result for task 0affc48f-66db-1e98-6787-000000000108 6494 1726853140.95949: WORKER PROCESS EXITING skipping: [managed_node1] => { "false_condition": "__firewall_previous_replaced | bool" } 6494 1726853140.95997: no more pending results, returning what we have 6494 1726853140.96001: results queue empty 6494 1726853140.96001: checking for any_errors_fatal 6494 1726853140.96006: done checking for any_errors_fatal 6494 1726853140.96007: checking for max_fail_percentage 6494 1726853140.96009: done checking for max_fail_percentage 6494 1726853140.96009: checking to see if all hosts have failed and the running result is not ok 6494 1726853140.96011: done checking to see if all hosts have failed 6494 1726853140.96011: getting the remaining hosts for this loop 6494 1726853140.96013: done getting the remaining hosts for this loop 6494 1726853140.96017: getting the next task for host managed_node1 6494 1726853140.96026: done getting next task for host managed_node1 6494 1726853140.96029: ^ task is: TASK: meta (role_complete) 6494 1726853140.96036: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853140.96057: getting variables 6494 1726853140.96060: in VariableManager get_vars() 6494 1726853140.96103: Calling all_inventory to load vars for managed_node1 6494 1726853140.96106: Calling groups_inventory to load vars for managed_node1 6494 1726853140.96108: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853140.96120: Calling all_plugins_play to load vars for managed_node1 6494 1726853140.96124: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853140.96127: Calling groups_plugins_play to load vars for managed_node1 6494 1726853140.96325: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853140.96428: done with get_vars() 6494 1726853140.96440: done getting variables 6494 1726853140.96528: done queuing things up, now waiting for results queue to drain 6494 1726853140.96530: results queue empty 6494 1726853140.96531: checking for any_errors_fatal 6494 1726853140.96535: done checking for any_errors_fatal 6494 1726853140.96536: checking for max_fail_percentage 6494 1726853140.96537: done checking for max_fail_percentage 6494 1726853140.96538: checking to see if all hosts have failed and the running result is not ok 6494 1726853140.96538: done checking to see if all hosts have failed 6494 1726853140.96539: getting the remaining hosts for this loop 6494 1726853140.96540: done getting the remaining hosts for this loop 6494 1726853140.96542: getting the next task for host managed_node1 6494 1726853140.96548: done getting next task for host managed_node1 6494 1726853140.96551: ^ task is: TASK: fedora.linux_system_roles.postfix : Configure selinux 6494 1726853140.96553: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853140.96562: getting variables 6494 1726853140.96563: in VariableManager get_vars() 6494 1726853140.96576: Calling all_inventory to load vars for managed_node1 6494 1726853140.96579: Calling groups_inventory to load vars for managed_node1 6494 1726853140.96581: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853140.96585: Calling all_plugins_play to load vars for managed_node1 6494 1726853140.96590: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853140.96593: Calling groups_plugins_play to load vars for managed_node1 6494 1726853140.96637: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853140.96679: done with get_vars() 6494 1726853140.96685: done getting variables TASK [fedora.linux_system_roles.postfix : Configure selinux] ******************* task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:57 Friday 20 September 2024 13:25:40 -0400 (0:00:00.057) 0:00:15.890 ****** 6494 1726853140.96760: entering _queue_task() for managed_node1/include_tasks 6494 1726853140.97238: worker is 1 (out of 1 available) 6494 1726853140.97248: exiting _queue_task() for managed_node1/include_tasks 6494 1726853140.97257: done queuing things up, now waiting for results queue to drain 6494 1726853140.97258: waiting for pending results... 6494 1726853140.97389: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.postfix : Configure selinux 6494 1726853140.97598: in run() - task 0affc48f-66db-1e98-6787-00000000002c 6494 1726853140.97602: variable 'ansible_search_path' from source: unknown 6494 1726853140.97605: variable 'ansible_search_path' from source: unknown 6494 1726853140.97608: calling self._execute() 6494 1726853140.97627: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853140.97642: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853140.97655: variable 'omit' from source: magic vars 6494 1726853140.98000: _execute() done 6494 1726853140.98008: dumping result to json 6494 1726853140.98014: done dumping result, returning 6494 1726853140.98024: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.postfix : Configure selinux [0affc48f-66db-1e98-6787-00000000002c] 6494 1726853140.98039: sending task result for task 0affc48f-66db-1e98-6787-00000000002c 6494 1726853140.98188: no more pending results, returning what we have 6494 1726853140.98193: in VariableManager get_vars() 6494 1726853140.98234: Calling all_inventory to load vars for managed_node1 6494 1726853140.98236: Calling groups_inventory to load vars for managed_node1 6494 1726853140.98239: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853140.98251: Calling all_plugins_play to load vars for managed_node1 6494 1726853140.98255: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853140.98257: Calling groups_plugins_play to load vars for managed_node1 6494 1726853140.98683: done sending task result for task 0affc48f-66db-1e98-6787-00000000002c 6494 1726853140.98687: WORKER PROCESS EXITING 6494 1726853140.98710: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853140.98750: done with get_vars() 6494 1726853140.98755: variable 'ansible_search_path' from source: unknown 6494 1726853140.98756: variable 'ansible_search_path' from source: unknown 6494 1726853140.98790: we have included files to process 6494 1726853140.98791: generating all_blocks data 6494 1726853140.98794: done generating all_blocks data 6494 1726853140.98796: processing included file: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml 6494 1726853140.98797: loading included file: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml 6494 1726853140.98799: Loading data from /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml 6494 1726853140.99672: done processing included file 6494 1726853140.99675: iterating over new_blocks loaded from include file 6494 1726853140.99677: in VariableManager get_vars() 6494 1726853140.99699: done with get_vars() 6494 1726853140.99701: filtering new block on tags 6494 1726853140.99750: done filtering new block on tags 6494 1726853140.99754: done iterating over new_blocks loaded from include file included: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml for managed_node1 6494 1726853140.99759: extending task lists for all hosts with included blocks 6494 1726853141.00210: done extending task lists 6494 1726853141.00211: done processing included files 6494 1726853141.00212: results queue empty 6494 1726853141.00213: checking for any_errors_fatal 6494 1726853141.00214: done checking for any_errors_fatal 6494 1726853141.00215: checking for max_fail_percentage 6494 1726853141.00216: done checking for max_fail_percentage 6494 1726853141.00217: checking to see if all hosts have failed and the running result is not ok 6494 1726853141.00218: done checking to see if all hosts have failed 6494 1726853141.00218: getting the remaining hosts for this loop 6494 1726853141.00219: done getting the remaining hosts for this loop 6494 1726853141.00222: getting the next task for host managed_node1 6494 1726853141.00227: done getting next task for host managed_node1 6494 1726853141.00229: ^ task is: TASK: fedora.linux_system_roles.postfix : Get the smtp related tcp service ports 6494 1726853141.00234: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853141.00243: getting variables 6494 1726853141.00244: in VariableManager get_vars() 6494 1726853141.00258: Calling all_inventory to load vars for managed_node1 6494 1726853141.00260: Calling groups_inventory to load vars for managed_node1 6494 1726853141.00263: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853141.00268: Calling all_plugins_play to load vars for managed_node1 6494 1726853141.00270: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853141.00273: Calling groups_plugins_play to load vars for managed_node1 6494 1726853141.00316: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853141.00360: done with get_vars() 6494 1726853141.00366: done getting variables 6494 1726853141.00435: 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 [fedora.linux_system_roles.postfix : Get the smtp related tcp service ports] *** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:12 Friday 20 September 2024 13:25:41 -0400 (0:00:00.037) 0:00:15.927 ****** 6494 1726853141.00465: entering _queue_task() for managed_node1/shell 6494 1726853141.00467: Creating lock for shell 6494 1726853141.00784: worker is 1 (out of 1 available) 6494 1726853141.00795: exiting _queue_task() for managed_node1/shell 6494 1726853141.00807: done queuing things up, now waiting for results queue to drain 6494 1726853141.00808: waiting for pending results... 6494 1726853141.01098: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.postfix : Get the smtp related tcp service ports 6494 1726853141.01235: in run() - task 0affc48f-66db-1e98-6787-0000000001f2 6494 1726853141.01254: variable 'ansible_search_path' from source: unknown 6494 1726853141.01267: variable 'ansible_search_path' from source: unknown 6494 1726853141.01317: variable '__postfix_smtp_services' from source: include_vars 6494 1726853141.01552: variable '__postfix_smtp_services' from source: include_vars 6494 1726853141.01623: variable 'omit' from source: magic vars 6494 1726853141.01748: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853141.01762: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853141.01793: variable 'omit' from source: magic vars 6494 1726853141.02194: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853141.05081: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853141.05171: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853141.05230: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853141.05306: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853141.05362: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853141.05476: variable 'postfix_manage_selinux' from source: include params 6494 1726853141.05495: Evaluated conditional (postfix_manage_selinux | bool): True 6494 1726853141.05728: variable 'postfix_manage_firewall' from source: include params 6494 1726853141.05731: Evaluated conditional (postfix_manage_firewall | bool): True 6494 1726853141.05822: variable 'ansible_facts' from source: unknown 6494 1726853141.05883: Evaluated conditional (ansible_facts['os_family'] == 'RedHat'): True 6494 1726853141.06086: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6494 1726853141.06358: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6494 1726853141.06414: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6494 1726853141.06450: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6494 1726853141.06517: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6494 1726853141.06628: variable 'ansible_facts' from source: unknown 6494 1726853141.06652: Evaluated conditional (ansible_facts['distribution_version'] is version('7', '>=')): True 6494 1726853141.06783: variable 'postfix_manage_selinux' from source: include params 6494 1726853141.06843: Evaluated conditional (postfix_manage_selinux | bool): True 6494 1726853141.06947: variable 'postfix_manage_firewall' from source: include params 6494 1726853141.06963: Evaluated conditional (postfix_manage_firewall | bool): True 6494 1726853141.07100: variable 'ansible_facts' from source: unknown 6494 1726853141.07118: Evaluated conditional (ansible_facts['os_family'] == 'RedHat'): True 6494 1726853141.07336: variable 'ansible_facts' from source: unknown 6494 1726853141.07339: Evaluated conditional (ansible_facts['distribution_version'] is version('7', '>=')): True 6494 1726853141.07342: variable 'omit' from source: magic vars 6494 1726853141.07399: variable 'omit' from source: magic vars 6494 1726853141.07596: variable 'item' from source: unknown 6494 1726853141.07626: variable 'omit' from source: magic vars 6494 1726853141.07669: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6494 1726853141.07704: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6494 1726853141.07743: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6494 1726853141.07774: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853141.07791: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853141.07834: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6494 1726853141.07842: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853141.07936: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853141.07947: Set connection var ansible_shell_type to sh 6494 1726853141.07959: Set connection var ansible_pipelining to False 6494 1726853141.07968: Set connection var ansible_shell_executable to /bin/sh 6494 1726853141.07978: Set connection var ansible_timeout to 10 6494 1726853141.08006: Set connection var ansible_connection to ssh 6494 1726853141.08033: Set connection var ansible_module_compression to ZIP_DEFLATED 6494 1726853141.08091: variable 'ansible_shell_executable' from source: unknown 6494 1726853141.08164: variable 'ansible_connection' from source: unknown 6494 1726853141.08167: variable 'ansible_module_compression' from source: unknown 6494 1726853141.08169: variable 'ansible_shell_type' from source: unknown 6494 1726853141.08171: variable 'ansible_shell_executable' from source: unknown 6494 1726853141.08173: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853141.08177: variable 'ansible_pipelining' from source: unknown 6494 1726853141.08179: variable 'ansible_timeout' from source: unknown 6494 1726853141.08181: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853141.08254: 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=False) 6494 1726853141.08297: variable 'omit' from source: magic vars 6494 1726853141.08300: starting attempt loop 6494 1726853141.08302: running the handler 6494 1726853141.08305: 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) 6494 1726853141.08322: _low_level_execute_command(): starting 6494 1726853141.08379: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6494 1726853141.09066: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853141.09154: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853141.09205: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853141.09226: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853141.09253: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853141.09441: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853141.11261: stdout chunk (state=3): >>>/root <<< 6494 1726853141.11508: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853141.11593: stderr chunk (state=3): >>><<< 6494 1726853141.11596: stdout chunk (state=3): >>><<< 6494 1726853141.11754: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853141.11758: _low_level_execute_command(): starting 6494 1726853141.11761: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726853141.1165185-6939-14278661395427 `" && echo ansible-tmp-1726853141.1165185-6939-14278661395427="` echo /root/.ansible/tmp/ansible-tmp-1726853141.1165185-6939-14278661395427 `" ) && sleep 0' 6494 1726853141.12863: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853141.12936: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853141.12950: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853141.13012: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853141.13168: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853141.15282: stdout chunk (state=3): >>>ansible-tmp-1726853141.1165185-6939-14278661395427=/root/.ansible/tmp/ansible-tmp-1726853141.1165185-6939-14278661395427 <<< 6494 1726853141.15453: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853141.15456: stdout chunk (state=3): >>><<< 6494 1726853141.15459: stderr chunk (state=3): >>><<< 6494 1726853141.15540: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726853141.1165185-6939-14278661395427=/root/.ansible/tmp/ansible-tmp-1726853141.1165185-6939-14278661395427 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853141.15544: variable 'ansible_module_compression' from source: unknown 6494 1726853141.15596: ANSIBALLZ: Using generic lock for ansible.legacy.command 6494 1726853141.15608: ANSIBALLZ: Acquiring lock 6494 1726853141.15616: ANSIBALLZ: Lock acquired: 140161390552000 6494 1726853141.15624: ANSIBALLZ: Creating module 6494 1726853141.35059: ANSIBALLZ: Writing module into payload 6494 1726853141.35311: ANSIBALLZ: Writing module 6494 1726853141.35436: ANSIBALLZ: Renaming module 6494 1726853141.35451: ANSIBALLZ: Done creating module 6494 1726853141.35519: variable 'ansible_facts' from source: unknown 6494 1726853141.35765: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726853141.1165185-6939-14278661395427/AnsiballZ_command.py 6494 1726853141.36231: Sending initial data 6494 1726853141.36237: Sent initial data (153 bytes) 6494 1726853141.37284: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853141.37288: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match not found <<< 6494 1726853141.37291: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6494 1726853141.37293: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.41.218 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853141.37296: 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853141.37352: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853141.37371: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853141.37397: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853141.37553: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853141.39305: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6494 1726853141.39429: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6494 1726853141.39568: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6494dydhg1yg/tmpzal9wktp /root/.ansible/tmp/ansible-tmp-1726853141.1165185-6939-14278661395427/AnsiballZ_command.py <<< 6494 1726853141.39572: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726853141.1165185-6939-14278661395427/AnsiballZ_command.py" <<< 6494 1726853141.39721: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6494dydhg1yg/tmpzal9wktp" to remote "/root/.ansible/tmp/ansible-tmp-1726853141.1165185-6939-14278661395427/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726853141.1165185-6939-14278661395427/AnsiballZ_command.py" <<< 6494 1726853141.40840: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853141.40941: stderr chunk (state=3): >>><<< 6494 1726853141.40946: stdout chunk (state=3): >>><<< 6494 1726853141.40966: done transferring module to remote 6494 1726853141.40988: _low_level_execute_command(): starting 6494 1726853141.40999: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726853141.1165185-6939-14278661395427/ /root/.ansible/tmp/ansible-tmp-1726853141.1165185-6939-14278661395427/AnsiballZ_command.py && sleep 0' 6494 1726853141.41673: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6494 1726853141.41684: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853141.41789: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853141.41818: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853141.41965: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853141.44024: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853141.44028: stdout chunk (state=3): >>><<< 6494 1726853141.44031: stderr chunk (state=3): >>><<< 6494 1726853141.44060: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853141.44150: _low_level_execute_command(): starting 6494 1726853141.44153: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726853141.1165185-6939-14278661395427/AnsiballZ_command.py && sleep 0' 6494 1726853141.44741: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6494 1726853141.44757: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853141.44773: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853141.44801: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6494 1726853141.44849: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853141.44920: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853141.44953: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853141.45119: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853141.47495: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 6494 1726853141.47541: stdout chunk (state=3): >>>import _imp # builtin <<< 6494 1726853141.47550: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 6494 1726853141.47613: stdout chunk (state=3): >>>import '_io' # <<< 6494 1726853141.47617: stdout chunk (state=3): >>>import 'marshal' # <<< 6494 1726853141.47655: stdout chunk (state=3): >>>import 'posix' # <<< 6494 1726853141.47694: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 6494 1726853141.47719: stdout chunk (state=3): >>>import 'time' # <<< 6494 1726853141.47729: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 6494 1726853141.47779: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853141.47802: stdout chunk (state=3): >>>import '_codecs' # <<< 6494 1726853141.47826: stdout chunk (state=3): >>>import 'codecs' # <<< 6494 1726853141.47863: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 6494 1726853141.47886: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 6494 1726853141.47902: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c66e84d0> <<< 6494 1726853141.47909: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c66b7b30> <<< 6494 1726853141.47936: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 6494 1726853141.47942: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 6494 1726853141.47954: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c66eaa50> <<< 6494 1726853141.47967: stdout chunk (state=3): >>>import '_signal' # <<< 6494 1726853141.47993: stdout chunk (state=3): >>>import '_abc' # <<< 6494 1726853141.47996: stdout chunk (state=3): >>>import 'abc' # <<< 6494 1726853141.48019: stdout chunk (state=3): >>>import 'io' # <<< 6494 1726853141.48058: stdout chunk (state=3): >>>import '_stat' # <<< 6494 1726853141.48063: stdout chunk (state=3): >>>import 'stat' # <<< 6494 1726853141.48152: stdout chunk (state=3): >>>import '_collections_abc' # <<< 6494 1726853141.48185: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 6494 1726853141.48213: stdout chunk (state=3): >>>import 'os' # <<< 6494 1726853141.48245: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 6494 1726853141.48252: stdout chunk (state=3): >>>Processing user site-packages <<< 6494 1726853141.48258: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 6494 1726853141.48270: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 6494 1726853141.48282: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 6494 1726853141.48307: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py <<< 6494 1726853141.48312: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 6494 1726853141.48339: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c6499130> <<< 6494 1726853141.48406: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 6494 1726853141.48415: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853141.48434: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c6499fa0> <<< 6494 1726853141.48452: stdout chunk (state=3): >>>import 'site' # <<< 6494 1726853141.48499: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 6494 1726853141.48724: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 6494 1726853141.48750: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 6494 1726853141.48760: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 6494 1726853141.48778: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853141.48789: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 6494 1726853141.48840: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 6494 1726853141.48861: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 6494 1726853141.48890: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 6494 1726853141.48902: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c64d7dd0> <<< 6494 1726853141.48923: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 6494 1726853141.48946: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 6494 1726853141.48969: stdout chunk (state=3): >>>import '_operator' # <<< 6494 1726853141.48976: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c64d7fe0> <<< 6494 1726853141.48995: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 6494 1726853141.49025: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 6494 1726853141.49052: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 6494 1726853141.49104: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853141.49123: stdout chunk (state=3): >>>import 'itertools' # <<< 6494 1726853141.49148: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 6494 1726853141.49151: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' <<< 6494 1726853141.49160: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c650f800> <<< 6494 1726853141.49181: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 6494 1726853141.49184: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 6494 1726853141.49214: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c650fe90> import '_collections' # <<< 6494 1726853141.49268: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c64efaa0> <<< 6494 1726853141.49315: stdout chunk (state=3): >>>import '_functools' # <<< 6494 1726853141.49331: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c64ed1c0> <<< 6494 1726853141.49421: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c64d4f80> <<< 6494 1726853141.49444: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 6494 1726853141.49472: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 6494 1726853141.49497: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 6494 1726853141.49539: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 6494 1726853141.49562: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 6494 1726853141.49581: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c652f6e0> <<< 6494 1726853141.49611: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c652e300> <<< 6494 1726853141.49650: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c64ee060> <<< 6494 1726853141.49654: stdout chunk (state=3): >>>import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c64d6e70> <<< 6494 1726853141.49708: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 6494 1726853141.49712: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c65647a0> <<< 6494 1726853141.49735: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c64d4200> <<< 6494 1726853141.49785: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 6494 1726853141.49788: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853141.49791: stdout chunk (state=3): >>># 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 0x7ff4c6564c50> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c6564b00> <<< 6494 1726853141.49842: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853141.49845: stdout chunk (state=3): >>>import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff4c6564ef0> <<< 6494 1726853141.49856: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c64d2d20> <<< 6494 1726853141.49884: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 6494 1726853141.49894: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853141.49914: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 6494 1726853141.49948: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 6494 1726853141.49968: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c65655b0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c6565280> <<< 6494 1726853141.49985: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 6494 1726853141.50008: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 6494 1726853141.50038: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c65664b0> <<< 6494 1726853141.50051: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 6494 1726853141.50077: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 6494 1726853141.50121: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 6494 1726853141.50150: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py<<< 6494 1726853141.50293: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c657c680> 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 0x7ff4c657dd30> # /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 0x7ff4c657ebd0> <<< 6494 1726853141.50342: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff4c657f230> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c657e120> <<< 6494 1726853141.50367: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 6494 1726853141.50370: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 6494 1726853141.50426: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff4c657fcb0> <<< 6494 1726853141.50434: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c657f3e0> <<< 6494 1726853141.50487: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c6566450> <<< 6494 1726853141.50510: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 6494 1726853141.50529: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 6494 1726853141.50551: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 6494 1726853141.50569: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 6494 1726853141.50611: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853141.50613: stdout chunk (state=3): >>># extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff4c631bbc0> <<< 6494 1726853141.50667: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 6494 1726853141.50670: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff4c6344710> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c6344470> <<< 6494 1726853141.50695: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff4c63446b0> <<< 6494 1726853141.50735: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 6494 1726853141.50737: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 6494 1726853141.50819: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853141.50958: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853141.50960: stdout chunk (state=3): >>>import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff4c6344fe0> <<< 6494 1726853141.51112: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853141.51115: stdout chunk (state=3): >>># extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff4c6345910> <<< 6494 1726853141.51117: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c6344890> <<< 6494 1726853141.51182: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c6319d60> <<< 6494 1726853141.51201: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 6494 1726853141.51227: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 6494 1726853141.51247: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 6494 1726853141.51257: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 6494 1726853141.51264: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c6346cc0> <<< 6494 1726853141.51303: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c6345790> <<< 6494 1726853141.51311: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c6566ba0> <<< 6494 1726853141.51345: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 6494 1726853141.51408: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853141.51419: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 6494 1726853141.51436: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 6494 1726853141.51460: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c6373020> <<< 6494 1726853141.51510: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 6494 1726853141.51536: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853141.51550: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 6494 1726853141.51579: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 6494 1726853141.51610: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c63933e0> <<< 6494 1726853141.51647: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 6494 1726853141.51692: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 6494 1726853141.51748: stdout chunk (state=3): >>>import 'ntpath' # <<< 6494 1726853141.51771: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py <<< 6494 1726853141.51776: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c63f4200> <<< 6494 1726853141.51795: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 6494 1726853141.51822: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 6494 1726853141.51845: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 6494 1726853141.51891: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 6494 1726853141.51979: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c63f6960> <<< 6494 1726853141.52063: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c63f4320> <<< 6494 1726853141.52096: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c63c11f0> <<< 6494 1726853141.52129: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c5d292e0> <<< 6494 1726853141.52154: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c63921e0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c6347bf0> <<< 6494 1726853141.52279: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 6494 1726853141.52291: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7ff4c6392300> <<< 6494 1726853141.52506: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_1a043ni7/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available <<< 6494 1726853141.52651: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853141.52695: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 6494 1726853141.52714: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 6494 1726853141.52734: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 6494 1726853141.52828: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 6494 1726853141.52860: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c5d7ef60> <<< 6494 1726853141.52872: stdout chunk (state=3): >>>import '_typing' # <<< 6494 1726853141.53072: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c5d61e50> <<< 6494 1726853141.53112: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c5d61010> # zipimport: zlib available import 'ansible' # <<< 6494 1726853141.53139: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 6494 1726853141.53170: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 6494 1726853141.54634: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853141.55852: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c5d7ce00> <<< 6494 1726853141.55906: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853141.55911: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 6494 1726853141.55930: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 6494 1726853141.55963: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853141.55970: stdout chunk (state=3): >>># 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 0x7ff4c5daa8a0> <<< 6494 1726853141.56007: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c5daa630> <<< 6494 1726853141.56054: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c5da9f40> <<< 6494 1726853141.56070: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 6494 1726853141.56082: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 6494 1726853141.56127: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c5daa990> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c5d7f9e0> <<< 6494 1726853141.56135: stdout chunk (state=3): >>>import 'atexit' # <<< 6494 1726853141.56163: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff4c5dab5f0> <<< 6494 1726853141.56207: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff4c5dab830> <<< 6494 1726853141.56427: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 6494 1726853141.56443: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 6494 1726853141.56448: stdout chunk (state=3): >>>import '_locale' # <<< 6494 1726853141.56451: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c5dabd40> <<< 6494 1726853141.56454: stdout chunk (state=3): >>>import 'pwd' # <<< 6494 1726853141.56456: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 6494 1726853141.56458: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 6494 1726853141.56470: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c5c11a30> <<< 6494 1726853141.56519: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff4c5c136e0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 6494 1726853141.56539: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 6494 1726853141.56579: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c5c140e0> <<< 6494 1726853141.56594: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 6494 1726853141.56642: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 6494 1726853141.56663: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c5c15280> <<< 6494 1726853141.56679: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 6494 1726853141.56706: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 6494 1726853141.56738: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 6494 1726853141.56802: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c5c17d40> <<< 6494 1726853141.56849: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff4c5d63050> <<< 6494 1726853141.56882: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c5c16000> <<< 6494 1726853141.56892: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 6494 1726853141.56918: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 6494 1726853141.56958: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 6494 1726853141.57011: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 6494 1726853141.57065: stdout chunk (state=3): >>># 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' <<< 6494 1726853141.57069: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c5c23bf0> import '_tokenize' # <<< 6494 1726853141.57123: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c5c226c0> <<< 6494 1726853141.57152: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c5c22420> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 6494 1726853141.57176: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 6494 1726853141.57237: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c5c22990> <<< 6494 1726853141.57267: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c5c16510> <<< 6494 1726853141.57293: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff4c5c67e60> <<< 6494 1726853141.57325: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py <<< 6494 1726853141.57330: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c5c67ef0> <<< 6494 1726853141.57355: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 6494 1726853141.57368: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 6494 1726853141.57395: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 6494 1726853141.57437: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff4c5c69a00> <<< 6494 1726853141.57456: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c5c697c0> <<< 6494 1726853141.57463: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 6494 1726853141.57610: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 6494 1726853141.57661: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853141.57669: stdout chunk (state=3): >>># 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 0x7ff4c5c6bfb0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c5c6a0f0> <<< 6494 1726853141.57693: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 6494 1726853141.57740: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853141.57767: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 6494 1726853141.57770: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 6494 1726853141.57793: stdout chunk (state=3): >>>import '_string' # <<< 6494 1726853141.57843: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c5c6f6e0> <<< 6494 1726853141.57974: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c5c6c1a0> <<< 6494 1726853141.58047: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff4c5c70560> <<< 6494 1726853141.58081: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff4c5c709b0> <<< 6494 1726853141.58123: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853141.58130: stdout chunk (state=3): >>># extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff4c5c70a70> <<< 6494 1726853141.58151: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c5c68080> <<< 6494 1726853141.58171: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py <<< 6494 1726853141.58181: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 6494 1726853141.58190: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 6494 1726853141.58221: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 6494 1726853141.58252: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853141.58285: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff4c5cfc200> <<< 6494 1726853141.58457: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853141.58462: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff4c5cfd2e0> <<< 6494 1726853141.58478: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c5c72990> <<< 6494 1726853141.58503: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff4c5c73d40> <<< 6494 1726853141.58514: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c5c725a0> <<< 6494 1726853141.58518: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853141.58540: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853141.58566: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 6494 1726853141.58571: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853141.58671: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853141.58763: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853141.58780: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853141.58788: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 6494 1726853141.58804: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853141.58812: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 6494 1726853141.58828: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853141.58967: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853141.59085: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853141.59650: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853141.60216: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 6494 1726853141.60222: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 6494 1726853141.60251: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 6494 1726853141.60263: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853141.60333: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853141.60339: stdout chunk (state=3): >>># 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 0x7ff4c5b01520> <<< 6494 1726853141.60415: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 6494 1726853141.60443: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c5b02360> <<< 6494 1726853141.60448: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c5cfd400> <<< 6494 1726853141.60499: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 6494 1726853141.60508: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853141.60542: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853141.60554: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 6494 1726853141.60565: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853141.60723: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853141.60878: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 6494 1726853141.60888: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 6494 1726853141.60903: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c5b020f0> <<< 6494 1726853141.60908: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853141.61393: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853141.61853: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853141.61936: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853141.62015: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 6494 1726853141.62040: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853141.62056: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853141.62102: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 6494 1726853141.62178: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853141.62264: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 6494 1726853141.62293: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853141.62299: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 6494 1726853141.62342: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853141.62376: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 6494 1726853141.62401: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853141.62655: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853141.62872: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 6494 1726853141.62949: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 6494 1726853141.62952: stdout chunk (state=3): >>>import '_ast' # <<< 6494 1726853141.63029: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c5b034d0> <<< 6494 1726853141.63045: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853141.63124: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853141.63207: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 6494 1726853141.63225: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 6494 1726853141.63262: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853141.63274: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853141.63339: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 6494 1726853141.63391: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853141.63424: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853141.63482: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853141.63563: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 6494 1726853141.63598: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853141.63707: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff4c5b0df40> <<< 6494 1726853141.63733: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c5b09730><<< 6494 1726853141.63739: stdout chunk (state=3): >>> <<< 6494 1726853141.63792: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 6494 1726853141.63871: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853141.63928: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853141.63958: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853141.64008: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853141.64024: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 6494 1726853141.64052: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 6494 1726853141.64102: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 6494 1726853141.64129: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 6494 1726853141.64156: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 6494 1726853141.64184: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 6494 1726853141.64248: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c5c02a80> <<< 6494 1726853141.64296: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c5de2750> <<< 6494 1726853141.64369: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c5b0e1e0> <<< 6494 1726853141.64373: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c5b0dfd0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 6494 1726853141.64451: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853141.64465: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 6494 1726853141.64534: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 6494 1726853141.64540: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853141.64582: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 6494 1726853141.64585: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853141.64710: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853141.64791: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 6494 1726853141.64797: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 6494 1726853141.64820: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c5de1be0> <<< 6494 1726853141.64910: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853141.85000: stdout chunk (state=3): >>> {"changed": true, "stdout": "25/tcp", "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 0x7f1fa6110530>\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa60dbb60>\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 0x7f1fa6112ab0>\nimport '_signal' # \nimport '_abc' # \nimport 'abc' # \nimport 'io' # \n<<< 6494 1726853141.85009: stdout chunk (state=3): >>>import '_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/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 0x7f1fa5ee5190>\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 0x7f1fa5ee5fd0>\nimport 'site' # \nPython 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__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/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 0x7f1fa5fd28a0>\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 0x7f1fa5fd2f30>\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 0x7f1fa5fd38c0>\nimport '_collections' # \nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5cae4b0>\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/__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 0x7f1fa5faa390>\nimport '_functools' # \nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5cae810>\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 0x7f1fa5faaf00>\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5fd2e40>\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 0x7f1fa5fabc20>\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 0x7f1fa5f79400>\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5fabef0>\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 0x7f1fa5f475c0>\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 0x7f1fa5f476e0>\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 0x7f1fa5e84470>\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'\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5e86e40>\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 0x7f1fa5e38f80>\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5e63b60>\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.SourceF<<< 6494 1726853141.85260: stdout chunk (state=3): >>>ileLoader object at 0x7f1fa5e390d0>\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5e621e0>\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5e861e0>\nimport '_typing' # \nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5f7a360>\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5cade50>\n# possible namespace for /usr/lib/python3.12/site-packages/gi\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_error.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc'\nimport 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5f46960>\n# extension module 'gi._gi' loaded from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so'\n# extension module 'gi._gi' executed from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so'\nimport 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1fa5f45100>\nimport 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5cace60>\n# /usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/repository/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/importer.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/module.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc'\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 0x7f1fa5dde510>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/types.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_constants.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc'\nimport 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5da9be0>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/docstring.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc'\nimport 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5da9ee0>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_propertyhelper.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc'\nimport 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5daa390>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_signalhelper.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc'\nimport 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5daac60>\nimport 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5da9490>\nimport 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5dde030>\n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc'\nimport 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5dde5d0>\nimport 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5dddac0>\nimport 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5f78da0>\n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GLib.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc'\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 0x7f1fa5c87740>\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 '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 0x7f1fa5c59670>\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 0x7f1fa5c5a090>\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5c58200>\nimport 'errno' # \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 0x7f1fa5c384d0>\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5c85d00>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_ossighelper.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.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 0x7f1fa5c388c0>\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 0x7f1fa5c38d70>\nimport 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5c86990>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_option.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py\n# code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc'\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 0x7f1fa5c11070>\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 0x7f1fa5c11970>\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 0x7f1fa5c13b30>\nimport 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5c3a4e0>\nimport 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5c39c10>\nimport 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5dabf80>\nimport 'gi.repository.GLib' # \n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GObject.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc'\nimport 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5cd3140>\nimport 'gi.repository.GObject' # \n# destroy gobject\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'\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5814a40>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc'\nimport 'firewall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58161e0>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/client.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc'\nimport 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58acd40>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc'\nimport 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58ace00>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc'\n# extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'\n# extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'\nimport '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1fa58ad550>\nimport 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58ad3d0>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc'\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'\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'\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 0x7f1fa58f1d60>\nimport '_tokenize' # \nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58f0860>\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58f05c0>\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58ca840>\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 0x7f1fa58f30b0>\nimport 'atexit' # \nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58aefc0>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc'\nimport 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58fb110>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.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 0x7f1fa5570380>\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 0x7f1fa55705f0>\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'\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 0x7f1fa5570770>\nimport 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5570650>\nimport 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58fbe00>\nimport 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58fb230>\nimport 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58f9850>\nimport 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58ae540>\nimport 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58addc0>\nimport 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58ac800>\n# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc'\nimport 'dbus.mainloop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58ae240>\n# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/glib.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc'\n# extension module '_dbus_glib_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so'\n# extension module '_dbus_glib_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so'\nimport '_dbus_glib_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1fa55709e0>\nimport 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5570920>\n# /usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc'\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 0x7f1fa55710a0>\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5570f50>\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 0x7f1fa55732c0>\n# /usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/dbus.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc'\nimport 'firewall.config.dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5573710>\nimport 'firewall.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5570b30>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc'\nimport 'firewall.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5573680>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/base.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc'\nimport 'firewall.core.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5573860>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/dbus_utils.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc'\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 0x7f1fa5573fe0>\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 0x7f1fa55a3230>\n# extension module '_elementtree' loaded from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so'\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 0x7f1fa55c43e0>\nimport 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5573ec0>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/logger.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc'\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 0x7f1fa55a2780>\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 0x7f1fa5101460>\nimport 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5100830>\nimport 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5606b70>\nimport 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa55c5dc0>\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 0x7f1fa60dbe90>\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 0x7f1fa51094f0>\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 0x7f1fa5109850>\nimport 'firewall.core.logger' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa55c4650>\nimport 'firewall.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5573aa0>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/rich.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc'\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 0x7f1fa5134260>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/functions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/functions.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/functions.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 0x7f1fa5137680>\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'\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 0x7f1fa515b980>\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 0x7f1fa5180860>\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 0x7f1fa5180ec0>\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa515bd70>\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 0x7f1fa51818e0>\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5181010>\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5159970>\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 0x7f1fa5183b90>\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa51838c0>\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 0x7f1fa5183b00>\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 0x7f1fa51a8440>\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 0x7f1fa51a8e00>\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5183d10>\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa515a000>\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5137ef0>\nimport 'firewall.functions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5136180>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/ipset.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc'\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 0x7f1fa51a9820>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/errors.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc'\nimport 'firewall.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa51dc770>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/prog.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc'\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# 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 0x7f1fa4aecf80>\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa51df1a0>\nimport 'firewall.core.prog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa51deff0>\nimport 'firewall.core.ipset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa51a8e60>\nimport 'firewall.core.rich' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa510a7e0>\nimport 'firewall.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5816e10>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/fw_nm.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc'\n# destroy gi.repository.GModule\nimport 'gi.repository.GModule' # \n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/Gio.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc'\nimport 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4b74e90>\nimport 'gi.repository.Gio' # \n# destroy gi.repository.NM\nimport 'gi.repository.NM' # \nimport 'firewall.core.fw_nm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4b74380>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc'\nimport 'firewall.core.io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4b74980>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/zone.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc'\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 0x7f1fa4b98ec0>\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 0x7f1fa4b99550>\nimport 'xml.sax.xmlreader' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4b778f0>\nimport 'xml.sax' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4b775f0>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/io_object.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc'\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__/__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 0x7f1fa4bbc1a0>\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'\nimport 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4bbc230>\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/__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'\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 0x7f1fa46c0a10>\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4bdf6b0>\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 0x7f1fa46c0c50>\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 0x7f1fa46c0ef0>\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/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'\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 0x7f1fa46fd100>\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'\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'\nimport 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa46ff590>\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'\nimport 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa46ff560>\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__/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'\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 0x7f1fa471ffb0>\nimport 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa471fc20>\nimport 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa471f110>\nimport 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa46fe7e0>\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__/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 0x7f1fa4725a30>\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa47257f0>\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 0x7f1fa47272c0>\nimport 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4725f40>\nimport 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa471ef30>\nimport 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa46fd160>\nimport 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa46fc500>\nimport 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa46c3fe0>\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/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 0x7f1fa4747800>\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 0x7f1fa4747e90>\nimport 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa46fce60>\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 0x7f1fa477ebd0>\nimport 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa477c320>\nimport 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa46c1eb0>\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 0x7f1fa44b2630>\nimport 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa46c3e90>\nimport 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4bbf2f0>\nimport 'xml.sax.saxutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4b9aea0>\nimport 'firewall.core.io.io_object' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4b9a0f0>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/policy.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc'\nimport 'firewall.core.io.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4b9a900>\nimport 'firewall.core.io.zone' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4b749e0>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/service.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc'\nimport 'firewall.core.io.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa44b3860>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/ipset.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/icmp.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc'\nimport 'firewall.core.icmp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa44e03e0>\nimport 'firewall.core.io.ipset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa44b3bc0>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/icmptype.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc'\nimport 'firewall.core.io.icmptype' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa44e0e60>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/helper.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc'\nimport 'firewall.core.io.helper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa44e1250>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/command.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc'\nimport 'firewall.command' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa44e1670>\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# destroy __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 itertools\n# cleanup[2] removing keyword\n# cleanup[2] removing _operator\n# cleanup[2] removing operator\n# cleanup[2] removing reprlib\n# destroy reprlib\n# cleanup[2] removing _collections\n# cleanup[2] removing collections\n# cleanup[2] removing types\n# cleanup[2] removing _functools\n# cleanup[2] removing functools\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 copyreg\n# cleanup[2] removing contextlib\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 re\n# cleanup[2] removing _typing\n# cleanup[2] removing typing\n# destroy typing\n# cleanup[2] removing pkgutil\n# destroy pkgutil\n# cleanup[2] removing gi._error\n# cleanup[2] removing gi._gi\n# cleanup[2] removing gi._gobject\n# cleanup[2] removing glib\n# destroy glib\n# cleanup[2] removing gobject\n# cleanup[2] removing gio\n# destroy gio\n# cleanup[2] removing gtk\n# destroy gtk\n# cleanup[2] removing gtk.gdk\n# destroy gtk.gdk\n# cleanup[2] removing gi\n# cleanup[2] removing threading\n# cleanup[2] removing gi._constants\n# cleanup[2] removing gi.docstring\n# cleanup[2] removing gi._propertyhelper\n# cleanup[2] removing gi._signalhelper\n# cleanup[2] removing gi.types\n# cleanup[2] removing gi.module\n# cleanup[2] removing gi.overrides\n# cleanup[2] removing gi.importer\n# cleanup[2] removing gi.repository\n# cleanup[2] removing _socket\n# cleanup[2] removing math\n# cleanup[2] removing select\n# cleanup[2] removing selectors\n# cleanup[2] removing errno\n# cleanup[2] removing array\n# cleanup[2] removing socket\n# cleanup[2] removing __future__\n# destroy __future__\n# cleanup[2] removing signal\n# cleanup[2] removing gi._ossighelper\n# cleanup[2] removing textwrap\n# cleanup[2] removing gettext\n# cleanup[2] removing _locale\n# cleanup[2] removing locale\n# cleanup[2] removing optparse\n# cleanup[2] removing gi._option\n# cleanup[2] removing gi.overrides.GLib\n# cleanup[2] removing gi.repository.GLib\n# cleanup[2] removing gi.overrides.GObject\n# cleanup[2] removing gi.repository.GObject\n# cleanup[2] removing argparse\n# cleanup[2] removing firewall\n# cleanup[2] removing dbus._compat\n# cleanup[2] removing dbus.exceptions\n# cleanup[2] removing _dbus_bindings\n# cleanup[2] removing dbus.types\n# cleanup[2] removing token\n# cleanup[2] removing _tokenize\n# cleanup[2] removing tokenize\n# cleanup[2] removing linecache\n# cleanup[2] removing traceback\n# cleanup[2] removing _string\n# cleanup[2] removing string\n# cleanup[2] removing atexit\n# cleanup[2] removing logging\n# cleanup[2] removing dbus.lowlevel\n# cleanup[2] removing xml\n# cleanup[2] removing xml.parsers\n# cleanup[2] removing pyexpat.errors\n# cleanup[2] removing pyexpat.model\n# cleanup[2] removing pyexpat\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 dbus._expat_introspect_parser\n# cleanup[2] removing dbus.proxies\n# cleanup[2] removing dbus.connection\n# cleanup[2] removing dbus.bus\n# cleanup[2] removing dbus._dbus\n# cleanup[2] removing dbus\n# cleanup[2] removing dbus.mainloop\n# cleanup[2] removing _dbus_glib_bindings\n# cleanup[2] removing dbus.mainloop.glib\n# cleanup[2] removing _struct\n# cleanup[2] removing struct\n# cleanup[2] removing copy\n# cleanup[2] removing firewall.config.dbus\n# cleanup[2] removing firewall.config\n# cleanup[2] removing firewall.core\n# cleanup[2] removing firewall.core.base\n# cleanup[2] removing xml.etree\n# cleanup[2] removing xml.etree.ElementPath\n# cleanup[2] removing _elementtree\n# cleanup[2] removing xml.etree.ElementTree\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 inspect\n# cleanup[2] removing fnmatch\n# cleanup[2] removing syslog\n# cleanup[2] removing fcntl\n# cleanup[2] removing firewall.core.logger\n# cleanup[2] removing firewall.dbus_utils\n# cleanup[2] removing dataclasses\n# destroy dataclasses\n# cleanup[2] removing shlex\n# cleanup[2] removing zlib\n# cleanup[2] removing _compression\n# cleanup[2] removing _bz2\n# cleanup[2] removing bz2\n# destroy bz2\n# cleanup[2] removing _lzma\n# cleanup[2] removing lzma\n# destroy lzma\n# cleanup[2] removing shutil\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 tempfile\n# cleanup[2] removing firewall.functions\n# cleanup[2] removing ipaddress\n# cleanup[2] removing firewall.errors\n# cleanup[2] removing _posixsubprocess\n# cleanup[2] removing subprocess\n# cleanup[2] removing firewall.core.prog\n# cleanup[2] removing firewall.core.ipset\n# cleanup[2] removing firewall.core.rich\n# cleanup[2] removing firewall.client\n# cleanup[2] removing gi.overrides.Gio\n# cleanup[2] removing gi.repository.Gio\n# cleanup[2] removing firewall.core.fw_nm\n# cleanup[2] removing firewall.core.io\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 urllib\n# cleanup[2] removing urllib.parse\n# cleanup[2] removing binascii\n# cleanup[2] removing base64\n# cleanup[2] removing email\n# cleanup[2] removing http\n# cleanup[2] removing email.errors\n# cleanup[2] removing email.quoprimime\n# cleanup[2] removing email.base64mime\n# cleanup[2] removing quopri\n# cleanup[2] removing email.encoders\n# cleanup[2] removing email.charset\n# cleanup[2] removing email.header\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 email.utils\n# cleanup[2] removing email._policybase\n# cleanup[2] removing email.feedparser\n# cleanup[2] removing email.parser\n# cleanup[2] removing email._encoded_words\n# cleanup[2] removing email.iterators\n# cleanup[2] removing email.message\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 firewall.core.io.io_object\n# cleanup[2] removing firewall.core.io.policy\n# cleanup[2] removing firewall.core.io.zone\n# cleanup[2] removing firewall.core.io.service\n# cleanup[2] removing firewall.core.icmp\n# cleanup[2] removing firewall.core.io.ipset\n# cleanup[2] removing firewall.core.io.icmptype\n# cleanup[2] removing firewall.core.io.helper\n# cleanup[2] removing firewall.command\n# destroy _sitebuiltins\n# destroy zlib\n# destroy _bz2\n# destroy _compression\n# destroy _lzma\n# cleanup[3] wiping firewall.command\n# cleanup[3] wiping firewall.core.io.helper\n# cleanup[3] <<< 6494 1726853141.85280: stdout chunk (state=3): >>>wiping firewall.core.io.icmptype\n# cleanup[3] wiping firewall.core.io.ipset\n# cleanup[3] wiping firewall.core.icmp\n# cleanup[3] wiping firewall.core.io.service\n# cleanup[3] wiping firewall.core.io.zone\n# cleanup[3] wiping firewall.core.io.policy\n# cleanup[3] wiping firewall.core.io.io_object\n# cleanup[3] wiping xml.sax.saxutils\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 email.message\n# destroy quopri\n# cleanup[3] wiping email.iterators\n# cleanup[3] wiping email._encoded_words\n# cleanup[3] wiping email.parser\n# cleanup[3] wiping email.feedparser\n# cleanup[3] wiping email._policybase\n# cleanup[3] wiping email.utils\n# destroy random\n# destroy urllib\n# destroy urllib.parse\n# destroy urllib.response\n# destroy urllib.error\n# destroy urllib.request\n# cleanup[3] wiping email._parseaddr\n# destroy calendar\n# cleanup[3] wiping datetime\n# cleanup[3] wiping _datetime\n# cleanup[3] wiping email.header\n# cleanup[3] wiping email.charset\n# destroy email\n# cleanup[3] wiping email.encoders\n# cleanup[3] wiping email.base64mime\n# cleanup[3] wiping email.quoprimime\n# cleanup[3] wiping email.errors\n# cleanup[3] wiping base64\n# destroy struct\n# cleanup[3] wiping binascii\n# cleanup[3] wiping xml.sax\n# destroy xml.sax._exceptions\n# destroy xml.sax.xmlreader\n# destroy xml.sax.saxutils\n# cleanup[3] wiping xml.sax.handler\n# cleanup[3] wiping firewall.core.io\n# destroy xml\n# destroy xml.parsers\n# destroy xml.parsers.expat\n# destroy xml.etree\n# destroy xml.sax\n# destroy firewall.core.io.io_object\n# destroy firewall.core.io.policy\n# destroy firewall.core.io.zone\n# destroy firewall.core.io.service\n# destroy firewall.core.io.ipset\n# destroy firewall.core.io.icmptype\n# destroy firewall.core.io.helper\n# cleanup[3] wiping firewall.core.fw_nm\n# cleanup[3] wiping gi.repository.Gio\n# cleanup[3] wiping gi.overrides.Gio\n# cleanup[3] wiping firewall.client\n# destroy firewall\n# destroy firewall.config\n# destroy firewall.core\n# destroy firewall.core.base\n# destroy firewall.core.logger\n# destroy firewall.core.prog\n# destroy firewall.core.ipset\n# destroy firewall.core.rich\n# destroy firewall.core.fw_nm\n# destroy firewall.core.io\n# destroy firewall.core.icmp\n# destroy firewall.dbus_utils\n# destroy firewall.command\n# destroy firewall.client\n# cleanup[3] wiping subprocess\n# cleanup[3] wiping _posixsubprocess\n# destroy _posixsubprocess\n# cleanup[3] wiping firewall.errors\n# cleanup[3] wiping ipaddress\n# cleanup[3] wiping firewall.functions\n# destroy shlex\n# destroy string\n# destroy tempfile\n# cleanup[3] wiping _blake2\n# cleanup[3] wiping _hashlib\n# cleanup[3] wiping _random\n# cleanup[3] wiping _bisect\n# cleanup[3] wiping shutil\n# cleanup[3] wiping fcntl\n# cleanup[3] wiping syslog\n# cleanup[3] wiping fnmatch\n# cleanup[3] wiping inspect\n# destroy ast\n# destroy dis\n# destroy token\n# cleanup[3] wiping _opcode\n# cleanup[3] wiping xml.etree.ElementTree\n# cleanup[3] wiping _elementtree\n# cleanup[3] wiping xml.etree.ElementPath\n# cleanup[3] wiping firewall.config.dbus\n# cleanup[3] wiping copy\n# cleanup[3] wiping _struct\n# cleanup[3] wiping dbus.mainloop.glib\n# cleanup[3] wiping _dbus_glib_bindings\n# cleanup[3] wiping dbus.mainloop\n# destroy dbus.mainloop.glib\n# cleanup[3] wiping dbus\n# destroy dbus._compat\n# destroy dbus._expat_introspect_parser\n# destroy dbus._dbus\n# destroy dbus.exceptions\n# destroy dbus.types\n# destroy dbus.lowlevel\n# destroy dbus.proxies\n# destroy dbus.connection\n# destroy dbus.bus\n# destroy dbus.mainloop\n# cleanup[3] wiping xml.parsers.expat.errors\n# cleanup[3] wiping xml.parsers.expat.model\n# cleanup[3] wiping pyexpat\n# destroy pyexpat.errors\n# destroy pyexpat.model\n# cleanup[3] wiping logging\n# cleanup[3] wiping atexit\n# destroy atexit\n# cleanup[3] wiping _string\n# cleanup[3] wiping traceback\n# destroy linecache\n# cleanup[3] wiping tokenize\n# cleanup[3] wiping _tokenize\n# cleanup[3] wiping _dbus_bindings\n# cleanup[3] wiping argparse\n# cleanup[3] wiping gi.repository.GObject\n# cleanup[3] wiping gi.overrides.GObject\n# cleanup[3] wiping gi.repository.GLib\n# cleanup[3] wiping gi.overrides.GLib\n# cleanup[3] wiping gi._option\n# destroy optparse\n# cleanup[3] wiping locale\n# destroy encodings\n# cleanup[3] wiping _locale\n# destroy _locale\n# cleanup[3] wiping gettext\n# cleanup[3] wiping textwrap\n# cleanup[3] wiping gi._ossighelper\n# destroy signal\n# cleanup[3] wiping socket\n# destroy selectors\n# cleanup[3] wiping array\n# cleanup[3] wiping errno\n# cleanup[3] wiping select\n# cleanup[3] wiping math\n# cleanup[3] wiping _socket\n# cleanup[3] wiping gi.repository\n# destroy gi.repository.GLib\n# destroy gi.repository.Gio\n# cleanup[3] wiping gi.importer\n# cleanup[3] wiping gi.overrides\n# destroy gi.overrides.GLib\n# destroy gi.overrides.GObject\n# destroy gi.overrides.Gio\n# cleanup[3] wiping gi.module\n# destroy gi\n# cleanup[3] wiping gi.types\n# cleanup[3] wiping gi._signalhelper\n# cleanup[3] wiping gi._propertyhelper\n# cleanup[3] wiping gi.docstring\n# cleanup[3] wiping gi._constants\n# cleanup[3] wiping threading\n# cleanup[3] wiping gobject\n# cleanup[3] wiping gi._gobject\n# cleanup[3] wiping gi._gi\n# cleanup[3] wiping gi._error\n# cleanup[3] wiping _typing\n# cleanup[3] wiping re\n# destroy re._constants\n# destroy re._casefix\n# destroy re._compiler\n# destroy enum\n# cleanup[3] wiping re._parser\n# cleanup[3] wiping _sre\n# cleanup[3] wiping contextlib\n# cleanup[3] wiping copyreg\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# cleanup[3] wiping warnings\n# cleanup[3] wiping importlib._bootstrap_external\n# cleanup[3] wiping importlib._bootstrap\n# cleanup[3] wiping functools\n# cleanup[3] wiping _functools\n# cleanup[3] wiping types\n# cleanup[3] wiping collections\n# destroy _collections_abc\n# destroy collections.abc\n# cleanup[3] wiping _collections\n# cleanup[3] wiping operator\n# cleanup[3] wiping _operator\n# cleanup[3] wiping keyword\n# cleanup[3] wiping itertools\n# cleanup[3] wiping encodings.utf_8_sig\n# cleanup[3] wiping os\n# destroy posixpath\n# cleanup[3] wiping genericpath\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 _datetime\n# destroy _dbus_glib_bindings\n# destroy sys.monitoring\n# destroy _io\n# destroy _socket\n# destroy gi.repository.GObject\n# destroy argparse\n# destroy zipimport\n# destroy importlib\n# destroy gi.types\n# destroy gi._error\n# destroy gi._gobject\n# destroy gi._constants\n# destroy gi.docstring\n# destroy gi._propertyhelper\n# destroy gi._signalhelper\n# destroy gi.module\n# destroy gi.overrides\n# destroy gi.importer\n# destroy gi.repository\n# destroy gi._ossighelper\n# destroy gi._option\n# destroy gi._gi\n# destroy _collections\n# destroy re._parser\n# destroy array\n# destroy textwrap\n# destroy stat\n# destroy genericpath\n# destroy tokenize\n# destroy _string\n# destroy shutil\n# destroy gettext\n# destroy firewall.config.dbus\n# destroy firewall.functions\n# destroy select\n# destroy _signal\n# destroy dbus\n# destroy xml.etree.ElementTree\n# destroy firewall.errors\n# destroy time\n# destroy fnmatch\n# destroy syslog\n# destroy traceback\n# destroy fcntl\n# destroy xml.sax.handler\n# destroy copy\n# destroy inspect\n# destroy keyword\n# destroy abc\n# destroy _thread\n# destroy copyreg\n# destroy contextlib\n# destroy operator\n# destroy subprocess\n# destroy _typing\n# destroy _tokenize\n# destroy xml.etree.ElementPath\n# destroy collections\n# destroy io\n# destroy _opcode\n# destroy functools\n# destroy types\n# destroy ipaddress\n# destroy _elementtree\n# destroy email.errors\n# destroy email.quoprimime\n# destroy email.base64mime\n# destroy email.encoders\n# destroy email.charset\n# destroy email.header\n# destroy email._parseaddr\n# destroy email.utils\n# destroy email._policybase\n# destroy email.feedparser\n# destroy email.parser\n# destroy email._encoded_words\n# destroy email.iterators\n# destroy email.message\n# destroy http.client\n# destroy socket\n# destroy base64\n# destroy errno\n# destroy _blake2\n# destroy _ssl\n# destroy binascii\n# destroy datetime\n# destroy locale\n# destroy warnings\n# destroy _struct\n# clear sys.meta_path\n# clear sys.modules\n# destroy _frozen_importlib\n# destroy codecs\n# destroy encodings.aliases\n# destroy encodings.utf_8\n# destroy encodings.utf_8_sig\n# destroy _codecs\n# destroy _warnings\n# destroy math\n# destroy _bisect\n# destroy os\n# destroy re\n# destroy _random\n# destroy _hashlib\n# destroy _operator\n# destroy builtins\n# destroy itertools\n# destroy _sre\n# destroy posix\n# destroy _functools\n# clear sys.audit hooks", "rc": 0, "cmd": "set -euo pipefail\nports=\"$(firewall-cmd --info-service=\"smtp\" | \\\n grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\" || :\nif [ -z \"$ports\" ]; then\n include=\"$(firewall-cmd --info-service=\"smtp\" | \\\n awk '/^ +includes:/ {print $2}')\" || :\n if [ -n \"$include\" ]; then\n ports=\"$(firewall-cmd --info-service=\"$include\" | \\\n grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\"\n fi\nfi\nif [ -z \"$ports\" ]; then\n exit 1\nfi\necho \"$ports\"", "start": "2024-09-20 13:25:41.648948", "end": "2024-09-20 13:25:41.847218", "delta": "0:00:00.198270", "msg": "", "invocation": {"module_args": {"_raw_params": "set -euo pipefail\nports=\"$(firewall-cmd --info-service=\"smtp\" | \\\n grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\" || :\nif [ -z \"$ports\" ]; then\n include=\"$(firewall-cmd --info-service=\"smtp\" | \\\n awk '/^ +includes:/ {print $2}')\" || :\n if [ -n \"$include\" ]; then\n ports=\"$(firewall-cmd --info-service=\"$include\" | \\\n grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\"\n fi\nfi\nif [ -z \"$ports\" ]; then\n exit 1\nfi\necho \"$ports\"", "_uses_shell": true, "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__ <<< 6494 1726853141.85785: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ <<< 6494 1726853141.85789: stdout chunk (state=3): >>># 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 <<< 6494 1726853141.85863: stdout chunk (state=3): >>># 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 <<< 6494 1726853141.85965: stdout chunk (state=3): >>># cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text <<< 6494 1726853141.86011: 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 # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob <<< 6494 1726853141.86316: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 6494 1726853141.86363: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 6494 1726853141.86368: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 <<< 6494 1726853141.86437: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 6494 1726853141.86478: stdout chunk (state=3): >>># destroy ntpath <<< 6494 1726853141.86510: stdout chunk (state=3): >>># destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner <<< 6494 1726853141.86572: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl <<< 6494 1726853141.86639: stdout chunk (state=3): >>># destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch # destroy selectors # destroy errno # destroy array # destroy datetime <<< 6494 1726853141.86678: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 6494 1726853141.86766: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 6494 1726853141.86851: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize <<< 6494 1726853141.86898: stdout chunk (state=3): >>># cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc <<< 6494 1726853141.87017: 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 selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 6494 1726853141.87225: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 6494 1726853141.87228: stdout chunk (state=3): >>># destroy _collections <<< 6494 1726853141.87292: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing <<< 6494 1726853141.87317: stdout chunk (state=3): >>># destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 6494 1726853141.87335: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 6494 1726853141.87425: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 6494 1726853141.87468: stdout chunk (state=3): >>># destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 6494 1726853141.87516: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _hashlib <<< 6494 1726853141.87556: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins <<< 6494 1726853141.87575: stdout chunk (state=3): >>># destroy _thread # clear sys.audit hooks <<< 6494 1726853141.88066: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.41.218 closed. <<< 6494 1726853141.88118: stderr chunk (state=3): >>><<< 6494 1726853141.88139: stdout chunk (state=3): >>><<< 6494 1726853141.88795: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c66e84d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c66b7b30> # /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 0x7ff4c66eaa50> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c6499130> # /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 0x7ff4c6499fa0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c64d7dd0> # /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 0x7ff4c64d7fe0> # /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 0x7ff4c650f800> # /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 0x7ff4c650fe90> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c64efaa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c64ed1c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c64d4f80> # /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 0x7ff4c652f6e0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c652e300> # /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 0x7ff4c64ee060> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c64d6e70> # /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 0x7ff4c65647a0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c64d4200> # /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 0x7ff4c6564c50> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c6564b00> # 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 0x7ff4c6564ef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c64d2d20> # /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 0x7ff4c65655b0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c6565280> 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 0x7ff4c65664b0> 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 0x7ff4c657c680> 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 0x7ff4c657dd30> # /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 0x7ff4c657ebd0> # 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 0x7ff4c657f230> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c657e120> # /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 0x7ff4c657fcb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c657f3e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c6566450> # /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 0x7ff4c631bbc0> # /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 0x7ff4c6344710> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c6344470> # 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 0x7ff4c63446b0> # /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 0x7ff4c6344fe0> # 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 0x7ff4c6345910> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c6344890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c6319d60> # /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 0x7ff4c6346cc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c6345790> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c6566ba0> # /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 0x7ff4c6373020> # /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 0x7ff4c63933e0> # /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 0x7ff4c63f4200> # /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 0x7ff4c63f6960> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c63f4320> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c63c11f0> # /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 0x7ff4c5d292e0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c63921e0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c6347bf0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7ff4c6392300> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_1a043ni7/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 0x7ff4c5d7ef60> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c5d61e50> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c5d61010> # 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 0x7ff4c5d7ce00> # /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 0x7ff4c5daa8a0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c5daa630> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c5da9f40> # /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 0x7ff4c5daa990> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c5d7f9e0> 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 0x7ff4c5dab5f0> # 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 0x7ff4c5dab830> # /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 0x7ff4c5dabd40> 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 0x7ff4c5c11a30> # 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 0x7ff4c5c136e0> # /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 0x7ff4c5c140e0> # /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 0x7ff4c5c15280> # /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 0x7ff4c5c17d40> # 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 0x7ff4c5d63050> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c5c16000> # /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 0x7ff4c5c23bf0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c5c226c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c5c22420> # /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 0x7ff4c5c22990> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c5c16510> # 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 0x7ff4c5c67e60> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c5c67ef0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff4c5c69a00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c5c697c0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff4c5c6bfb0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c5c6a0f0> # /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 0x7ff4c5c6f6e0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c5c6c1a0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff4c5c70560> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff4c5c709b0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff4c5c70a70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c5c68080> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff4c5cfc200> # 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 0x7ff4c5cfd2e0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c5c72990> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff4c5c73d40> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c5c725a0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff4c5b01520> # /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 0x7ff4c5b02360> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c5cfd400> 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 0x7ff4c5b020f0> # 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 0x7ff4c5b034d0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff4c5b0df40> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c5b09730> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c5c02a80> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c5de2750> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c5b0e1e0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4c5b0dfd0> # 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 0x7ff4c5de1be0> # zipimport: zlib available {"changed": true, "stdout": "25/tcp", "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 0x7f1fa6110530>\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa60dbb60>\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 0x7f1fa6112ab0>\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/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 0x7f1fa5ee5190>\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 0x7f1fa5ee5fd0>\nimport 'site' # \nPython 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__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/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 0x7f1fa5fd28a0>\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 0x7f1fa5fd2f30>\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 0x7f1fa5fd38c0>\nimport '_collections' # \nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5cae4b0>\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/__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 0x7f1fa5faa390>\nimport '_functools' # \nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5cae810>\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 0x7f1fa5faaf00>\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5fd2e40>\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 0x7f1fa5fabc20>\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 0x7f1fa5f79400>\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5fabef0>\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 0x7f1fa5f475c0>\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 0x7f1fa5f476e0>\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 0x7f1fa5e84470>\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'\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5e86e40>\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 0x7f1fa5e38f80>\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5e63b60>\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 0x7f1fa5e390d0>\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5e621e0>\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5e861e0>\nimport '_typing' # \nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5f7a360>\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5cade50>\n# possible namespace for /usr/lib/python3.12/site-packages/gi\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_error.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc'\nimport 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5f46960>\n# extension module 'gi._gi' loaded from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so'\n# extension module 'gi._gi' executed from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so'\nimport 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1fa5f45100>\nimport 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5cace60>\n# /usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/repository/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/importer.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/module.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc'\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 0x7f1fa5dde510>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/types.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_constants.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc'\nimport 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5da9be0>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/docstring.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc'\nimport 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5da9ee0>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_propertyhelper.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc'\nimport 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5daa390>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_signalhelper.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc'\nimport 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5daac60>\nimport 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5da9490>\nimport 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5dde030>\n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc'\nimport 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5dde5d0>\nimport 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5dddac0>\nimport 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5f78da0>\n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GLib.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc'\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 0x7f1fa5c87740>\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 '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 0x7f1fa5c59670>\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 0x7f1fa5c5a090>\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5c58200>\nimport 'errno' # \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 0x7f1fa5c384d0>\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5c85d00>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_ossighelper.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.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 0x7f1fa5c388c0>\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 0x7f1fa5c38d70>\nimport 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5c86990>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_option.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py\n# code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc'\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 0x7f1fa5c11070>\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 0x7f1fa5c11970>\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 0x7f1fa5c13b30>\nimport 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5c3a4e0>\nimport 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5c39c10>\nimport 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5dabf80>\nimport 'gi.repository.GLib' # \n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GObject.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc'\nimport 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5cd3140>\nimport 'gi.repository.GObject' # \n# destroy gobject\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'\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5814a40>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc'\nimport 'firewall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58161e0>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/client.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc'\nimport 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58acd40>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc'\nimport 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58ace00>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc'\n# extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'\n# extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'\nimport '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1fa58ad550>\nimport 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58ad3d0>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc'\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'\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'\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 0x7f1fa58f1d60>\nimport '_tokenize' # \nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58f0860>\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58f05c0>\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58ca840>\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 0x7f1fa58f30b0>\nimport 'atexit' # \nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58aefc0>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc'\nimport 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58fb110>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.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 0x7f1fa5570380>\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 0x7f1fa55705f0>\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'\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 0x7f1fa5570770>\nimport 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5570650>\nimport 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58fbe00>\nimport 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58fb230>\nimport 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58f9850>\nimport 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58ae540>\nimport 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58addc0>\nimport 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58ac800>\n# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc'\nimport 'dbus.mainloop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58ae240>\n# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/glib.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc'\n# extension module '_dbus_glib_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so'\n# extension module '_dbus_glib_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so'\nimport '_dbus_glib_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1fa55709e0>\nimport 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5570920>\n# /usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc'\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 0x7f1fa55710a0>\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5570f50>\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 0x7f1fa55732c0>\n# /usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/dbus.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc'\nimport 'firewall.config.dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5573710>\nimport 'firewall.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5570b30>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc'\nimport 'firewall.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5573680>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/base.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc'\nimport 'firewall.core.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5573860>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/dbus_utils.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc'\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 0x7f1fa5573fe0>\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 0x7f1fa55a3230>\n# extension module '_elementtree' loaded from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so'\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 0x7f1fa55c43e0>\nimport 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5573ec0>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/logger.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc'\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 0x7f1fa55a2780>\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 0x7f1fa5101460>\nimport 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5100830>\nimport 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5606b70>\nimport 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa55c5dc0>\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 0x7f1fa60dbe90>\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 0x7f1fa51094f0>\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 0x7f1fa5109850>\nimport 'firewall.core.logger' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa55c4650>\nimport 'firewall.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5573aa0>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/rich.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc'\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 0x7f1fa5134260>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/functions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/functions.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/functions.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 0x7f1fa5137680>\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'\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 0x7f1fa515b980>\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 0x7f1fa5180860>\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 0x7f1fa5180ec0>\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa515bd70>\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 0x7f1fa51818e0>\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5181010>\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5159970>\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 0x7f1fa5183b90>\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa51838c0>\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 0x7f1fa5183b00>\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 0x7f1fa51a8440>\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 0x7f1fa51a8e00>\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5183d10>\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa515a000>\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5137ef0>\nimport 'firewall.functions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5136180>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/ipset.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc'\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 0x7f1fa51a9820>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/errors.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc'\nimport 'firewall.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa51dc770>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/prog.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc'\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# 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 0x7f1fa4aecf80>\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa51df1a0>\nimport 'firewall.core.prog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa51deff0>\nimport 'firewall.core.ipset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa51a8e60>\nimport 'firewall.core.rich' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa510a7e0>\nimport 'firewall.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5816e10>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/fw_nm.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc'\n# destroy gi.repository.GModule\nimport 'gi.repository.GModule' # \n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/Gio.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc'\nimport 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4b74e90>\nimport 'gi.repository.Gio' # \n# destroy gi.repository.NM\nimport 'gi.repository.NM' # \nimport 'firewall.core.fw_nm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4b74380>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc'\nimport 'firewall.core.io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4b74980>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/zone.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc'\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 0x7f1fa4b98ec0>\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 0x7f1fa4b99550>\nimport 'xml.sax.xmlreader' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4b778f0>\nimport 'xml.sax' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4b775f0>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/io_object.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc'\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__/__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 0x7f1fa4bbc1a0>\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'\nimport 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4bbc230>\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/__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'\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 0x7f1fa46c0a10>\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4bdf6b0>\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 0x7f1fa46c0c50>\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 0x7f1fa46c0ef0>\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/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'\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 0x7f1fa46fd100>\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'\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'\nimport 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa46ff590>\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'\nimport 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa46ff560>\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__/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'\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 0x7f1fa471ffb0>\nimport 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa471fc20>\nimport 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa471f110>\nimport 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa46fe7e0>\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__/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 0x7f1fa4725a30>\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa47257f0>\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 0x7f1fa47272c0>\nimport 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4725f40>\nimport 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa471ef30>\nimport 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa46fd160>\nimport 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa46fc500>\nimport 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa46c3fe0>\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/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 0x7f1fa4747800>\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 0x7f1fa4747e90>\nimport 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa46fce60>\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 0x7f1fa477ebd0>\nimport 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa477c320>\nimport 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa46c1eb0>\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 0x7f1fa44b2630>\nimport 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa46c3e90>\nimport 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4bbf2f0>\nimport 'xml.sax.saxutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4b9aea0>\nimport 'firewall.core.io.io_object' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4b9a0f0>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/policy.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc'\nimport 'firewall.core.io.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4b9a900>\nimport 'firewall.core.io.zone' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4b749e0>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/service.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc'\nimport 'firewall.core.io.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa44b3860>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/ipset.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/icmp.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc'\nimport 'firewall.core.icmp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa44e03e0>\nimport 'firewall.core.io.ipset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa44b3bc0>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/icmptype.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc'\nimport 'firewall.core.io.icmptype' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa44e0e60>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/helper.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc'\nimport 'firewall.core.io.helper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa44e1250>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/command.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc'\nimport 'firewall.command' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa44e1670>\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# destroy __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 itertools\n# cleanup[2] removing keyword\n# cleanup[2] removing _operator\n# cleanup[2] removing operator\n# cleanup[2] removing reprlib\n# destroy reprlib\n# cleanup[2] removing _collections\n# cleanup[2] removing collections\n# cleanup[2] removing types\n# cleanup[2] removing _functools\n# cleanup[2] removing functools\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 copyreg\n# cleanup[2] removing contextlib\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 re\n# cleanup[2] removing _typing\n# cleanup[2] removing typing\n# destroy typing\n# cleanup[2] removing pkgutil\n# destroy pkgutil\n# cleanup[2] removing gi._error\n# cleanup[2] removing gi._gi\n# cleanup[2] removing gi._gobject\n# cleanup[2] removing glib\n# destroy glib\n# cleanup[2] removing gobject\n# cleanup[2] removing gio\n# destroy gio\n# cleanup[2] removing gtk\n# destroy gtk\n# cleanup[2] removing gtk.gdk\n# destroy gtk.gdk\n# cleanup[2] removing gi\n# cleanup[2] removing threading\n# cleanup[2] removing gi._constants\n# cleanup[2] removing gi.docstring\n# cleanup[2] removing gi._propertyhelper\n# cleanup[2] removing gi._signalhelper\n# cleanup[2] removing gi.types\n# cleanup[2] removing gi.module\n# cleanup[2] removing gi.overrides\n# cleanup[2] removing gi.importer\n# cleanup[2] removing gi.repository\n# cleanup[2] removing _socket\n# cleanup[2] removing math\n# cleanup[2] removing select\n# cleanup[2] removing selectors\n# cleanup[2] removing errno\n# cleanup[2] removing array\n# cleanup[2] removing socket\n# cleanup[2] removing __future__\n# destroy __future__\n# cleanup[2] removing signal\n# cleanup[2] removing gi._ossighelper\n# cleanup[2] removing textwrap\n# cleanup[2] removing gettext\n# cleanup[2] removing _locale\n# cleanup[2] removing locale\n# cleanup[2] removing optparse\n# cleanup[2] removing gi._option\n# cleanup[2] removing gi.overrides.GLib\n# cleanup[2] removing gi.repository.GLib\n# cleanup[2] removing gi.overrides.GObject\n# cleanup[2] removing gi.repository.GObject\n# cleanup[2] removing argparse\n# cleanup[2] removing firewall\n# cleanup[2] removing dbus._compat\n# cleanup[2] removing dbus.exceptions\n# cleanup[2] removing _dbus_bindings\n# cleanup[2] removing dbus.types\n# cleanup[2] removing token\n# cleanup[2] removing _tokenize\n# cleanup[2] removing tokenize\n# cleanup[2] removing linecache\n# cleanup[2] removing traceback\n# cleanup[2] removing _string\n# cleanup[2] removing string\n# cleanup[2] removing atexit\n# cleanup[2] removing logging\n# cleanup[2] removing dbus.lowlevel\n# cleanup[2] removing xml\n# cleanup[2] removing xml.parsers\n# cleanup[2] removing pyexpat.errors\n# cleanup[2] removing pyexpat.model\n# cleanup[2] removing pyexpat\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 dbus._expat_introspect_parser\n# cleanup[2] removing dbus.proxies\n# cleanup[2] removing dbus.connection\n# cleanup[2] removing dbus.bus\n# cleanup[2] removing dbus._dbus\n# cleanup[2] removing dbus\n# cleanup[2] removing dbus.mainloop\n# cleanup[2] removing _dbus_glib_bindings\n# cleanup[2] removing dbus.mainloop.glib\n# cleanup[2] removing _struct\n# cleanup[2] removing struct\n# cleanup[2] removing copy\n# cleanup[2] removing firewall.config.dbus\n# cleanup[2] removing firewall.config\n# cleanup[2] removing firewall.core\n# cleanup[2] removing firewall.core.base\n# cleanup[2] removing xml.etree\n# cleanup[2] removing xml.etree.ElementPath\n# cleanup[2] removing _elementtree\n# cleanup[2] removing xml.etree.ElementTree\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 inspect\n# cleanup[2] removing fnmatch\n# cleanup[2] removing syslog\n# cleanup[2] removing fcntl\n# cleanup[2] removing firewall.core.logger\n# cleanup[2] removing firewall.dbus_utils\n# cleanup[2] removing dataclasses\n# destroy dataclasses\n# cleanup[2] removing shlex\n# cleanup[2] removing zlib\n# cleanup[2] removing _compression\n# cleanup[2] removing _bz2\n# cleanup[2] removing bz2\n# destroy bz2\n# cleanup[2] removing _lzma\n# cleanup[2] removing lzma\n# destroy lzma\n# cleanup[2] removing shutil\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 tempfile\n# cleanup[2] removing firewall.functions\n# cleanup[2] removing ipaddress\n# cleanup[2] removing firewall.errors\n# cleanup[2] removing _posixsubprocess\n# cleanup[2] removing subprocess\n# cleanup[2] removing firewall.core.prog\n# cleanup[2] removing firewall.core.ipset\n# cleanup[2] removing firewall.core.rich\n# cleanup[2] removing firewall.client\n# cleanup[2] removing gi.overrides.Gio\n# cleanup[2] removing gi.repository.Gio\n# cleanup[2] removing firewall.core.fw_nm\n# cleanup[2] removing firewall.core.io\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 urllib\n# cleanup[2] removing urllib.parse\n# cleanup[2] removing binascii\n# cleanup[2] removing base64\n# cleanup[2] removing email\n# cleanup[2] removing http\n# cleanup[2] removing email.errors\n# cleanup[2] removing email.quoprimime\n# cleanup[2] removing email.base64mime\n# cleanup[2] removing quopri\n# cleanup[2] removing email.encoders\n# cleanup[2] removing email.charset\n# cleanup[2] removing email.header\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 email.utils\n# cleanup[2] removing email._policybase\n# cleanup[2] removing email.feedparser\n# cleanup[2] removing email.parser\n# cleanup[2] removing email._encoded_words\n# cleanup[2] removing email.iterators\n# cleanup[2] removing email.message\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 firewall.core.io.io_object\n# cleanup[2] removing firewall.core.io.policy\n# cleanup[2] removing firewall.core.io.zone\n# cleanup[2] removing firewall.core.io.service\n# cleanup[2] removing firewall.core.icmp\n# cleanup[2] removing firewall.core.io.ipset\n# cleanup[2] removing firewall.core.io.icmptype\n# cleanup[2] removing firewall.core.io.helper\n# cleanup[2] removing firewall.command\n# destroy _sitebuiltins\n# destroy zlib\n# destroy _bz2\n# destroy _compression\n# destroy _lzma\n# cleanup[3] wiping firewall.command\n# cleanup[3] wiping firewall.core.io.helper\n# cleanup[3] wiping firewall.core.io.icmptype\n# cleanup[3] wiping firewall.core.io.ipset\n# cleanup[3] wiping firewall.core.icmp\n# cleanup[3] wiping firewall.core.io.service\n# cleanup[3] wiping firewall.core.io.zone\n# cleanup[3] wiping firewall.core.io.policy\n# cleanup[3] wiping firewall.core.io.io_object\n# cleanup[3] wiping xml.sax.saxutils\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 email.message\n# destroy quopri\n# cleanup[3] wiping email.iterators\n# cleanup[3] wiping email._encoded_words\n# cleanup[3] wiping email.parser\n# cleanup[3] wiping email.feedparser\n# cleanup[3] wiping email._policybase\n# cleanup[3] wiping email.utils\n# destroy random\n# destroy urllib\n# destroy urllib.parse\n# destroy urllib.response\n# destroy urllib.error\n# destroy urllib.request\n# cleanup[3] wiping email._parseaddr\n# destroy calendar\n# cleanup[3] wiping datetime\n# cleanup[3] wiping _datetime\n# cleanup[3] wiping email.header\n# cleanup[3] wiping email.charset\n# destroy email\n# cleanup[3] wiping email.encoders\n# cleanup[3] wiping email.base64mime\n# cleanup[3] wiping email.quoprimime\n# cleanup[3] wiping email.errors\n# cleanup[3] wiping base64\n# destroy struct\n# cleanup[3] wiping binascii\n# cleanup[3] wiping xml.sax\n# destroy xml.sax._exceptions\n# destroy xml.sax.xmlreader\n# destroy xml.sax.saxutils\n# cleanup[3] wiping xml.sax.handler\n# cleanup[3] wiping firewall.core.io\n# destroy xml\n# destroy xml.parsers\n# destroy xml.parsers.expat\n# destroy xml.etree\n# destroy xml.sax\n# destroy firewall.core.io.io_object\n# destroy firewall.core.io.policy\n# destroy firewall.core.io.zone\n# destroy firewall.core.io.service\n# destroy firewall.core.io.ipset\n# destroy firewall.core.io.icmptype\n# destroy firewall.core.io.helper\n# cleanup[3] wiping firewall.core.fw_nm\n# cleanup[3] wiping gi.repository.Gio\n# cleanup[3] wiping gi.overrides.Gio\n# cleanup[3] wiping firewall.client\n# destroy firewall\n# destroy firewall.config\n# destroy firewall.core\n# destroy firewall.core.base\n# destroy firewall.core.logger\n# destroy firewall.core.prog\n# destroy firewall.core.ipset\n# destroy firewall.core.rich\n# destroy firewall.core.fw_nm\n# destroy firewall.core.io\n# destroy firewall.core.icmp\n# destroy firewall.dbus_utils\n# destroy firewall.command\n# destroy firewall.client\n# cleanup[3] wiping subprocess\n# cleanup[3] wiping _posixsubprocess\n# destroy _posixsubprocess\n# cleanup[3] wiping firewall.errors\n# cleanup[3] wiping ipaddress\n# cleanup[3] wiping firewall.functions\n# destroy shlex\n# destroy string\n# destroy tempfile\n# cleanup[3] wiping _blake2\n# cleanup[3] wiping _hashlib\n# cleanup[3] wiping _random\n# cleanup[3] wiping _bisect\n# cleanup[3] wiping shutil\n# cleanup[3] wiping fcntl\n# cleanup[3] wiping syslog\n# cleanup[3] wiping fnmatch\n# cleanup[3] wiping inspect\n# destroy ast\n# destroy dis\n# destroy token\n# cleanup[3] wiping _opcode\n# cleanup[3] wiping xml.etree.ElementTree\n# cleanup[3] wiping _elementtree\n# cleanup[3] wiping xml.etree.ElementPath\n# cleanup[3] wiping firewall.config.dbus\n# cleanup[3] wiping copy\n# cleanup[3] wiping _struct\n# cleanup[3] wiping dbus.mainloop.glib\n# cleanup[3] wiping _dbus_glib_bindings\n# cleanup[3] wiping dbus.mainloop\n# destroy dbus.mainloop.glib\n# cleanup[3] wiping dbus\n# destroy dbus._compat\n# destroy dbus._expat_introspect_parser\n# destroy dbus._dbus\n# destroy dbus.exceptions\n# destroy dbus.types\n# destroy dbus.lowlevel\n# destroy dbus.proxies\n# destroy dbus.connection\n# destroy dbus.bus\n# destroy dbus.mainloop\n# cleanup[3] wiping xml.parsers.expat.errors\n# cleanup[3] wiping xml.parsers.expat.model\n# cleanup[3] wiping pyexpat\n# destroy pyexpat.errors\n# destroy pyexpat.model\n# cleanup[3] wiping logging\n# cleanup[3] wiping atexit\n# destroy atexit\n# cleanup[3] wiping _string\n# cleanup[3] wiping traceback\n# destroy linecache\n# cleanup[3] wiping tokenize\n# cleanup[3] wiping _tokenize\n# cleanup[3] wiping _dbus_bindings\n# cleanup[3] wiping argparse\n# cleanup[3] wiping gi.repository.GObject\n# cleanup[3] wiping gi.overrides.GObject\n# cleanup[3] wiping gi.repository.GLib\n# cleanup[3] wiping gi.overrides.GLib\n# cleanup[3] wiping gi._option\n# destroy optparse\n# cleanup[3] wiping locale\n# destroy encodings\n# cleanup[3] wiping _locale\n# destroy _locale\n# cleanup[3] wiping gettext\n# cleanup[3] wiping textwrap\n# cleanup[3] wiping gi._ossighelper\n# destroy signal\n# cleanup[3] wiping socket\n# destroy selectors\n# cleanup[3] wiping array\n# cleanup[3] wiping errno\n# cleanup[3] wiping select\n# cleanup[3] wiping math\n# cleanup[3] wiping _socket\n# cleanup[3] wiping gi.repository\n# destroy gi.repository.GLib\n# destroy gi.repository.Gio\n# cleanup[3] wiping gi.importer\n# cleanup[3] wiping gi.overrides\n# destroy gi.overrides.GLib\n# destroy gi.overrides.GObject\n# destroy gi.overrides.Gio\n# cleanup[3] wiping gi.module\n# destroy gi\n# cleanup[3] wiping gi.types\n# cleanup[3] wiping gi._signalhelper\n# cleanup[3] wiping gi._propertyhelper\n# cleanup[3] wiping gi.docstring\n# cleanup[3] wiping gi._constants\n# cleanup[3] wiping threading\n# cleanup[3] wiping gobject\n# cleanup[3] wiping gi._gobject\n# cleanup[3] wiping gi._gi\n# cleanup[3] wiping gi._error\n# cleanup[3] wiping _typing\n# cleanup[3] wiping re\n# destroy re._constants\n# destroy re._casefix\n# destroy re._compiler\n# destroy enum\n# cleanup[3] wiping re._parser\n# cleanup[3] wiping _sre\n# cleanup[3] wiping contextlib\n# cleanup[3] wiping copyreg\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# cleanup[3] wiping warnings\n# cleanup[3] wiping importlib._bootstrap_external\n# cleanup[3] wiping importlib._bootstrap\n# cleanup[3] wiping functools\n# cleanup[3] wiping _functools\n# cleanup[3] wiping types\n# cleanup[3] wiping collections\n# destroy _collections_abc\n# destroy collections.abc\n# cleanup[3] wiping _collections\n# cleanup[3] wiping operator\n# cleanup[3] wiping _operator\n# cleanup[3] wiping keyword\n# cleanup[3] wiping itertools\n# cleanup[3] wiping encodings.utf_8_sig\n# cleanup[3] wiping os\n# destroy posixpath\n# cleanup[3] wiping genericpath\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 _datetime\n# destroy _dbus_glib_bindings\n# destroy sys.monitoring\n# destroy _io\n# destroy _socket\n# destroy gi.repository.GObject\n# destroy argparse\n# destroy zipimport\n# destroy importlib\n# destroy gi.types\n# destroy gi._error\n# destroy gi._gobject\n# destroy gi._constants\n# destroy gi.docstring\n# destroy gi._propertyhelper\n# destroy gi._signalhelper\n# destroy gi.module\n# destroy gi.overrides\n# destroy gi.importer\n# destroy gi.repository\n# destroy gi._ossighelper\n# destroy gi._option\n# destroy gi._gi\n# destroy _collections\n# destroy re._parser\n# destroy array\n# destroy textwrap\n# destroy stat\n# destroy genericpath\n# destroy tokenize\n# destroy _string\n# destroy shutil\n# destroy gettext\n# destroy firewall.config.dbus\n# destroy firewall.functions\n# destroy select\n# destroy _signal\n# destroy dbus\n# destroy xml.etree.ElementTree\n# destroy firewall.errors\n# destroy time\n# destroy fnmatch\n# destroy syslog\n# destroy traceback\n# destroy fcntl\n# destroy xml.sax.handler\n# destroy copy\n# destroy inspect\n# destroy keyword\n# destroy abc\n# destroy _thread\n# destroy copyreg\n# destroy contextlib\n# destroy operator\n# destroy subprocess\n# destroy _typing\n# destroy _tokenize\n# destroy xml.etree.ElementPath\n# destroy collections\n# destroy io\n# destroy _opcode\n# destroy functools\n# destroy types\n# destroy ipaddress\n# destroy _elementtree\n# destroy email.errors\n# destroy email.quoprimime\n# destroy email.base64mime\n# destroy email.encoders\n# destroy email.charset\n# destroy email.header\n# destroy email._parseaddr\n# destroy email.utils\n# destroy email._policybase\n# destroy email.feedparser\n# destroy email.parser\n# destroy email._encoded_words\n# destroy email.iterators\n# destroy email.message\n# destroy http.client\n# destroy socket\n# destroy base64\n# destroy errno\n# destroy _blake2\n# destroy _ssl\n# destroy binascii\n# destroy datetime\n# destroy locale\n# destroy warnings\n# destroy _struct\n# clear sys.meta_path\n# clear sys.modules\n# destroy _frozen_importlib\n# destroy codecs\n# destroy encodings.aliases\n# destroy encodings.utf_8\n# destroy encodings.utf_8_sig\n# destroy _codecs\n# destroy _warnings\n# destroy math\n# destroy _bisect\n# destroy os\n# destroy re\n# destroy _random\n# destroy _hashlib\n# destroy _operator\n# destroy builtins\n# destroy itertools\n# destroy _sre\n# destroy posix\n# destroy _functools\n# clear sys.audit hooks", "rc": 0, "cmd": "set -euo pipefail\nports=\"$(firewall-cmd --info-service=\"smtp\" | \\\n grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\" || :\nif [ -z \"$ports\" ]; then\n include=\"$(firewall-cmd --info-service=\"smtp\" | \\\n awk '/^ +includes:/ {print $2}')\" || :\n if [ -n \"$include\" ]; then\n ports=\"$(firewall-cmd --info-service=\"$include\" | \\\n grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\"\n fi\nfi\nif [ -z \"$ports\" ]; then\n exit 1\nfi\necho \"$ports\"", "start": "2024-09-20 13:25:41.648948", "end": "2024-09-20 13:25:41.847218", "delta": "0:00:00.198270", "msg": "", "invocation": {"module_args": {"_raw_params": "set -euo pipefail\nports=\"$(firewall-cmd --info-service=\"smtp\" | \\\n grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\" || :\nif [ -z \"$ports\" ]; then\n include=\"$(firewall-cmd --info-service=\"smtp\" | \\\n awk '/^ +includes:/ {print $2}')\" || :\n if [ -n \"$include\" ]; then\n ports=\"$(firewall-cmd --info-service=\"$include\" | \\\n grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\"\n fi\nfi\nif [ -z \"$ports\" ]; then\n exit 1\nfi\necho \"$ports\"", "_uses_shell": true, "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 sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # 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 tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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.41.218 closed. [WARNING]: Module invocation had junk after the JSON data: # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # 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 tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks 6494 1726853141.90669: done with _execute_module (ansible.legacy.command, {'_raw_params': 'set -euo pipefail\nports="$(firewall-cmd --info-service="smtp" | \\\n grep -E " +ports: +" | sed -e "s/ *ports: //")" || :\nif [ -z "$ports" ]; then\n include="$(firewall-cmd --info-service="smtp" | \\\n awk \'/^ +includes:/ {print $2}\')" || :\n if [ -n "$include" ]; then\n ports="$(firewall-cmd --info-service="$include" | \\\n grep -E " +ports: +" | sed -e "s/ *ports: //")"\n fi\nfi\nif [ -z "$ports" ]; then\n exit 1\nfi\necho "$ports"', '_uses_shell': True, '_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-1726853141.1165185-6939-14278661395427/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6494 1726853141.90672: _low_level_execute_command(): starting 6494 1726853141.90675: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726853141.1165185-6939-14278661395427/ > /dev/null 2>&1 && sleep 0' 6494 1726853141.91214: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853141.91274: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853141.91321: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853141.91343: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853141.91879: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853141.93769: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853141.93773: stdout chunk (state=3): >>><<< 6494 1726853141.93776: stderr chunk (state=3): >>><<< 6494 1726853141.93803: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853141.93810: handler run complete 6494 1726853141.93882: Evaluated conditional (False): False 6494 1726853141.93917: attempt loop complete, returning result 6494 1726853141.94127: variable 'item' from source: unknown 6494 1726853141.94268: variable 'item' from source: unknown ok: [managed_node1] => (item=smtp) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nports=\"$(firewall-cmd --info-service=\"smtp\" | \\\n grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\" || :\nif [ -z \"$ports\" ]; then\n include=\"$(firewall-cmd --info-service=\"smtp\" | \\\n awk '/^ +includes:/ {print $2}')\" || :\n if [ -n \"$include\" ]; then\n ports=\"$(firewall-cmd --info-service=\"$include\" | \\\n grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\"\n fi\nfi\nif [ -z \"$ports\" ]; then\n exit 1\nfi\necho \"$ports\"", "delta": "0:00:00.198270", "end": "2024-09-20 13:25:41.847218", "item": "smtp", "rc": 0, "start": "2024-09-20 13:25:41.648948" } STDOUT: 25/tcp 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 0x7f1fa6110530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa60dbb60> # /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 0x7f1fa6112ab0> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5ee5190> # /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 0x7f1fa5ee5fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/__init__.py # code object from '/usr/lib64/python3.12/site-packages/gi/__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/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 0x7f1fa5fd28a0> # /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 0x7f1fa5fd2f30> # /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 0x7f1fa5fd38c0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5cae4b0> # /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/__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 0x7f1fa5faa390> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5cae810> # /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 0x7f1fa5faaf00> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5fd2e40> # /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 0x7f1fa5fabc20> 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 0x7f1fa5f79400> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5fabef0> # /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 0x7f1fa5f475c0> # /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 0x7f1fa5f476e0> # /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 0x7f1fa5e84470> # /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' import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5e86e40> # /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 0x7f1fa5e38f80> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5e63b60> # /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 0x7f1fa5e390d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5e621e0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5e861e0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5f7a360> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5cade50> # possible namespace for /usr/lib/python3.12/site-packages/gi # /usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_error.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc' import 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5f46960> # extension module 'gi._gi' loaded from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so' # extension module 'gi._gi' executed from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so' import 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1fa5f45100> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5cace60> # /usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/repository/__init__.py # code object from '/usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/importer.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/module.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.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 0x7f1fa5dde510> # /usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/types.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_constants.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc' import 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5da9be0> # /usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/docstring.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc' import 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5da9ee0> # /usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_propertyhelper.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc' import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5daa390> # /usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_signalhelper.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc' import 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5daac60> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5da9490> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5dde030> # /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/__init__.py # code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc' import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5dde5d0> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5dddac0> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5f78da0> # /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GLib.py # code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1fa5c87740> # /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 '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 0x7f1fa5c59670> # 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 0x7f1fa5c5a090> import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5c58200> import 'errno' # # 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 0x7f1fa5c384d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5c85d00> # /usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_ossighelper.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.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 0x7f1fa5c388c0> # /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 0x7f1fa5c38d70> import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5c86990> # /usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_option.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py # code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc' # /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 0x7f1fa5c11070> # /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 0x7f1fa5c11970> # /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 0x7f1fa5c13b30> import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5c3a4e0> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5c39c10> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5dabf80> import 'gi.repository.GLib' # # /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GObject.py # code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc' import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5cd3140> import 'gi.repository.GObject' # # destroy gobject # /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' import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5814a40> # /usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/__init__.py # code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc' import 'firewall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58161e0> # /usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/client.py # code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc' import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58acd40> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc' import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58ace00> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc' # extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' # extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' import '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1fa58ad550> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58ad3d0> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' # /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__/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 0x7f1fa58f1d60> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58f0860> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58f05c0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58ca840> # /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 0x7f1fa58f30b0> import 'atexit' # import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58aefc0> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc' import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58fb110> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.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 0x7f1fa5570380> # /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 0x7f1fa55705f0> # /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' # 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 0x7f1fa5570770> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5570650> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58fbe00> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58fb230> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58f9850> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58ae540> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58addc0> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58ac800> # /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/__init__.py # code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc' import 'dbus.mainloop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58ae240> # /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/glib.py # code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc' # extension module '_dbus_glib_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so' # extension module '_dbus_glib_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so' import '_dbus_glib_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1fa55709e0> import 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5570920> # /usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/__init__.py # code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc' # /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 0x7f1fa55710a0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5570f50> # /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 0x7f1fa55732c0> # /usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/dbus.py # code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc' import 'firewall.config.dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5573710> import 'firewall.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5570b30> # /usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/__init__.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc' import 'firewall.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5573680> # /usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/base.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc' import 'firewall.core.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5573860> # /usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/dbus_utils.py # code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc' # /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 0x7f1fa5573fe0> # /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 0x7f1fa55a3230> # extension module '_elementtree' loaded from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so' # 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 0x7f1fa55c43e0> import 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5573ec0> # /usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/logger.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc' # /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 0x7f1fa55a2780> # /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 0x7f1fa5101460> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5100830> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5606b70> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa55c5dc0> # /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 0x7f1fa60dbe90> # 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 0x7f1fa51094f0> # 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 0x7f1fa5109850> import 'firewall.core.logger' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa55c4650> import 'firewall.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5573aa0> # /usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/rich.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc' # /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 0x7f1fa5134260> # /usr/lib/python3.12/site-packages/firewall/__pycache__/functions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/functions.py # code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/functions.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 0x7f1fa5137680> # /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__/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 0x7f1fa515b980> # /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 0x7f1fa5180860> # 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 0x7f1fa5180ec0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa515bd70> # /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 0x7f1fa51818e0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5181010> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5159970> # /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 0x7f1fa5183b90> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa51838c0> # 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 0x7f1fa5183b00> # /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 0x7f1fa51a8440> # 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 0x7f1fa51a8e00> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5183d10> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa515a000> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5137ef0> import 'firewall.functions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5136180> # /usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/ipset.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.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 0x7f1fa51a9820> # /usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/errors.py # code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc' import 'firewall.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa51dc770> # /usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/prog.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc' # /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' # 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 0x7f1fa4aecf80> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa51df1a0> import 'firewall.core.prog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa51deff0> import 'firewall.core.ipset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa51a8e60> import 'firewall.core.rich' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa510a7e0> import 'firewall.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5816e10> # /usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/fw_nm.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc' # destroy gi.repository.GModule import 'gi.repository.GModule' # # /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/Gio.py # code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc' import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4b74e90> import 'gi.repository.Gio' # # destroy gi.repository.NM import 'gi.repository.NM' # import 'firewall.core.fw_nm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4b74380> # /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/__init__.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc' import 'firewall.core.io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4b74980> # /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/zone.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc' # /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 0x7f1fa4b98ec0> # /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 0x7f1fa4b99550> import 'xml.sax.xmlreader' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4b778f0> import 'xml.sax' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4b775f0> # /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/io_object.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc' # /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__/__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 0x7f1fa4bbc1a0> # /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' import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4bbc230> # /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/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.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 0x7f1fa46c0a10> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4bdf6b0> # /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 0x7f1fa46c0c50> # /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 0x7f1fa46c0ef0> # /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/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' # /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 0x7f1fa46fd100> # /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' # /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' import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa46ff590> # /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' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa46ff560> # /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__/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' # /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 0x7f1fa471ffb0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa471fc20> import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa471f110> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa46fe7e0> # /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__/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 0x7f1fa4725a30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa47257f0> # /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 0x7f1fa47272c0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4725f40> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa471ef30> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa46fd160> import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa46fc500> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa46c3fe0> # /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/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 0x7f1fa4747800> # /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 0x7f1fa4747e90> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa46fce60> # /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 0x7f1fa477ebd0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa477c320> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa46c1eb0> # /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 0x7f1fa44b2630> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa46c3e90> import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4bbf2f0> import 'xml.sax.saxutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4b9aea0> import 'firewall.core.io.io_object' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4b9a0f0> # /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/policy.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc' import 'firewall.core.io.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4b9a900> import 'firewall.core.io.zone' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4b749e0> # /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/service.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc' import 'firewall.core.io.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa44b3860> # /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/ipset.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc' # /usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/icmp.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc' import 'firewall.core.icmp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa44e03e0> import 'firewall.core.io.ipset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa44b3bc0> # /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/icmptype.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc' import 'firewall.core.io.icmptype' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa44e0e60> # /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/helper.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc' import 'firewall.core.io.helper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa44e1250> # /usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/command.py # code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc' import 'firewall.command' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa44e1670> # 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__ # destroy __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 itertools # cleanup[2] removing 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 types # cleanup[2] removing _functools # cleanup[2] removing functools # 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 copyreg # cleanup[2] removing contextlib # 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 re # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # 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 # 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 threading # 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 _socket # cleanup[2] removing math # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing errno # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing signal # cleanup[2] removing gi._ossighelper # cleanup[2] removing textwrap # cleanup[2] removing gettext # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing optparse # cleanup[2] removing gi._option # cleanup[2] removing gi.overrides.GLib # cleanup[2] removing gi.repository.GLib # cleanup[2] removing gi.overrides.GObject # cleanup[2] removing gi.repository.GObject # cleanup[2] removing argparse # cleanup[2] removing firewall # cleanup[2] removing dbus._compat # cleanup[2] removing dbus.exceptions # cleanup[2] removing _dbus_bindings # cleanup[2] removing dbus.types # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing traceback # cleanup[2] removing _string # cleanup[2] removing string # cleanup[2] removing atexit # cleanup[2] removing logging # cleanup[2] removing dbus.lowlevel # cleanup[2] removing xml # cleanup[2] removing 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 # 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 dbus.mainloop # cleanup[2] removing _dbus_glib_bindings # cleanup[2] removing dbus.mainloop.glib # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing copy # cleanup[2] removing firewall.config.dbus # cleanup[2] removing firewall.config # cleanup[2] removing firewall.core # cleanup[2] removing firewall.core.base # cleanup[2] removing xml.etree # cleanup[2] removing xml.etree.ElementPath # cleanup[2] removing _elementtree # cleanup[2] removing xml.etree.ElementTree # 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 inspect # cleanup[2] removing fnmatch # cleanup[2] removing syslog # cleanup[2] removing fcntl # cleanup[2] removing firewall.core.logger # cleanup[2] removing firewall.dbus_utils # cleanup[2] removing dataclasses # destroy dataclasses # cleanup[2] removing shlex # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # destroy bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # destroy lzma # cleanup[2] removing shutil # 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 firewall.functions # cleanup[2] removing ipaddress # cleanup[2] removing firewall.errors # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing firewall.core.prog # cleanup[2] removing firewall.core.ipset # cleanup[2] removing firewall.core.rich # cleanup[2] removing firewall.client # cleanup[2] removing gi.overrides.Gio # cleanup[2] removing gi.repository.Gio # cleanup[2] removing firewall.core.fw_nm # cleanup[2] removing firewall.core.io # 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 urllib # cleanup[2] removing urllib.parse # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing email # cleanup[2] removing http # cleanup[2] removing email.errors # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing quopri # cleanup[2] removing email.encoders # cleanup[2] removing email.charset # cleanup[2] removing email.header # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.utils # cleanup[2] removing email._policybase # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing email._encoded_words # cleanup[2] removing email.iterators # cleanup[2] removing email.message # 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 firewall.core.io.io_object # cleanup[2] removing firewall.core.io.policy # cleanup[2] removing firewall.core.io.zone # cleanup[2] removing firewall.core.io.service # cleanup[2] removing firewall.core.icmp # cleanup[2] removing firewall.core.io.ipset # cleanup[2] removing firewall.core.io.icmptype # cleanup[2] removing firewall.core.io.helper # cleanup[2] removing firewall.command # destroy _sitebuiltins # destroy zlib # destroy _bz2 # destroy _compression # destroy _lzma # cleanup[3] wiping firewall.command # cleanup[3] wiping firewall.core.io.helper # cleanup[3] wiping firewall.core.io.icmptype # cleanup[3] wiping firewall.core.io.ipset # cleanup[3] wiping firewall.core.icmp # cleanup[3] wiping firewall.core.io.service # cleanup[3] wiping firewall.core.io.zone # cleanup[3] wiping firewall.core.io.policy # cleanup[3] wiping firewall.core.io.io_object # cleanup[3] wiping xml.sax.saxutils # 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 email.message # destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email._encoded_words # cleanup[3] wiping email.parser # cleanup[3] wiping email.feedparser # cleanup[3] wiping email._policybase # cleanup[3] wiping email.utils # destroy random # destroy urllib # destroy urllib.parse # destroy urllib.response # destroy urllib.error # destroy urllib.request # cleanup[3] wiping email._parseaddr # destroy calendar # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping email.header # cleanup[3] wiping email.charset # destroy email # cleanup[3] wiping email.encoders # cleanup[3] wiping email.base64mime # cleanup[3] wiping email.quoprimime # cleanup[3] wiping email.errors # cleanup[3] wiping base64 # destroy struct # cleanup[3] wiping binascii # cleanup[3] wiping xml.sax # destroy xml.sax._exceptions # destroy xml.sax.xmlreader # destroy xml.sax.saxutils # cleanup[3] wiping xml.sax.handler # cleanup[3] wiping firewall.core.io # destroy xml # destroy xml.parsers # destroy xml.parsers.expat # destroy xml.etree # destroy xml.sax # destroy firewall.core.io.io_object # destroy firewall.core.io.policy # destroy firewall.core.io.zone # destroy firewall.core.io.service # destroy firewall.core.io.ipset # destroy firewall.core.io.icmptype # destroy firewall.core.io.helper # cleanup[3] wiping firewall.core.fw_nm # cleanup[3] wiping gi.repository.Gio # cleanup[3] wiping gi.overrides.Gio # cleanup[3] wiping firewall.client # destroy firewall # destroy firewall.config # destroy firewall.core # destroy firewall.core.base # destroy firewall.core.logger # destroy firewall.core.prog # destroy firewall.core.ipset # destroy firewall.core.rich # destroy firewall.core.fw_nm # destroy firewall.core.io # destroy firewall.core.icmp # destroy firewall.dbus_utils # destroy firewall.command # destroy firewall.client # cleanup[3] wiping subprocess # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping firewall.errors # cleanup[3] wiping ipaddress # cleanup[3] wiping firewall.functions # destroy shlex # destroy string # destroy tempfile # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping shutil # cleanup[3] wiping fcntl # cleanup[3] wiping syslog # cleanup[3] wiping fnmatch # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping xml.etree.ElementTree # cleanup[3] wiping _elementtree # cleanup[3] wiping xml.etree.ElementPath # cleanup[3] wiping firewall.config.dbus # cleanup[3] wiping copy # cleanup[3] wiping _struct # 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 # 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.mainloop # cleanup[3] wiping xml.parsers.expat.errors # cleanup[3] wiping xml.parsers.expat.model # cleanup[3] wiping pyexpat # destroy pyexpat.errors # destroy pyexpat.model # cleanup[3] wiping logging # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping _string # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping _dbus_bindings # cleanup[3] wiping argparse # cleanup[3] wiping gi.repository.GObject # cleanup[3] wiping gi.overrides.GObject # cleanup[3] wiping gi.repository.GLib # cleanup[3] wiping gi.overrides.GLib # cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping gettext # cleanup[3] wiping textwrap # cleanup[3] wiping gi._ossighelper # destroy signal # cleanup[3] wiping socket # destroy selectors # cleanup[3] wiping array # cleanup[3] wiping errno # cleanup[3] wiping select # cleanup[3] wiping math # cleanup[3] wiping _socket # cleanup[3] wiping gi.repository # destroy gi.repository.GLib # destroy gi.repository.Gio # cleanup[3] wiping gi.importer # cleanup[3] wiping gi.overrides # destroy gi.overrides.GLib # destroy gi.overrides.GObject # destroy gi.overrides.Gio # 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 threading # cleanup[3] wiping gobject # cleanup[3] wiping gi._gobject # cleanup[3] wiping gi._gi # cleanup[3] wiping gi._error # cleanup[3] wiping _typing # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping contextlib # cleanup[3] wiping copyreg # 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 # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping types # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping keyword # cleanup[3] wiping itertools # 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 # 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 _datetime # destroy _dbus_glib_bindings # destroy sys.monitoring # destroy _io # destroy _socket # destroy gi.repository.GObject # destroy argparse # destroy zipimport # destroy importlib # destroy gi.types # destroy gi._error # 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 gi._gi # destroy _collections # destroy re._parser # destroy array # destroy textwrap # destroy stat # destroy genericpath # destroy tokenize # destroy _string # destroy shutil # destroy gettext # destroy firewall.config.dbus # destroy firewall.functions # destroy select # destroy _signal # destroy dbus # destroy xml.etree.ElementTree # destroy firewall.errors # destroy time # destroy fnmatch # destroy syslog # destroy traceback # destroy fcntl # destroy xml.sax.handler # destroy copy # destroy inspect # destroy keyword # destroy abc # destroy _thread # destroy copyreg # destroy contextlib # destroy operator # destroy subprocess # destroy _typing # destroy _tokenize # destroy xml.etree.ElementPath # destroy collections # destroy io # destroy _opcode # destroy functools # destroy types # destroy ipaddress # destroy _elementtree # destroy email.errors # destroy email.quoprimime # destroy email.base64mime # destroy email.encoders # destroy email.charset # destroy email.header # destroy email._parseaddr # destroy email.utils # destroy email._policybase # destroy email.feedparser # destroy email.parser # destroy email._encoded_words # destroy email.iterators # destroy email.message # destroy http.client # destroy socket # destroy base64 # destroy errno # destroy _blake2 # destroy _ssl # destroy binascii # destroy datetime # destroy locale # destroy warnings # destroy _struct # 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 _codecs # destroy _warnings # destroy math # destroy _bisect # destroy os # destroy re # destroy _random # destroy _hashlib # destroy _operator # destroy builtins # destroy itertools # destroy _sre # destroy posix # destroy _functools # clear sys.audit hooks 6494 1726853141.96194: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853141.96198: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853141.96205: variable 'omit' from source: magic vars 6494 1726853141.96208: variable 'postfix_manage_selinux' from source: include params 6494 1726853141.96210: Evaluated conditional (postfix_manage_selinux | bool): True 6494 1726853141.96212: variable 'postfix_manage_firewall' from source: include params 6494 1726853141.96213: Evaluated conditional (postfix_manage_firewall | bool): True 6494 1726853141.96215: variable 'ansible_facts' from source: unknown 6494 1726853141.96281: Evaluated conditional (ansible_facts['os_family'] == 'RedHat'): True 6494 1726853141.96377: variable 'ansible_facts' from source: unknown 6494 1726853141.96398: Evaluated conditional (ansible_facts['distribution_version'] is version('7', '>=')): True 6494 1726853141.96519: variable 'postfix_manage_selinux' from source: include params 6494 1726853141.96539: Evaluated conditional (postfix_manage_selinux | bool): True 6494 1726853141.96653: variable 'postfix_manage_firewall' from source: include params 6494 1726853141.96664: Evaluated conditional (postfix_manage_firewall | bool): True 6494 1726853141.96785: variable 'ansible_facts' from source: unknown 6494 1726853141.96796: Evaluated conditional (ansible_facts['os_family'] == 'RedHat'): True 6494 1726853141.96942: variable 'ansible_facts' from source: unknown 6494 1726853141.96967: Evaluated conditional (ansible_facts['distribution_version'] is version('7', '>=')): True 6494 1726853141.97039: variable 'omit' from source: magic vars 6494 1726853141.97042: variable 'omit' from source: magic vars 6494 1726853141.97183: variable 'item' from source: unknown 6494 1726853141.97205: variable 'omit' from source: magic vars 6494 1726853141.97234: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6494 1726853141.97254: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853141.97267: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853141.97297: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6494 1726853141.97305: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853141.97313: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853141.97405: Set connection var ansible_shell_type to sh 6494 1726853141.97417: Set connection var ansible_pipelining to False 6494 1726853141.97473: Set connection var ansible_shell_executable to /bin/sh 6494 1726853141.97476: Set connection var ansible_timeout to 10 6494 1726853141.97479: Set connection var ansible_connection to ssh 6494 1726853141.97481: Set connection var ansible_module_compression to ZIP_DEFLATED 6494 1726853141.97483: variable 'ansible_shell_executable' from source: unknown 6494 1726853141.97495: variable 'ansible_connection' from source: unknown 6494 1726853141.97506: variable 'ansible_module_compression' from source: unknown 6494 1726853141.97514: variable 'ansible_shell_type' from source: unknown 6494 1726853141.97521: variable 'ansible_shell_executable' from source: unknown 6494 1726853141.97528: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853141.97537: variable 'ansible_pipelining' from source: unknown 6494 1726853141.97544: variable 'ansible_timeout' from source: unknown 6494 1726853141.97551: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853141.97691: 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=False) 6494 1726853141.97694: variable 'omit' from source: magic vars 6494 1726853141.97696: starting attempt loop 6494 1726853141.97698: running the handler 6494 1726853141.97705: 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) 6494 1726853141.97728: _low_level_execute_command(): starting 6494 1726853141.97739: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6494 1726853141.98458: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853141.98531: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853141.98561: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853141.98722: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853142.00495: stdout chunk (state=3): >>>/root <<< 6494 1726853142.00649: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853142.00653: stdout chunk (state=3): >>><<< 6494 1726853142.00656: stderr chunk (state=3): >>><<< 6494 1726853142.00738: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853142.00742: _low_level_execute_command(): starting 6494 1726853142.00745: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726853142.0067673-6939-41626318302317 `" && echo ansible-tmp-1726853142.0067673-6939-41626318302317="` echo /root/.ansible/tmp/ansible-tmp-1726853142.0067673-6939-41626318302317 `" ) && sleep 0' 6494 1726853142.01347: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6494 1726853142.01364: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853142.01388: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853142.01408: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6494 1726853142.01444: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853142.01457: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6494 1726853142.01500: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853142.01556: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853142.01581: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853142.01613: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853142.01758: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853142.03904: stdout chunk (state=3): >>>ansible-tmp-1726853142.0067673-6939-41626318302317=/root/.ansible/tmp/ansible-tmp-1726853142.0067673-6939-41626318302317 <<< 6494 1726853142.04038: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853142.04067: stdout chunk (state=3): >>><<< 6494 1726853142.04071: stderr chunk (state=3): >>><<< 6494 1726853142.04241: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726853142.0067673-6939-41626318302317=/root/.ansible/tmp/ansible-tmp-1726853142.0067673-6939-41626318302317 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853142.04244: variable 'ansible_module_compression' from source: unknown 6494 1726853142.04247: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6494dydhg1yg/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 6494 1726853142.04249: variable 'ansible_facts' from source: unknown 6494 1726853142.04282: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726853142.0067673-6939-41626318302317/AnsiballZ_command.py 6494 1726853142.04458: Sending initial data 6494 1726853142.04469: Sent initial data (153 bytes) 6494 1726853142.05141: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6494 1726853142.05157: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853142.05229: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853142.05286: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853142.05308: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853142.05336: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853142.05484: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853142.07329: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6494 1726853142.07487: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6494 1726853142.07612: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6494dydhg1yg/tmptj1f7fzg /root/.ansible/tmp/ansible-tmp-1726853142.0067673-6939-41626318302317/AnsiballZ_command.py <<< 6494 1726853142.07616: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726853142.0067673-6939-41626318302317/AnsiballZ_command.py" <<< 6494 1726853142.07765: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6494dydhg1yg/tmptj1f7fzg" to remote "/root/.ansible/tmp/ansible-tmp-1726853142.0067673-6939-41626318302317/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726853142.0067673-6939-41626318302317/AnsiballZ_command.py" <<< 6494 1726853142.08831: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853142.09058: stderr chunk (state=3): >>><<< 6494 1726853142.09061: stdout chunk (state=3): >>><<< 6494 1726853142.09063: done transferring module to remote 6494 1726853142.09065: _low_level_execute_command(): starting 6494 1726853142.09067: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726853142.0067673-6939-41626318302317/ /root/.ansible/tmp/ansible-tmp-1726853142.0067673-6939-41626318302317/AnsiballZ_command.py && sleep 0' 6494 1726853142.09621: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6494 1726853142.09640: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853142.09696: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found <<< 6494 1726853142.09712: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853142.09811: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853142.09834: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853142.09980: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853142.12022: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853142.12026: stdout chunk (state=3): >>><<< 6494 1726853142.12029: stderr chunk (state=3): >>><<< 6494 1726853142.12134: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853142.12138: _low_level_execute_command(): starting 6494 1726853142.12142: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726853142.0067673-6939-41626318302317/AnsiballZ_command.py && sleep 0' 6494 1726853142.12721: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6494 1726853142.12737: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853142.12798: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853142.12853: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853142.12872: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853142.12883: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853142.13048: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853142.15409: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 6494 1726853142.15447: stdout chunk (state=3): >>>import _imp # builtin <<< 6494 1726853142.15452: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 6494 1726853142.15462: stdout chunk (state=3): >>>import '_weakref' # <<< 6494 1726853142.15519: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 6494 1726853142.15554: stdout chunk (state=3): >>>import 'posix' # <<< 6494 1726853142.15586: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 6494 1726853142.15621: stdout chunk (state=3): >>>import 'time' # <<< 6494 1726853142.15631: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 6494 1726853142.15669: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853142.15696: stdout chunk (state=3): >>>import '_codecs' # <<< 6494 1726853142.15713: stdout chunk (state=3): >>>import 'codecs' # <<< 6494 1726853142.15753: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 6494 1726853142.15777: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 6494 1726853142.15807: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4706184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4705e7b30> <<< 6494 1726853142.15812: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 6494 1726853142.15845: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd47061aa50> <<< 6494 1726853142.15878: stdout chunk (state=3): >>>import '_signal' # <<< 6494 1726853142.15881: stdout chunk (state=3): >>>import '_abc' # <<< 6494 1726853142.15899: stdout chunk (state=3): >>>import 'abc' # import 'io' # <<< 6494 1726853142.15937: stdout chunk (state=3): >>>import '_stat' # <<< 6494 1726853142.15956: stdout chunk (state=3): >>>import 'stat' # <<< 6494 1726853142.16021: stdout chunk (state=3): >>>import '_collections_abc' # <<< 6494 1726853142.16054: stdout chunk (state=3): >>>import 'genericpath' # <<< 6494 1726853142.16120: stdout chunk (state=3): >>>import 'posixpath' # import 'os' # <<< 6494 1726853142.16123: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 6494 1726853142.16125: stdout chunk (state=3): >>>Processing user site-packages <<< 6494 1726853142.16143: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 6494 1726853142.16183: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py <<< 6494 1726853142.16186: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 6494 1726853142.16208: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd47042d130> <<< 6494 1726853142.16254: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 6494 1726853142.16274: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd47042dfa0> <<< 6494 1726853142.16300: stdout chunk (state=3): >>>import 'site' # <<< 6494 1726853142.16336: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 6494 1726853142.16559: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 6494 1726853142.16583: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 6494 1726853142.16601: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 6494 1726853142.16614: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853142.16637: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 6494 1726853142.16675: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 6494 1726853142.16685: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 6494 1726853142.16718: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 6494 1726853142.16726: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd47046be00> <<< 6494 1726853142.16756: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 6494 1726853142.16770: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 6494 1726853142.16793: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd47046bec0> <<< 6494 1726853142.16810: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 6494 1726853142.16844: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 6494 1726853142.16873: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 6494 1726853142.16918: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853142.16942: stdout chunk (state=3): >>>import 'itertools' # <<< 6494 1726853142.16980: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' <<< 6494 1726853142.16990: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4704a37d0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 6494 1726853142.17014: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4704a3e60> <<< 6494 1726853142.17025: stdout chunk (state=3): >>>import '_collections' # <<< 6494 1726853142.17075: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd470483ad0> <<< 6494 1726853142.17090: stdout chunk (state=3): >>>import '_functools' # <<< 6494 1726853142.17114: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4704811f0> <<< 6494 1726853142.17212: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd470468fb0> <<< 6494 1726853142.17245: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 6494 1726853142.17276: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 6494 1726853142.17280: stdout chunk (state=3): >>>import '_sre' # <<< 6494 1726853142.17318: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 6494 1726853142.17322: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 6494 1726853142.17349: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 6494 1726853142.17374: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4704c3770> <<< 6494 1726853142.17394: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4704c2390> <<< 6494 1726853142.17438: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 6494 1726853142.17441: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd470482090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4704c0bc0> <<< 6494 1726853142.17483: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 6494 1726853142.17517: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4704f8800> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd470468230> <<< 6494 1726853142.17545: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'<<< 6494 1726853142.17548: stdout chunk (state=3): >>> # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853142.17595: stdout chunk (state=3): >>># 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 0x7fd4704f8cb0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4704f8b60> <<< 6494 1726853142.17598: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853142.17610: stdout chunk (state=3): >>># extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd4704f8ef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd470466d50> <<< 6494 1726853142.17638: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 6494 1726853142.17656: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853142.17683: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 6494 1726853142.17705: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 6494 1726853142.17718: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4704f9580> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4704f9250> import 'importlib.machinery' # <<< 6494 1726853142.17754: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 6494 1726853142.17782: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4704fa480> <<< 6494 1726853142.17800: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 6494 1726853142.17818: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 6494 1726853142.17850: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 6494 1726853142.17880: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 6494 1726853142.17922: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4705106b0> import 'errno' # <<< 6494 1726853142.17937: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853142.17963: stdout chunk (state=3): >>># 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 0x7fd470511d90> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 6494 1726853142.17980: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 6494 1726853142.18001: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 6494 1726853142.18021: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd470512c30> <<< 6494 1726853142.18054: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd470513290> <<< 6494 1726853142.18086: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd470512180> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 6494 1726853142.18089: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 6494 1726853142.18145: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853142.18148: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd470513d10> <<< 6494 1726853142.18160: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd470513440> <<< 6494 1726853142.18193: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4704fa4e0> <<< 6494 1726853142.18209: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 6494 1726853142.18248: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 6494 1726853142.18282: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 6494 1726853142.18285: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 6494 1726853142.18320: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853142.18324: stdout chunk (state=3): >>># extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd47028fbc0> <<< 6494 1726853142.18458: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd4702b86e0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4702b8440> # 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 0x7fd4702b8620> # /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' <<< 6494 1726853142.18519: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853142.18648: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd4702b8fe0> <<< 6494 1726853142.18787: stdout chunk (state=3): >>># 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 0x7fd4702b9970> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4702b8890> <<< 6494 1726853142.18970: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd47028dd60> # /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 0x7fd4702bacf0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4702b8e60> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4704fabd0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 6494 1726853142.19034: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853142.19056: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 6494 1726853142.19085: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 6494 1726853142.19119: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4702e7020> <<< 6494 1726853142.19182: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 6494 1726853142.19191: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853142.19201: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 6494 1726853142.19229: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 6494 1726853142.19260: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd47030b3e0> <<< 6494 1726853142.19286: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 6494 1726853142.19328: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 6494 1726853142.19389: stdout chunk (state=3): >>>import 'ntpath' # <<< 6494 1726853142.19410: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853142.19424: stdout chunk (state=3): >>>import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4703681a0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 6494 1726853142.19462: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 6494 1726853142.19561: stdout chunk (state=3): >>># /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' <<< 6494 1726853142.19609: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd47036a8d0> <<< 6494 1726853142.19696: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4703682c0> <<< 6494 1726853142.19723: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd470335190> <<< 6494 1726853142.19784: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4701711f0> <<< 6494 1726853142.19789: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd47030a1e0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4702bbbf0> <<< 6494 1726853142.19913: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 6494 1726853142.19931: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fd47030a8a0> <<< 6494 1726853142.20078: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_z7swo9p3/ansible_ansible.legacy.command_payload.zip' <<< 6494 1726853142.20089: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.20213: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.20255: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 6494 1726853142.20267: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 6494 1726853142.20294: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 6494 1726853142.20376: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 6494 1726853142.20416: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4701c2f00> import '_typing' # <<< 6494 1726853142.20613: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4701a5df0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4701a4f50> # zipimport: zlib available <<< 6494 1726853142.20665: stdout chunk (state=3): >>>import 'ansible' # <<< 6494 1726853142.20703: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 6494 1726853142.20718: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 6494 1726853142.22182: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.23383: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' <<< 6494 1726853142.23443: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4701c0c50> # /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' <<< 6494 1726853142.23452: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 6494 1726853142.23462: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 6494 1726853142.23497: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853142.23509: stdout chunk (state=3): >>># 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 0x7fd4701f2750> <<< 6494 1726853142.23534: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4701f24e0> <<< 6494 1726853142.23580: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4701f1df0> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 6494 1726853142.23591: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 6494 1726853142.23626: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4701f22d0> <<< 6494 1726853142.23667: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4701c3b90> import 'atexit' # <<< 6494 1726853142.23707: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd4701f3440> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853142.23710: stdout chunk (state=3): >>># extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd4701f3590> <<< 6494 1726853142.23727: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 6494 1726853142.23803: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 6494 1726853142.23806: stdout chunk (state=3): >>>import '_locale' # <<< 6494 1726853142.23866: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4701f39b0> <<< 6494 1726853142.23869: stdout chunk (state=3): >>>import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 6494 1726853142.23904: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 6494 1726853142.23938: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd46fb157f0> <<< 6494 1726853142.23975: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853142.23978: stdout chunk (state=3): >>># extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd46fb17410> <<< 6494 1726853142.24016: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 6494 1726853142.24019: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 6494 1726853142.24043: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd46fb17dd0> <<< 6494 1726853142.24067: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 6494 1726853142.24122: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 6494 1726853142.24142: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd46fb1cf80> <<< 6494 1726853142.24152: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 6494 1726853142.24184: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 6494 1726853142.24203: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 6494 1726853142.24218: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 6494 1726853142.24260: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd46fb1fa10> <<< 6494 1726853142.24298: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853142.24319: stdout chunk (state=3): >>># 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 0x7fd46fb1fd70> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd46fb1dd30> <<< 6494 1726853142.24352: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 6494 1726853142.24381: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 6494 1726853142.24399: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 6494 1726853142.24417: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 6494 1726853142.24460: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 6494 1726853142.24488: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd46fb279b0> <<< 6494 1726853142.24509: stdout chunk (state=3): >>>import '_tokenize' # <<< 6494 1726853142.24585: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd46fb26480> <<< 6494 1726853142.24611: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd46fb261e0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 6494 1726853142.24624: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 6494 1726853142.24682: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd46fb26750> <<< 6494 1726853142.24711: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd46fb1e210> <<< 6494 1726853142.24749: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853142.24752: stdout chunk (state=3): >>># extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd46fb6bbf0> <<< 6494 1726853142.24789: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd46fb6bda0> <<< 6494 1726853142.24793: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 6494 1726853142.24839: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 6494 1726853142.24843: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 6494 1726853142.24893: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd46fb6d820> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd46fb6d5e0> <<< 6494 1726853142.24896: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 6494 1726853142.25038: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 6494 1726853142.25092: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853142.25096: stdout chunk (state=3): >>>import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd46fb6fda0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd46fb6df10> <<< 6494 1726853142.25119: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 6494 1726853142.25153: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853142.25199: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 6494 1726853142.25202: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 6494 1726853142.25208: stdout chunk (state=3): >>>import '_string' # <<< 6494 1726853142.25247: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd46fb735c0> <<< 6494 1726853142.25374: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd46fb6ff50> <<< 6494 1726853142.25438: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd46fb74320> <<< 6494 1726853142.25477: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd46fb74530> <<< 6494 1726853142.25507: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd46fb74860> <<< 6494 1726853142.25521: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd46fb6b650> <<< 6494 1726853142.25549: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py <<< 6494 1726853142.25565: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 6494 1726853142.25586: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 6494 1726853142.25595: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 6494 1726853142.25620: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853142.25649: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd46fb77fe0> <<< 6494 1726853142.25820: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853142.25823: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd46fa00fe0> <<< 6494 1726853142.25846: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd46fb76780> <<< 6494 1726853142.25865: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd46fb77b00> <<< 6494 1726853142.25891: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd46fb763c0> # zipimport: zlib available # zipimport: zlib available <<< 6494 1726853142.25916: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 6494 1726853142.25925: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.26012: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.26129: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.26135: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 6494 1726853142.26159: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 6494 1726853142.26286: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.26402: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.27008: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.27607: stdout chunk (state=3): >>>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 <<< 6494 1726853142.27631: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853142.27680: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd46fa051f0> <<< 6494 1726853142.27759: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 6494 1726853142.27786: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd46fa06030> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd46fa03da0> <<< 6494 1726853142.27844: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 6494 1726853142.27863: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.27891: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.27903: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 6494 1726853142.28060: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.28224: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 6494 1726853142.28251: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd46fa06120> <<< 6494 1726853142.28316: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.28831: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.29306: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.29380: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.29464: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 6494 1726853142.29467: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.29519: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.29557: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 6494 1726853142.29611: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.29721: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 6494 1726853142.29725: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.29749: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 6494 1726853142.29783: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.29824: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 6494 1726853142.30238: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.30308: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 6494 1726853142.30390: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 6494 1726853142.30393: stdout chunk (state=3): >>>import '_ast' # <<< 6494 1726853142.30473: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd46fa072c0> <<< 6494 1726853142.30476: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.30556: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.30649: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 6494 1726853142.30652: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 6494 1726853142.30674: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.30707: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.30761: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 6494 1726853142.30764: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.30798: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.30843: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.30898: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.31030: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 6494 1726853142.31036: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853142.31124: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd46fa11bb0> <<< 6494 1726853142.31158: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd46fa0fda0> <<< 6494 1726853142.31186: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 6494 1726853142.31197: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 6494 1726853142.31274: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.31331: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.31366: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.31405: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py <<< 6494 1726853142.31437: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 6494 1726853142.31450: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 6494 1726853142.31481: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 6494 1726853142.31534: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 6494 1726853142.31569: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 6494 1726853142.31573: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 6494 1726853142.31629: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd46fb027b0> <<< 6494 1726853142.31673: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd47021e480> <<< 6494 1726853142.31764: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd46fa11df0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd46fa11b80> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 6494 1726853142.31819: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.31835: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 6494 1726853142.31890: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 6494 1726853142.31916: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.31939: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 6494 1726853142.32056: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.32183: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 6494 1726853142.32186: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 6494 1726853142.32203: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd47021d340> <<< 6494 1726853142.32289: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.52157: stdout chunk (state=3): >>> {"changed": true, "stdout": "465/tcp", "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 0x7fad17b60530>\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17b2bb60>\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 0x7fad17b62ab0>\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/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 0x7fad17b71190>\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 0x7fad17b71fa0>\nimport 'site' # \nPython 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__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-<<< 6494 1726853142.52189: stdout chunk (state=3): >>>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 0x7fad17a028a0>\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 0x7fad17a02f30>\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 0x7fad17a038c0>\nimport '_collections' # \nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176da480>\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/__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 0x7fad179da360>\nimport '_functools' # \nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176da7e0>\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 0x7fad179daed0>\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176dafc0>\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 0x7fad179dbbf0>\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 0x7fad179a9400>\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad179dbec0>\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 0x7fad179775c0>\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 0x7fad17977680>\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 0x7fad178b8440>\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'\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad178bad80>\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 0x7fad1786ce30>\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17897a10>\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 0x7fad1786ce90>\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17896090>\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad178ba180>\nimport '_typing' # \nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad179aa360>\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176d9e20>\n# possible namespace for /usr/lib/python3.12/site-packages/gi\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_error.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc'\nimport 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17976960>\n# extension module 'gi._gi' loaded from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so'\n# extension module 'gi._gi' executed from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so'\nimport 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fad17975100>\nimport 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176d8e30>\n# /usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/repository/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/importer.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/module.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/threading.cpy<<< 6494 1726853142.52197: stdout chunk (state=3): >>>thon-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 0x7fad178123c0>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/types.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_constants.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc'\nimport 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad177dda60>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/docstring.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc'\nimport 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad177ddd90>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_propertyhelper.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc'\nimport 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad177de240>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_signalhelper.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc'\nimport 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad177deb10>\nimport 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad177dd310>\nimport 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17811ee0>\n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc'\nimport 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17812240>\nimport 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17811970>\nimport 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad179a8d70>\n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GLib.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc'\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 0x7fad176b7590>\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 '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 0x7fad17685490>\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 0x7fad17685e80>\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176b7fe0>\nimport 'errno' # \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 0x7fad17664170>\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176b5b50>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_ossighelper.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.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 0x7fad17664560>\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 0x7fad17664a10>\nimport 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176b67e0>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_option.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py\n# code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc'\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 0x7fad1763cd40>\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 0x7fad1763d640>\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 0x7fad1763eed0>\nimport 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176661b0>\nimport 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176658e0>\nimport 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad177dfe00>\nimport 'gi.repository.GLib' # \n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GObject.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc'\nimport 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176fede0>\nimport 'gi.repository.GObject' # \n# destroy gobject\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'\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17244770>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/__<<< 6494 1726853142.52217: stdout chunk (state=3): >>>init__.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc'\nimport 'firewall' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17245f10>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/client.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc'\nimport 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad172dca70>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc'\nimport 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad172dcb30>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc'\n# extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'\n# extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'\nimport '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fad172dd280>\nimport 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad172dd100>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc'\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'\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'\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 0x7fad17321a90>\nimport '_tokenize' # \nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17320590>\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad173202f0>\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17306570>\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' # \nim<<< 6494 1726853142.52239: stdout chunk (state=3): >>>port 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17322ab0>\nimport 'atexit' # \nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad172decf0>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc'\nimport 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad1732af30>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.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 0x7fad16fa0200>\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 0x7fad16fa0440>\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'\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 0x7fad16fa05c0>\nimport 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16fa04a0>\nimport 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad1732bc80>\nimport 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad1732b0b0>\nimport 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad1732a450>\nimport 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad172de270>\nimport 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad172ddaf0>\nimport 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad172dc530>\n# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc'\nimport 'dbus.mainloop' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad172ddf70>\n# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/glib.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc'\n# extension module '_dbus_glib_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so'\n# extension module '_dbus_glib_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so'\nimport '_dbus_glib_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fad16fa0860>\nimport 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16fa07a0>\n# /usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc'\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 0x7fad16fa0f80>\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16fa0e30>\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 0x7fad16fa3110>\n# /usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/dbus.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc'\nimport 'firewall.config.dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16fa35c0>\nimport 'firewall.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16fa09b0>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc'\nimport 'firewall.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16fa3530>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/base.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc'\nimport 'firewall.core.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16fa3740>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/dbus_utils.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc'\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 0x7fad16fa3ef0>\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 0x7fad16fd31a0>\n# extension module '_elementtree' loaded from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so'\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 0x7fad16ff4410>\nimport 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16fa3e30>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__<<< 6494 1726853142.52246: stdout chunk (state=3): >>>/logger.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/logger.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc'\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 0x7fad16fd26c0>\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 0x7fad17085490>\nimport 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17084860>\nimport 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17036ae0>\nimport 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16ff5d30>\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 0x7fad17322510>\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 0x7fad16b05460>\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 0x7fad16b057f0>\nimport 'firewall.core.logger' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16ff45c0>\nimport 'firewall.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16fa3980>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/rich.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc'\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 0x7fad16b30200>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/functions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/functions.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/functions.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 0x7fad16b33620>\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'\n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/py<<< 6494 1726853142.52258: stdout chunk (state=3): >>>thon3.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 0x7fad16b57920>\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 0x7fad16b7c830>\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 0x7fad16b7ce90>\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b57d40>\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 0x7fad16b7d850>\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b7cf80>\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b55910>\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 0x7fad16b7fb60>\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b7f890>\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 0x7fad16b7fb90>\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 0x7fad16ba4410>\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 0x7fad16ba4da0>\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b7fce0>\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b55fa0>\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b33e90>\nimport 'firewall.functions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b32120>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/ipset.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc'\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 0x7fad16ba57c0>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/errors.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc'\nimport 'firewall.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16bd8740>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/prog.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc'\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# 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 0x7fad16bfce90>\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16bdb0e0>\nimport 'firewall.core.prog' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16bdaf30>\nimport 'firewall.core.ipset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b7ff80>\nimport 'firewall.core.rich' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b06780>\nimport 'firewall.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17246b40>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/fw_nm.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc'\n# destroy gi.repository.GModule\nimport 'gi.repository.GModule' # \n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/Gio.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc'\nimport 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16584d70>\nimport 'gi.repository.Gio' # \n# destroy gi.repository.NM\nimport 'gi.repository.NM' # \nimport 'firewall.core.fw_nm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16584230>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc'\nimport 'firewall.core.io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad165848c0>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/zone.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc'\n# /usr/lib64/python3.12/xml/sax/__pycache__/__in<<< 6494 1726853142.52305: stdout chunk (state=3): >>>it__.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 0x7fad165a8d40>\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 0x7fad165a93a0>\nimport 'xml.sax.xmlreader' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16587770>\nimport 'xml.sax' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16587470>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/io_object.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc'\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__/__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 0x7fad165abfb0>\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'\nimport 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad165cc080>\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/__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'\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 0x7fad160cc830>\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad165ef4d0>\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 0x7fad160ccaa0>\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 0x7fad160ccd40>\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/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'\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 0x7fad16105130>\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'\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'\nimport 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad161075c0>\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'\nimport 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad161074d0>\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__/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'\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 0x7fad161300e0>\nimport 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad1612bc80>\nimport 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad1612b170>\nimport 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16106840>\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__/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 0x7fad16131a90>\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16131850>\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 0x7fad161333b0>\nimport 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16132030>\nimport 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad1612aff0>\nimport 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad161051c0>\nimport 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16104530>\nimport 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad160cffe0>\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/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 0x7fad16153890>\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 0x7fad16153f50>\nimport 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16133bf0>\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 0x7fad1618ac90>\nimport 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad161883b0>\nimport 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad160cdee0>\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 0x7fad15ec2600>\nimport 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad160cfec0>\nimport 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad165cecf0>\nimport 'xml.sax.saxutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad165aacf0>\nimport 'firewall.core.io.io_object' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad165a9f40>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/policy.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc'\nimport 'firewall.core.io.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad165aa750>\nimport 'firewall.core.io.zone' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16584d40>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/service.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc'\nimport 'firewall.core.io.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad15ec3830>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/ipset.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/icmp.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc'\nimport 'firewall.core.icmp' # <_frozen_importlib_external.SourceFileLoader object at 0x<<< 6494 1726853142.52373: stdout chunk (state=3): >>>7fad15ef0380>\nimport 'firewall.core.io.ipset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad15ec3b90>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/icmptype.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc'\nimport 'firewall.core.io.icmptype' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad15ef0e00>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/helper.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc'\nimport 'firewall.core.io.helper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad15ef1220>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/command.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc'\nimport 'firewall.command' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad15ef1640>\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# destroy __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 itertools\n# cleanup[2] removing keyword\n# cleanup[2] removing _operator\n# cleanup[2] removing operator\n# cleanup[2] removing reprlib\n# destroy reprlib\n# cleanup[2] removing _collections\n# cleanup[2] removing collections\n# cleanup[2] removing types\n# cleanup[2] removing _functools\n# cleanup[2] removing functools\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 copyreg\n# cleanup[2] removing contextlib\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 re\n# cleanup[2] removing _typing\n# cleanup[2] removing typing\n# destroy typing\n# cleanup[2] removing pkgutil\n# destroy pkgutil\n# cleanup[2] removing gi._error\n# cleanup[2] removing gi._gi\n# cleanup[2] removing gi._gobject\n# cleanup[2] removing glib\n# destroy glib\n# cleanup[2] removing gobject\n# cleanup[2] removing gio\n# destroy gio\n# cleanup[2] removing gtk\n# destroy gtk\n# cleanup[2] removing gtk.gdk\n# destroy gtk.gdk\n# cleanup[2] removing gi\n# cleanup[2] removing threading\n# cleanup[2] removing gi._constants\n# cleanup[2] removing gi.docstring\n# cleanup[2] removing gi._propertyhelper\n# cleanup[2] removing gi._signalhelper\n# cleanup[2] removing gi.types\n# cleanup[2] removing gi.module\n# cleanup[2] removing gi.overrides\n# cleanup[2] removing gi.importer\n# cleanup[2] removing gi.repository\n# cleanup[2] removing _socket\n# cleanup[2] removing math\n# cleanup[2] removing select\n# cleanup[2] removing selectors\n# cleanup[2] removing errno\n# cleanup[2] removing array\n# cleanup[2] removing socket\n# cleanup[2] removing __future__\n# destroy __future__\n# cleanup[2] removing signal\n# cleanup[2] removing gi._ossighelper\n# cleanup[2] removing textwrap\n# cleanup[2] removing gettext\n# cleanup[2] removing _locale\n# cleanup[2] removing locale\n# cleanup[2] removing optparse\n# cleanup[2] removing gi._option\n# cleanup[2] removing gi.overrides.GLib\n# cleanup[2] removing gi.repository.GLib\n# cleanup[2] removing gi.overrides.GObject\n# cleanup[2] removing gi.repository.GObject\n# cleanup[2] removing argparse\n# cleanup[2] removing firewall\n# cleanup[2] removing dbus._compat\n# cleanup[2] removing dbus.exceptions\n# cleanup[2] removing _dbus_bindings\n# cleanup[2] removing dbus.types\n# cleanup[2] removing token\n# cleanup[2] removing _tokenize\n# cleanup[2] removing tokenize\n# cleanup[2] removing linecache\n# cleanup[2] removing traceback\n# cleanup[2] removing _string\n# cleanup[2] removing string\n# cleanup[2] removing atexit\n# cleanup[2] removing logging\n# cleanup[2] removing dbus.lowlevel\n# cleanup[2] removing xml\n# cleanup[2] removing xml.parsers\n# cleanup[2] removing pyexpat.errors\n# cleanup[2] removing pyexpat.model\n# cleanup[2] removing pyexpat\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 dbus._expat_introspect_parser\n# cleanup[2] removing dbus.proxies\n# cleanup[2] removing dbus.connection\n# cleanup[2] removing dbus.bus\n# cleanup[2] removing dbus._dbus\n# cleanup[2] removing dbus\n# cleanup[2] removing dbus.mainloop\n# cleanup[2] removing _dbus_glib_bindings\n# cleanup[2] removing dbus.mainloop.glib\n# cleanup[2] removing _struct\n# cleanup[2] removing struct\n# cleanup[2] removing copy\n# cleanup[2] removing firewall.config.dbus\n# cleanup[2] removing firewall.config\n# cleanup[2] removing firewall.core\n# cleanup[2] removing firewall.core.base\n# cleanup[2] removing xml.etree\n# cleanup[2] removing xml.etree.ElementPath\n# cleanup[2] removing _elementtree\n# cleanup[2] removing xml.etree.ElementTree\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 inspect\n# cleanup[2] removing fnmatch\n# cleanup[2] removing syslog\n# cleanup[2] removing fcntl\n# cleanup[2] removing firewall.core.logger\n# cleanup[2] removing firewall.dbus_utils\n# cleanup[2] removing dataclasses\n# destroy dataclasses\n# cleanup[2] removing shlex\n# cleanup[2] removing zlib\n# cleanup[2] removing _compression\n# cleanup[2] removing _bz2\n# cleanup[2] removing bz2\n# destroy bz2\n# cleanup[2] removing _lzma\n# cleanup[2] removing lzma\n# destroy lzma\n# cleanup[2] removing shutil\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 tempfile\n# cleanup[2] removing firewall.functions\n# cleanup[2] removing ipaddress\n# cleanup[2] removing firewall.errors\n# cleanup[2] removing _posixsubprocess\n# cleanup[2] removing subprocess\n# cleanup[2] removing firewall.core.prog\n# cleanup[2] removing firewall.core.ipset\n# cleanup[2] removing firewall.core.rich\n# cleanup[2] removing firewall.client\n# cleanup[2] removing gi.overrides.Gio\n# cleanup[2] removing gi.repository.Gio\n# cleanup[2] removing firewall.core.fw_nm\n# cleanup[2] removing firewall.core.io\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 urllib\n# cleanup[2] removing urllib.parse\n# cleanup[2] removing binascii\n# cleanup[2] removing base64\n# cleanup[2] removing email\n# cleanup[2] removing http\n# cleanup[2] removing email.errors\n# cleanup[2] removing email.quoprimime\n# cleanup[2] removing email.base64mime\n# cleanup[2] removing quopri\n# cleanup[2] removing email.encoders\n# cleanup[2] removing email.charset\n# cleanup[2] removing email.header\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 email.utils\n# cleanup[2] removing email._policybase\n# cleanup[2] removing email.feedparser\n# cleanup[2] removing email.parser\n# cleanup[2] removing email._encoded_words\n# cleanup[2] removing email.iterators\n# cleanup[2] removing email.message\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 firewall.core.io.io_object\n# cleanup[2] removing firewall.core.io.policy\n# cleanup[2] removing firewall.core.io.zone\n# cleanup[2] removing firewall.core.io.service\n# cleanup[2] removing firewall.core.icmp\n# cleanup[2] removing firewall.core.io.ipset\n# cleanup[2] removing firewall.core.io.icmptype\n# cleanup[2] removing firewall.core.io.helper\n# cleanup[2] removing firewall.command\n# destroy _sitebuiltins\n# destroy zlib\n# destroy _bz2\n# destroy _compression\n# destroy _lzma\n# cleanup[3] wiping firewall.command\n# cleanup[3] wiping firewall.core.io.helper\n# cleanup[3] wiping firewall.core.io.icmptype\n# cleanup[3] wiping firewall.core.io.ipset\n# cleanup[3] wiping firewall.core.icmp\n# cleanup[3] wiping firewall.core.io.service\n# cleanup[3] wiping firewall.core.io.zone\n# cleanup[3] wiping firewall.core.io.policy\n# cleanup[3] wiping firewall.core.io.io_object\n# cleanup[3] wiping xml.sax.saxutils\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 email.message\n# destroy quopri\n# cleanup[3] wiping email.iterators\n# cleanup[3] wiping email._encoded_words\n# cleanup[3] wiping email.parser\n# cleanup[3] wiping email.feedparser\n# cleanup[3] wiping email._policybase\n# cleanup[3] wiping email.utils\n# destroy random\n# destroy urllib\n# destroy urllib.parse\n# destroy urllib.response\n# destroy urllib.error\n# destroy urllib.request\n# cleanup[3] wiping email._parseaddr\n# destroy calendar\n# cleanup[3] wiping datetime\n# cleanup[3] wiping _datetime\n# cleanup[3] wiping email.header\n# cleanup[3] wiping email.charset\n# destroy email\n# cleanup[3] wiping email.encoders\n# cleanup[3] wiping email.base64mime\n# cleanup[3] wiping email.quoprimime\n# cleanup[3] wiping email.errors\n# cleanup[3] wiping base64\n# destroy struct\n# cleanup[3] wiping binascii\n# cleanup[3] wiping xml.sax\n# destroy xml.sax._exceptions\n# destroy xml.sax.xmlreader\n# destroy xml.sax.saxutils\n# cleanup[3] wiping xml.sax.handler\n# cleanup[3] wiping firewall.core.io\n# destroy xml\n# destroy xml.parsers\n# destroy xml.parsers.expat\n# destroy xml.etree\n# destroy xml.sax\n# destroy firewall.core.io.io_object\n# destroy firewall.core.io.policy\n# destroy firewall.core.io.zone\n# destroy firewall.core.io.service\n# destroy firewall.core.io.ipset\n# destroy firewall.core.io.icmptype\n# destroy firewall.core.io.helper\n# cleanup[3] wiping firewall.core.fw_nm\n# cleanup[3] wiping gi.repository.Gio\n# cleanup[3] wiping gi.overrides.Gio\n# cleanup[3] wiping firewall.client\n# destroy firewall\n# destroy firewall.config\n# destroy firewall.core\n# destroy firewall.core.base\n# destroy firewall.core.logger\n# destroy firewall.core.prog\n# destroy firewall.core.ipset\n# destroy firewall.core.rich\n# destroy firewall.core.fw_nm\n# destroy firewall.core.io\n# destroy firewall.core.icmp\n# destroy firewall.dbus_utils\n# destroy firewall.command\n# destroy firewall.client\n# cleanup[3] wiping subprocess\n# cleanup[3] wiping _posixsubprocess\n# destroy _posixsubprocess\n# cleanup[3] wiping firewall.errors\n# cleanup[3] wiping ipaddress\n# cleanup[3] wiping firewall.functions\n# destroy shlex\n# destroy string\n# destroy tempfile\n# cleanup[3] wiping _blake2\n# cleanup[3] wiping _hashlib\n# cleanup[3] wiping _random\n# cleanup[3] wiping _bisect\n# cleanup[3] wiping shutil\n# cleanup[3] wiping fcntl\n# cleanup[3] wiping syslog\n# cleanup[3] wiping fnmatch\n# cleanup[3] wiping inspect\n# destroy ast\n# destroy dis\n# destroy token\n# cleanup[3] wiping _opcode\n# cleanup[3] wiping xml.etree.ElementTree\n# cleanup[3] wiping _elementtree\n# cleanup[3] wiping xml.etree.ElementPath\n# cleanup[3] wiping firewall.config.dbus\n# cleanup[3] wiping copy\n# cleanup[3] wiping _struct\n# cleanup[3] wiping dbus.mainloop.glib\n# cleanup[3] wiping _dbus_glib_bindings\n# cleanup[3] wiping dbus.mainloop\n# destroy dbus.mainloop.glib\n# cleanup[3] wiping dbus\n# destroy dbus._compat\n# destroy dbus._expat_introspect_parser\n# destroy dbus._dbus\n# destroy dbus.exceptions\n# destroy dbus.types\n# destroy dbus.lowlevel\n# destroy dbus.proxies\n# destroy dbus.connection\n# destroy dbus.bus\n# destroy dbus.mainloop\n# cleanup[3] wiping xml.parsers.expat.errors\n# cleanup[3] wiping xml.parsers.expat.model\n# cleanup[3] wiping pyexpat\n# destroy pyexpat.errors\n# destroy pyexpat.model\n# cleanup[3] wiping logging\n# cleanup[3] wiping atexit\n# destroy atexit\n# cleanup[3] wiping _string\n# cleanup[3] wiping traceback\n# destroy linecache\n# cleanup[3] wiping tokenize\n# cleanup[3] wiping _tokenize\n# cleanup[3] wiping _dbus_bindings\n# cleanup[3] wiping argparse\n# cleanup[3] wiping gi.repository.GObject\n# cleanup[3] wiping gi.overrides.GObject\n# cleanup[3] wiping gi.repository.GLib\n# cleanup[3] wiping gi.overrides.GLib\n# cleanup[3] wiping gi._option\n# destroy optparse\n# cleanup[3] wiping locale\n# destroy encodings\n# cleanup[3] wiping _locale\n# destroy _locale\n# cleanup[3] wiping gettext\n# cleanup[3] wiping textwrap\n# cleanup[3] wiping gi._ossighelper\n# destroy signal\n# cleanup[3] wiping socket\n# destroy selectors\n# cleanup[3] wiping array\n# cleanup[3] wiping errno\n# cleanup[3] wiping select\n# cleanup[3] wiping math\n# cleanup[3] wiping _socket\n# cleanup[3] wiping gi.repository\n# destroy gi.repository.GLib\n# destroy gi.repository.Gio\n# cleanup[3] wiping gi.importer\n# cleanup[3] wiping gi.overrides\n# destroy gi.overrides.GLib\n# destroy gi.overrides.GObject\n# destroy gi.overrides.Gio\n# cleanup[3] wiping gi.module\n# destroy gi\n# cleanup[3] wiping gi.types\n# cleanup[3] wiping gi._signalhelper\n# cleanup[3] wiping gi._propertyhelper\n# cleanup[3] wiping gi.docstring\n# cleanup[3] wiping gi._constants\n# cleanup[3] wiping threading\n# cleanup[3] wiping gobject\n# cleanup[3] wiping gi._gobject\n# cleanup[3] wiping gi._gi\n# cleanup[3] wiping gi._error\n# cleanup[3] wiping _typing\n# cleanup[3] wiping re\n# destroy re._constants\n# destroy re._casefix\n# destroy re._compiler\n# destroy enum\n# cleanup[3] wiping re._parser\n# cleanup[3] wiping _sre\n# cleanup[3] wiping contextlib\n# cleanup[3] wiping copyreg\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# cleanup[3] wiping warnings\n# cleanup[3] wiping importlib._bootstrap_external\n# cleanup[3] wiping importlib._bootstrap\n# cleanup[3] wipin<<< 6494 1726853142.52381: stdout chunk (state=3): >>>g functools\n# cleanup[3] wiping _functools\n# cleanup[3] wiping types\n# cleanup[3] wiping collections\n# destroy _collections_abc\n# destroy collections.abc\n# cleanup[3] wiping _collections\n# cleanup[3] wiping operator\n# cleanup[3] wiping _operator\n# cleanup[3] wiping keyword\n# cleanup[3] wiping itertools\n# cleanup[3] wiping encodings.utf_8_sig\n# cleanup[3] wiping os\n# destroy posixpath\n# cleanup[3] wiping genericpath\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 _datetime\n# destroy _dbus_glib_bindings\n# destroy sys.monitoring\n# destroy _io\n# destroy _socket\n# destroy gi.repository.GObject\n# destroy argparse\n# destroy zipimport\n# destroy importlib\n# destroy gi.types\n# destroy gi._error\n# destroy gi._gobject\n# destroy gi._constants\n# destroy gi.docstring\n# destroy gi._propertyhelper\n# destroy gi._signalhelper\n# destroy gi.module\n# destroy gi.overrides\n# destroy gi.importer\n# destroy gi.repository\n# destroy gi._ossighelper\n# destroy gi._option\n# destroy gi._gi\n# destroy _collections\n# destroy re._parser\n# destroy array\n# destroy textwrap\n# destroy stat\n# destroy genericpath\n# destroy tokenize\n# destroy _string\n# destroy shutil\n# destroy gettext\n# destroy firewall.config.dbus\n# destroy firewall.functions\n# destroy select\n# destroy _signal\n# destroy dbus\n# destroy xml.etree.ElementTree\n# destroy firewall.errors\n# destroy time\n# destroy fnmatch\n# destroy syslog\n# destroy traceback\n# destroy fcntl\n# destroy xml.sax.handler\n# destroy copy\n# destroy inspect\n# destroy keyword\n# destroy abc\n# destroy _thread\n# destroy copyreg\n# destroy contextlib\n# destroy operator\n# destroy subprocess\n# destroy _typing\n# destroy _tokenize\n# destroy xml.etree.ElementPath\n# destroy collections\n# destroy io\n# destroy _opcode\n# destroy functools\n# destroy types\n# destroy ipaddress\n# destroy _elementtree\n# destroy email.errors\n# destroy email.quoprimime\n# destroy email.base64mime\n# destroy email.encoders\n# destroy email.charset\n# destroy email.header\n# destroy email._parseaddr\n# destroy email.utils\n# destroy email._policybase\n# destroy email.feedparser\n# destroy email.parser\n# destroy email._encoded_words\n# destroy email.iterators\n# destroy email.message\n# destroy http.client\n# destroy socket\n# destroy base64\n# destroy errno\n# destroy _blake2\n# destroy _ssl\n# destroy binascii\n# destroy datetime\n# destroy locale\n# destroy warnings\n# destroy _struct\n# clear sys.meta_path\n# clear sys.modules\n# destroy _frozen_importlib\n# destroy codecs\n# destroy encodings.aliases\n# destroy encodings.utf_8\n# destroy encodings.utf_8_sig\n# destroy _codecs\n# destroy _warnings\n# destroy math\n# destroy _bisect\n# destroy os\n# destroy re\n# destroy _random\n# destroy _hashlib\n# destroy _operator\n# destroy builtins\n# destroy itertools\n# destroy _sre\n# destroy posix\n# destroy _functools\n# clear sys.audit hooks", "rc": 0, "cmd": "set -euo pipefail\nports=\"$(firewall-cmd --info-service=\"smtps\" | \\\n grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\" || :\nif [ -z \"$ports\" ]; then\n include=\"$(firewall-cmd --info-service=\"smtps\" | \\\n awk '/^ +includes:/ {print $2}')\" || :\n if [ -n \"$include\" ]; then\n ports=\"$(firewall-cmd --info-service=\"$include\" | \\\n grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\"\n fi\nfi\nif [ -z \"$ports\" ]; then\n exit<<< 6494 1726853142.52399: stdout chunk (state=3): >>> 1\nfi\necho \"$ports\"", "start": "2024-09-20 13:25:42.322597", "end": "2024-09-20 13:25:42.519132", "delta": "0:00:00.196535", "msg": "", "invocation": {"module_args": {"_raw_params": "set -euo pipefail\nports=\"$(firewall-cmd --info-service=\"smtps\" | \\\n grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\" || :\nif [ -z \"$ports\" ]; then\n include=\"$(firewall-cmd --info-service=\"smtps\" | \\\n awk '/^ +includes:/ {print $2}')\" || :\n if [ -n \"$include\" ]; then\n ports=\"$(firewall-cmd --info-service=\"$include\" | \\\n grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\"\n fi\nfi\nif [ -z \"$ports\" ]; then\n exit 1\nfi\necho \"$ports\"", "_uses_shell": true, "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__ <<< 6494 1726853142.52931: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 6494 1726853142.52947: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value <<< 6494 1726853142.52975: stdout chunk (state=3): >>># clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path <<< 6494 1726853142.52987: stdout chunk (state=3): >>># 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 <<< 6494 1726853142.53020: stdout chunk (state=3): >>># 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 <<< 6494 1726853142.53042: stdout chunk (state=3): >>># destroy pkgutil # cleanup[2] removing ansible # destroy ansible <<< 6494 1726853142.53053: 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 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 <<< 6494 1726853142.53092: stdout chunk (state=3): >>># cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon<<< 6494 1726853142.53109: 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 # 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 <<< 6494 1726853142.53139: 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 <<< 6494 1726853142.53146: 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.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils <<< 6494 1726853142.53169: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info <<< 6494 1726853142.53173: stdout chunk (state=3): >>># 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 <<< 6494 1726853142.53540: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 6494 1726853142.53544: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 6494 1726853142.53565: stdout chunk (state=3): >>># 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 <<< 6494 1726853142.53600: stdout chunk (state=3): >>># destroy ntpath <<< 6494 1726853142.53639: stdout chunk (state=3): >>># destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib <<< 6494 1726853142.53643: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner <<< 6494 1726853142.53698: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings <<< 6494 1726853142.53701: stdout chunk (state=3): >>># destroy _locale # destroy pwd <<< 6494 1726853142.53703: stdout chunk (state=3): >>># destroy locale # destroy signal <<< 6494 1726853142.53705: stdout chunk (state=3): >>># destroy fcntl # destroy select # destroy _signal <<< 6494 1726853142.53755: stdout chunk (state=3): >>># destroy _posixsubprocess # destroy syslog # destroy uuid <<< 6494 1726853142.53758: stdout chunk (state=3): >>># destroy fnmatch <<< 6494 1726853142.53761: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 6494 1726853142.53762: stdout chunk (state=3): >>># destroy array <<< 6494 1726853142.53792: stdout chunk (state=3): >>># destroy datetime <<< 6494 1726853142.53795: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 6494 1726853142.53807: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 6494 1726853142.53870: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian <<< 6494 1726853142.53944: 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 # destroy textwrap # cleanup[3] wiping tokenize <<< 6494 1726853142.53948: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 6494 1726853142.53951: stdout chunk (state=3): >>># cleanup[3] wiping atexit <<< 6494 1726853142.53953: stdout chunk (state=3): >>># 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 <<< 6494 1726853142.53987: stdout chunk (state=3): >>># 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 <<< 6494 1726853142.54024: stdout chunk (state=3): >>># 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 <<< 6494 1726853142.54041: stdout chunk (state=3): >>># destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io <<< 6494 1726853142.54074: stdout chunk (state=3): >>># 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 <<< 6494 1726853142.54104: stdout chunk (state=3): >>># cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux <<< 6494 1726853142.54127: stdout chunk (state=3): >>># destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 6494 1726853142.54302: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 6494 1726853142.54329: stdout chunk (state=3): >>># destroy _collections <<< 6494 1726853142.54357: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 6494 1726853142.54384: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 6494 1726853142.54421: stdout chunk (state=3): >>># destroy _typing <<< 6494 1726853142.54429: stdout chunk (state=3): >>># destroy _tokenize <<< 6494 1726853142.54448: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 6494 1726853142.54461: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 6494 1726853142.54573: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading <<< 6494 1726853142.54578: stdout chunk (state=3): >>># destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 6494 1726853142.54591: stdout chunk (state=3): >>># destroy time <<< 6494 1726853142.54611: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 6494 1726853142.54643: stdout chunk (state=3): >>># destroy _hashlib <<< 6494 1726853142.54654: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 6494 1726853142.54676: stdout chunk (state=3): >>># destroy itertools <<< 6494 1726853142.54686: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 6494 1726853142.54702: stdout chunk (state=3): >>># clear sys.audit hooks <<< 6494 1726853142.55097: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.41.218 closed. <<< 6494 1726853142.55136: stderr chunk (state=3): >>><<< 6494 1726853142.55139: stdout chunk (state=3): >>><<< 6494 1726853142.55267: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4706184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4705e7b30> # /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 0x7fd47061aa50> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd47042d130> # /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 0x7fd47042dfa0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd47046be00> # /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 0x7fd47046bec0> # /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 0x7fd4704a37d0> # /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 0x7fd4704a3e60> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd470483ad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4704811f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd470468fb0> # /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 0x7fd4704c3770> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4704c2390> # /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 0x7fd470482090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4704c0bc0> # /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 0x7fd4704f8800> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd470468230> # /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 0x7fd4704f8cb0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4704f8b60> # 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 0x7fd4704f8ef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd470466d50> # /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 0x7fd4704f9580> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4704f9250> 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 0x7fd4704fa480> 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 0x7fd4705106b0> 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 0x7fd470511d90> # /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 0x7fd470512c30> # 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 0x7fd470513290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd470512180> # /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 0x7fd470513d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd470513440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4704fa4e0> # /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 0x7fd47028fbc0> # /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 0x7fd4702b86e0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4702b8440> # 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 0x7fd4702b8620> # /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 0x7fd4702b8fe0> # 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 0x7fd4702b9970> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4702b8890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd47028dd60> # /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 0x7fd4702bacf0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4702b8e60> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4704fabd0> # /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 0x7fd4702e7020> # /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 0x7fd47030b3e0> # /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 0x7fd4703681a0> # /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 0x7fd47036a8d0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4703682c0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd470335190> # /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 0x7fd4701711f0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd47030a1e0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4702bbbf0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fd47030a8a0> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_z7swo9p3/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 0x7fd4701c2f00> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4701a5df0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4701a4f50> # 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 0x7fd4701c0c50> # /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 0x7fd4701f2750> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4701f24e0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4701f1df0> # /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 0x7fd4701f22d0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4701c3b90> 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 0x7fd4701f3440> # 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 0x7fd4701f3590> # /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 0x7fd4701f39b0> 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 0x7fd46fb157f0> # 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 0x7fd46fb17410> # /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 0x7fd46fb17dd0> # /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 0x7fd46fb1cf80> # /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 0x7fd46fb1fa10> # 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 0x7fd46fb1fd70> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd46fb1dd30> # /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 0x7fd46fb279b0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd46fb26480> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd46fb261e0> # /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 0x7fd46fb26750> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd46fb1e210> # 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 0x7fd46fb6bbf0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd46fb6bda0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd46fb6d820> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd46fb6d5e0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd46fb6fda0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd46fb6df10> # /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 0x7fd46fb735c0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd46fb6ff50> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd46fb74320> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd46fb74530> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd46fb74860> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd46fb6b650> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd46fb77fe0> # 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 0x7fd46fa00fe0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd46fb76780> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd46fb77b00> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd46fb763c0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd46fa051f0> # /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 0x7fd46fa06030> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd46fa03da0> 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 0x7fd46fa06120> # 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 0x7fd46fa072c0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd46fa11bb0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd46fa0fda0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd46fb027b0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd47021e480> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd46fa11df0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd46fa11b80> # 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 0x7fd47021d340> # zipimport: zlib available {"changed": true, "stdout": "465/tcp", "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 0x7fad17b60530>\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17b2bb60>\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 0x7fad17b62ab0>\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/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 0x7fad17b71190>\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 0x7fad17b71fa0>\nimport 'site' # \nPython 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__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/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 0x7fad17a028a0>\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 0x7fad17a02f30>\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 0x7fad17a038c0>\nimport '_collections' # \nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176da480>\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/__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 0x7fad179da360>\nimport '_functools' # \nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176da7e0>\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 0x7fad179daed0>\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176dafc0>\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 0x7fad179dbbf0>\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 0x7fad179a9400>\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad179dbec0>\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 0x7fad179775c0>\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 0x7fad17977680>\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 0x7fad178b8440>\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'\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad178bad80>\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 0x7fad1786ce30>\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17897a10>\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 0x7fad1786ce90>\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17896090>\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad178ba180>\nimport '_typing' # \nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad179aa360>\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176d9e20>\n# possible namespace for /usr/lib/python3.12/site-packages/gi\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_error.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc'\nimport 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17976960>\n# extension module 'gi._gi' loaded from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so'\n# extension module 'gi._gi' executed from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so'\nimport 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fad17975100>\nimport 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176d8e30>\n# /usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/repository/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/importer.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/module.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc'\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 0x7fad178123c0>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/types.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_constants.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc'\nimport 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad177dda60>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/docstring.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc'\nimport 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad177ddd90>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_propertyhelper.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc'\nimport 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad177de240>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_signalhelper.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc'\nimport 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad177deb10>\nimport 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad177dd310>\nimport 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17811ee0>\n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc'\nimport 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17812240>\nimport 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17811970>\nimport 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad179a8d70>\n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GLib.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc'\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 0x7fad176b7590>\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 '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 0x7fad17685490>\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 0x7fad17685e80>\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176b7fe0>\nimport 'errno' # \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 0x7fad17664170>\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176b5b50>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_ossighelper.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.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 0x7fad17664560>\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 0x7fad17664a10>\nimport 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176b67e0>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_option.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py\n# code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc'\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 0x7fad1763cd40>\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 0x7fad1763d640>\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 0x7fad1763eed0>\nimport 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176661b0>\nimport 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176658e0>\nimport 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad177dfe00>\nimport 'gi.repository.GLib' # \n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GObject.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc'\nimport 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176fede0>\nimport 'gi.repository.GObject' # \n# destroy gobject\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'\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17244770>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc'\nimport 'firewall' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17245f10>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/client.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc'\nimport 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad172dca70>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc'\nimport 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad172dcb30>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc'\n# extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'\n# extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'\nimport '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fad172dd280>\nimport 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad172dd100>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc'\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'\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'\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 0x7fad17321a90>\nimport '_tokenize' # \nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17320590>\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad173202f0>\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17306570>\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 0x7fad17322ab0>\nimport 'atexit' # \nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad172decf0>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc'\nimport 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad1732af30>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.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 0x7fad16fa0200>\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 0x7fad16fa0440>\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'\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 0x7fad16fa05c0>\nimport 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16fa04a0>\nimport 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad1732bc80>\nimport 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad1732b0b0>\nimport 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad1732a450>\nimport 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad172de270>\nimport 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad172ddaf0>\nimport 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad172dc530>\n# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc'\nimport 'dbus.mainloop' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad172ddf70>\n# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/glib.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc'\n# extension module '_dbus_glib_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so'\n# extension module '_dbus_glib_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so'\nimport '_dbus_glib_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fad16fa0860>\nimport 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16fa07a0>\n# /usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc'\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 0x7fad16fa0f80>\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16fa0e30>\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 0x7fad16fa3110>\n# /usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/dbus.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc'\nimport 'firewall.config.dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16fa35c0>\nimport 'firewall.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16fa09b0>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc'\nimport 'firewall.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16fa3530>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/base.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc'\nimport 'firewall.core.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16fa3740>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/dbus_utils.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc'\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 0x7fad16fa3ef0>\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 0x7fad16fd31a0>\n# extension module '_elementtree' loaded from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so'\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 0x7fad16ff4410>\nimport 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16fa3e30>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/logger.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc'\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 0x7fad16fd26c0>\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 0x7fad17085490>\nimport 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17084860>\nimport 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17036ae0>\nimport 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16ff5d30>\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 0x7fad17322510>\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 0x7fad16b05460>\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 0x7fad16b057f0>\nimport 'firewall.core.logger' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16ff45c0>\nimport 'firewall.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16fa3980>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/rich.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc'\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 0x7fad16b30200>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/functions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/functions.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/functions.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 0x7fad16b33620>\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'\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 0x7fad16b57920>\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 0x7fad16b7c830>\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 0x7fad16b7ce90>\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b57d40>\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 0x7fad16b7d850>\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b7cf80>\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b55910>\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 0x7fad16b7fb60>\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b7f890>\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 0x7fad16b7fb90>\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 0x7fad16ba4410>\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 0x7fad16ba4da0>\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b7fce0>\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b55fa0>\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b33e90>\nimport 'firewall.functions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b32120>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/ipset.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc'\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 0x7fad16ba57c0>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/errors.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc'\nimport 'firewall.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16bd8740>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/prog.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc'\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# 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 0x7fad16bfce90>\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16bdb0e0>\nimport 'firewall.core.prog' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16bdaf30>\nimport 'firewall.core.ipset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b7ff80>\nimport 'firewall.core.rich' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b06780>\nimport 'firewall.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17246b40>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/fw_nm.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc'\n# destroy gi.repository.GModule\nimport 'gi.repository.GModule' # \n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/Gio.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc'\nimport 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16584d70>\nimport 'gi.repository.Gio' # \n# destroy gi.repository.NM\nimport 'gi.repository.NM' # \nimport 'firewall.core.fw_nm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16584230>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc'\nimport 'firewall.core.io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad165848c0>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/zone.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc'\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 0x7fad165a8d40>\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 0x7fad165a93a0>\nimport 'xml.sax.xmlreader' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16587770>\nimport 'xml.sax' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16587470>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/io_object.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc'\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__/__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 0x7fad165abfb0>\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'\nimport 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad165cc080>\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/__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'\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 0x7fad160cc830>\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad165ef4d0>\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 0x7fad160ccaa0>\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 0x7fad160ccd40>\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/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'\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 0x7fad16105130>\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'\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'\nimport 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad161075c0>\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'\nimport 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad161074d0>\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__/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'\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 0x7fad161300e0>\nimport 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad1612bc80>\nimport 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad1612b170>\nimport 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16106840>\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__/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 0x7fad16131a90>\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16131850>\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 0x7fad161333b0>\nimport 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16132030>\nimport 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad1612aff0>\nimport 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad161051c0>\nimport 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16104530>\nimport 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad160cffe0>\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/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 0x7fad16153890>\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 0x7fad16153f50>\nimport 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16133bf0>\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 0x7fad1618ac90>\nimport 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad161883b0>\nimport 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad160cdee0>\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 0x7fad15ec2600>\nimport 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad160cfec0>\nimport 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad165cecf0>\nimport 'xml.sax.saxutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad165aacf0>\nimport 'firewall.core.io.io_object' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad165a9f40>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/policy.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc'\nimport 'firewall.core.io.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad165aa750>\nimport 'firewall.core.io.zone' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16584d40>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/service.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc'\nimport 'firewall.core.io.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad15ec3830>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/ipset.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/icmp.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc'\nimport 'firewall.core.icmp' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad15ef0380>\nimport 'firewall.core.io.ipset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad15ec3b90>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/icmptype.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc'\nimport 'firewall.core.io.icmptype' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad15ef0e00>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/helper.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc'\nimport 'firewall.core.io.helper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad15ef1220>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/command.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc'\nimport 'firewall.command' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad15ef1640>\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# destroy __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 itertools\n# cleanup[2] removing keyword\n# cleanup[2] removing _operator\n# cleanup[2] removing operator\n# cleanup[2] removing reprlib\n# destroy reprlib\n# cleanup[2] removing _collections\n# cleanup[2] removing collections\n# cleanup[2] removing types\n# cleanup[2] removing _functools\n# cleanup[2] removing functools\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 copyreg\n# cleanup[2] removing contextlib\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 re\n# cleanup[2] removing _typing\n# cleanup[2] removing typing\n# destroy typing\n# cleanup[2] removing pkgutil\n# destroy pkgutil\n# cleanup[2] removing gi._error\n# cleanup[2] removing gi._gi\n# cleanup[2] removing gi._gobject\n# cleanup[2] removing glib\n# destroy glib\n# cleanup[2] removing gobject\n# cleanup[2] removing gio\n# destroy gio\n# cleanup[2] removing gtk\n# destroy gtk\n# cleanup[2] removing gtk.gdk\n# destroy gtk.gdk\n# cleanup[2] removing gi\n# cleanup[2] removing threading\n# cleanup[2] removing gi._constants\n# cleanup[2] removing gi.docstring\n# cleanup[2] removing gi._propertyhelper\n# cleanup[2] removing gi._signalhelper\n# cleanup[2] removing gi.types\n# cleanup[2] removing gi.module\n# cleanup[2] removing gi.overrides\n# cleanup[2] removing gi.importer\n# cleanup[2] removing gi.repository\n# cleanup[2] removing _socket\n# cleanup[2] removing math\n# cleanup[2] removing select\n# cleanup[2] removing selectors\n# cleanup[2] removing errno\n# cleanup[2] removing array\n# cleanup[2] removing socket\n# cleanup[2] removing __future__\n# destroy __future__\n# cleanup[2] removing signal\n# cleanup[2] removing gi._ossighelper\n# cleanup[2] removing textwrap\n# cleanup[2] removing gettext\n# cleanup[2] removing _locale\n# cleanup[2] removing locale\n# cleanup[2] removing optparse\n# cleanup[2] removing gi._option\n# cleanup[2] removing gi.overrides.GLib\n# cleanup[2] removing gi.repository.GLib\n# cleanup[2] removing gi.overrides.GObject\n# cleanup[2] removing gi.repository.GObject\n# cleanup[2] removing argparse\n# cleanup[2] removing firewall\n# cleanup[2] removing dbus._compat\n# cleanup[2] removing dbus.exceptions\n# cleanup[2] removing _dbus_bindings\n# cleanup[2] removing dbus.types\n# cleanup[2] removing token\n# cleanup[2] removing _tokenize\n# cleanup[2] removing tokenize\n# cleanup[2] removing linecache\n# cleanup[2] removing traceback\n# cleanup[2] removing _string\n# cleanup[2] removing string\n# cleanup[2] removing atexit\n# cleanup[2] removing logging\n# cleanup[2] removing dbus.lowlevel\n# cleanup[2] removing xml\n# cleanup[2] removing xml.parsers\n# cleanup[2] removing pyexpat.errors\n# cleanup[2] removing pyexpat.model\n# cleanup[2] removing pyexpat\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 dbus._expat_introspect_parser\n# cleanup[2] removing dbus.proxies\n# cleanup[2] removing dbus.connection\n# cleanup[2] removing dbus.bus\n# cleanup[2] removing dbus._dbus\n# cleanup[2] removing dbus\n# cleanup[2] removing dbus.mainloop\n# cleanup[2] removing _dbus_glib_bindings\n# cleanup[2] removing dbus.mainloop.glib\n# cleanup[2] removing _struct\n# cleanup[2] removing struct\n# cleanup[2] removing copy\n# cleanup[2] removing firewall.config.dbus\n# cleanup[2] removing firewall.config\n# cleanup[2] removing firewall.core\n# cleanup[2] removing firewall.core.base\n# cleanup[2] removing xml.etree\n# cleanup[2] removing xml.etree.ElementPath\n# cleanup[2] removing _elementtree\n# cleanup[2] removing xml.etree.ElementTree\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 inspect\n# cleanup[2] removing fnmatch\n# cleanup[2] removing syslog\n# cleanup[2] removing fcntl\n# cleanup[2] removing firewall.core.logger\n# cleanup[2] removing firewall.dbus_utils\n# cleanup[2] removing dataclasses\n# destroy dataclasses\n# cleanup[2] removing shlex\n# cleanup[2] removing zlib\n# cleanup[2] removing _compression\n# cleanup[2] removing _bz2\n# cleanup[2] removing bz2\n# destroy bz2\n# cleanup[2] removing _lzma\n# cleanup[2] removing lzma\n# destroy lzma\n# cleanup[2] removing shutil\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 tempfile\n# cleanup[2] removing firewall.functions\n# cleanup[2] removing ipaddress\n# cleanup[2] removing firewall.errors\n# cleanup[2] removing _posixsubprocess\n# cleanup[2] removing subprocess\n# cleanup[2] removing firewall.core.prog\n# cleanup[2] removing firewall.core.ipset\n# cleanup[2] removing firewall.core.rich\n# cleanup[2] removing firewall.client\n# cleanup[2] removing gi.overrides.Gio\n# cleanup[2] removing gi.repository.Gio\n# cleanup[2] removing firewall.core.fw_nm\n# cleanup[2] removing firewall.core.io\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 urllib\n# cleanup[2] removing urllib.parse\n# cleanup[2] removing binascii\n# cleanup[2] removing base64\n# cleanup[2] removing email\n# cleanup[2] removing http\n# cleanup[2] removing email.errors\n# cleanup[2] removing email.quoprimime\n# cleanup[2] removing email.base64mime\n# cleanup[2] removing quopri\n# cleanup[2] removing email.encoders\n# cleanup[2] removing email.charset\n# cleanup[2] removing email.header\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 email.utils\n# cleanup[2] removing email._policybase\n# cleanup[2] removing email.feedparser\n# cleanup[2] removing email.parser\n# cleanup[2] removing email._encoded_words\n# cleanup[2] removing email.iterators\n# cleanup[2] removing email.message\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 firewall.core.io.io_object\n# cleanup[2] removing firewall.core.io.policy\n# cleanup[2] removing firewall.core.io.zone\n# cleanup[2] removing firewall.core.io.service\n# cleanup[2] removing firewall.core.icmp\n# cleanup[2] removing firewall.core.io.ipset\n# cleanup[2] removing firewall.core.io.icmptype\n# cleanup[2] removing firewall.core.io.helper\n# cleanup[2] removing firewall.command\n# destroy _sitebuiltins\n# destroy zlib\n# destroy _bz2\n# destroy _compression\n# destroy _lzma\n# cleanup[3] wiping firewall.command\n# cleanup[3] wiping firewall.core.io.helper\n# cleanup[3] wiping firewall.core.io.icmptype\n# cleanup[3] wiping firewall.core.io.ipset\n# cleanup[3] wiping firewall.core.icmp\n# cleanup[3] wiping firewall.core.io.service\n# cleanup[3] wiping firewall.core.io.zone\n# cleanup[3] wiping firewall.core.io.policy\n# cleanup[3] wiping firewall.core.io.io_object\n# cleanup[3] wiping xml.sax.saxutils\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 email.message\n# destroy quopri\n# cleanup[3] wiping email.iterators\n# cleanup[3] wiping email._encoded_words\n# cleanup[3] wiping email.parser\n# cleanup[3] wiping email.feedparser\n# cleanup[3] wiping email._policybase\n# cleanup[3] wiping email.utils\n# destroy random\n# destroy urllib\n# destroy urllib.parse\n# destroy urllib.response\n# destroy urllib.error\n# destroy urllib.request\n# cleanup[3] wiping email._parseaddr\n# destroy calendar\n# cleanup[3] wiping datetime\n# cleanup[3] wiping _datetime\n# cleanup[3] wiping email.header\n# cleanup[3] wiping email.charset\n# destroy email\n# cleanup[3] wiping email.encoders\n# cleanup[3] wiping email.base64mime\n# cleanup[3] wiping email.quoprimime\n# cleanup[3] wiping email.errors\n# cleanup[3] wiping base64\n# destroy struct\n# cleanup[3] wiping binascii\n# cleanup[3] wiping xml.sax\n# destroy xml.sax._exceptions\n# destroy xml.sax.xmlreader\n# destroy xml.sax.saxutils\n# cleanup[3] wiping xml.sax.handler\n# cleanup[3] wiping firewall.core.io\n# destroy xml\n# destroy xml.parsers\n# destroy xml.parsers.expat\n# destroy xml.etree\n# destroy xml.sax\n# destroy firewall.core.io.io_object\n# destroy firewall.core.io.policy\n# destroy firewall.core.io.zone\n# destroy firewall.core.io.service\n# destroy firewall.core.io.ipset\n# destroy firewall.core.io.icmptype\n# destroy firewall.core.io.helper\n# cleanup[3] wiping firewall.core.fw_nm\n# cleanup[3] wiping gi.repository.Gio\n# cleanup[3] wiping gi.overrides.Gio\n# cleanup[3] wiping firewall.client\n# destroy firewall\n# destroy firewall.config\n# destroy firewall.core\n# destroy firewall.core.base\n# destroy firewall.core.logger\n# destroy firewall.core.prog\n# destroy firewall.core.ipset\n# destroy firewall.core.rich\n# destroy firewall.core.fw_nm\n# destroy firewall.core.io\n# destroy firewall.core.icmp\n# destroy firewall.dbus_utils\n# destroy firewall.command\n# destroy firewall.client\n# cleanup[3] wiping subprocess\n# cleanup[3] wiping _posixsubprocess\n# destroy _posixsubprocess\n# cleanup[3] wiping firewall.errors\n# cleanup[3] wiping ipaddress\n# cleanup[3] wiping firewall.functions\n# destroy shlex\n# destroy string\n# destroy tempfile\n# cleanup[3] wiping _blake2\n# cleanup[3] wiping _hashlib\n# cleanup[3] wiping _random\n# cleanup[3] wiping _bisect\n# cleanup[3] wiping shutil\n# cleanup[3] wiping fcntl\n# cleanup[3] wiping syslog\n# cleanup[3] wiping fnmatch\n# cleanup[3] wiping inspect\n# destroy ast\n# destroy dis\n# destroy token\n# cleanup[3] wiping _opcode\n# cleanup[3] wiping xml.etree.ElementTree\n# cleanup[3] wiping _elementtree\n# cleanup[3] wiping xml.etree.ElementPath\n# cleanup[3] wiping firewall.config.dbus\n# cleanup[3] wiping copy\n# cleanup[3] wiping _struct\n# cleanup[3] wiping dbus.mainloop.glib\n# cleanup[3] wiping _dbus_glib_bindings\n# cleanup[3] wiping dbus.mainloop\n# destroy dbus.mainloop.glib\n# cleanup[3] wiping dbus\n# destroy dbus._compat\n# destroy dbus._expat_introspect_parser\n# destroy dbus._dbus\n# destroy dbus.exceptions\n# destroy dbus.types\n# destroy dbus.lowlevel\n# destroy dbus.proxies\n# destroy dbus.connection\n# destroy dbus.bus\n# destroy dbus.mainloop\n# cleanup[3] wiping xml.parsers.expat.errors\n# cleanup[3] wiping xml.parsers.expat.model\n# cleanup[3] wiping pyexpat\n# destroy pyexpat.errors\n# destroy pyexpat.model\n# cleanup[3] wiping logging\n# cleanup[3] wiping atexit\n# destroy atexit\n# cleanup[3] wiping _string\n# cleanup[3] wiping traceback\n# destroy linecache\n# cleanup[3] wiping tokenize\n# cleanup[3] wiping _tokenize\n# cleanup[3] wiping _dbus_bindings\n# cleanup[3] wiping argparse\n# cleanup[3] wiping gi.repository.GObject\n# cleanup[3] wiping gi.overrides.GObject\n# cleanup[3] wiping gi.repository.GLib\n# cleanup[3] wiping gi.overrides.GLib\n# cleanup[3] wiping gi._option\n# destroy optparse\n# cleanup[3] wiping locale\n# destroy encodings\n# cleanup[3] wiping _locale\n# destroy _locale\n# cleanup[3] wiping gettext\n# cleanup[3] wiping textwrap\n# cleanup[3] wiping gi._ossighelper\n# destroy signal\n# cleanup[3] wiping socket\n# destroy selectors\n# cleanup[3] wiping array\n# cleanup[3] wiping errno\n# cleanup[3] wiping select\n# cleanup[3] wiping math\n# cleanup[3] wiping _socket\n# cleanup[3] wiping gi.repository\n# destroy gi.repository.GLib\n# destroy gi.repository.Gio\n# cleanup[3] wiping gi.importer\n# cleanup[3] wiping gi.overrides\n# destroy gi.overrides.GLib\n# destroy gi.overrides.GObject\n# destroy gi.overrides.Gio\n# cleanup[3] wiping gi.module\n# destroy gi\n# cleanup[3] wiping gi.types\n# cleanup[3] wiping gi._signalhelper\n# cleanup[3] wiping gi._propertyhelper\n# cleanup[3] wiping gi.docstring\n# cleanup[3] wiping gi._constants\n# cleanup[3] wiping threading\n# cleanup[3] wiping gobject\n# cleanup[3] wiping gi._gobject\n# cleanup[3] wiping gi._gi\n# cleanup[3] wiping gi._error\n# cleanup[3] wiping _typing\n# cleanup[3] wiping re\n# destroy re._constants\n# destroy re._casefix\n# destroy re._compiler\n# destroy enum\n# cleanup[3] wiping re._parser\n# cleanup[3] wiping _sre\n# cleanup[3] wiping contextlib\n# cleanup[3] wiping copyreg\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# cleanup[3] wiping warnings\n# cleanup[3] wiping importlib._bootstrap_external\n# cleanup[3] wiping importlib._bootstrap\n# cleanup[3] wiping functools\n# cleanup[3] wiping _functools\n# cleanup[3] wiping types\n# cleanup[3] wiping collections\n# destroy _collections_abc\n# destroy collections.abc\n# cleanup[3] wiping _collections\n# cleanup[3] wiping operator\n# cleanup[3] wiping _operator\n# cleanup[3] wiping keyword\n# cleanup[3] wiping itertools\n# cleanup[3] wiping encodings.utf_8_sig\n# cleanup[3] wiping os\n# destroy posixpath\n# cleanup[3] wiping genericpath\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 _datetime\n# destroy _dbus_glib_bindings\n# destroy sys.monitoring\n# destroy _io\n# destroy _socket\n# destroy gi.repository.GObject\n# destroy argparse\n# destroy zipimport\n# destroy importlib\n# destroy gi.types\n# destroy gi._error\n# destroy gi._gobject\n# destroy gi._constants\n# destroy gi.docstring\n# destroy gi._propertyhelper\n# destroy gi._signalhelper\n# destroy gi.module\n# destroy gi.overrides\n# destroy gi.importer\n# destroy gi.repository\n# destroy gi._ossighelper\n# destroy gi._option\n# destroy gi._gi\n# destroy _collections\n# destroy re._parser\n# destroy array\n# destroy textwrap\n# destroy stat\n# destroy genericpath\n# destroy tokenize\n# destroy _string\n# destroy shutil\n# destroy gettext\n# destroy firewall.config.dbus\n# destroy firewall.functions\n# destroy select\n# destroy _signal\n# destroy dbus\n# destroy xml.etree.ElementTree\n# destroy firewall.errors\n# destroy time\n# destroy fnmatch\n# destroy syslog\n# destroy traceback\n# destroy fcntl\n# destroy xml.sax.handler\n# destroy copy\n# destroy inspect\n# destroy keyword\n# destroy abc\n# destroy _thread\n# destroy copyreg\n# destroy contextlib\n# destroy operator\n# destroy subprocess\n# destroy _typing\n# destroy _tokenize\n# destroy xml.etree.ElementPath\n# destroy collections\n# destroy io\n# destroy _opcode\n# destroy functools\n# destroy types\n# destroy ipaddress\n# destroy _elementtree\n# destroy email.errors\n# destroy email.quoprimime\n# destroy email.base64mime\n# destroy email.encoders\n# destroy email.charset\n# destroy email.header\n# destroy email._parseaddr\n# destroy email.utils\n# destroy email._policybase\n# destroy email.feedparser\n# destroy email.parser\n# destroy email._encoded_words\n# destroy email.iterators\n# destroy email.message\n# destroy http.client\n# destroy socket\n# destroy base64\n# destroy errno\n# destroy _blake2\n# destroy _ssl\n# destroy binascii\n# destroy datetime\n# destroy locale\n# destroy warnings\n# destroy _struct\n# clear sys.meta_path\n# clear sys.modules\n# destroy _frozen_importlib\n# destroy codecs\n# destroy encodings.aliases\n# destroy encodings.utf_8\n# destroy encodings.utf_8_sig\n# destroy _codecs\n# destroy _warnings\n# destroy math\n# destroy _bisect\n# destroy os\n# destroy re\n# destroy _random\n# destroy _hashlib\n# destroy _operator\n# destroy builtins\n# destroy itertools\n# destroy _sre\n# destroy posix\n# destroy _functools\n# clear sys.audit hooks", "rc": 0, "cmd": "set -euo pipefail\nports=\"$(firewall-cmd --info-service=\"smtps\" | \\\n grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\" || :\nif [ -z \"$ports\" ]; then\n include=\"$(firewall-cmd --info-service=\"smtps\" | \\\n awk '/^ +includes:/ {print $2}')\" || :\n if [ -n \"$include\" ]; then\n ports=\"$(firewall-cmd --info-service=\"$include\" | \\\n grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\"\n fi\nfi\nif [ -z \"$ports\" ]; then\n exit 1\nfi\necho \"$ports\"", "start": "2024-09-20 13:25:42.322597", "end": "2024-09-20 13:25:42.519132", "delta": "0:00:00.196535", "msg": "", "invocation": {"module_args": {"_raw_params": "set -euo pipefail\nports=\"$(firewall-cmd --info-service=\"smtps\" | \\\n grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\" || :\nif [ -z \"$ports\" ]; then\n include=\"$(firewall-cmd --info-service=\"smtps\" | \\\n awk '/^ +includes:/ {print $2}')\" || :\n if [ -n \"$include\" ]; then\n ports=\"$(firewall-cmd --info-service=\"$include\" | \\\n grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\"\n fi\nfi\nif [ -z \"$ports\" ]; then\n exit 1\nfi\necho \"$ports\"", "_uses_shell": true, "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 sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # 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 tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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.41.218 closed. 6494 1726853142.55811: done with _execute_module (ansible.legacy.command, {'_raw_params': 'set -euo pipefail\nports="$(firewall-cmd --info-service="smtps" | \\\n grep -E " +ports: +" | sed -e "s/ *ports: //")" || :\nif [ -z "$ports" ]; then\n include="$(firewall-cmd --info-service="smtps" | \\\n awk \'/^ +includes:/ {print $2}\')" || :\n if [ -n "$include" ]; then\n ports="$(firewall-cmd --info-service="$include" | \\\n grep -E " +ports: +" | sed -e "s/ *ports: //")"\n fi\nfi\nif [ -z "$ports" ]; then\n exit 1\nfi\necho "$ports"', '_uses_shell': True, '_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-1726853142.0067673-6939-41626318302317/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6494 1726853142.55815: _low_level_execute_command(): starting 6494 1726853142.55817: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726853142.0067673-6939-41626318302317/ > /dev/null 2>&1 && sleep 0' 6494 1726853142.56137: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853142.56141: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match not found <<< 6494 1726853142.56155: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853142.56224: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853142.56228: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853142.56230: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853142.56375: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853142.58415: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853142.58441: stderr chunk (state=3): >>><<< 6494 1726853142.58445: stdout chunk (state=3): >>><<< 6494 1726853142.58460: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853142.58465: handler run complete 6494 1726853142.58512: Evaluated conditional (False): False 6494 1726853142.58531: attempt loop complete, returning result 6494 1726853142.58550: variable 'item' from source: unknown 6494 1726853142.58612: variable 'item' from source: unknown ok: [managed_node1] => (item=smtps) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nports=\"$(firewall-cmd --info-service=\"smtps\" | \\\n grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\" || :\nif [ -z \"$ports\" ]; then\n include=\"$(firewall-cmd --info-service=\"smtps\" | \\\n awk '/^ +includes:/ {print $2}')\" || :\n if [ -n \"$include\" ]; then\n ports=\"$(firewall-cmd --info-service=\"$include\" | \\\n grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\"\n fi\nfi\nif [ -z \"$ports\" ]; then\n exit 1\nfi\necho \"$ports\"", "delta": "0:00:00.196535", "end": "2024-09-20 13:25:42.519132", "item": "smtps", "rc": 0, "start": "2024-09-20 13:25:42.322597" } STDOUT: 465/tcp 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 0x7fad17b60530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17b2bb60> # /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 0x7fad17b62ab0> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17b71190> # /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 0x7fad17b71fa0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/__init__.py # code object from '/usr/lib64/python3.12/site-packages/gi/__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/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 0x7fad17a028a0> # /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 0x7fad17a02f30> # /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 0x7fad17a038c0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176da480> # /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/__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 0x7fad179da360> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176da7e0> # /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 0x7fad179daed0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176dafc0> # /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 0x7fad179dbbf0> 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 0x7fad179a9400> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad179dbec0> # /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 0x7fad179775c0> # /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 0x7fad17977680> # /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 0x7fad178b8440> # /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' import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad178bad80> # /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 0x7fad1786ce30> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17897a10> # /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 0x7fad1786ce90> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17896090> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad178ba180> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad179aa360> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176d9e20> # possible namespace for /usr/lib/python3.12/site-packages/gi # /usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_error.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc' import 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17976960> # extension module 'gi._gi' loaded from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so' # extension module 'gi._gi' executed from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so' import 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fad17975100> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176d8e30> # /usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/repository/__init__.py # code object from '/usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/importer.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/module.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.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 0x7fad178123c0> # /usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/types.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_constants.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc' import 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad177dda60> # /usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/docstring.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc' import 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad177ddd90> # /usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_propertyhelper.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc' import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad177de240> # /usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_signalhelper.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc' import 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad177deb10> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad177dd310> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17811ee0> # /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/__init__.py # code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc' import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17812240> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17811970> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad179a8d70> # /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GLib.py # code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fad176b7590> # /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 '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 0x7fad17685490> # 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 0x7fad17685e80> import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176b7fe0> import 'errno' # # 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 0x7fad17664170> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176b5b50> # /usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_ossighelper.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.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 0x7fad17664560> # /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 0x7fad17664a10> import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176b67e0> # /usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_option.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py # code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc' # /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 0x7fad1763cd40> # /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 0x7fad1763d640> # /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 0x7fad1763eed0> import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176661b0> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176658e0> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad177dfe00> import 'gi.repository.GLib' # # /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GObject.py # code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc' import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176fede0> import 'gi.repository.GObject' # # destroy gobject # /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' import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17244770> # /usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/__init__.py # code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc' import 'firewall' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17245f10> # /usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/client.py # code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc' import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad172dca70> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc' import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad172dcb30> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc' # extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' # extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' import '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fad172dd280> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad172dd100> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' # /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__/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 0x7fad17321a90> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17320590> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad173202f0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17306570> # /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 0x7fad17322ab0> import 'atexit' # import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad172decf0> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc' import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad1732af30> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.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 0x7fad16fa0200> # /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 0x7fad16fa0440> # /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' # 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 0x7fad16fa05c0> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16fa04a0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad1732bc80> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad1732b0b0> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad1732a450> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad172de270> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad172ddaf0> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad172dc530> # /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/__init__.py # code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc' import 'dbus.mainloop' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad172ddf70> # /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/glib.py # code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc' # extension module '_dbus_glib_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so' # extension module '_dbus_glib_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so' import '_dbus_glib_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fad16fa0860> import 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16fa07a0> # /usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/__init__.py # code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc' # /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 0x7fad16fa0f80> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16fa0e30> # /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 0x7fad16fa3110> # /usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/dbus.py # code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc' import 'firewall.config.dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16fa35c0> import 'firewall.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16fa09b0> # /usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/__init__.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc' import 'firewall.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16fa3530> # /usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/base.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc' import 'firewall.core.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16fa3740> # /usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/dbus_utils.py # code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc' # /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 0x7fad16fa3ef0> # /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 0x7fad16fd31a0> # extension module '_elementtree' loaded from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so' # 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 0x7fad16ff4410> import 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16fa3e30> # /usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/logger.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc' # /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 0x7fad16fd26c0> # /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 0x7fad17085490> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17084860> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17036ae0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16ff5d30> # /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 0x7fad17322510> # 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 0x7fad16b05460> # 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 0x7fad16b057f0> import 'firewall.core.logger' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16ff45c0> import 'firewall.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16fa3980> # /usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/rich.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc' # /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 0x7fad16b30200> # /usr/lib/python3.12/site-packages/firewall/__pycache__/functions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/functions.py # code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/functions.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 0x7fad16b33620> # /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__/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 0x7fad16b57920> # /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 0x7fad16b7c830> # 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 0x7fad16b7ce90> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b57d40> # /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 0x7fad16b7d850> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b7cf80> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b55910> # /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 0x7fad16b7fb60> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b7f890> # 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 0x7fad16b7fb90> # /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 0x7fad16ba4410> # 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 0x7fad16ba4da0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b7fce0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b55fa0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b33e90> import 'firewall.functions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b32120> # /usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/ipset.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.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 0x7fad16ba57c0> # /usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/errors.py # code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc' import 'firewall.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16bd8740> # /usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/prog.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc' # /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' # 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 0x7fad16bfce90> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16bdb0e0> import 'firewall.core.prog' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16bdaf30> import 'firewall.core.ipset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b7ff80> import 'firewall.core.rich' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b06780> import 'firewall.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17246b40> # /usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/fw_nm.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc' # destroy gi.repository.GModule import 'gi.repository.GModule' # # /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/Gio.py # code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc' import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16584d70> import 'gi.repository.Gio' # # destroy gi.repository.NM import 'gi.repository.NM' # import 'firewall.core.fw_nm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16584230> # /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/__init__.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc' import 'firewall.core.io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad165848c0> # /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/zone.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc' # /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 0x7fad165a8d40> # /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 0x7fad165a93a0> import 'xml.sax.xmlreader' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16587770> import 'xml.sax' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16587470> # /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/io_object.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc' # /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__/__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 0x7fad165abfb0> # /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' import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad165cc080> # /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/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.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 0x7fad160cc830> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad165ef4d0> # /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 0x7fad160ccaa0> # /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 0x7fad160ccd40> # /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/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' # /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 0x7fad16105130> # /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' # /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' import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad161075c0> # /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' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad161074d0> # /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__/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' # /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 0x7fad161300e0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad1612bc80> import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad1612b170> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16106840> # /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__/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 0x7fad16131a90> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16131850> # /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 0x7fad161333b0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16132030> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad1612aff0> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad161051c0> import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16104530> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad160cffe0> # /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/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 0x7fad16153890> # /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 0x7fad16153f50> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16133bf0> # /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 0x7fad1618ac90> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad161883b0> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad160cdee0> # /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 0x7fad15ec2600> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad160cfec0> import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad165cecf0> import 'xml.sax.saxutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad165aacf0> import 'firewall.core.io.io_object' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad165a9f40> # /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/policy.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc' import 'firewall.core.io.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad165aa750> import 'firewall.core.io.zone' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16584d40> # /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/service.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc' import 'firewall.core.io.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad15ec3830> # /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/ipset.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc' # /usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/icmp.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc' import 'firewall.core.icmp' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad15ef0380> import 'firewall.core.io.ipset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad15ec3b90> # /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/icmptype.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc' import 'firewall.core.io.icmptype' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad15ef0e00> # /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/helper.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc' import 'firewall.core.io.helper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad15ef1220> # /usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/command.py # code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc' import 'firewall.command' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad15ef1640> # 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__ # destroy __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 itertools # cleanup[2] removing 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 types # cleanup[2] removing _functools # cleanup[2] removing functools # 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 copyreg # cleanup[2] removing contextlib # 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 re # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # 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 # 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 threading # 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 _socket # cleanup[2] removing math # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing errno # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing signal # cleanup[2] removing gi._ossighelper # cleanup[2] removing textwrap # cleanup[2] removing gettext # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing optparse # cleanup[2] removing gi._option # cleanup[2] removing gi.overrides.GLib # cleanup[2] removing gi.repository.GLib # cleanup[2] removing gi.overrides.GObject # cleanup[2] removing gi.repository.GObject # cleanup[2] removing argparse # cleanup[2] removing firewall # cleanup[2] removing dbus._compat # cleanup[2] removing dbus.exceptions # cleanup[2] removing _dbus_bindings # cleanup[2] removing dbus.types # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing traceback # cleanup[2] removing _string # cleanup[2] removing string # cleanup[2] removing atexit # cleanup[2] removing logging # cleanup[2] removing dbus.lowlevel # cleanup[2] removing xml # cleanup[2] removing 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 # 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 dbus.mainloop # cleanup[2] removing _dbus_glib_bindings # cleanup[2] removing dbus.mainloop.glib # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing copy # cleanup[2] removing firewall.config.dbus # cleanup[2] removing firewall.config # cleanup[2] removing firewall.core # cleanup[2] removing firewall.core.base # cleanup[2] removing xml.etree # cleanup[2] removing xml.etree.ElementPath # cleanup[2] removing _elementtree # cleanup[2] removing xml.etree.ElementTree # 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 inspect # cleanup[2] removing fnmatch # cleanup[2] removing syslog # cleanup[2] removing fcntl # cleanup[2] removing firewall.core.logger # cleanup[2] removing firewall.dbus_utils # cleanup[2] removing dataclasses # destroy dataclasses # cleanup[2] removing shlex # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # destroy bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # destroy lzma # cleanup[2] removing shutil # 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 firewall.functions # cleanup[2] removing ipaddress # cleanup[2] removing firewall.errors # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing firewall.core.prog # cleanup[2] removing firewall.core.ipset # cleanup[2] removing firewall.core.rich # cleanup[2] removing firewall.client # cleanup[2] removing gi.overrides.Gio # cleanup[2] removing gi.repository.Gio # cleanup[2] removing firewall.core.fw_nm # cleanup[2] removing firewall.core.io # 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 urllib # cleanup[2] removing urllib.parse # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing email # cleanup[2] removing http # cleanup[2] removing email.errors # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing quopri # cleanup[2] removing email.encoders # cleanup[2] removing email.charset # cleanup[2] removing email.header # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.utils # cleanup[2] removing email._policybase # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing email._encoded_words # cleanup[2] removing email.iterators # cleanup[2] removing email.message # 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 firewall.core.io.io_object # cleanup[2] removing firewall.core.io.policy # cleanup[2] removing firewall.core.io.zone # cleanup[2] removing firewall.core.io.service # cleanup[2] removing firewall.core.icmp # cleanup[2] removing firewall.core.io.ipset # cleanup[2] removing firewall.core.io.icmptype # cleanup[2] removing firewall.core.io.helper # cleanup[2] removing firewall.command # destroy _sitebuiltins # destroy zlib # destroy _bz2 # destroy _compression # destroy _lzma # cleanup[3] wiping firewall.command # cleanup[3] wiping firewall.core.io.helper # cleanup[3] wiping firewall.core.io.icmptype # cleanup[3] wiping firewall.core.io.ipset # cleanup[3] wiping firewall.core.icmp # cleanup[3] wiping firewall.core.io.service # cleanup[3] wiping firewall.core.io.zone # cleanup[3] wiping firewall.core.io.policy # cleanup[3] wiping firewall.core.io.io_object # cleanup[3] wiping xml.sax.saxutils # 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 email.message # destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email._encoded_words # cleanup[3] wiping email.parser # cleanup[3] wiping email.feedparser # cleanup[3] wiping email._policybase # cleanup[3] wiping email.utils # destroy random # destroy urllib # destroy urllib.parse # destroy urllib.response # destroy urllib.error # destroy urllib.request # cleanup[3] wiping email._parseaddr # destroy calendar # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping email.header # cleanup[3] wiping email.charset # destroy email # cleanup[3] wiping email.encoders # cleanup[3] wiping email.base64mime # cleanup[3] wiping email.quoprimime # cleanup[3] wiping email.errors # cleanup[3] wiping base64 # destroy struct # cleanup[3] wiping binascii # cleanup[3] wiping xml.sax # destroy xml.sax._exceptions # destroy xml.sax.xmlreader # destroy xml.sax.saxutils # cleanup[3] wiping xml.sax.handler # cleanup[3] wiping firewall.core.io # destroy xml # destroy xml.parsers # destroy xml.parsers.expat # destroy xml.etree # destroy xml.sax # destroy firewall.core.io.io_object # destroy firewall.core.io.policy # destroy firewall.core.io.zone # destroy firewall.core.io.service # destroy firewall.core.io.ipset # destroy firewall.core.io.icmptype # destroy firewall.core.io.helper # cleanup[3] wiping firewall.core.fw_nm # cleanup[3] wiping gi.repository.Gio # cleanup[3] wiping gi.overrides.Gio # cleanup[3] wiping firewall.client # destroy firewall # destroy firewall.config # destroy firewall.core # destroy firewall.core.base # destroy firewall.core.logger # destroy firewall.core.prog # destroy firewall.core.ipset # destroy firewall.core.rich # destroy firewall.core.fw_nm # destroy firewall.core.io # destroy firewall.core.icmp # destroy firewall.dbus_utils # destroy firewall.command # destroy firewall.client # cleanup[3] wiping subprocess # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping firewall.errors # cleanup[3] wiping ipaddress # cleanup[3] wiping firewall.functions # destroy shlex # destroy string # destroy tempfile # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping shutil # cleanup[3] wiping fcntl # cleanup[3] wiping syslog # cleanup[3] wiping fnmatch # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping xml.etree.ElementTree # cleanup[3] wiping _elementtree # cleanup[3] wiping xml.etree.ElementPath # cleanup[3] wiping firewall.config.dbus # cleanup[3] wiping copy # cleanup[3] wiping _struct # 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 # 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.mainloop # cleanup[3] wiping xml.parsers.expat.errors # cleanup[3] wiping xml.parsers.expat.model # cleanup[3] wiping pyexpat # destroy pyexpat.errors # destroy pyexpat.model # cleanup[3] wiping logging # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping _string # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping _dbus_bindings # cleanup[3] wiping argparse # cleanup[3] wiping gi.repository.GObject # cleanup[3] wiping gi.overrides.GObject # cleanup[3] wiping gi.repository.GLib # cleanup[3] wiping gi.overrides.GLib # cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping gettext # cleanup[3] wiping textwrap # cleanup[3] wiping gi._ossighelper # destroy signal # cleanup[3] wiping socket # destroy selectors # cleanup[3] wiping array # cleanup[3] wiping errno # cleanup[3] wiping select # cleanup[3] wiping math # cleanup[3] wiping _socket # cleanup[3] wiping gi.repository # destroy gi.repository.GLib # destroy gi.repository.Gio # cleanup[3] wiping gi.importer # cleanup[3] wiping gi.overrides # destroy gi.overrides.GLib # destroy gi.overrides.GObject # destroy gi.overrides.Gio # 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 threading # cleanup[3] wiping gobject # cleanup[3] wiping gi._gobject # cleanup[3] wiping gi._gi # cleanup[3] wiping gi._error # cleanup[3] wiping _typing # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping contextlib # cleanup[3] wiping copyreg # 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 # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping types # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping keyword # cleanup[3] wiping itertools # 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 # 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 _datetime # destroy _dbus_glib_bindings # destroy sys.monitoring # destroy _io # destroy _socket # destroy gi.repository.GObject # destroy argparse # destroy zipimport # destroy importlib # destroy gi.types # destroy gi._error # 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 gi._gi # destroy _collections # destroy re._parser # destroy array # destroy textwrap # destroy stat # destroy genericpath # destroy tokenize # destroy _string # destroy shutil # destroy gettext # destroy firewall.config.dbus # destroy firewall.functions # destroy select # destroy _signal # destroy dbus # destroy xml.etree.ElementTree # destroy firewall.errors # destroy time # destroy fnmatch # destroy syslog # destroy traceback # destroy fcntl # destroy xml.sax.handler # destroy copy # destroy inspect # destroy keyword # destroy abc # destroy _thread # destroy copyreg # destroy contextlib # destroy operator # destroy subprocess # destroy _typing # destroy _tokenize # destroy xml.etree.ElementPath # destroy collections # destroy io # destroy _opcode # destroy functools # destroy types # destroy ipaddress # destroy _elementtree # destroy email.errors # destroy email.quoprimime # destroy email.base64mime # destroy email.encoders # destroy email.charset # destroy email.header # destroy email._parseaddr # destroy email.utils # destroy email._policybase # destroy email.feedparser # destroy email.parser # destroy email._encoded_words # destroy email.iterators # destroy email.message # destroy http.client # destroy socket # destroy base64 # destroy errno # destroy _blake2 # destroy _ssl # destroy binascii # destroy datetime # destroy locale # destroy warnings # destroy _struct # 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 _codecs # destroy _warnings # destroy math # destroy _bisect # destroy os # destroy re # destroy _random # destroy _hashlib # destroy _operator # destroy builtins # destroy itertools # destroy _sre # destroy posix # destroy _functools # clear sys.audit hooks 6494 1726853142.59315: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853142.59318: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853142.59321: variable 'omit' from source: magic vars 6494 1726853142.59328: variable 'postfix_manage_selinux' from source: include params 6494 1726853142.59330: Evaluated conditional (postfix_manage_selinux | bool): True 6494 1726853142.59345: variable 'postfix_manage_firewall' from source: include params 6494 1726853142.59348: Evaluated conditional (postfix_manage_firewall | bool): True 6494 1726853142.59350: variable 'ansible_facts' from source: unknown 6494 1726853142.59352: Evaluated conditional (ansible_facts['os_family'] == 'RedHat'): True 6494 1726853142.59533: variable 'ansible_facts' from source: unknown 6494 1726853142.59536: Evaluated conditional (ansible_facts['distribution_version'] is version('7', '>=')): True 6494 1726853142.59689: variable 'postfix_manage_selinux' from source: include params 6494 1726853142.59710: Evaluated conditional (postfix_manage_selinux | bool): True 6494 1726853142.59826: variable 'postfix_manage_firewall' from source: include params 6494 1726853142.59830: Evaluated conditional (postfix_manage_firewall | bool): True 6494 1726853142.60002: variable 'ansible_facts' from source: unknown 6494 1726853142.60005: Evaluated conditional (ansible_facts['os_family'] == 'RedHat'): True 6494 1726853142.60167: variable 'ansible_facts' from source: unknown 6494 1726853142.60185: Evaluated conditional (ansible_facts['distribution_version'] is version('7', '>=')): True 6494 1726853142.60188: variable 'omit' from source: magic vars 6494 1726853142.60198: variable 'omit' from source: magic vars 6494 1726853142.60310: variable 'item' from source: unknown 6494 1726853142.60324: variable 'omit' from source: magic vars 6494 1726853142.60342: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6494 1726853142.60350: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853142.60355: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853142.60367: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6494 1726853142.60369: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853142.60374: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853142.60476: Set connection var ansible_shell_type to sh 6494 1726853142.60480: Set connection var ansible_pipelining to False 6494 1726853142.60482: Set connection var ansible_shell_executable to /bin/sh 6494 1726853142.60484: Set connection var ansible_timeout to 10 6494 1726853142.60496: Set connection var ansible_connection to ssh 6494 1726853142.60499: Set connection var ansible_module_compression to ZIP_DEFLATED 6494 1726853142.60552: variable 'ansible_shell_executable' from source: unknown 6494 1726853142.60575: variable 'ansible_connection' from source: unknown 6494 1726853142.60579: variable 'ansible_module_compression' from source: unknown 6494 1726853142.60581: variable 'ansible_shell_type' from source: unknown 6494 1726853142.60583: variable 'ansible_shell_executable' from source: unknown 6494 1726853142.60585: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853142.60587: variable 'ansible_pipelining' from source: unknown 6494 1726853142.60589: variable 'ansible_timeout' from source: unknown 6494 1726853142.60590: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853142.60702: 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=False) 6494 1726853142.60705: variable 'omit' from source: magic vars 6494 1726853142.60708: starting attempt loop 6494 1726853142.60710: running the handler 6494 1726853142.60712: 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) 6494 1726853142.60740: _low_level_execute_command(): starting 6494 1726853142.60743: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6494 1726853142.61423: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match not found <<< 6494 1726853142.61427: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853142.61480: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853142.61523: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853142.61661: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853142.63454: stdout chunk (state=3): >>>/root <<< 6494 1726853142.63571: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853142.63598: stderr chunk (state=3): >>><<< 6494 1726853142.63607: stdout chunk (state=3): >>><<< 6494 1726853142.63669: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853142.63672: _low_level_execute_command(): starting 6494 1726853142.63675: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726853142.6364775-6939-87990618828807 `" && echo ansible-tmp-1726853142.6364775-6939-87990618828807="` echo /root/.ansible/tmp/ansible-tmp-1726853142.6364775-6939-87990618828807 `" ) && sleep 0' 6494 1726853142.64300: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853142.64303: 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.41.218 originally 10.31.41.218 debug2: match not found <<< 6494 1726853142.64306: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 is address debug1: re-parsing configuration <<< 6494 1726853142.64308: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6494 1726853142.64310: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853142.64321: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853142.64336: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853142.64499: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853142.66581: stdout chunk (state=3): >>>ansible-tmp-1726853142.6364775-6939-87990618828807=/root/.ansible/tmp/ansible-tmp-1726853142.6364775-6939-87990618828807 <<< 6494 1726853142.66690: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853142.66723: stderr chunk (state=3): >>><<< 6494 1726853142.66726: stdout chunk (state=3): >>><<< 6494 1726853142.66747: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726853142.6364775-6939-87990618828807=/root/.ansible/tmp/ansible-tmp-1726853142.6364775-6939-87990618828807 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853142.66768: variable 'ansible_module_compression' from source: unknown 6494 1726853142.66799: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6494dydhg1yg/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 6494 1726853142.66820: variable 'ansible_facts' from source: unknown 6494 1726853142.66863: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726853142.6364775-6939-87990618828807/AnsiballZ_command.py 6494 1726853142.66963: Sending initial data 6494 1726853142.66966: Sent initial data (153 bytes) 6494 1726853142.67600: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853142.67623: 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853142.67692: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853142.67696: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853142.67856: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853142.69647: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6494 1726853142.69767: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6494 1726853142.69898: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6494dydhg1yg/tmp8jt8i7ro /root/.ansible/tmp/ansible-tmp-1726853142.6364775-6939-87990618828807/AnsiballZ_command.py <<< 6494 1726853142.69904: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726853142.6364775-6939-87990618828807/AnsiballZ_command.py" <<< 6494 1726853142.70029: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6494dydhg1yg/tmp8jt8i7ro" to remote "/root/.ansible/tmp/ansible-tmp-1726853142.6364775-6939-87990618828807/AnsiballZ_command.py" <<< 6494 1726853142.70035: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726853142.6364775-6939-87990618828807/AnsiballZ_command.py" <<< 6494 1726853142.70868: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853142.70917: stderr chunk (state=3): >>><<< 6494 1726853142.70921: stdout chunk (state=3): >>><<< 6494 1726853142.70939: done transferring module to remote 6494 1726853142.70949: _low_level_execute_command(): starting 6494 1726853142.70953: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726853142.6364775-6939-87990618828807/ /root/.ansible/tmp/ansible-tmp-1726853142.6364775-6939-87990618828807/AnsiballZ_command.py && sleep 0' 6494 1726853142.71574: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853142.71578: 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.41.218 originally 10.31.41.218 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853142.71585: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853142.71588: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match found <<< 6494 1726853142.71590: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853142.71608: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853142.71742: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853142.73697: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853142.73730: stderr chunk (state=3): >>><<< 6494 1726853142.73736: stdout chunk (state=3): >>><<< 6494 1726853142.73759: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853142.73762: _low_level_execute_command(): starting 6494 1726853142.73764: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726853142.6364775-6939-87990618828807/AnsiballZ_command.py && sleep 0' 6494 1726853142.74371: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6494 1726853142.74374: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 is address debug1: re-parsing configuration <<< 6494 1726853142.74376: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match found <<< 6494 1726853142.74379: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853142.74450: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853142.74588: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853142.76953: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 6494 1726853142.76957: stdout chunk (state=3): >>>import _imp # builtin <<< 6494 1726853142.76993: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 6494 1726853142.76996: stdout chunk (state=3): >>>import '_weakref' # <<< 6494 1726853142.77071: stdout chunk (state=3): >>>import '_io' # <<< 6494 1726853142.77075: stdout chunk (state=3): >>>import 'marshal' # <<< 6494 1726853142.77111: stdout chunk (state=3): >>>import 'posix' # <<< 6494 1726853142.77151: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 6494 1726853142.77173: stdout chunk (state=3): >>>import 'time' # <<< 6494 1726853142.77192: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 6494 1726853142.77236: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py<<< 6494 1726853142.77246: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853142.77273: stdout chunk (state=3): >>>import '_codecs' # <<< 6494 1726853142.77293: stdout chunk (state=3): >>>import 'codecs' # <<< 6494 1726853142.77323: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 6494 1726853142.77355: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 6494 1726853142.77366: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f02273684d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0227337b30> <<< 6494 1726853142.77399: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 6494 1726853142.77406: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f022736aa50> <<< 6494 1726853142.77431: stdout chunk (state=3): >>>import '_signal' # <<< 6494 1726853142.77457: stdout chunk (state=3): >>>import '_abc' # <<< 6494 1726853142.77481: stdout chunk (state=3): >>>import 'abc' # <<< 6494 1726853142.77484: stdout chunk (state=3): >>>import 'io' # <<< 6494 1726853142.77519: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 6494 1726853142.77613: stdout chunk (state=3): >>>import '_collections_abc' # <<< 6494 1726853142.77646: stdout chunk (state=3): >>>import 'genericpath' # <<< 6494 1726853142.77652: stdout chunk (state=3): >>>import 'posixpath' # <<< 6494 1726853142.77690: stdout chunk (state=3): >>>import 'os' # <<< 6494 1726853142.77715: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 6494 1726853142.77720: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 6494 1726853142.77739: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 6494 1726853142.77767: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 6494 1726853142.77809: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f022715d130> <<< 6494 1726853142.77860: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 6494 1726853142.77877: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853142.77882: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f022715dfa0> <<< 6494 1726853142.77921: stdout chunk (state=3): >>>import 'site' # <<< 6494 1726853142.77945: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 6494 1726853142.78177: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 6494 1726853142.78199: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 6494 1726853142.78236: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853142.78251: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 6494 1726853142.78287: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 6494 1726853142.78307: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 6494 1726853142.78335: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 6494 1726853142.78378: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f022719be00> <<< 6494 1726853142.78391: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 6494 1726853142.78417: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # <<< 6494 1726853142.78423: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f022719bec0> <<< 6494 1726853142.78441: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 6494 1726853142.78483: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 6494 1726853142.78496: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 6494 1726853142.78568: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # <<< 6494 1726853142.78606: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' <<< 6494 1726853142.78622: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f02271d37d0> <<< 6494 1726853142.78650: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 6494 1726853142.78658: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f02271d3e60> <<< 6494 1726853142.78675: stdout chunk (state=3): >>>import '_collections' # <<< 6494 1726853142.78710: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f02271b3ad0> <<< 6494 1726853142.78725: stdout chunk (state=3): >>>import '_functools' # <<< 6494 1726853142.78758: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f02271b11f0> <<< 6494 1726853142.78855: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0227198fb0> <<< 6494 1726853142.78883: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 6494 1726853142.78904: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 6494 1726853142.78916: stdout chunk (state=3): >>>import '_sre' # <<< 6494 1726853142.78938: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 6494 1726853142.78963: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 6494 1726853142.78988: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 6494 1726853142.78991: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 6494 1726853142.79025: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f02271f3770> <<< 6494 1726853142.79046: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f02271f2390> <<< 6494 1726853142.79081: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 6494 1726853142.79087: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f02271b2090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f02271f0bc0> <<< 6494 1726853142.79130: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 6494 1726853142.79205: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0227228800> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0227198230> <<< 6494 1726853142.79217: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 6494 1726853142.79265: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0227228cb0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0227228b60> <<< 6494 1726853142.79327: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853142.79337: stdout chunk (state=3): >>>import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0227228ef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0227196d50> <<< 6494 1726853142.79339: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853142.79368: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 6494 1726853142.79406: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 6494 1726853142.79408: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0227229580> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0227229250> import 'importlib.machinery' # <<< 6494 1726853142.79453: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 6494 1726853142.79459: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 6494 1726853142.79473: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f022722a480> <<< 6494 1726853142.79495: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 6494 1726853142.79529: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 6494 1726853142.79589: stdout chunk (state=3): >>># 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 0x7f02272406b0> <<< 6494 1726853142.79617: stdout chunk (state=3): >>>import 'errno' # <<< 6494 1726853142.79619: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853142.79648: stdout chunk (state=3): >>># 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 0x7f0227241d90> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 6494 1726853142.79665: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 6494 1726853142.79686: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 6494 1726853142.79689: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0227242c30> <<< 6494 1726853142.79758: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853142.79760: stdout chunk (state=3): >>># 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 0x7f0227243290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0227242180> <<< 6494 1726853142.79763: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 6494 1726853142.79789: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 6494 1726853142.79847: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0227243d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0227243440> <<< 6494 1726853142.79899: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f022722a4e0> <<< 6494 1726853142.79914: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 6494 1726853142.79964: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 6494 1726853142.79968: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 6494 1726853142.80013: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 6494 1726853142.80105: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0226fbfbc0> <<< 6494 1726853142.80114: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853142.80120: stdout chunk (state=3): >>># 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 0x7f0226fe86e0> <<< 6494 1726853142.80122: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0226fe8440> <<< 6494 1726853142.80123: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853142.80124: stdout chunk (state=3): >>>import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0226fe8620> <<< 6494 1726853142.80145: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 6494 1726853142.80204: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853142.80341: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0226fe8fe0> <<< 6494 1726853142.80472: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853142.80476: stdout chunk (state=3): >>># extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0226fe9970> <<< 6494 1726853142.80497: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0226fe8890> <<< 6494 1726853142.80547: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0226fbdd60> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 6494 1726853142.80550: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 6494 1726853142.80595: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 6494 1726853142.80610: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0226feacf0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0226fe8e60> <<< 6494 1726853142.80637: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f022722abd0> <<< 6494 1726853142.80673: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 6494 1726853142.80725: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853142.80743: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 6494 1726853142.80790: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 6494 1726853142.80826: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0227017020> <<< 6494 1726853142.80890: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853142.80907: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 6494 1726853142.80914: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 6494 1726853142.80960: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f022703b3e0> <<< 6494 1726853142.80980: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 6494 1726853142.81037: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 6494 1726853142.81099: stdout chunk (state=3): >>>import 'ntpath' # <<< 6494 1726853142.81105: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f02270981a0> <<< 6494 1726853142.81138: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 6494 1726853142.81153: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 6494 1726853142.81175: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 6494 1726853142.81220: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 6494 1726853142.81305: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f022709a8d0> <<< 6494 1726853142.81380: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f02270982c0> <<< 6494 1726853142.81418: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0227065190> <<< 6494 1726853142.81447: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 6494 1726853142.81472: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f022692d1f0> <<< 6494 1726853142.81476: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f022703a1e0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0226febbf0> <<< 6494 1726853142.81603: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 6494 1726853142.81612: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f022703a8a0> <<< 6494 1726853142.81795: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_0nqet9zc/ansible_ansible.legacy.command_payload.zip' <<< 6494 1726853142.81800: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.81935: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.81963: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 6494 1726853142.81978: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 6494 1726853142.82020: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 6494 1726853142.82103: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 6494 1726853142.82145: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f022697ef00> <<< 6494 1726853142.82160: stdout chunk (state=3): >>>import '_typing' # <<< 6494 1726853142.82340: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0226961df0> <<< 6494 1726853142.82344: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0226960f50> <<< 6494 1726853142.82348: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.82375: stdout chunk (state=3): >>>import 'ansible' # <<< 6494 1726853142.82379: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.82405: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.82418: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.82435: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 6494 1726853142.82443: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.83890: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.85081: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 6494 1726853142.85096: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f022697cdd0> <<< 6494 1726853142.85111: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853142.85142: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 6494 1726853142.85180: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 6494 1726853142.85213: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f02269ae7e0> <<< 6494 1726853142.85241: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f02269ae570> <<< 6494 1726853142.85287: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f02269ade80> <<< 6494 1726853142.85309: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 6494 1726853142.85313: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 6494 1726853142.85343: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f02269ae5d0> <<< 6494 1726853142.85346: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f022697fb90> <<< 6494 1726853142.85349: stdout chunk (state=3): >>>import 'atexit' # <<< 6494 1726853142.85405: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853142.85408: stdout chunk (state=3): >>># extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f02269af440> <<< 6494 1726853142.85411: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f02269af680> <<< 6494 1726853142.85439: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 6494 1726853142.85509: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 6494 1726853142.85511: stdout chunk (state=3): >>>import '_locale' # <<< 6494 1726853142.85578: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f02269afbc0> import 'pwd' # <<< 6494 1726853142.85592: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 6494 1726853142.85611: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 6494 1726853142.85653: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f02268119a0> <<< 6494 1726853142.85670: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853142.85674: stdout chunk (state=3): >>># extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f02268135c0> <<< 6494 1726853142.85711: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 6494 1726853142.85717: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 6494 1726853142.85757: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0226813ef0> <<< 6494 1726853142.85769: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 6494 1726853142.85826: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f02268150a0> <<< 6494 1726853142.85849: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 6494 1726853142.85901: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 6494 1726853142.85908: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 6494 1726853142.85973: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0226817b60> <<< 6494 1726853142.86007: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0226962ff0> <<< 6494 1726853142.86037: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0226815e20> <<< 6494 1726853142.86045: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 6494 1726853142.86077: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 6494 1726853142.86113: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 6494 1726853142.86119: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 6494 1726853142.86130: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 6494 1726853142.86174: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 6494 1726853142.86182: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 6494 1726853142.86196: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0226823a40> <<< 6494 1726853142.86201: stdout chunk (state=3): >>>import '_tokenize' # <<< 6494 1726853142.86284: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0226822510> <<< 6494 1726853142.86292: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0226822270> <<< 6494 1726853142.86307: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 6494 1726853142.86312: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 6494 1726853142.86377: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f02268227e0> <<< 6494 1726853142.86424: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0226816330> <<< 6494 1726853142.86443: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0226867d40> <<< 6494 1726853142.86470: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc'<<< 6494 1726853142.86478: stdout chunk (state=3): >>> import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0226867f50> <<< 6494 1726853142.86495: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 6494 1726853142.86539: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 6494 1726853142.86542: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 6494 1726853142.86583: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853142.86586: stdout chunk (state=3): >>># extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0226869910> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f02268696d0> <<< 6494 1726853142.86606: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 6494 1726853142.86742: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 6494 1726853142.86797: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f022686be60> <<< 6494 1726853142.86820: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f022686a000> <<< 6494 1726853142.86835: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 6494 1726853142.86868: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853142.86885: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 6494 1726853142.86917: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 6494 1726853142.86962: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f022686f5f0> <<< 6494 1726853142.87094: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f022686bf80> <<< 6494 1726853142.87171: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0226870890> <<< 6494 1726853142.87198: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0226870740> <<< 6494 1726853142.87236: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'<<< 6494 1726853142.87243: stdout chunk (state=3): >>> import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f02268708c0> <<< 6494 1726853142.87249: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0226868290> <<< 6494 1726853142.87272: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 6494 1726853142.87294: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 6494 1726853142.87326: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 6494 1726853142.87351: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853142.87389: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0226873f80> <<< 6494 1726853142.87553: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853142.87561: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f02268fd1f0> <<< 6494 1726853142.87568: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0226872750> <<< 6494 1726853142.87607: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0226873b00> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0226872360> <<< 6494 1726853142.87612: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.87651: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.87658: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 6494 1726853142.87746: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.87843: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.87846: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 6494 1726853142.87878: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.87884: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.87890: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 6494 1726853142.87909: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.88026: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.88146: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.88723: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.89292: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 6494 1726853142.89307: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 6494 1726853142.89318: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 6494 1726853142.89329: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 6494 1726853142.89350: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853142.89418: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0226701400> <<< 6494 1726853142.89502: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 6494 1726853142.89520: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0226702150> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f02268fd640> <<< 6494 1726853142.89584: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 6494 1726853142.89589: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.89610: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.89626: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 6494 1726853142.89644: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.89795: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.89958: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 6494 1726853142.89962: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0226701e50><<< 6494 1726853142.89981: stdout chunk (state=3): >>> # zipimport: zlib available <<< 6494 1726853142.90475: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.90948: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.91010: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.91078: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 6494 1726853142.91098: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.91129: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.91179: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 6494 1726853142.91184: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.91253: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.91328: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 6494 1726853142.91350: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.91354: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.91375: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 6494 1726853142.91412: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.91460: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 6494 1726853142.91476: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.91698: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.91938: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 6494 1726853142.91994: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 6494 1726853142.92011: stdout chunk (state=3): >>>import '_ast' # <<< 6494 1726853142.92087: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0226703230> <<< 6494 1726853142.92093: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.92174: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.92270: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 6494 1726853142.92282: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available <<< 6494 1726853142.92321: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.92369: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 6494 1726853142.92379: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.92416: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.92459: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.92522: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.92607: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 6494 1726853142.92639: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853142.92735: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'<<< 6494 1726853142.92740: stdout chunk (state=3): >>> import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f022670dc40> <<< 6494 1726853142.92768: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f022670ba70> <<< 6494 1726853142.92797: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 6494 1726853142.92804: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.92870: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.92953: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.92966: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.93007: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853142.93049: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 6494 1726853142.93061: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 6494 1726853142.93081: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 6494 1726853142.93141: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 6494 1726853142.93157: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 6494 1726853142.93174: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 6494 1726853142.93269: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f02269fa7e0> <<< 6494 1726853142.93281: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f02269de4b0> <<< 6494 1726853142.93359: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f022670de50> <<< 6494 1726853142.93372: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f022670dcd0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 6494 1726853142.93394: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.93421: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.93424: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 6494 1726853142.93484: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 6494 1726853142.93504: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.93511: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.93526: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 6494 1726853142.93534: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.93650: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853142.93766: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 6494 1726853142.93772: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 6494 1726853142.93788: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f022670ddc0> <<< 6494 1726853142.93870: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853143.53516: stdout chunk (state=3): >>> {"changed": true, "stdout": "587/tcp", "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 0x7f5634e18530>\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634de3b60>\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 0x7f5634e1aab0>\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/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 0x7f5634be9190>\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 0x7f5634be9fa0>\nimport 'site' # \nPython 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__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/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 0x7f5634cda8a0>\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 0x7f5634cdaf30>\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 0x7f5634cdb8c0>\nimport '_collections' # \nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56349aa480>\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/__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 0x7f5634cb2360>\nimport '_functools' # \nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56349aa7e0>\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/li<<< 6494 1726853143.53534: stdout chunk (state=3): >>>b64/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 0x7f5634cb2ed0>\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56349abfe0>\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 0x7f5634cb3bf0>\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 0x7f5634c81400>\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634cb3ec0>\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 0x7f5634c4f5c0>\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 0x7f5634c4f680>\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 0x7f5634b90440>\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'\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634b92de0>\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 0x7f5634b44e30>\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634b6fa10>\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 0x7f5634b44e90>\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634b6e0c0>\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634b921b0>\nimport '_typing' # \nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634c82360>\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56349a9e20>\n# possible namespace for /usr/lib/python3.12/site-packages/gi\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_error.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc'\nimport 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634c4eb70>\n# extension module 'gi._gi' loaded from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so'\n# extension module 'gi._gi' executed from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so'\nimport 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5634c4d100>\nimport 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56349a8e30>\n# /usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/repository/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/importer.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/module.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc'\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 0x7f5634aea3f0>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/types.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_constants.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc'\nimport 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634ab5a90>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/docstring.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc'\nimport 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634ab5dc0>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_propertyhelper.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc'\nimport 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634ab6270>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_signalhelper.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc'\nimport 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634ab6b40>\nimport 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634ab5340>\nimport 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634ae9f10>\n# /usr/lib/python3.12<<< 6494 1726853143.53567: stdout chunk (state=3): >>>/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc'\nimport 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634aea4b0>\nimport 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634ae99a0>\nimport 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634c80d70>\n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GLib.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc'\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 0x7f563498b590>\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 '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 0x7f5634959490>\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 0x7f5634959eb0>\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563498bfe0>\nimport 'errno' # \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 0x7f56349381d0>\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634989b50>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_ossighelper.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.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 0x7f5634938530>\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 0x7f56349389e0>\nimport 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563498a7e0>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_option.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py\n# code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc'\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 0x7f5634910d10>\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 0x7f5634911b80>\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 0x7f5634913740>\nimport 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563493a180>\nimport 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56349398b0>\nimport 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634ab7e00>\nimport 'gi.repository.GLib' # \n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GObject.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc'\nimport 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56349cede0>\nimport 'gi.repository.GObject' # \n# destroy gobject\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'\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563451c7a0>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc'\nimport 'firewall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563451df40>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/client.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc'\nimport 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345b4aa0>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc'\nimport 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345b4b60>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc'\n# extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'\n# extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'\nimport '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f56345b52b0>\nimport 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345b5130>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc'\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'\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'\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 0x7f56345f9a90>\nimport '_tokenize' # \nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345f8590>\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345f82f0>\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345de570>\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 0x7f56345facf0>\nimport 'atexit' # \nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345b6cf0>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc'\nimport 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634602e70>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.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 0x7f5634284110>\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 0x7f5634284350>\n# /usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc matches /usr/lib64/py<<< 6494 1726853143.53578: stdout chunk (state=3): >>>thon3.12/xml/parsers/expat.py\n# code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc'\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 0x7f56342844d0>\nimport 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56342843b0>\nimport 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634603b90>\nimport 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634602fc0>\nimport 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634602390>\nimport 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345b6270>\nimport 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345b5b20>\nimport 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345b4560>\n# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc'\nimport 'dbus.mainloop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345b5f70>\n# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/glib.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc'\n# extension module '_dbus_glib_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so'\n# extension module '_dbus_glib_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so'\nimport '_dbus_glib_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5634284740>\nimport 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345b4dd0>\n# /usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc'\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 0x7f5634284e30>\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634284ce0>\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 0x7f5634287050>\n# /usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/dbus.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc'\nimport 'firewall.config.dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56342874a0>\nimport 'firewall.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634284890>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc'\nimport 'firewall.core' # <_frozen_importli<<< 6494 1726853143.53617: stdout chunk (state=3): >>>b_external.SourceFileLoader object at 0x7f5634287410>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/base.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc'\nimport 'firewall.core.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634287620>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/dbus_utils.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc'\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 0x7f5634287da0>\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 0x7f56342b7050>\n# extension module '_elementtree' loaded from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so'\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 0x7f56342d8200>\nimport 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634287ce0>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/logger.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc'\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 0x7f56342b6570>\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 0x7f56343693a0>\nimport 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634368770>\nimport 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563431a9c0>\nimport 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56342d9c10>\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 0x7f56342db0e0>\n# extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\n# extension mod<<< 6494 1726853143.53636: stdout chunk (state=3): >>>ule '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 0x7f5634371490>\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 0x7f5634371820>\nimport 'firewall.core.logger' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56342d8500>\nimport 'firewall.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634287830>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/rich.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc'\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 0x7f5634134260>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/functions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/functions.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/functions.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 0x7f5634137650>\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'\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 0x7f563415b950>\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 0x7f5634180830>\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 0x7f5634180e90>\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563415bd40>\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 0x7f56341818b0>\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634181010>\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634159940>\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/rand<<< 6494 1726853143.53642: stdout chunk (state=3): >>>om.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 0x7f5634183b90>\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56341838c0>\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 0x7f5634183a10>\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 0x7f56341a8410>\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 0x7f56341a8e00>\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634183d10>\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634159fd0>\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634137ec0>\nimport 'firewall.functions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634136150>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/ipset.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc'\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 0x7f56341a9850>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/errors.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc'\nimport 'firewall.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56341dc7a0>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/prog.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc'\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# 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 0x7f5634201010>\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56341df230>\nimport 'firewall.core.prog' # <_frozen_importlib_external.Sou<<< 6494 1726853143.53666: stdout chunk (state=3): >>>rceFileLoader object at 0x7f56341df080>\nimport 'firewall.core.ipset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634183830>\nimport 'firewall.core.rich' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56343727e0>\nimport 'firewall.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563451eb70>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/fw_nm.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc'\n# destroy gi.repository.GModule\nimport 'gi.repository.GModule' # \n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/Gio.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc'\nimport 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d34f50>\nimport 'gi.repository.Gio' # \n# destroy gi.repository.NM\nimport 'gi.repository.NM' # \nimport 'firewall.core.fw_nm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d34410>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc'\nimport 'firewall.core.io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d34a40>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/zone.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc'\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 0x7f5633d58ec0>\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 0x7f5633d59550>\nimport 'xml.sax.xmlreader' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d378f0>\nimport 'xml.sax' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d375f0>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/io_object.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc'\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__/__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 0x7f5633d7c170>\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/<<< 6494 1726853143.53676: stdout chunk (state=3): >>>lib64/python3.12/urllib/parse.py\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'\nimport 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d7c200>\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/__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'\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 0x7f56333c89e0>\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d9f680>\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 0x7f56333c8c50>\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 0x7f56333c8ef0>\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/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'\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 0x7f56334011c0>\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'\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'\nimport 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633403680>\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'\nimport 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633403590>\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__/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'\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 0x7f563342c1a0>\nimport 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633427d10>\nimport 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633427230>\nimport 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56334028d0>\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__/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 0x7f563342db20>\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563342d8e0>\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 0x7f563342f3b0>\nimport 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563342e030>\nimport 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56334270b0>\nimport 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633401250>\nimport 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56334005c0>\nimport 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56334000e0>\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/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 0x7f563344f800>\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 0x7f563344fe90>\nimport 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633400ec0>\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 0x7f5633486ba0>\nimport 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56334842f0>\nimport 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56333c9f70>\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#<<< 6494 1726853143.53703: stdout chunk (state=3): >>> code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc'\nimport 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56331be570>\nimport 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56333cbf50>\nimport 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d7f2c0>\nimport 'xml.sax.saxutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d5ae70>\nimport 'firewall.core.io.io_object' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d5a0c0>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/policy.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc'\nimport 'firewall.core.io.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d5a8d0>\nimport 'firewall.core.io.zone' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d34aa0>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/service.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc'\nimport 'firewall.core.io.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56331bf800>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/ipset.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/icmp.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc'\nimport 'firewall.core.icmp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56331e8350>\nimport 'firewall.core.io.ipset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56331bfb60>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/icmptype.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc'\nimport 'firewall.core.io.icmptype' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56331e8dd0>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/helper.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc'\nimport 'firewall.core.io.helper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56331e91f0>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/command.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc'\nimport 'firewall.command' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56331e9610>\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<<< 6494 1726853143.53707: stdout chunk (state=3): >>>] 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# destroy __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 itertools\n# cleanup[2] removing keyword\n# cleanup[2] removing _operator\n# cleanup[2] removing operator\n# cleanup[2] removing reprlib\n# destroy reprlib\n# cleanup[2] removing _collections\n# cleanup[2] removing collections\n# cleanup[2] removing types\n# cleanup[2] removing _functools\n# cleanup[2] removing functools\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 copyreg\n# cleanup[2] removing contextlib\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 re\n# cleanup[2] removing _typing\n# cleanup[2] removing typing\n# destroy typing\n# cleanup[2] removing pkgutil\n# destroy pkgutil\n# cleanup[2] removing gi._error\n# cleanup[2] removing gi._gi\n# cleanup[2] removing gi._gobject\n# cleanup[2] removing glib\n# destroy glib\n# cleanup[2] removing gobject\n# cleanup[2] removing gio\n# destroy gio\n# cleanup[2] removing gtk\n# destroy gtk\n# cleanup[2] removing gtk.gdk\n# destroy gtk.gdk\n# cleanup[2] removing gi\n# cleanup[2] removing threading\n# cleanup[2] removing gi._constants\n# cleanup[2] removing gi.docstring\n# cleanup[2] removing gi._propertyhelper\n# cleanup[2] removing gi._signalhelper\n# cleanup[2] removing gi.types\n# cleanup[2] removing gi.module\n# cleanup[2] removing gi.overrides\n# cleanup[2] removing gi.importer\n# cleanup[2] removing gi.repository\n# cleanup[2] removing _socket\n# cleanup[2] removing math\n# cleanup[2] removing select\n# cleanup[2] removing selectors\n# cleanup[2] removing errno\n# cleanup[2] removing array\n# cleanup[2] removing socket\n# cleanup[2] removing __future__\n# destroy __future__\n# cleanup[2] removing signal\n# cleanup[2] removing gi._ossighelper\n# cleanup[2] removing textwrap\n# cleanup[2] removing gettext\n# cleanup[2] removing _locale\n# cleanup[2] removing locale\n# cleanup[2] removing optparse\n# cleanup[2] removing gi._option\n# cleanup[2] removing gi.overrides.GLib\n# cleanup[2] removing gi.repository.GLib\n# cleanup[2] removing gi.overrides.GObject\n# cleanup[2] removing gi.repository.GObject\n# cleanup[2] removing argparse\n# cleanup[2] removing firewall\n# cleanup[2] removing dbus._compat\n# cleanup[2] removing dbus.exceptions\n# cleanup[2] removing _dbus_bindings\n# cleanup[2] removing dbus.types\n# cleanup[2] removing token\n# cleanup[2] removing _tokenize\n# cleanup[2] removing tokenize\n# cleanup[2] removing linecache\n# cleanup[2] removing traceback\n# cleanup[2] removing _string\n# cleanup[2] removing string\n# cleanup[2] removing atexit\n# cleanup[2] removing logging\n# cleanup[2] removing dbus.lowlevel\n# cleanup[2] removing xml\n# cleanup[2] removing xml.parsers\n# cleanup[2] removing pyexpat.errors\n# cleanup[2] removing pyexpat.model\n# cleanup[2] removing pyexpat\n# cleanup[2] removing xml.parsers.expat.model\n# cleanup[2] removing xml.parsers.expat.errors\n# cleanup[2] removing xml.pars<<< 6494 1726853143.53721: stdout chunk (state=3): >>>ers.expat\n# cleanup[2] removing dbus._expat_introspect_parser\n# cleanup[2] removing dbus.proxies\n# cleanup[2] removing dbus.connection\n# cleanup[2] removing dbus.bus\n# cleanup[2] removing dbus._dbus\n# cleanup[2] removing dbus\n# cleanup[2] removing dbus.mainloop\n# cleanup[2] removing _dbus_glib_bindings\n# cleanup[2] removing dbus.mainloop.glib\n# cleanup[2] removing _struct\n# cleanup[2] removing struct\n# cleanup[2] removing copy\n# cleanup[2] removing firewall.config.dbus\n# cleanup[2] removing firewall.config\n# cleanup[2] removing firewall.core\n# cleanup[2] removing firewall.core.base\n# cleanup[2] removing xml.etree\n# cleanup[2] removing xml.etree.ElementPath\n# cleanup[2] removing _elementtree\n# cleanup[2] removing xml.etree.ElementTree\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 inspect\n# cleanup[2] removing fnmatch\n# cleanup[2] removing syslog\n# cleanup[2] removing fcntl\n# cleanup[2] removing firewall.core.logger\n# cleanup[2] removing firewall.dbus_utils\n# cleanup[2] removing dataclasses\n# destroy dataclasses\n# cleanup[2] removing shlex\n# cleanup[2] removing zlib\n# cleanup[2] removing _compression\n# cleanup[2] removing _bz2\n# cleanup[2] removing bz2\n# destroy bz2\n# cleanup[2] removing _lzma\n# cleanup[2] removing lzma\n# destroy lzma\n# cleanup[2] removing shutil\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 tempfile\n# cleanup[2] removing firewall.functions\n# cleanup[2] removing ipaddress\n# cleanup[2] removing firewall.errors\n# cleanup[2] removing _posixsubprocess\n# cleanup[2] removing subprocess\n# cleanup[2] removing firewall.core.prog\n# cleanup[2] removing firewall.core.ipset\n# cleanup[2] removing firewall.core.rich\n# cleanup[2] removing firewall.client\n# cleanup[2] removing gi.overrides.Gio\n# cleanup[2] removing gi.repository.Gio\n# cleanup[2] removing firewall.core.fw_nm\n# cleanup[2] removing firewall.core.io\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 urllib\n# cleanup[2] removing urllib.parse\n# cleanup[2] removing binascii\n# cleanup[2] removing base64\n# cleanup[2] removing email\n# cleanup[2] removing http\n# cleanup[2] removing email.errors\n# cleanup[2] removing email.quoprimime\n# cleanup[2] removing email.base64mime\n# cleanup[2] removing quopri\n# cleanup[2] removing email.encoders\n# cleanup[2] removing email.charset\n# cleanup[2] removing email.header\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 email.utils\n# cleanup[2] removing email._policybase\n# cleanup[2] removing email.feedparser\n# cleanup[2] removing email.parser\n# cleanup[2] removing email._encoded_words\n# cleanup[2] removing email.iterators\n# cleanup[2] removing email.message\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 firewall.core.io.io_object\n# cleanup[2] removing firewall.core.io.policy\n# cleanup[2] removing firewall.core.io.zone\n# cleanup[2] removing firewall.core.io.service\n# cleanup[2] removing firewall.core.icmp\n# cleanup[2] removing firewall.core.io.ipset\n# cleanup[2] removing firewall.core.io.icmptype\n# cleanup[2] removing firewall.core.io.helper\n# cleanup[2] removing firewall.command\n# destroy _sitebuiltins\n# destroy zlib\n# destroy _bz2\n# destroy _compression\n# destroy _lzma\n# cleanup[3] wiping firewall.command\n# cleanup[3] wiping firewall.core.io.helper\n# cleanup[3]<<< 6494 1726853143.53738: stdout chunk (state=3): >>> wiping firewall.core.io.icmptype\n# cleanup[3] wiping firewall.core.io.ipset\n# cleanup[3] wiping firewall.core.icmp\n# cleanup[3] wiping firewall.core.io.service\n# cleanup[3] wiping firewall.core.io.zone\n# cleanup[3] wiping firewall.core.io.policy\n# cleanup[3] wiping firewall.core.io.io_object\n# cleanup[3] wiping xml.sax.saxutils\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 email.message\n# destroy quopri\n# cleanup[3] wiping email.iterators\n# cleanup[3] wiping email._encoded_words\n# cleanup[3] wiping email.parser\n# cleanup[3] wiping email.feedparser\n# cleanup[3] wiping email._policybase\n# cleanup[3] wiping email.utils\n# destroy random\n# destroy urllib\n# destroy urllib.parse\n# destroy urllib.response\n# destroy urllib.error\n# destroy urllib.request\n# cleanup[3] wiping email._parseaddr\n# destroy calendar\n# cleanup[3] wiping datetime\n# cleanup[3] wiping _datetime\n# cleanup[3] wiping email.header\n# cleanup[3] wiping email.charset\n# destroy email\n# cleanup[3] wiping email.encoders\n# cleanup[3] wiping email.base64mime\n# cleanup[3] wiping email.quoprimime\n# cleanup[3] wiping email.errors\n# cleanup[3] wiping base64\n# destroy struct\n# cleanup[3] wiping binascii\n# cleanup[3] wiping xml.sax\n# destroy xml.sax._exceptions\n# destroy xml.sax.xmlreader\n# destroy xml.sax.saxutils\n# cleanup[3] wiping xml.sax.handler\n# cleanup[3] wiping firewall.core.io\n# destroy xml\n# destroy xml.parsers\n# destroy xml.parsers.expat\n# destroy xml.etree\n# destroy xml.sax\n# destroy firewall.core.io.io_object\n# destroy firewall.core.io.policy\n# destroy firewall.core.io.zone\n# destroy firewall.core.io.service\n# destroy firewall.core.io.ipset\n# destroy firewall.core.io.icmptype\n# destroy firewall.core.io.helper\n# cleanup[3] wiping firewall.core.fw_nm\n# cleanup[3] wiping gi.repository.Gio\n# cleanup[3] wiping gi.overrides.Gio\n# cleanup[3] wiping firewall.client\n# destroy firewall\n# destroy firewall.config\n# destroy firewall.core\n# destroy firewall.core.base\n# destroy firewall.core.logger\n# destroy firewall.core.prog\n# destroy firewall.core.ipset\n# destroy firewall.core.rich\n# destroy firewall.core.fw_nm\n# destroy firewall.core.io\n# destroy firewall.core.icmp\n# destroy firewall.dbus_utils\n# destroy firewall.command\n# destroy firewall.client\n# cleanup[3] wiping subprocess\n# cleanup[3] wiping _posixsubprocess\n# destroy _posixsubprocess\n# cleanup[3] wiping firewall.errors\n# cleanup[3] wiping ipaddress\n# cleanup[3] wiping firewall.functions\n# destroy shlex\n# destroy string\n# destroy tempfile\n# cleanup[3] wiping _blake2\n# cleanup[3] wiping _hashlib\n# cleanup[3] wiping _random\n# cleanup[3] wiping _bisect\n# cleanup[3] wiping shutil\n# cleanup[3] wiping fcntl\n# cleanup[3] wiping syslog\n# cleanup[3] wiping fnmatch\n# cleanup[3] wiping inspect\n# destroy ast\n# destroy dis\n# destroy token\n# cleanup[3] wiping _opcode\n# cleanup[3] wiping xml.etree.ElementTree\n# cleanup[3] wiping _elementtree\n# cleanup[3] wiping xml.etree.ElementPath\n# cleanup[3] wiping firewall.config.dbus\n# cleanup[3] wiping copy\n# cleanup[3] wiping _struct\n# cleanup[3] wiping dbus.mainloop.glib\n# cleanup[3] wiping _dbus_glib_bindings\n# cleanup[3] wiping dbus.mainloop\n# destroy dbus.mainloop.glib\n# cleanup[3] wiping dbus\n# destroy dbus._compat\n# destroy dbus._expat_introspect_parser\n# destroy dbus._dbus\n# destroy dbus.exceptions\n# destroy dbus.types\n# destroy dbus.lowlevel\n# destroy dbus.proxies\n# destroy dbus.connection\n# destroy dbus.bus\n# destroy dbus.mainloop\n# cleanup[3] wiping xml.parsers.expat.errors\n# cleanup[3] wiping xml.parsers.expat.model\n# cleanup[3] wiping pyexpat\n# destroy pyexpat.errors\n# destroy pyexpat.model\n# cleanup[3] wiping logging\n# cleanup[3] wiping atexit\n# destroy atexit\n# cleanup[3] wiping _string\n# cleanup[3] wiping traceback\n# destroy linecache\n# cleanup[3]<<< 6494 1726853143.53752: stdout chunk (state=3): >>> wiping tokenize\n# cleanup[3] wiping _tokenize\n# cleanup[3] wiping _dbus_bindings\n# cleanup[3] wiping argparse\n# cleanup[3] wiping gi.repository.GObject\n# cleanup[3] wiping gi.overrides.GObject\n# cleanup[3] wiping gi.repository.GLib\n# cleanup[3] wiping gi.overrides.GLib\n# cleanup[3] wiping gi._option\n# destroy optparse\n# cleanup[3] wiping locale\n# destroy encodings\n# cleanup[3] wiping _locale\n# destroy _locale\n# cleanup[3] wiping gettext\n# cleanup[3] wiping textwrap\n# cleanup[3] wiping gi._ossighelper\n# destroy signal\n# cleanup[3] wiping socket\n# destroy selectors\n# cleanup[3] wiping array\n# cleanup[3] wiping errno\n# cleanup[3] wiping select\n# cleanup[3] wiping math\n# cleanup[3] wiping _socket\n# cleanup[3] wiping gi.repository\n# destroy gi.repository.GLib\n# destroy gi.repository.Gio\n# cleanup[3] wiping gi.importer\n# cleanup[3] wiping gi.overrides\n# destroy gi.overrides.GLib\n# destroy gi.overrides.GObject\n# destroy gi.overrides.Gio\n# cleanup[3] wiping gi.module\n# destroy gi\n# cleanup[3] wiping gi.types\n# cleanup[3] wiping gi._signalhelper\n# cleanup[3] wiping gi._propertyhelper\n# cleanup[3] wiping gi.docstring\n# cleanup[3] wiping gi._constants\n# cleanup[3] wiping threading\n# cleanup[3] wiping gobject\n# cleanup[3] wiping gi._gobject\n# cleanup[3] wiping gi._gi\n# cleanup[3] wiping gi._error\n# cleanup[3] wiping _typing\n# cleanup[3] wiping re\n# destroy re._constants\n# destroy re._casefix\n# destroy re._compiler\n# destroy enum\n# cleanup[3] wiping re._parser\n# cleanup[3] wiping _sre\n# cleanup[3] wiping contextlib\n# cleanup[3] wiping copyreg\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# cleanup[3] wiping warnings\n# cleanup[3] wiping importlib._bootstrap_external\n# cleanup[3] wiping importlib._bootstrap\n# cleanup[3] wiping functools\n# cleanup[3] wiping _functools\n# cleanup[3] wiping types\n# cleanup[3] wiping collections\n# destroy _collections_abc\n# destroy collections.abc\n# cleanup[3] wiping _collections\n# cleanup[3] wiping operator\n# cleanup[3] wiping _operator\n# cleanup[3] wiping keyword\n# cleanup[3] wiping itertools\n# cleanup[3] wiping encodings.utf_8_sig\n# cleanup[3] wiping os\n# destroy posixpath\n# cleanup[3] wiping genericpath\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 _datetime\n# destroy _dbus_glib_bindings\n# destroy sys.monitoring\n# destroy _io\n# destroy _socket\n# destroy gi.repository.GObject\n# destroy argparse\n# destroy zipimport\n# destroy importlib\n# destroy gi.types\n# destroy gi._error\n# destroy gi._gobject\n# destroy gi._constants\n# destroy gi.docstring\n# destroy gi._propertyhelper\n# destroy gi._signalhelper\n# destroy gi.module\n# destroy gi.overrides\n# destroy gi.importer\n# destroy gi.repository\n# destroy gi._ossighelper\n# destroy gi._option\n# destroy gi._gi\n# destroy _collections\n# destroy re._parser\n# destroy array\n# destroy textwrap\n# destroy stat\n# destroy genericpath\n# destroy tokenize\n# destroy _string\n# destroy shutil\n# destroy gettext\n# destroy firewall.config.dbus\n# destroy firewall.functions\n# destroy select\n# destroy _signal\n# destroy dbus\n# destroy xml.etree.ElementTree\n# d<<< 6494 1726853143.53780: stdout chunk (state=3): >>>estroy firewall.errors\n# destroy time\n# destroy fnmatch\n# destroy syslog\n# destroy traceback\n# destroy fcntl\n# destroy xml.sax.handler\n# destroy copy\n# destroy inspect\n# destroy keyword\n# destroy abc\n# destroy _thread\n# destroy copyreg\n# destroy contextlib\n# destroy operator\n# destroy subprocess\n# destroy _typing\n# destroy _tokenize\n# destroy xml.etree.ElementPath\n# destroy collections\n# destroy io\n# destroy _opcode\n# destroy functools\n# destroy types\n# destroy ipaddress\n# destroy _elementtree\n# destroy email.errors\n# destroy email.quoprimime\n# destroy email.base64mime\n# destroy email.encoders\n# destroy email.charset\n# destroy email.header\n# destroy email._parseaddr\n# destroy email.utils\n# destroy email._policybase\n# destroy email.feedparser\n# destroy email.parser\n# destroy email._encoded_words\n# destroy email.iterators\n# destroy email.message\n# destroy http.client\n# destroy socket\n# destroy base64\n# destroy errno\n# destroy _blake2\n# destroy _ssl\n# destroy binascii\n# destroy datetime\n# destroy locale\n# destroy warnings\n# destroy _struct\n# clear sys.meta_path\n# clear sys.modules\n# destroy _frozen_importlib\n# destroy codecs\n# destroy encodings.aliases\n# destroy encodings.utf_8\n# destroy encodings.utf_8_sig\n# destroy _codecs\n# destroy _warnings\n# destroy math\n# destroy _bisect\n# destroy os\n# destroy re\n# destroy _random\n# destroy _hashlib\n# destroy _operator\n# destroy builtins\n# destroy itertools\n# destroy _sre\n# destroy posix\n# destroy _functools\n# clear sys.audit hooks\nimport _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 0x7f14fb018530>\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fafe3b60>\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 0x7f14fb01aab0>\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 directo<<< 6494 1726853143.53790: stdout chunk (state=3): >>>ry: '/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 0x7f14fae2d190>\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 0x7f14fae2dfd0>\nimport 'site' # \nPython 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__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/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 0x7f14faf1a8a0>\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 0x7f14faf1af30>\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 0x7f14faf1b8c0>\nimport '_collections' # \nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fac164b0>\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/__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 0x7f14faef2390>\nimport '_functools' # \nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fac16810>\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 0x7f14faef2f00>\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14faf1ae40>\n# /usr/lib64/python3.12/importlib<<< 6494 1726853143.53799: stdout chunk (state=3): >>>/__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 0x7f14faef3c20>\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 0x7f14faec1400>\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14faef3ef0>\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 0x7f14fae8f5c0>\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 0x7f14fae8f6e0>\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 0x7f14fadec470>\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'\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fadeee40>\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 0x7f14fada0f50>\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fadcbb30>\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 0x7f14fada0fb0>\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fadca240>\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fadee1e0>\nimport '_typing' # \nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14faec2360>\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fac15e50>\n# possible namespace for /usr/lib/python3.12/site-packages/gi\n# /u<<< 6494 1726853143.53817: stdout chunk (state=3): >>>sr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_error.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc'\nimport 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fae8e960>\n# extension module 'gi._gi' loaded from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so'\n# extension module 'gi._gi' executed from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so'\nimport 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f14fae8d100>\nimport 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fac14e60>\n# /usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/repository/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/importer.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/module.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc'\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 0x7f14fad46480>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/types.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_constants.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc'\nimport 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fad11b50>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/docstring.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc'\nimport 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fad11e80>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_propertyhelper.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc'\nimport 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fad12330>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_signalhelper.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc'\nimport 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fad12c00>\nimport 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fad11400>\nimport 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fad45fa0>\n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc'\nimport 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fad46540>\nimport 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fad45a30>\nimport 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14faec0da0>\n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GLib.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc'\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 0x7f14fabef680>\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 '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 0x7f14fabbd5b0>\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 0x7f14fabbdf70>\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fabbc140>\nimport 'errno' # \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 0x7f14faba0440>\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fabedc70>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_ossighelper.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.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 0x7f14faba0830>\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 0x7f14faba0ce0>\nimport 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fabee900>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_option.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py\n# code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc'\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 0x7f14fab79070>\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 0x7f14fab79ee0>\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/l<<< 6494 1726853143.53849: stdout chunk (state=3): >>>ib64/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 0x7f14fab7bad0>\nimport 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14faba24e0>\nimport 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14faba1c10>\nimport 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fad13f20>\nimport 'gi.repository.GLib' # \n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GObject.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc'\nimport 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fac3b110>\nimport 'gi.repository.GObject' # \n# destroy gobject\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'\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa78c950>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc'\nimport 'firewall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa78e0f0>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/client.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc'\nimport 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa824c50>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc'\nimport 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa824d10>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc'\n# extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'\n# extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'\nimport '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f14fa825460>\nimport 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa8252e0>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc'\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'\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'\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 0x7f14fa869ca0>\nimport '_tokenize' # \nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa8687a0>\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa868500>\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa842780>\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 0x7f14fa86b050>\nimport 'atexit' # \nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa826f00>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc'\nimport 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa873140>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.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 0x7f14fa4f8410>\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 0x7f14fa4f8680>\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'\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 0x7f14fa4f87a0>\nimport 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader objec<<< 6494 1726853143.53855: stdout chunk (state=3): >>>t at 0x7f14fa4f86b0>\nimport 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa873e90>\nimport 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa8732c0>\nimport 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa872660>\nimport 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa826480>\nimport 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa825d00>\nimport 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa824710>\n# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc'\nimport 'dbus.mainloop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa826180>\n# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/glib.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc'\n# extension module '_dbus_glib_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so'\n# extension module '_dbus_glib_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so'\nimport '_dbus_glib_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f14fa4f89e0>\nimport 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa4f8230>\n# /usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc'\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 0x7f14fa4f90d0>\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa4f8f80>\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 0x7f14fa4fb2f0>\n# /usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/dbus.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc'\nimport 'firewall.config.dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa4fb740>\nimport 'firewall.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa4f8b30>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc'\nimport 'firewall.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa4fb680>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/base.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc'\nimport 'firewall.core.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa4fb890>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc matches /usr/lib/python3.12/site-package<<< 6494 1726853143.53886: stdout chunk (state=3): >>>s/firewall/dbus_utils.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc'\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 0x7f14fa4fbf50>\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 0x7f14fa52b2c0>\n# extension module '_elementtree' loaded from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so'\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 0x7f14fa54c530>\nimport 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa4fbe60>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/logger.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc'\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 0x7f14fa52a810>\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 0x7f14fa105640>\nimport 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa104a10>\nimport 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa58ebd0>\nimport 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa54de20>\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 0x7f14fafe3e90>\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 0x7f14fa10d730>\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 0x7f14fa10da00>\nimport 'firewall.core.logger' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa54c6e0>\nimport 'firewall.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa4fbad0>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/rich.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc'\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 0x7f14fa1384a0>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/functions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/functions.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/functions.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 0x7f14fa13b890>\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'\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 0x7f14fa15fb90>\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 0x7f14fa184ad0>\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 0x7f14fa185130>\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa15ffe0>\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 0x7f14fa185b80>\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa1852e0>\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa15db80>\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_i<<< 6494 1726853143.53907: stdout chunk (state=3): >>>mportlib_external.ExtensionFileLoader object at 0x7f14fa187e00>\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa187b30>\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 0x7f14fa187e30>\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 0x7f14fa1ac6b0>\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 0x7f14fa1ad0a0>\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa187f80>\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa15e210>\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa15c140>\nimport 'firewall.functions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa13a360>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/ipset.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc'\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 0x7f14fa1ada90>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/errors.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc'\nimport 'firewall.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa1e0a10>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/prog.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc'\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# 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 0x7f14f9f35130>\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa1e3350>\nimport 'firewall.core.prog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa1e31a0>\nimport 'firewall.core.ipset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa1ac530>\nimport 'firewall.core.rich' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa10ea20>\nimport 'firewall.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa78ed20>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/fw_nm.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc'\n# destroy gi.repository.GModule\nimport 'gi.repository.GModule' # \n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/Gio.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc'\nimport 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9fbd040>\nimport 'gi.repository.Gio' # \n# destroy gi.repository.NM\nimport 'gi.repository.NM' # \nimport 'firewall.core.fw_nm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9f35010>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc'\nimport 'firewall.core.io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9fbcb30>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/zone.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc'\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 0x7f14f9fe0f50>\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 0x7f14f9fe15e0>\nimport 'xml.sax.xmlreader' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9fbf980>\nimport 'xml.sax' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9fbf680>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/io_object.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc'\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__/__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 0x7f14fa004200>\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'\nimport 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa004290>\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/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\n# code object <<< 6494 1726853143.53925: stdout chunk (state=3): >>>from '/usr/lib64/python3.12/__pycache__/base64.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 0x7f14f9630aa0>\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa027740>\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 0x7f14f9630cb0>\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 0x7f14f9630f50>\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/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'\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 0x7f14f9665250>\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'\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'\nimport 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9667710>\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'\nimport 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9667620>\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__/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'\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 0x7f14f9694260>\nimport 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f968fdd0>\nimport 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f968f2c0>\nimport 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9666960>\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<<< 6494 1726853143.53941: stdout chunk (state=3): >>>/python3.12/email/__pycache__/utils.cpython-312.pyc'\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 0x7f14f9695b80>\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9695970>\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 0x7f14f9697410>\nimport 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9696090>\nimport 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f96667e0>\nimport 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f96652e0>\nimport 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9664650>\nimport 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f96641a0>\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/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 0x7f14f96b78c0>\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 0x7f14f96ec0e0>\nimport 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f96644a0>\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 0x7f14f96eec90>\nimport 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f96ec3e0>\nimport 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9632030>\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 0x7f14f94264b0>\nimport 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9664050>\nimport 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa007380>\nimport 'xml.sax.saxutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9fe2f00>\nimport 'firewall.core.io.io_object' # <_frozen_impor<<< 6494 1726853143.53954: stdout chunk (state=3): >>>tlib_external.SourceFileLoader object at 0x7f14f9fe2150>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/policy.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc'\nimport 'firewall.core.io.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9fe2960>\nimport 'firewall.core.io.zone' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9fbd010>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/service.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc'\nimport 'firewall.core.io.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9427710>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/ipset.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/icmp.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc'\nimport 'firewall.core.icmp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9454230>\nimport 'firewall.core.io.ipset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9427a40>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/icmptype.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc'\nimport 'firewall.core.io.icmptype' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9454cb0>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/helper.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc'\nimport 'firewall.core.io.helper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f94550d0>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/command.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc'\nimport 'firewall.command' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f94554f0>\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# destroy __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] r<<< 6494 1726853143.53969: stdout chunk (state=3): >>>emoving _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 itertools\n# cleanup[2] removing keyword\n# cleanup[2] removing _operator\n# cleanup[2] removing operator\n# cleanup[2] removing reprlib\n# destroy reprlib\n# cleanup[2] removing _collections\n# cleanup[2] removing collections\n# cleanup[2] removing types\n# cleanup[2] removing _functools\n# cleanup[2] removing functools\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 copyreg\n# cleanup[2] removing contextlib\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 re\n# cleanup[2] removing _typing\n# cleanup[2] removing typing\n# destroy typing\n# cleanup[2] removing pkgutil\n# destroy pkgutil\n# cleanup[2] removing gi._error\n# cleanup[2] removing gi._gi\n# cleanup[2] removing gi._gobject\n# cleanup[2] removing glib\n# destroy glib\n# cleanup[2] removing gobject\n# cleanup[2] removing gio\n# destroy gio\n# cleanup[2] removing gtk\n# destroy gtk\n# cleanup[2] removing gtk.gdk\n# destroy gtk.gdk\n# cleanup[2] removing gi\n# cleanup[2] removing threading\n# cleanup[2] removing gi._constants\n# cleanup[2] removing gi.docstring\n# cleanup[2] removing gi._propertyhelper\n# cleanup[2] removing gi._signalhelper\n# cleanup[2] removing gi.types\n# cleanup[2] removing gi.module\n# cleanup[2] removing gi.overrides\n# cleanup[2] removing gi.importer\n# cleanup[2] removing gi.repository\n# cleanup[2] removing _socket\n# cleanup[2] removing math\n# cleanup[2] removing select\n# cleanup[2] removing selectors\n# cleanup[2] removing errno\n# cleanup[2] removing array\n# cleanup[2] removing socket\n# cleanup[2] removing __future__\n# destroy __future__\n# cleanup[2] removing signal\n# cleanup[2] removing gi._ossighelper\n# cleanup[2] removing textwrap\n# cleanup[2] removing gettext\n# cleanup[2] removing _locale\n# cleanup[2] removing locale\n# cleanup[2] removing optparse\n# cleanup[2] removing gi._option\n# cleanup[2] removing gi.overrides.GLib\n# cleanup[2] removing gi.repository.GLib\n# cleanup[2] removing gi.overrides.GObject\n# cleanup[2] removing gi.repository.GObject\n# cleanup[2] removing argparse\n# cleanup[2] removing firewall\n# cleanup[2] removing dbus._compat\n# cleanup[2] removing dbus.exceptions\n# cleanup[2] removing _dbus_bindings\n# cleanup[2] removing dbus.types\n# cleanup[2] removing token\n# cleanup[2] removing _tokenize\n# cleanup[2] removing tokenize\n# cleanup[2] removing linecache\n# cleanup[2] removing traceback\n# cleanup[2] removing _string\n# cleanup[2] removing string\n# cleanup[2] removing atexit\n# cleanup[2] removing logging\n# cleanup[2] removing dbus.lowlevel\n# cleanup[2] removing xml\n# cleanup[2] removing xml.parsers\n# cleanup[2] removing pyexpat.errors\n# cleanup[2] removing pyexpat.model\n# cleanup[2] removing pyexpat\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 dbus._expat_introspect_parser\n# cleanup[2] removing dbus.proxies\n# cleanup[2] removing dbus.connection\n# cleanup[2] removing dbus.bus\n# cleanup[2] removing dbus._dbus\n# cleanup[2] removing dbus\n# cleanup[2] removing dbus.mainloop\n# cleanup[2] removing _dbus_glib_bindings\n# cleanup[2] removing dbus.mainloop.glib\n# cleanup[2] removing _struct\n# cleanup[2] removing struct\n# cleanup[2] removing copy\n# cleanup[2] removing firewall.config.dbus\n# cleanup[2] removing firewall.config\n# cle<<< 6494 1726853143.53996: stdout chunk (state=3): >>>anup[2] removing firewall.core\n# cleanup[2] removing firewall.core.base\n# cleanup[2] removing xml.etree\n# cleanup[2] removing xml.etree.ElementPath\n# cleanup[2] removing _elementtree\n# cleanup[2] removing xml.etree.ElementTree\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 inspect\n# cleanup[2] removing fnmatch\n# cleanup[2] removing syslog\n# cleanup[2] removing fcntl\n# cleanup[2] removing firewall.core.logger\n# cleanup[2] removing firewall.dbus_utils\n# cleanup[2] removing dataclasses\n# destroy dataclasses\n# cleanup[2] removing shlex\n# cleanup[2] removing zlib\n# cleanup[2] removing _compression\n# cleanup[2] removing _bz2\n# cleanup[2] removing bz2\n# destroy bz2\n# cleanup[2] removing _lzma\n# cleanup[2] removing lzma\n# destroy lzma\n# cleanup[2] removing shutil\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 tempfile\n# cleanup[2] removing firewall.functions\n# cleanup[2] removing ipaddress\n# cleanup[2] removing firewall.errors\n# cleanup[2] removing _posixsubprocess\n# cleanup[2] removing subprocess\n# cleanup[2] removing firewall.core.prog\n# cleanup[2] removing firewall.core.ipset\n# cleanup[2] removing firewall.core.rich\n# cleanup[2] removing firewall.client\n# cleanup[2] removing gi.overrides.Gio\n# cleanup[2] removing gi.repository.Gio\n# cleanup[2] removing firewall.core.fw_nm\n# cleanup[2] removing firewall.core.io\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 urllib\n# cleanup[2] removing urllib.parse\n# cleanup[2] removing binascii\n# cleanup[2] removing base64\n# cleanup[2] removing email\n# cleanup[2] removing http\n# cleanup[2] removing email.errors\n# cleanup[2] removing email.quoprimime\n# cleanup[2] removing email.base64mime\n# cleanup[2] removing quopri\n# cleanup[2] removing email.encoders\n# cleanup[2] removing email.charset\n# cleanup[2] removing email.header\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 email.utils\n# cleanup[2] removing email._policybase\n# cleanup[2] removing email.feedparser\n# cleanup[2] removing email.parser\n# cleanup[2] removing email._encoded_words\n# cleanup[2] removing email.iterators\n# cleanup[2] removing email.message\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 firewall.core.io.io_object\n# cleanup[2] removing firewall.core.io.policy\n# cleanup[2] removing firewall.core.io.zone\n# cleanup[2] removing firewall.core.io.service\n# cleanup[2] removing firewall.core.icmp\n# cleanup[2] removing firewall.core.io.ipset\n# cleanup[2] removing firewall.core.io.icmptype\n# cleanup[2] removing firewall.core.io.helper\n# cleanup[2] removing firewall.command\n# destroy _sitebuiltins\n# destroy zlib\n# destroy _bz2\n# destroy _compression\n# destroy _lzma\n# cleanup[3] wiping firewall.command\n# cleanup[3] wiping firewall.core.io.helper\n# cleanup[3] wiping firewall.core.io.icmptype\n# cleanup[3] wiping firewall.core.io.ipset\n# cleanup[3] wiping firewall.core.icmp\n# cleanup[3] wiping firewall.core.io.service\n# cleanup[3] wiping firewall.core.io.zone\n# cleanup[3] wiping firewall.core.io.policy\n# cleanup[3] wiping firewall.core.io.io_object\n# cleanup[3] wiping xml.sax.saxutils\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 email.message\n# destroy quopri\n# cleanup[3] wiping email.iterators\n# cleanup[3] wiping email._encoded_words\n# cleanup[3] wiping email.parser\n# cleanup[3] wiping email.feedparser\n# cleanup[3] wiping email._policybase\n# cleanup[3] wiping email.utils\n# destroy random\n# destroy urllib\n# destroy urllib.parse\n# destroy urllib.response\n# destroy urllib.error\n# destroy urllib.request\n# cleanup[3] wiping email._parseaddr\n# destroy calendar\n# cleanup[3] wiping datetime\n# cleanup[3] wiping _datetime\n# cleanup[3] wiping email.header\n# cleanup[3] wiping email.charset\n# destroy email\n# cleanup[3] wiping email.encoders\n# cleanup[3] wiping email.base64mime\n# cleanup[3] wiping email.quoprimime\n# cleanup[3] wiping email.errors\n# cleanup[3] wiping base64\n# destroy struct\n# cleanup[3] wiping binascii\n# cleanup[3] wiping xml.sax\n# destroy xml.sax._exceptions\n# destroy xml.sax.xmlreader\n# destroy xml.sax.saxutils\n# cleanup[3] wiping xml.sax.handler\n# cleanup[3] wiping firewall.core.io\n# destroy xml\n# destroy xml.parsers\n# destroy xml.parsers.expat\n# destroy xml.etree\n# destroy xml.sax\n# destroy firewall.core.io.io_object\n# destroy firewall.core.io.policy\n# destroy firewall.core.io.zone\n# destroy firewall.core.io.service\n# destroy firewall.core.io.ipset\n# destroy firewall.core.io.icmptype\n# destroy firewall.core.io.helper\n# cleanup[3] wiping firewall.core.fw_nm\n# cleanup[3] wiping gi.repository.Gio\n# cleanup[3] wiping gi.overrides.Gio\n# cleanup[3] wiping firewall.client\n# destroy firewall\n# destroy firewall.config\n# destroy firewall.core\n# destroy firewall.core.base\n# destroy firewall.core.logger\n# destroy firewall.core.prog\n# destroy firewall.core.ipset\n# destroy firewall.core.rich\n# destroy firewall.core.fw_nm\n# destroy firewall.core.io\n# destroy firewall.core.icmp\n# destroy firewall.dbus_utils\n# destroy firewall.command\n# destroy firewall.client\n# cleanup[3] wiping subprocess\n# cleanup[3] wiping _posixsubprocess\n# destroy _posixsubprocess\n# cleanup[3] wiping firewall.errors\n# cleanup[3] wiping ipaddress\n# cleanup[3] wiping firewall.functions\n# destroy shlex\n# destroy string\n# destroy tempfile\n# cleanup[3] wiping _blake2\n# cleanup[3] wiping _hashlib\n# cleanup[3] wiping _random\n# cleanup[3] wiping _bisect\n# cleanup[3] wiping shutil\n# cleanup[3] wiping fcntl\n# cleanup[3] wiping syslog\n# cleanup[3] wiping fnmatch\n# cleanup[3] wiping inspect\n# destroy ast\n# destroy dis\n# destroy token\n# cleanup[3] wiping _opcode\n# cleanup[3] wiping xml.etree.ElementTree\n# cleanup[3] wiping _elementtree\n# cleanup[3] wiping xml.etree.ElementPath\n# cleanup[3] wiping firewall.config.dbus\n# cleanup[3] wiping copy\n# cleanup[3] wiping _struct\n# cleanup[3] wiping dbus.mainloop.glib\n# cleanup[3] wiping _dbus_glib_bindings\n# cleanup[3] wiping dbus.mainloop\n# destroy dbus.mainloop.glib\n# cleanup[3] wiping dbus\n# destroy dbus._compat\n# destroy dbus._expat_introspect_parser\n# destroy dbus._dbus\n# destroy dbus.exceptions\n# destroy dbus.types\n# destroy dbus.lowlevel\n# destroy dbus.proxies\n# destroy dbus.connection\n# destroy dbus.bus\n# destroy dbus.mainloop\n# cleanup[3] wiping xml.parsers.expat.errors\n# cleanup[3] wiping xml.parsers.expat.model\n# cleanup[3] wiping pyexpat\n# destroy pyexpat.errors\n# destroy pyexpat.model\n# cleanup[3] wiping logging\n# cleanup[3] wiping atexit\n# destroy atexit\n# cleanup[3] wiping _string\n# cleanup[3] wiping traceback\n# destroy linecache\n# cleanup[3] wiping tokenize\n# cleanup[3] wiping _tokenize\n# cleanup[3] wiping _dbus_bindings\n# cleanup[3] wiping argparse\n# cleanup[3] wiping gi.repository.GObject\n# cleanup[3] wiping gi.overrides.GObject\n# cleanup[3] wiping gi.repository.GLib\n# cleanup[3] wiping gi.overrides.GLib\n# cleanup[3] wiping gi._option\n# destroy optparse\n# cleanup[3] wiping locale\n# destroy encodings\n# cleanup[3] wiping _locale\n# destroy _locale\n# cleanup[3] wiping gettext\n# cleanup[3] wiping textwrap\n# cleanup[3] wiping gi._ossighelper\n# destro<<< 6494 1726853143.54013: stdout chunk (state=3): >>>y signal\n# cleanup[3] wiping socket\n# destroy selectors\n# cleanup[3] wiping array\n# cleanup[3] wiping errno\n# cleanup[3] wiping select\n# cleanup[3] wiping math\n# cleanup[3] wiping _socket\n# cleanup[3] wiping gi.repository\n# destroy gi.repository.GLib\n# destroy gi.repository.Gio\n# cleanup[3] wiping gi.importer\n# cleanup[3] wiping gi.overrides\n# destroy gi.overrides.GLib\n# destroy gi.overrides.GObject\n# destroy gi.overrides.Gio\n# cleanup[3] wiping gi.module\n# destroy gi\n# cleanup[3] wiping gi.types\n# cleanup[3] wiping gi._signalhelper\n# cleanup[3] wiping gi._propertyhelper\n# cleanup[3] wiping gi.docstring\n# cleanup[3] wiping gi._constants\n# cleanup[3] wiping threading\n# cleanup[3] wiping gobject\n# cleanup[3] wiping gi._gobject\n# cleanup[3] wiping gi._gi\n# cleanup[3] wiping gi._error\n# cleanup[3] wiping _typing\n# cleanup[3] wiping re\n# destroy re._constants\n# destroy re._casefix\n# destroy re._compiler\n# destroy enum\n# cleanup[3] wiping re._parser\n# cleanup[3] wiping _sre\n# cleanup[3] wiping contextlib\n# cleanup[3] wiping copyreg\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# cleanup[3] wiping warnings\n# cleanup[3] wiping importlib._bootstrap_external\n# cleanup[3] wiping importlib._bootstrap\n# cleanup[3] wiping functools\n# cleanup[3] wiping _functools\n# cleanup[3] wiping types\n# cleanup[3] wiping collections\n# destroy _collections_abc\n# destroy collections.abc\n# cleanup[3] wiping _collections\n# cleanup[3] wiping operator\n# cleanup[3] wiping _operator\n# cleanup[3] wiping keyword\n# cleanup[3] wiping itertools\n# cleanup[3] wiping encodings.utf_8_sig\n# cleanup[3] wiping os\n# destroy posixpath\n# cleanup[3] wiping genericpath\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 _datetime\n# destroy _dbus_glib_bindings\n# destroy sys.monitoring\n# destroy _io\n# destroy _socket\n# destroy gi.repository.GObject\n# destroy argparse\n# destroy zipimport\n# destroy importlib\n# destroy gi.types\n# destroy gi._error\n# destroy gi._gobject\n# destroy gi._constants\n# destroy gi.docstring\n# destroy gi._propertyhelper\n# destroy gi._signalhelper\n# destroy gi.module\n# destroy gi.overrides\n# destroy gi.importer\n# destroy gi.repository\n# destroy gi._ossighelper\n# destroy gi._option\n# destroy gi._gi\n# destroy _collections\n# destroy re._parser\n# destroy array\n# destroy textwrap\n# destroy stat\n# destroy genericpath\n# destroy tokenize\n# destroy _string\n# destroy shutil\n# destroy gettext\n# destroy firewall.config.dbus\n# destroy firewall.functions\n# destroy select\n# destroy _signal\n# destroy dbus\n# destroy xml.etree.ElementTree\n# destroy firewall.errors\n# destroy time\n# destroy fnmatch\n# destroy syslog\n# destroy traceback\n# destroy fcntl\n# destroy xml.sax.handler\n# destroy copy\n# destroy inspect\n# destroy keyword\n# destroy abc\n# destroy _thread\n# destroy copyreg\n# destroy contextlib\n# destroy operator\n# destroy subprocess\n# destroy _typing\n# destroy _tokenize\n# destroy xml.etree.ElementPath\n# destroy collections\n# destroy io\n# destroy _opcode\n# destroy functools\n# destroy types\n# destroy ipaddress\n# destroy _elementtree\n# destr<<< 6494 1726853143.54037: stdout chunk (state=3): >>>oy email.errors\n# destroy email.quoprimime\n# destroy email.base64mime\n# destroy email.encoders\n# destroy email.charset\n# destroy email.header\n# destroy email._parseaddr\n# destroy email.utils\n# destroy email._policybase\n# destroy email.feedparser\n# destroy email.parser\n# destroy email._encoded_words\n# destroy email.iterators\n# destroy email.message\n# destroy http.client\n# destroy socket\n# destroy base64\n# destroy errno\n# destroy _blake2\n# destroy _ssl\n# destroy binascii\n# destroy datetime\n# destroy locale\n# destroy warnings\n# destroy _struct\n# clear sys.meta_path\n# clear sys.modules\n# destroy _frozen_importlib\n# destroy codecs\n# destroy encodings.aliases\n# destroy encodings.utf_8\n# destroy encodings.utf_8_sig\n# destroy _codecs\n# destroy _warnings\n# destroy math\n# destroy _bisect\n# destroy os\n# destroy re\n# destroy _random\n# destroy _hashlib\n# destroy _operator\n# destroy builtins\n# destroy itertools\n# destroy _sre\n# destroy posix\n# destroy _functools\n# clear sys.audit hooks\nimport _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 0x7facc4710530>\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc46dbb60>\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 0x7facc4712ab0>\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/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 0x7facc44e5190>\n# /usr/lib/python3.12/site-pa<<< 6494 1726853143.54062: stdout chunk (state=3): >>>ckages/_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 0x7facc44e5fd0>\nimport 'site' # \nPython 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__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/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 0x7facc45d28a0>\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 0x7facc45d2f30>\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 0x7facc45d38c0>\nimport '_collections' # \nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc42ae4b0>\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/__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 0x7facc45aa390>\nimport '_functools' # \nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc42ae810>\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 0x7facc45aaf00>\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc45d2e40>\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 0x7facc45abc20>\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 fro<<< 6494 1726853143.54068: stdout chunk (state=3): >>>m '/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 0x7facc4579400>\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc45abef0>\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 0x7facc45475c0>\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 0x7facc45476e0>\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 0x7facc4484470>\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'\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc4486e40>\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 0x7facc4438f50>\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc4463b30>\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 0x7facc4438fb0>\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc4462240>\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc44861e0>\nimport '_typing' # \nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc457a360>\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc42ade50>\n# possible namespace for /usr/lib/python3.12/site-packages/gi\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_error.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc'\nimport 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc4546960>\n# extension module 'gi._gi' loaded from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so'\n# extension module 'gi._gi' executed from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so'\nimport 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7facc4545100>\nimport 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc42ace60>\n# /usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/repository/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/importer.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/module.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc'\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 0x7facc43de480>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/types.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_constants.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc'\nimport 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc43a9b50>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/docstring.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc'\nimport 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc43a9e80>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_propertyhelper.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc'\nimport 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc43aa330>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_signalhelper.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc'\nimport 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc43aac00>\nimport 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc43a9400>\nimport 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc43ddfa0>\n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc'\nimport 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc43de540>\nimport 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc43dda30>\nimport 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc4578da0>\n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GLib.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc'\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-g<<< 6494 1726853143.54095: stdout chunk (state=3): >>>nu.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 0x7facc4287680>\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 '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 0x7facc42555b0>\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 0x7facc4255f70>\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc4254140>\nimport 'errno' # \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 0x7facc4238440>\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc4285c70>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_ossighelper.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.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 0x7facc4238830>\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 0x7facc4238ce0>\nimport 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc4286900>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_option.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py\n# code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc'\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 0x7facc4211070>\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 0x7facc4211ee0>\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 0x7facc4213ad0>\nimport 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc423a4e0>\nimport 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc4239c10>\nimport 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x<<< 6494 1726853143.54117: stdout chunk (state=3): >>>7facc43abf20>\nimport 'gi.repository.GLib' # \n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GObject.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc'\nimport 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc42d3110>\nimport 'gi.repository.GObject' # \n# destroy gobject\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'\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3e24950>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc'\nimport 'firewall' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3e260f0>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/client.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc'\nimport 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3ebcc50>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc'\nimport 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3ebcd10>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc'\n# extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'\n# extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'\nimport '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7facc3ebd460>\nimport 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3ebd2e0>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc'\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'\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'\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 0x7facc3f01ca0>\nimport '_tokenize' # \nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3f007a0>\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3f00500>\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3eda780>\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 0x7facc3f02f60>\nimport 'atexit' # \nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3ebef00>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc'\nimport 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3f0b140>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.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 0x7facc3b80410>\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 0x7facc3b80680>\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'\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 0x7facc3b807a0>\nimport 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3b806b0>\nimport 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3f0be90>\nimport 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3f0b2c0>\nimport 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3f0a660>\nimport 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3ebe480>\nimport 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3ebdd00>\nimport 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3ebc710>\n# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc'\nimport 'dbus.mainloop' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3ebe180>\n# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/glib.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc'\n# extension module '_dbus_glib_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so'\n# extension module '_dbus_glib_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so'\nimport '_dbus_glib_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7facc3b809e0>\nimport 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3b80230>\n# /usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc'\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 0x7facc3b810d0>\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3b80f80>\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 0x7facc3b832f0>\n# /usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/dbus.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc'\nimport 'firewall.config.dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3b83740>\nimport 'firewall.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3b80b30>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc'\nimport 'firewall.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3b83680>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/base.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc'\nimport 'firewall.core.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3b83890>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/dbus_utils.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc'\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 0x7facc3b83f50>\n# /usr/lib64/python3.12/xml/etree/__pycache__/ElementTree.cpython-312.pyc matches /usr/lib64/p<<< 6494 1726853143.54130: stdout chunk (state=3): >>>ython3.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 0x7facc3bb32c0>\n# extension module '_elementtree' loaded from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so'\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 0x7facc3bd4530>\nimport 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3b83e60>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/logger.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc'\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 0x7facc3bb2810>\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 0x7facc3701640>\nimport 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3700a10>\nimport 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3c16bd0>\nimport 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3bd5e20>\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 0x7facc46dbe90>\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 0x7facc3709730>\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 0x7facc3709a30>\nimport 'firewall.core.logger' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3bd46e0>\nimport 'firewall.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3b83ad0>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/rich.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/pytho<<< 6494 1726853143.54158: stdout chunk (state=3): >>>n3.12/dataclasses.py\n# code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc'\nimport 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3734470>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/functions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/functions.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/functions.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 0x7facc3737890>\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'\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 0x7facc375bb90>\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 0x7facc3780aa0>\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 0x7facc3781100>\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc375bfe0>\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 0x7facc3781b20>\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3781250>\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3759b80>\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 0x7facc3783d70>\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3783ad0>\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 0x7facc3783d10>\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 0x7facc37a8620>\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 0x7facc37a8fe0>\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3783ef0>\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc375a210>\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3758140>\nimport 'firewall.functions' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3736390>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/ipset.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc'\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 0x7facc37a99a0>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/errors.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc'\nimport 'firewall.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc37dc920>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/prog.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc'\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# 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 0x7facc3101040>\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc37df260>\nimport 'firewall.core.prog' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc37df0b0>\nimport 'firewall.core.ipset' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc37a8470>\nimport 'firewall.core.rich' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc370a9f0>\nimport 'firewall.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3e26d20>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/fw_nm.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc'\n# destroy gi.repository.GModule\nimport 'gi.repository.GModule' # \n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/Gio.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc'\nimport 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3188ef0><<< 6494 1726853143.54170: stdout chunk (state=3): >>>\nimport 'gi.repository.Gio' # \n# destroy gi.repository.NM\nimport 'gi.repository.NM' # \nimport 'firewall.core.fw_nm' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc31883e0>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc'\nimport 'firewall.core.io' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3188a40>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/zone.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc'\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 0x7facc31ace00>\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 0x7facc31ad490>\nimport 'xml.sax.xmlreader' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc318b830>\nimport 'xml.sax' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc318b530>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/io_object.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc'\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__/__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 0x7facc31d00e0>\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'\nimport 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc31d0170>\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/__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'\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 0x7facc2cc88f0>\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc31f3590>\n# /usr/lib64/python3.12/email/__pycache_<<< 6494 1726853143.54197: stdout chunk (state=3): >>>_/__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 0x7facc2cc8b30>\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 0x7facc2cc8dd0>\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/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'\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 0x7facc2d01160>\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'\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'\nimport 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d03620>\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'\nimport 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d03530>\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__/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'\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 0x7facc2d2c170>\nimport 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d27ce0>\nimport 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d271d0>\nimport 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d02870>\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__/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 0x7facc2d2daf0>\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d2d8b0>\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 0x7facc2d2f3e0>\nimport 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d2e060>\nimport 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d27b00>\nimport 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d011f0>\nimport 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d00560>\nimport 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2ccbc80>\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/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 0x7facc2d4f8f0>\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 0x7facc2d84110>\nimport 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d2fbf0>\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 0x7facc2d86cc0>\nimport 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d84410>\nimport 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2cc9f10>\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 0x7facc2ab6570>\nimport 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2ccbef0>\nimport 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc31d31d0>\nimport 'xml.sax.saxutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc31aede0>\nimport 'firewall.core.io.io_object' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc31ae030>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/policy.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc'\nimport 'firewall.core.io.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc31ae840>\nimport 'firewall.core.io.zone' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3188ec<<< 6494 1726853143.54220: stdout chunk (state=3): >>>0>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/service.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc'\nimport 'firewall.core.io.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2ab77a0>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/ipset.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/icmp.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc'\nimport 'firewall.core.icmp' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2ae4320>\nimport 'firewall.core.io.ipset' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2ab7b00>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/icmptype.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc'\nimport 'firewall.core.io.icmptype' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2ae4da0>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/helper.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc'\nimport 'firewall.core.io.helper' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2ae51c0>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/command.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc'\nimport 'firewall.command' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2ae55e0>\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# destroy __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 itertools\n# cleanup[2] removing keyword\n# cleanup[2] removing _operator\n# cleanup[2] removing operator\n# cleanup[2] removing reprlib\n# destroy reprlib\n# cleanup[2] removing _collections\n# cleanup[2] removing collections\n# cleanup[2] removing types\n# cleanup[2] removing _functools\n# cleanup[2] removing functools\n# cleanup[<<< 6494 1726853143.54245: stdout chunk (state=3): >>>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 copyreg\n# cleanup[2] removing contextlib\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 re\n# cleanup[2] removing _typing\n# cleanup[2] removing typing\n# destroy typing\n# cleanup[2] removing pkgutil\n# destroy pkgutil\n# cleanup[2] removing gi._error\n# cleanup[2] removing gi._gi\n# cleanup[2] removing gi._gobject\n# cleanup[2] removing glib\n# destroy glib\n# cleanup[2] removing gobject\n# cleanup[2] removing gio\n# destroy gio\n# cleanup[2] removing gtk\n# destroy gtk\n# cleanup[2] removing gtk.gdk\n# destroy gtk.gdk\n# cleanup[2] removing gi\n# cleanup[2] removing threading\n# cleanup[2] removing gi._constants\n# cleanup[2] removing gi.docstring\n# cleanup[2] removing gi._propertyhelper\n# cleanup[2] removing gi._signalhelper\n# cleanup[2] removing gi.types\n# cleanup[2] removing gi.module\n# cleanup[2] removing gi.overrides\n# cleanup[2] removing gi.importer\n# cleanup[2] removing gi.repository\n# cleanup[2] removing _socket\n# cleanup[2] removing math\n# cleanup[2] removing select\n# cleanup[2] removing selectors\n# cleanup[2] removing errno\n# cleanup[2] removing array\n# cleanup[2] removing socket\n# cleanup[2] removing __future__\n# destroy __future__\n# cleanup[2] removing signal\n# cleanup[2] removing gi._ossighelper\n# cleanup[2] removing textwrap\n# cleanup[2] removing gettext\n# cleanup[2] removing _locale\n# cleanup[2] removing locale\n# cleanup[2] removing optparse\n# cleanup[2] removing gi._option\n# cleanup[2] removing gi.overrides.GLib\n# cleanup[2] removing gi.repository.GLib\n# cleanup[2] removing gi.overrides.GObject\n# cleanup[2] removing gi.repository.GObject\n# cleanup[2] removing argparse\n# cleanup[2] removing firewall\n# cleanup[2] removing dbus._compat\n# cleanup[2] removing dbus.exceptions\n# cleanup[2] removing _dbus_bindings\n# cleanup[2] removing dbus.types\n# cleanup[2] removing token\n# cleanup[2] removing _tokenize\n# cleanup[2] removing tokenize\n# cleanup[2] removing linecache\n# cleanup[2] removing traceback\n# cleanup[2] removing _string\n# cleanup[2] removing string\n# cleanup[2] removing atexit\n# cleanup[2] removing logging\n# cleanup[2] removing dbus.lowlevel\n# cleanup[2] removing xml\n# cleanup[2] removing xml.parsers\n# cleanup[2] removing pyexpat.errors\n# cleanup[2] removing pyexpat.model\n# cleanup[2] removing pyexpat\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 dbus._expat_introspect_parser\n# cleanup[2] removing dbus.proxies\n# cleanup[2] removing dbus.connection\n# cleanup[2] removing dbus.bus\n# cleanup[2] removing dbus._dbus\n# cleanup[2] removing dbus\n# cleanup[2] removing dbus.mainloop\n# cleanup[2] removing _dbus_glib_bindings\n# cleanup[2] removing dbus.mainloop.glib\n# cleanup[2] removing _struct\n# cleanup[2] removing struct\n# cleanup[2] removing copy\n# cleanup[2] removing firewall.config.dbus\n# cleanup[2] removing firewall.config\n# cleanup[2] removing firewall.core\n# cleanup[2] removing firewall.core.base\n# cleanup[2] removing xml.etree\n# cleanup[2] removing xml.etree.ElementPath\n# cleanup[2] removing _elementtree\n# cleanup[2] removing xml.etree.ElementTree\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 inspect\n# cleanup[2] removing fnmatch\n# cleanup[2] removing syslog\n# cleanup[2] removing fcntl\n#<<< 6494 1726853143.54253: stdout chunk (state=3): >>> cleanup[2] removing firewall.core.logger\n# cleanup[2] removing firewall.dbus_utils\n# cleanup[2] removing dataclasses\n# destroy dataclasses\n# cleanup[2] removing shlex\n# cleanup[2] removing zlib\n# cleanup[2] removing _compression\n# cleanup[2] removing _bz2\n# cleanup[2] removing bz2\n# destroy bz2\n# cleanup[2] removing _lzma\n# cleanup[2] removing lzma\n# destroy lzma\n# cleanup[2] removing shutil\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 tempfile\n# cleanup[2] removing firewall.functions\n# cleanup[2] removing ipaddress\n# cleanup[2] removing firewall.errors\n# cleanup[2] removing _posixsubprocess\n# cleanup[2] removing subprocess\n# cleanup[2] removing firewall.core.prog\n# cleanup[2] removing firewall.core.ipset\n# cleanup[2] removing firewall.core.rich\n# cleanup[2] removing firewall.client\n# cleanup[2] removing gi.overrides.Gio\n# cleanup[2] removing gi.repository.Gio\n# cleanup[2] removing firewall.core.fw_nm\n# cleanup[2] removing firewall.core.io\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 urllib\n# cleanup[2] removing urllib.parse\n# cleanup[2] removing binascii\n# cleanup[2] removing base64\n# cleanup[2] removing email\n# cleanup[2] removing http\n# cleanup[2] removing email.errors\n# cleanup[2] removing email.quoprimime\n# cleanup[2] removing email.base64mime\n# cleanup[2] removing quopri\n# cleanup[2] removing email.encoders\n# cleanup[2] removing email.charset\n# cleanup[2] removing email.header\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 email.utils\n# cleanup[2] removing email._policybase\n# cleanup[2] removing email.feedparser\n# cleanup[2] removing email.parser\n# cleanup[2] removing email._encoded_words\n# cleanup[2] removing email.iterators\n# cleanup[2] removing email.message\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 firewall.core.io.io_object\n# cleanup[2] removing firewall.core.io.policy\n# cleanup[2] removing firewall.core.io.zone\n# cleanup[2] removing firewall.core.io.service\n# cleanup[2] removing firewall.core.icmp\n# cleanup[2] removing firewall.core.io.ipset\n# cleanup[2] removing firewall.core.io.icmptype\n# cleanup[2] removing firewall.core.io.helper\n# cleanup[2] removing firewall.command\n# destroy _sitebuiltins\n# destroy zlib\n# destroy _bz2\n# destroy _compression\n# destroy _lzma\n# cleanup[3] wiping firewall.command\n# cleanup[3] wiping firewall.core.io.helper\n# cleanup[3] wiping firewall.core.io.icmptype\n# cleanup[3] wiping firewall.core.io.ipset\n# cleanup[3] wiping firewall.core.icmp\n# cleanup[3] wiping firewall.core.io.service\n# cleanup[3] wiping firewall.core.io.zone\n# cleanup[3] wiping firewall.core.io.policy\n# cleanup[3] wiping firewall.core.io.io_object\n# cleanup[3] wiping xml.sax.saxutils\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 email.message\n# destroy quopri\n# cleanup[3] wiping email.iterators\n# cleanup[3] wiping email._encoded_words\n# cleanup[3] wiping email.parser\n# cleanup[3] wiping email.feedparser\n# cleanup[3] wiping email._policybase\n# cleanup[3] wiping email.utils\n# destroy random\n# destroy urllib\n# destroy urllib.parse\n# destroy urllib.response\n# destroy urllib.error\n# destroy urllib.request\n# cleanup[3] wiping email._parseaddr\n# destroy calendar\n# cleanup[3] wiping <<< 6494 1726853143.54281: stdout chunk (state=3): >>>datetime\n# cleanup[3] wiping _datetime\n# cleanup[3] wiping email.header\n# cleanup[3] wiping email.charset\n# destroy email\n# cleanup[3] wiping email.encoders\n# cleanup[3] wiping email.base64mime\n# cleanup[3] wiping email.quoprimime\n# cleanup[3] wiping email.errors\n# cleanup[3] wiping base64\n# destroy struct\n# cleanup[3] wiping binascii\n# cleanup[3] wiping xml.sax\n# destroy xml.sax._exceptions\n# destroy xml.sax.xmlreader\n# destroy xml.sax.saxutils\n# cleanup[3] wiping xml.sax.handler\n# cleanup[3] wiping firewall.core.io\n# destroy xml\n# destroy xml.parsers\n# destroy xml.parsers.expat\n# destroy xml.etree\n# destroy xml.sax\n# destroy firewall.core.io.io_object\n# destroy firewall.core.io.policy\n# destroy firewall.core.io.zone\n# destroy firewall.core.io.service\n# destroy firewall.core.io.ipset\n# destroy firewall.core.io.icmptype\n# destroy firewall.core.io.helper\n# cleanup[3] wiping firewall.core.fw_nm\n# cleanup[3] wiping gi.repository.Gio\n# cleanup[3] wiping gi.overrides.Gio\n# cleanup[3] wiping firewall.client\n# destroy firewall\n# destroy firewall.config\n# destroy firewall.core\n# destroy firewall.core.base\n# destroy firewall.core.logger\n# destroy firewall.core.prog\n# destroy firewall.core.ipset\n# destroy firewall.core.rich\n# destroy firewall.core.fw_nm\n# destroy firewall.core.io\n# destroy firewall.core.icmp\n# destroy firewall.dbus_utils\n# destroy firewall.command\n# destroy firewall.client\n# cleanup[3] wiping subprocess\n# cleanup[3] wiping _posixsubprocess\n# destroy _posixsubprocess\n# cleanup[3] wiping firewall.errors\n# cleanup[3] wiping ipaddress\n# cleanup[3] wiping firewall.functions\n# destroy shlex\n# destroy string\n# destroy tempfile\n# cleanup[3] wiping _blake2\n# cleanup[3] wiping _hashlib\n# cleanup[3] wiping _random\n# cleanup[3] wiping _bisect\n# cleanup[3] wiping shutil\n# cleanup[3] wiping fcntl\n# cleanup[3] wiping syslog\n# cleanup[3] wiping fnmatch\n# cleanup[3] wiping inspect\n# destroy ast\n# destroy dis\n# destroy token\n# cleanup[3] wiping _opcode\n# cleanup[3] wiping xml.etree.ElementTree\n# cleanup[3] wiping _elementtree\n# cleanup[3] wiping xml.etree.ElementPath\n# cleanup[3] wiping firewall.config.dbus\n# cleanup[3] wiping copy\n# cleanup[3] wiping _struct\n# cleanup[3] wiping dbus.mainloop.glib\n# cleanup[3] wiping _dbus_glib_bindings\n# cleanup[3] wiping dbus.mainloop\n# destroy dbus.mainloop.glib\n# cleanup[3] wiping dbus\n# destroy dbus._compat\n# destroy dbus._expat_introspect_parser\n# destroy dbus._dbus\n# destroy dbus.exceptions\n# destroy dbus.types\n# destroy dbus.lowlevel\n# destroy dbus.proxies\n# destroy dbus.connection\n# destroy dbus.bus\n# destroy dbus.mainloop\n# cleanup[3] wiping xml.parsers.expat.errors\n# cleanup[3] wiping xml.parsers.expat.model\n# cleanup[3] wiping pyexpat\n# destroy pyexpat.errors\n# destroy pyexpat.model\n# cleanup[3] wiping logging\n# cleanup[3] wiping atexit\n# destroy atexit\n# cleanup[3] wiping _string\n# cleanup[3] wiping traceback\n# destroy linecache\n# cleanup[3] wiping tokenize\n# cleanup[3] wiping _tokenize\n# cleanup[3] wiping _dbus_bindings\n# cleanup[3] wiping argparse\n# cleanup[3] wiping gi.repository.GObject\n# cleanup[3] wiping gi.overrides.GObject\n# cleanup[3] wiping gi.repository.GLib\n# cleanup[3] wiping gi.overrides.GLib\n# cleanup[3] wiping gi._option\n# destroy optparse\n# cleanup[3] wiping locale\n# destroy encodings\n# cleanup[3] wiping _locale\n# destroy _locale\n# cleanup[3] wiping gettext\n# cleanup[3] wiping textwrap\n# cleanup[3] wiping gi._ossighelper\n# destroy signal\n# cleanup[3] wiping socket\n# destroy selectors\n# cleanup[3] wiping array\n# cleanup[3] wiping errno\n# cleanup[3] wiping select\n# cleanup[3] wiping math\n# cleanup[3] wiping _socket\n# cleanup[3] wiping gi.repository\n# destroy gi.repository.GLib\n# destroy gi.repository.Gio\n# cleanup[3] wiping gi.importer\n# cleanup[3] wiping gi.overrides\n# destroy gi.overrides.GLib\n# destroy gi.overrides.GObject\n# destroy gi.overrides.Gio\n# cleanup[3] wiping gi.module\n# destroy gi\n# cleanup[3] wiping gi.types\n# cleanup[3] wiping gi._signalhelper\n# cleanup[3] wiping gi._propertyhelper\n# cleanup[3] wiping gi.docstring\n# cleanup[3] wiping gi._constants\n# cleanup[3] wiping threading\n# cleanup[3] wiping gobject\n# cleanup[3] wiping gi._gobject\n# cleanup[3] wiping gi._gi\n# cleanup[3] wiping gi._error\n# cleanup[3] wiping _typing\n# cleanup[3] wiping re\n# destroy re._constants\n# destroy re._casefix\n# destroy re._compiler\n# destroy enum\n# cleanup[3] wiping re._parser\n# cleanup[3] wiping _sre\n# cleanup[3] wiping contextlib\n# cleanup[3] wiping copyreg\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# cleanup[3] wiping warnings\n# cleanup[3] wiping importlib._bootstrap_external\n# cleanup[3] wiping importlib._bootstrap\n# cleanup[3] wiping functools\n# cleanup[3] wiping _functools\n# cleanup[3] wiping types\n# cleanup[3] wiping collections\n# destroy _collections_abc\n# destroy collections.abc\n# cleanup[3] wiping _collections\n# cleanup[3] wiping operator\n# cleanup[3] wiping _operator\n# cleanup[3] wiping keyword\n# cleanup[3] wiping itertools\n# cleanup[3] wiping encodings.utf_8_sig\n# cleanup[3] wiping os\n# destroy posixpath\n# cleanup[3] wiping genericpath\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 _datetime\n# destroy _dbus_glib_bindings\n# destroy sys.monitoring\n# destroy _io\n# destroy _socket\n# destroy gi.repository.GObject\n# destroy argparse\n# destroy zipimport\n# destroy importlib\n# destroy gi.types\n# destroy gi._error\n# destroy gi._gobject\n# destroy gi._constants\n# destroy gi.docstring\n# destroy gi._propertyhelper\n# destroy gi._signalhelper\n# destroy gi.module\n# destroy gi.overrides\n# destroy gi.importer\n# destroy gi.repository\n# destroy gi._ossighelper\n# destroy gi._option\n# destroy gi._gi\n# destroy _collections\n# destroy re._parser\n# destroy array\n# destroy textwrap\n# destroy stat\n# destroy genericpath\n# destroy tokenize\n# destroy _string\n# destroy shutil\n# destroy gettext\n# destroy firewall.config.dbus\n# destroy firewall.functions\n# destroy select\n# destroy _signal\n# destroy dbus\n# destroy xml.etree.ElementTree\n# destroy firewall.errors\n# destroy time\n# destroy fnmatch\n# destroy syslog\n# destroy traceback\n# destroy fcntl\n# destroy xml.sax.handler\n# destroy copy\n# destroy inspect\n# destroy keyword\n# destroy abc\n# destroy _thread\n# destroy copyreg\n# destroy contextlib\n# destroy operator\n# destroy subprocess\n# destroy _typing\n# destroy _tokenize\n# destroy xml.etree.ElementPath\n# destroy collections\n# destroy io\n# destroy _opcode\n# destroy functools\n# destroy types\n# destroy ipaddress\n# destroy _elementtree\n# destroy email.errors\n# destroy email.quoprimime\n# destroy email.base64mime\n# destroy email.encoders\n# destroy email.charset\n# destroy email.header\n# destroy email._parseaddr\n# destroy email.utils\n# destroy email._policybase\n# destroy email.feedparser\n# destroy email.parser\n# destroy email._encoded_words\n# destroy email.iterators\n# destroy email.message\n# destroy http.client\n# destroy socket\n# destroy base64\n# destroy errno\n# destroy _blake2\n# destroy _ssl\n# destroy binascii\n# destroy datetime\n# destroy locale\<<< 6494 1726853143.54309: stdout chunk (state=3): >>>n# destroy warnings\n# destroy _struct\n# clear sys.meta_path\n# clear sys.modules\n# destroy _frozen_importlib\n# destroy codecs\n# destroy encodings.aliases\n# destroy encodings.utf_8\n# destroy encodings.utf_8_sig\n# destroy _codecs\n# destroy _warnings\n# destroy math\n# destroy _bisect\n# destroy os\n# destroy re\n# destroy _random\n# destroy _hashlib\n# destroy _operator\n# destroy builtins\n# destroy itertools\n# destroy _sre\n# destroy posix\n# destroy _functools\n# clear sys.audit hooks", "rc": 0, "cmd": "set -euo pipefail\nports=\"$(firewall-cmd --info-service=\"smtp-submission\" | \\\n grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\" || :\nif [ -z \"$ports\" ]; then\n include=\"$(firewall-cmd --info-service=\"smtp-submission\" | \\\n awk '/^ +includes:/ {print $2}')\" || :\n if [ -n \"$include\" ]; then\n ports=\"$(firewall-cmd --info-service=\"$include\" | \\\n grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\"\n fi\nfi\nif [ -z \"$ports\" ]; then\n exit 1\nfi\necho \"$ports\"", "start": "2024-09-20 13:25:42.938551", "end": "2024-09-20 13:25:43.531755", "delta": "0:00:00.593204", "msg": "", "invocation": {"module_args": {"_raw_params": "set -euo pipefail\nports=\"$(firewall-cmd --info-service=\"smtp-submission\" | \\\n grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\" || :\nif [ -z \"$ports\" ]; then\n include=\"$(firewall-cmd --info-service=\"smtp-submission\" | \\\n awk '/^ +includes:/ {print $2}')\" || :\n if [ -n \"$include\" ]; then\n ports=\"$(firewall-cmd --info-service=\"$include\" | \\\n grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\"\n fi\nfi\nif [ -z \"$ports\" ]; then\n exit 1\nfi\necho \"$ports\"", "_uses_shell": true, "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__ <<< 6494 1726853143.54804: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 6494 1726853143.54823: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin <<< 6494 1726853143.54840: 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 # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external <<< 6494 1726853143.54861: 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 _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 <<< 6494 1726853143.54872: 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 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 <<< 6494 1726853143.54889: stdout chunk (state=3): >>># 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 <<< 6494 1726853143.54910: stdout chunk (state=3): >>># cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible <<< 6494 1726853143.54938: 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 grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat <<< 6494 1726853143.54961: stdout chunk (state=3): >>># 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<<< 6494 1726853143.54980: stdout chunk (state=3): >>> # 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 <<< 6494 1726853143.54996: stdout chunk (state=3): >>># destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils <<< 6494 1726853143.55009: stdout chunk (state=3): >>># destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob <<< 6494 1726853143.55287: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 6494 1726853143.55297: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 6494 1726853143.55333: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 6494 1726853143.55351: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma <<< 6494 1726853143.55363: stdout chunk (state=3): >>># destroy zipfile._path <<< 6494 1726853143.55372: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 6494 1726853143.55392: stdout chunk (state=3): >>># destroy ntpath <<< 6494 1726853143.55421: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 6494 1726853143.55447: stdout chunk (state=3): >>># destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib <<< 6494 1726853143.55464: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 6494 1726853143.55480: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select <<< 6494 1726853143.55496: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 6494 1726853143.55508: stdout chunk (state=3): >>># destroy fnmatch <<< 6494 1726853143.55527: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 6494 1726853143.55535: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 6494 1726853143.55566: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 6494 1726853143.55575: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 6494 1726853143.55797: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 6494 1726853143.55802: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian <<< 6494 1726853143.55805: 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 # destroy textwrap # cleanup[3] wiping tokenize <<< 6494 1726853143.55808: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 <<< 6494 1726853143.55810: stdout chunk (state=3): >>># 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 <<< 6494 1726853143.55812: stdout chunk (state=3): >>># 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 <<< 6494 1726853143.55814: stdout chunk (state=3): >>># cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc <<< 6494 1726853143.55817: stdout chunk (state=3): >>># destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath <<< 6494 1726853143.55819: stdout chunk (state=3): >>># 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 <<< 6494 1726853143.55821: 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 <<< 6494 1726853143.55823: stdout chunk (state=3): >>># cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 6494 1726853143.55972: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 6494 1726853143.55999: stdout chunk (state=3): >>># destroy _collections <<< 6494 1726853143.56017: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 6494 1726853143.56039: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 6494 1726853143.56055: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 6494 1726853143.56097: stdout chunk (state=3): >>># destroy _typing <<< 6494 1726853143.56099: stdout chunk (state=3): >>># destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 6494 1726853143.56131: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 6494 1726853143.56213: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8<<< 6494 1726853143.56240: stdout chunk (state=3): >>> # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading <<< 6494 1726853143.56257: stdout chunk (state=3): >>># destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 6494 1726853143.56271: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 6494 1726853143.56288: stdout chunk (state=3): >>># destroy _hashlib <<< 6494 1726853143.56305: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 6494 1726853143.56326: stdout chunk (state=3): >>># destroy itertools <<< 6494 1726853143.56345: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 6494 1726853143.56705: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.41.218 closed. <<< 6494 1726853143.56741: stderr chunk (state=3): >>><<< 6494 1726853143.56744: stdout chunk (state=3): >>><<< 6494 1726853143.57026: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f02273684d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0227337b30> # /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 0x7f022736aa50> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f022715d130> # /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 0x7f022715dfa0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f022719be00> # /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 0x7f022719bec0> # /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 0x7f02271d37d0> # /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 0x7f02271d3e60> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f02271b3ad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f02271b11f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0227198fb0> # /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 0x7f02271f3770> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f02271f2390> # /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 0x7f02271b2090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f02271f0bc0> # /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 0x7f0227228800> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0227198230> # /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 0x7f0227228cb0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0227228b60> # 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 0x7f0227228ef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0227196d50> # /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 0x7f0227229580> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0227229250> 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 0x7f022722a480> 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 0x7f02272406b0> 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 0x7f0227241d90> # /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 0x7f0227242c30> # 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 0x7f0227243290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0227242180> # /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 0x7f0227243d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0227243440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f022722a4e0> # /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 0x7f0226fbfbc0> # /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 0x7f0226fe86e0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0226fe8440> # 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 0x7f0226fe8620> # /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 0x7f0226fe8fe0> # 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 0x7f0226fe9970> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0226fe8890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0226fbdd60> # /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 0x7f0226feacf0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0226fe8e60> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f022722abd0> # /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 0x7f0227017020> # /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 0x7f022703b3e0> # /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 0x7f02270981a0> # /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 0x7f022709a8d0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f02270982c0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0227065190> # /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 0x7f022692d1f0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f022703a1e0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0226febbf0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f022703a8a0> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_0nqet9zc/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 0x7f022697ef00> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0226961df0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0226960f50> # 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 0x7f022697cdd0> # /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 0x7f02269ae7e0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f02269ae570> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f02269ade80> # /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 0x7f02269ae5d0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f022697fb90> 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 0x7f02269af440> # 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 0x7f02269af680> # /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 0x7f02269afbc0> 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 0x7f02268119a0> # 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 0x7f02268135c0> # /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 0x7f0226813ef0> # /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 0x7f02268150a0> # /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 0x7f0226817b60> # 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 0x7f0226962ff0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0226815e20> # /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 0x7f0226823a40> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0226822510> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0226822270> # /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 0x7f02268227e0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0226816330> # 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 0x7f0226867d40> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0226867f50> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0226869910> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f02268696d0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f022686be60> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f022686a000> # /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 0x7f022686f5f0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f022686bf80> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0226870890> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0226870740> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f02268708c0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0226868290> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0226873f80> # 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 0x7f02268fd1f0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0226872750> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0226873b00> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0226872360> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0226701400> # /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 0x7f0226702150> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f02268fd640> 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 0x7f0226701e50> # 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 0x7f0226703230> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f022670dc40> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f022670ba70> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f02269fa7e0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f02269de4b0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f022670de50> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f022670dcd0> # 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 0x7f022670ddc0> # zipimport: zlib available {"changed": true, "stdout": "587/tcp", "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 0x7f5634e18530>\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634de3b60>\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 0x7f5634e1aab0>\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/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 0x7f5634be9190>\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 0x7f5634be9fa0>\nimport 'site' # \nPython 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__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/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 0x7f5634cda8a0>\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 0x7f5634cdaf30>\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 0x7f5634cdb8c0>\nimport '_collections' # \nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56349aa480>\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/__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 0x7f5634cb2360>\nimport '_functools' # \nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56349aa7e0>\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 0x7f5634cb2ed0>\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56349abfe0>\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 0x7f5634cb3bf0>\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 0x7f5634c81400>\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634cb3ec0>\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 0x7f5634c4f5c0>\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 0x7f5634c4f680>\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 0x7f5634b90440>\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'\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634b92de0>\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 0x7f5634b44e30>\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634b6fa10>\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 0x7f5634b44e90>\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634b6e0c0>\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634b921b0>\nimport '_typing' # \nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634c82360>\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56349a9e20>\n# possible namespace for /usr/lib/python3.12/site-packages/gi\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_error.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc'\nimport 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634c4eb70>\n# extension module 'gi._gi' loaded from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so'\n# extension module 'gi._gi' executed from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so'\nimport 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5634c4d100>\nimport 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56349a8e30>\n# /usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/repository/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/importer.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/module.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc'\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 0x7f5634aea3f0>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/types.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_constants.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc'\nimport 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634ab5a90>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/docstring.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc'\nimport 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634ab5dc0>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_propertyhelper.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc'\nimport 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634ab6270>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_signalhelper.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc'\nimport 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634ab6b40>\nimport 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634ab5340>\nimport 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634ae9f10>\n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc'\nimport 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634aea4b0>\nimport 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634ae99a0>\nimport 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634c80d70>\n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GLib.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc'\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 0x7f563498b590>\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 '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 0x7f5634959490>\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 0x7f5634959eb0>\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563498bfe0>\nimport 'errno' # \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 0x7f56349381d0>\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634989b50>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_ossighelper.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.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 0x7f5634938530>\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 0x7f56349389e0>\nimport 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563498a7e0>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_option.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py\n# code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc'\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 0x7f5634910d10>\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 0x7f5634911b80>\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 0x7f5634913740>\nimport 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563493a180>\nimport 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56349398b0>\nimport 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634ab7e00>\nimport 'gi.repository.GLib' # \n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GObject.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc'\nimport 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56349cede0>\nimport 'gi.repository.GObject' # \n# destroy gobject\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'\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563451c7a0>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc'\nimport 'firewall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563451df40>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/client.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc'\nimport 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345b4aa0>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc'\nimport 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345b4b60>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc'\n# extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'\n# extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'\nimport '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f56345b52b0>\nimport 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345b5130>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc'\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'\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'\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 0x7f56345f9a90>\nimport '_tokenize' # \nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345f8590>\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345f82f0>\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345de570>\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 0x7f56345facf0>\nimport 'atexit' # \nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345b6cf0>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc'\nimport 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634602e70>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.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 0x7f5634284110>\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 0x7f5634284350>\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'\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 0x7f56342844d0>\nimport 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56342843b0>\nimport 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634603b90>\nimport 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634602fc0>\nimport 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634602390>\nimport 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345b6270>\nimport 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345b5b20>\nimport 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345b4560>\n# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc'\nimport 'dbus.mainloop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345b5f70>\n# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/glib.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc'\n# extension module '_dbus_glib_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so'\n# extension module '_dbus_glib_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so'\nimport '_dbus_glib_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5634284740>\nimport 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345b4dd0>\n# /usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc'\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 0x7f5634284e30>\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634284ce0>\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 0x7f5634287050>\n# /usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/dbus.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc'\nimport 'firewall.config.dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56342874a0>\nimport 'firewall.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634284890>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc'\nimport 'firewall.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634287410>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/base.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc'\nimport 'firewall.core.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634287620>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/dbus_utils.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc'\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 0x7f5634287da0>\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 0x7f56342b7050>\n# extension module '_elementtree' loaded from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so'\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 0x7f56342d8200>\nimport 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634287ce0>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/logger.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc'\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 0x7f56342b6570>\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 0x7f56343693a0>\nimport 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634368770>\nimport 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563431a9c0>\nimport 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56342d9c10>\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 0x7f56342db0e0>\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 0x7f5634371490>\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 0x7f5634371820>\nimport 'firewall.core.logger' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56342d8500>\nimport 'firewall.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634287830>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/rich.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc'\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 0x7f5634134260>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/functions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/functions.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/functions.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 0x7f5634137650>\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'\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 0x7f563415b950>\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 0x7f5634180830>\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 0x7f5634180e90>\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563415bd40>\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 0x7f56341818b0>\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634181010>\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634159940>\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 0x7f5634183b90>\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56341838c0>\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 0x7f5634183a10>\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 0x7f56341a8410>\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 0x7f56341a8e00>\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634183d10>\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634159fd0>\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634137ec0>\nimport 'firewall.functions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634136150>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/ipset.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc'\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 0x7f56341a9850>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/errors.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc'\nimport 'firewall.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56341dc7a0>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/prog.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc'\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# 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 0x7f5634201010>\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56341df230>\nimport 'firewall.core.prog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56341df080>\nimport 'firewall.core.ipset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634183830>\nimport 'firewall.core.rich' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56343727e0>\nimport 'firewall.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563451eb70>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/fw_nm.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc'\n# destroy gi.repository.GModule\nimport 'gi.repository.GModule' # \n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/Gio.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc'\nimport 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d34f50>\nimport 'gi.repository.Gio' # \n# destroy gi.repository.NM\nimport 'gi.repository.NM' # \nimport 'firewall.core.fw_nm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d34410>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc'\nimport 'firewall.core.io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d34a40>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/zone.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc'\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 0x7f5633d58ec0>\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 0x7f5633d59550>\nimport 'xml.sax.xmlreader' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d378f0>\nimport 'xml.sax' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d375f0>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/io_object.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc'\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__/__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 0x7f5633d7c170>\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'\nimport 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d7c200>\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/__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'\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 0x7f56333c89e0>\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d9f680>\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 0x7f56333c8c50>\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 0x7f56333c8ef0>\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/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'\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 0x7f56334011c0>\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'\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'\nimport 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633403680>\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'\nimport 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633403590>\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__/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'\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 0x7f563342c1a0>\nimport 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633427d10>\nimport 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633427230>\nimport 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56334028d0>\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__/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 0x7f563342db20>\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563342d8e0>\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 0x7f563342f3b0>\nimport 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563342e030>\nimport 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56334270b0>\nimport 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633401250>\nimport 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56334005c0>\nimport 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56334000e0>\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/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 0x7f563344f800>\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 0x7f563344fe90>\nimport 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633400ec0>\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 0x7f5633486ba0>\nimport 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56334842f0>\nimport 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56333c9f70>\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 0x7f56331be570>\nimport 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56333cbf50>\nimport 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d7f2c0>\nimport 'xml.sax.saxutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d5ae70>\nimport 'firewall.core.io.io_object' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d5a0c0>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/policy.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc'\nimport 'firewall.core.io.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d5a8d0>\nimport 'firewall.core.io.zone' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d34aa0>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/service.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc'\nimport 'firewall.core.io.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56331bf800>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/ipset.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/icmp.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc'\nimport 'firewall.core.icmp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56331e8350>\nimport 'firewall.core.io.ipset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56331bfb60>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/icmptype.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc'\nimport 'firewall.core.io.icmptype' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56331e8dd0>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/helper.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc'\nimport 'firewall.core.io.helper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56331e91f0>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/command.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc'\nimport 'firewall.command' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56331e9610>\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# destroy __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 itertools\n# cleanup[2] removing keyword\n# cleanup[2] removing _operator\n# cleanup[2] removing operator\n# cleanup[2] removing reprlib\n# destroy reprlib\n# cleanup[2] removing _collections\n# cleanup[2] removing collections\n# cleanup[2] removing types\n# cleanup[2] removing _functools\n# cleanup[2] removing functools\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 copyreg\n# cleanup[2] removing contextlib\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 re\n# cleanup[2] removing _typing\n# cleanup[2] removing typing\n# destroy typing\n# cleanup[2] removing pkgutil\n# destroy pkgutil\n# cleanup[2] removing gi._error\n# cleanup[2] removing gi._gi\n# cleanup[2] removing gi._gobject\n# cleanup[2] removing glib\n# destroy glib\n# cleanup[2] removing gobject\n# cleanup[2] removing gio\n# destroy gio\n# cleanup[2] removing gtk\n# destroy gtk\n# cleanup[2] removing gtk.gdk\n# destroy gtk.gdk\n# cleanup[2] removing gi\n# cleanup[2] removing threading\n# cleanup[2] removing gi._constants\n# cleanup[2] removing gi.docstring\n# cleanup[2] removing gi._propertyhelper\n# cleanup[2] removing gi._signalhelper\n# cleanup[2] removing gi.types\n# cleanup[2] removing gi.module\n# cleanup[2] removing gi.overrides\n# cleanup[2] removing gi.importer\n# cleanup[2] removing gi.repository\n# cleanup[2] removing _socket\n# cleanup[2] removing math\n# cleanup[2] removing select\n# cleanup[2] removing selectors\n# cleanup[2] removing errno\n# cleanup[2] removing array\n# cleanup[2] removing socket\n# cleanup[2] removing __future__\n# destroy __future__\n# cleanup[2] removing signal\n# cleanup[2] removing gi._ossighelper\n# cleanup[2] removing textwrap\n# cleanup[2] removing gettext\n# cleanup[2] removing _locale\n# cleanup[2] removing locale\n# cleanup[2] removing optparse\n# cleanup[2] removing gi._option\n# cleanup[2] removing gi.overrides.GLib\n# cleanup[2] removing gi.repository.GLib\n# cleanup[2] removing gi.overrides.GObject\n# cleanup[2] removing gi.repository.GObject\n# cleanup[2] removing argparse\n# cleanup[2] removing firewall\n# cleanup[2] removing dbus._compat\n# cleanup[2] removing dbus.exceptions\n# cleanup[2] removing _dbus_bindings\n# cleanup[2] removing dbus.types\n# cleanup[2] removing token\n# cleanup[2] removing _tokenize\n# cleanup[2] removing tokenize\n# cleanup[2] removing linecache\n# cleanup[2] removing traceback\n# cleanup[2] removing _string\n# cleanup[2] removing string\n# cleanup[2] removing atexit\n# cleanup[2] removing logging\n# cleanup[2] removing dbus.lowlevel\n# cleanup[2] removing xml\n# cleanup[2] removing xml.parsers\n# cleanup[2] removing pyexpat.errors\n# cleanup[2] removing pyexpat.model\n# cleanup[2] removing pyexpat\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 dbus._expat_introspect_parser\n# cleanup[2] removing dbus.proxies\n# cleanup[2] removing dbus.connection\n# cleanup[2] removing dbus.bus\n# cleanup[2] removing dbus._dbus\n# cleanup[2] removing dbus\n# cleanup[2] removing dbus.mainloop\n# cleanup[2] removing _dbus_glib_bindings\n# cleanup[2] removing dbus.mainloop.glib\n# cleanup[2] removing _struct\n# cleanup[2] removing struct\n# cleanup[2] removing copy\n# cleanup[2] removing firewall.config.dbus\n# cleanup[2] removing firewall.config\n# cleanup[2] removing firewall.core\n# cleanup[2] removing firewall.core.base\n# cleanup[2] removing xml.etree\n# cleanup[2] removing xml.etree.ElementPath\n# cleanup[2] removing _elementtree\n# cleanup[2] removing xml.etree.ElementTree\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 inspect\n# cleanup[2] removing fnmatch\n# cleanup[2] removing syslog\n# cleanup[2] removing fcntl\n# cleanup[2] removing firewall.core.logger\n# cleanup[2] removing firewall.dbus_utils\n# cleanup[2] removing dataclasses\n# destroy dataclasses\n# cleanup[2] removing shlex\n# cleanup[2] removing zlib\n# cleanup[2] removing _compression\n# cleanup[2] removing _bz2\n# cleanup[2] removing bz2\n# destroy bz2\n# cleanup[2] removing _lzma\n# cleanup[2] removing lzma\n# destroy lzma\n# cleanup[2] removing shutil\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 tempfile\n# cleanup[2] removing firewall.functions\n# cleanup[2] removing ipaddress\n# cleanup[2] removing firewall.errors\n# cleanup[2] removing _posixsubprocess\n# cleanup[2] removing subprocess\n# cleanup[2] removing firewall.core.prog\n# cleanup[2] removing firewall.core.ipset\n# cleanup[2] removing firewall.core.rich\n# cleanup[2] removing firewall.client\n# cleanup[2] removing gi.overrides.Gio\n# cleanup[2] removing gi.repository.Gio\n# cleanup[2] removing firewall.core.fw_nm\n# cleanup[2] removing firewall.core.io\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 urllib\n# cleanup[2] removing urllib.parse\n# cleanup[2] removing binascii\n# cleanup[2] removing base64\n# cleanup[2] removing email\n# cleanup[2] removing http\n# cleanup[2] removing email.errors\n# cleanup[2] removing email.quoprimime\n# cleanup[2] removing email.base64mime\n# cleanup[2] removing quopri\n# cleanup[2] removing email.encoders\n# cleanup[2] removing email.charset\n# cleanup[2] removing email.header\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 email.utils\n# cleanup[2] removing email._policybase\n# cleanup[2] removing email.feedparser\n# cleanup[2] removing email.parser\n# cleanup[2] removing email._encoded_words\n# cleanup[2] removing email.iterators\n# cleanup[2] removing email.message\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 firewall.core.io.io_object\n# cleanup[2] removing firewall.core.io.policy\n# cleanup[2] removing firewall.core.io.zone\n# cleanup[2] removing firewall.core.io.service\n# cleanup[2] removing firewall.core.icmp\n# cleanup[2] removing firewall.core.io.ipset\n# cleanup[2] removing firewall.core.io.icmptype\n# cleanup[2] removing firewall.core.io.helper\n# cleanup[2] removing firewall.command\n# destroy _sitebuiltins\n# destroy zlib\n# destroy _bz2\n# destroy _compression\n# destroy _lzma\n# cleanup[3] wiping firewall.command\n# cleanup[3] wiping firewall.core.io.helper\n# cleanup[3] wiping firewall.core.io.icmptype\n# cleanup[3] wiping firewall.core.io.ipset\n# cleanup[3] wiping firewall.core.icmp\n# cleanup[3] wiping firewall.core.io.service\n# cleanup[3] wiping firewall.core.io.zone\n# cleanup[3] wiping firewall.core.io.policy\n# cleanup[3] wiping firewall.core.io.io_object\n# cleanup[3] wiping xml.sax.saxutils\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 email.message\n# destroy quopri\n# cleanup[3] wiping email.iterators\n# cleanup[3] wiping email._encoded_words\n# cleanup[3] wiping email.parser\n# cleanup[3] wiping email.feedparser\n# cleanup[3] wiping email._policybase\n# cleanup[3] wiping email.utils\n# destroy random\n# destroy urllib\n# destroy urllib.parse\n# destroy urllib.response\n# destroy urllib.error\n# destroy urllib.request\n# cleanup[3] wiping email._parseaddr\n# destroy calendar\n# cleanup[3] wiping datetime\n# cleanup[3] wiping _datetime\n# cleanup[3] wiping email.header\n# cleanup[3] wiping email.charset\n# destroy email\n# cleanup[3] wiping email.encoders\n# cleanup[3] wiping email.base64mime\n# cleanup[3] wiping email.quoprimime\n# cleanup[3] wiping email.errors\n# cleanup[3] wiping base64\n# destroy struct\n# cleanup[3] wiping binascii\n# cleanup[3] wiping xml.sax\n# destroy xml.sax._exceptions\n# destroy xml.sax.xmlreader\n# destroy xml.sax.saxutils\n# cleanup[3] wiping xml.sax.handler\n# cleanup[3] wiping firewall.core.io\n# destroy xml\n# destroy xml.parsers\n# destroy xml.parsers.expat\n# destroy xml.etree\n# destroy xml.sax\n# destroy firewall.core.io.io_object\n# destroy firewall.core.io.policy\n# destroy firewall.core.io.zone\n# destroy firewall.core.io.service\n# destroy firewall.core.io.ipset\n# destroy firewall.core.io.icmptype\n# destroy firewall.core.io.helper\n# cleanup[3] wiping firewall.core.fw_nm\n# cleanup[3] wiping gi.repository.Gio\n# cleanup[3] wiping gi.overrides.Gio\n# cleanup[3] wiping firewall.client\n# destroy firewall\n# destroy firewall.config\n# destroy firewall.core\n# destroy firewall.core.base\n# destroy firewall.core.logger\n# destroy firewall.core.prog\n# destroy firewall.core.ipset\n# destroy firewall.core.rich\n# destroy firewall.core.fw_nm\n# destroy firewall.core.io\n# destroy firewall.core.icmp\n# destroy firewall.dbus_utils\n# destroy firewall.command\n# destroy firewall.client\n# cleanup[3] wiping subprocess\n# cleanup[3] wiping _posixsubprocess\n# destroy _posixsubprocess\n# cleanup[3] wiping firewall.errors\n# cleanup[3] wiping ipaddress\n# cleanup[3] wiping firewall.functions\n# destroy shlex\n# destroy string\n# destroy tempfile\n# cleanup[3] wiping _blake2\n# cleanup[3] wiping _hashlib\n# cleanup[3] wiping _random\n# cleanup[3] wiping _bisect\n# cleanup[3] wiping shutil\n# cleanup[3] wiping fcntl\n# cleanup[3] wiping syslog\n# cleanup[3] wiping fnmatch\n# cleanup[3] wiping inspect\n# destroy ast\n# destroy dis\n# destroy token\n# cleanup[3] wiping _opcode\n# cleanup[3] wiping xml.etree.ElementTree\n# cleanup[3] wiping _elementtree\n# cleanup[3] wiping xml.etree.ElementPath\n# cleanup[3] wiping firewall.config.dbus\n# cleanup[3] wiping copy\n# cleanup[3] wiping _struct\n# cleanup[3] wiping dbus.mainloop.glib\n# cleanup[3] wiping _dbus_glib_bindings\n# cleanup[3] wiping dbus.mainloop\n# destroy dbus.mainloop.glib\n# cleanup[3] wiping dbus\n# destroy dbus._compat\n# destroy dbus._expat_introspect_parser\n# destroy dbus._dbus\n# destroy dbus.exceptions\n# destroy dbus.types\n# destroy dbus.lowlevel\n# destroy dbus.proxies\n# destroy dbus.connection\n# destroy dbus.bus\n# destroy dbus.mainloop\n# cleanup[3] wiping xml.parsers.expat.errors\n# cleanup[3] wiping xml.parsers.expat.model\n# cleanup[3] wiping pyexpat\n# destroy pyexpat.errors\n# destroy pyexpat.model\n# cleanup[3] wiping logging\n# cleanup[3] wiping atexit\n# destroy atexit\n# cleanup[3] wiping _string\n# cleanup[3] wiping traceback\n# destroy linecache\n# cleanup[3] wiping tokenize\n# cleanup[3] wiping _tokenize\n# cleanup[3] wiping _dbus_bindings\n# cleanup[3] wiping argparse\n# cleanup[3] wiping gi.repository.GObject\n# cleanup[3] wiping gi.overrides.GObject\n# cleanup[3] wiping gi.repository.GLib\n# cleanup[3] wiping gi.overrides.GLib\n# cleanup[3] wiping gi._option\n# destroy optparse\n# cleanup[3] wiping locale\n# destroy encodings\n# cleanup[3] wiping _locale\n# destroy _locale\n# cleanup[3] wiping gettext\n# cleanup[3] wiping textwrap\n# cleanup[3] wiping gi._ossighelper\n# destroy signal\n# cleanup[3] wiping socket\n# destroy selectors\n# cleanup[3] wiping array\n# cleanup[3] wiping errno\n# cleanup[3] wiping select\n# cleanup[3] wiping math\n# cleanup[3] wiping _socket\n# cleanup[3] wiping gi.repository\n# destroy gi.repository.GLib\n# destroy gi.repository.Gio\n# cleanup[3] wiping gi.importer\n# cleanup[3] wiping gi.overrides\n# destroy gi.overrides.GLib\n# destroy gi.overrides.GObject\n# destroy gi.overrides.Gio\n# cleanup[3] wiping gi.module\n# destroy gi\n# cleanup[3] wiping gi.types\n# cleanup[3] wiping gi._signalhelper\n# cleanup[3] wiping gi._propertyhelper\n# cleanup[3] wiping gi.docstring\n# cleanup[3] wiping gi._constants\n# cleanup[3] wiping threading\n# cleanup[3] wiping gobject\n# cleanup[3] wiping gi._gobject\n# cleanup[3] wiping gi._gi\n# cleanup[3] wiping gi._error\n# cleanup[3] wiping _typing\n# cleanup[3] wiping re\n# destroy re._constants\n# destroy re._casefix\n# destroy re._compiler\n# destroy enum\n# cleanup[3] wiping re._parser\n# cleanup[3] wiping _sre\n# cleanup[3] wiping contextlib\n# cleanup[3] wiping copyreg\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# cleanup[3] wiping warnings\n# cleanup[3] wiping importlib._bootstrap_external\n# cleanup[3] wiping importlib._bootstrap\n# cleanup[3] wiping functools\n# cleanup[3] wiping _functools\n# cleanup[3] wiping types\n# cleanup[3] wiping collections\n# destroy _collections_abc\n# destroy collections.abc\n# cleanup[3] wiping _collections\n# cleanup[3] wiping operator\n# cleanup[3] wiping _operator\n# cleanup[3] wiping keyword\n# cleanup[3] wiping itertools\n# cleanup[3] wiping encodings.utf_8_sig\n# cleanup[3] wiping os\n# destroy posixpath\n# cleanup[3] wiping genericpath\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 _datetime\n# destroy _dbus_glib_bindings\n# destroy sys.monitoring\n# destroy _io\n# destroy _socket\n# destroy gi.repository.GObject\n# destroy argparse\n# destroy zipimport\n# destroy importlib\n# destroy gi.types\n# destroy gi._error\n# destroy gi._gobject\n# destroy gi._constants\n# destroy gi.docstring\n# destroy gi._propertyhelper\n# destroy gi._signalhelper\n# destroy gi.module\n# destroy gi.overrides\n# destroy gi.importer\n# destroy gi.repository\n# destroy gi._ossighelper\n# destroy gi._option\n# destroy gi._gi\n# destroy _collections\n# destroy re._parser\n# destroy array\n# destroy textwrap\n# destroy stat\n# destroy genericpath\n# destroy tokenize\n# destroy _string\n# destroy shutil\n# destroy gettext\n# destroy firewall.config.dbus\n# destroy firewall.functions\n# destroy select\n# destroy _signal\n# destroy dbus\n# destroy xml.etree.ElementTree\n# destroy firewall.errors\n# destroy time\n# destroy fnmatch\n# destroy syslog\n# destroy traceback\n# destroy fcntl\n# destroy xml.sax.handler\n# destroy copy\n# destroy inspect\n# destroy keyword\n# destroy abc\n# destroy _thread\n# destroy copyreg\n# destroy contextlib\n# destroy operator\n# destroy subprocess\n# destroy _typing\n# destroy _tokenize\n# destroy xml.etree.ElementPath\n# destroy collections\n# destroy io\n# destroy _opcode\n# destroy functools\n# destroy types\n# destroy ipaddress\n# destroy _elementtree\n# destroy email.errors\n# destroy email.quoprimime\n# destroy email.base64mime\n# destroy email.encoders\n# destroy email.charset\n# destroy email.header\n# destroy email._parseaddr\n# destroy email.utils\n# destroy email._policybase\n# destroy email.feedparser\n# destroy email.parser\n# destroy email._encoded_words\n# destroy email.iterators\n# destroy email.message\n# destroy http.client\n# destroy socket\n# destroy base64\n# destroy errno\n# destroy _blake2\n# destroy _ssl\n# destroy binascii\n# destroy datetime\n# destroy locale\n# destroy warnings\n# destroy _struct\n# clear sys.meta_path\n# clear sys.modules\n# destroy _frozen_importlib\n# destroy codecs\n# destroy encodings.aliases\n# destroy encodings.utf_8\n# destroy encodings.utf_8_sig\n# destroy _codecs\n# destroy _warnings\n# destroy math\n# destroy _bisect\n# destroy os\n# destroy re\n# destroy _random\n# destroy _hashlib\n# destroy _operator\n# destroy builtins\n# destroy itertools\n# destroy _sre\n# destroy posix\n# destroy _functools\n# clear sys.audit hooks\nimport _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 0x7f14fb018530>\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fafe3b60>\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 0x7f14fb01aab0>\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/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 0x7f14fae2d190>\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 0x7f14fae2dfd0>\nimport 'site' # \nPython 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__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/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 0x7f14faf1a8a0>\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 0x7f14faf1af30>\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 0x7f14faf1b8c0>\nimport '_collections' # \nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fac164b0>\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/__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 0x7f14faef2390>\nimport '_functools' # \nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fac16810>\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 0x7f14faef2f00>\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14faf1ae40>\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 0x7f14faef3c20>\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 0x7f14faec1400>\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14faef3ef0>\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 0x7f14fae8f5c0>\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 0x7f14fae8f6e0>\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 0x7f14fadec470>\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'\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fadeee40>\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 0x7f14fada0f50>\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fadcbb30>\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 0x7f14fada0fb0>\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fadca240>\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fadee1e0>\nimport '_typing' # \nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14faec2360>\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fac15e50>\n# possible namespace for /usr/lib/python3.12/site-packages/gi\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_error.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc'\nimport 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fae8e960>\n# extension module 'gi._gi' loaded from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so'\n# extension module 'gi._gi' executed from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so'\nimport 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f14fae8d100>\nimport 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fac14e60>\n# /usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/repository/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/importer.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/module.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc'\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 0x7f14fad46480>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/types.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_constants.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc'\nimport 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fad11b50>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/docstring.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc'\nimport 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fad11e80>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_propertyhelper.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc'\nimport 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fad12330>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_signalhelper.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc'\nimport 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fad12c00>\nimport 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fad11400>\nimport 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fad45fa0>\n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc'\nimport 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fad46540>\nimport 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fad45a30>\nimport 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14faec0da0>\n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GLib.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc'\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 0x7f14fabef680>\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 '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 0x7f14fabbd5b0>\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 0x7f14fabbdf70>\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fabbc140>\nimport 'errno' # \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 0x7f14faba0440>\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fabedc70>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_ossighelper.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.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 0x7f14faba0830>\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 0x7f14faba0ce0>\nimport 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fabee900>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_option.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py\n# code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc'\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 0x7f14fab79070>\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 0x7f14fab79ee0>\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 0x7f14fab7bad0>\nimport 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14faba24e0>\nimport 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14faba1c10>\nimport 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fad13f20>\nimport 'gi.repository.GLib' # \n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GObject.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc'\nimport 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fac3b110>\nimport 'gi.repository.GObject' # \n# destroy gobject\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'\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa78c950>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc'\nimport 'firewall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa78e0f0>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/client.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc'\nimport 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa824c50>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc'\nimport 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa824d10>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc'\n# extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'\n# extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'\nimport '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f14fa825460>\nimport 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa8252e0>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc'\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'\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'\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 0x7f14fa869ca0>\nimport '_tokenize' # \nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa8687a0>\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa868500>\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa842780>\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 0x7f14fa86b050>\nimport 'atexit' # \nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa826f00>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc'\nimport 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa873140>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.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 0x7f14fa4f8410>\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 0x7f14fa4f8680>\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'\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 0x7f14fa4f87a0>\nimport 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa4f86b0>\nimport 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa873e90>\nimport 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa8732c0>\nimport 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa872660>\nimport 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa826480>\nimport 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa825d00>\nimport 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa824710>\n# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc'\nimport 'dbus.mainloop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa826180>\n# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/glib.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc'\n# extension module '_dbus_glib_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so'\n# extension module '_dbus_glib_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so'\nimport '_dbus_glib_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f14fa4f89e0>\nimport 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa4f8230>\n# /usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc'\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 0x7f14fa4f90d0>\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa4f8f80>\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 0x7f14fa4fb2f0>\n# /usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/dbus.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc'\nimport 'firewall.config.dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa4fb740>\nimport 'firewall.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa4f8b30>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc'\nimport 'firewall.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa4fb680>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/base.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc'\nimport 'firewall.core.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa4fb890>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/dbus_utils.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc'\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 0x7f14fa4fbf50>\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 0x7f14fa52b2c0>\n# extension module '_elementtree' loaded from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so'\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 0x7f14fa54c530>\nimport 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa4fbe60>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/logger.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc'\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 0x7f14fa52a810>\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 0x7f14fa105640>\nimport 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa104a10>\nimport 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa58ebd0>\nimport 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa54de20>\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 0x7f14fafe3e90>\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 0x7f14fa10d730>\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 0x7f14fa10da00>\nimport 'firewall.core.logger' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa54c6e0>\nimport 'firewall.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa4fbad0>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/rich.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc'\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 0x7f14fa1384a0>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/functions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/functions.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/functions.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 0x7f14fa13b890>\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'\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 0x7f14fa15fb90>\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 0x7f14fa184ad0>\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 0x7f14fa185130>\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa15ffe0>\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 0x7f14fa185b80>\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa1852e0>\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa15db80>\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 0x7f14fa187e00>\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa187b30>\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 0x7f14fa187e30>\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 0x7f14fa1ac6b0>\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 0x7f14fa1ad0a0>\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa187f80>\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa15e210>\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa15c140>\nimport 'firewall.functions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa13a360>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/ipset.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc'\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 0x7f14fa1ada90>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/errors.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc'\nimport 'firewall.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa1e0a10>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/prog.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc'\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# 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 0x7f14f9f35130>\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa1e3350>\nimport 'firewall.core.prog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa1e31a0>\nimport 'firewall.core.ipset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa1ac530>\nimport 'firewall.core.rich' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa10ea20>\nimport 'firewall.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa78ed20>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/fw_nm.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc'\n# destroy gi.repository.GModule\nimport 'gi.repository.GModule' # \n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/Gio.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc'\nimport 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9fbd040>\nimport 'gi.repository.Gio' # \n# destroy gi.repository.NM\nimport 'gi.repository.NM' # \nimport 'firewall.core.fw_nm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9f35010>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc'\nimport 'firewall.core.io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9fbcb30>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/zone.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc'\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 0x7f14f9fe0f50>\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 0x7f14f9fe15e0>\nimport 'xml.sax.xmlreader' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9fbf980>\nimport 'xml.sax' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9fbf680>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/io_object.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc'\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__/__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 0x7f14fa004200>\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'\nimport 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa004290>\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/__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'\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 0x7f14f9630aa0>\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa027740>\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 0x7f14f9630cb0>\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 0x7f14f9630f50>\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/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'\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 0x7f14f9665250>\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'\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'\nimport 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9667710>\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'\nimport 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9667620>\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__/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'\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 0x7f14f9694260>\nimport 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f968fdd0>\nimport 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f968f2c0>\nimport 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9666960>\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__/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 0x7f14f9695b80>\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9695970>\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 0x7f14f9697410>\nimport 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9696090>\nimport 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f96667e0>\nimport 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f96652e0>\nimport 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9664650>\nimport 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f96641a0>\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/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 0x7f14f96b78c0>\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 0x7f14f96ec0e0>\nimport 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f96644a0>\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 0x7f14f96eec90>\nimport 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f96ec3e0>\nimport 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9632030>\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 0x7f14f94264b0>\nimport 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9664050>\nimport 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa007380>\nimport 'xml.sax.saxutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9fe2f00>\nimport 'firewall.core.io.io_object' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9fe2150>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/policy.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc'\nimport 'firewall.core.io.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9fe2960>\nimport 'firewall.core.io.zone' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9fbd010>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/service.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc'\nimport 'firewall.core.io.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9427710>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/ipset.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/icmp.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc'\nimport 'firewall.core.icmp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9454230>\nimport 'firewall.core.io.ipset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9427a40>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/icmptype.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc'\nimport 'firewall.core.io.icmptype' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9454cb0>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/helper.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc'\nimport 'firewall.core.io.helper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f94550d0>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/command.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc'\nimport 'firewall.command' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f94554f0>\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# destroy __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 itertools\n# cleanup[2] removing keyword\n# cleanup[2] removing _operator\n# cleanup[2] removing operator\n# cleanup[2] removing reprlib\n# destroy reprlib\n# cleanup[2] removing _collections\n# cleanup[2] removing collections\n# cleanup[2] removing types\n# cleanup[2] removing _functools\n# cleanup[2] removing functools\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 copyreg\n# cleanup[2] removing contextlib\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 re\n# cleanup[2] removing _typing\n# cleanup[2] removing typing\n# destroy typing\n# cleanup[2] removing pkgutil\n# destroy pkgutil\n# cleanup[2] removing gi._error\n# cleanup[2] removing gi._gi\n# cleanup[2] removing gi._gobject\n# cleanup[2] removing glib\n# destroy glib\n# cleanup[2] removing gobject\n# cleanup[2] removing gio\n# destroy gio\n# cleanup[2] removing gtk\n# destroy gtk\n# cleanup[2] removing gtk.gdk\n# destroy gtk.gdk\n# cleanup[2] removing gi\n# cleanup[2] removing threading\n# cleanup[2] removing gi._constants\n# cleanup[2] removing gi.docstring\n# cleanup[2] removing gi._propertyhelper\n# cleanup[2] removing gi._signalhelper\n# cleanup[2] removing gi.types\n# cleanup[2] removing gi.module\n# cleanup[2] removing gi.overrides\n# cleanup[2] removing gi.importer\n# cleanup[2] removing gi.repository\n# cleanup[2] removing _socket\n# cleanup[2] removing math\n# cleanup[2] removing select\n# cleanup[2] removing selectors\n# cleanup[2] removing errno\n# cleanup[2] removing array\n# cleanup[2] removing socket\n# cleanup[2] removing __future__\n# destroy __future__\n# cleanup[2] removing signal\n# cleanup[2] removing gi._ossighelper\n# cleanup[2] removing textwrap\n# cleanup[2] removing gettext\n# cleanup[2] removing _locale\n# cleanup[2] removing locale\n# cleanup[2] removing optparse\n# cleanup[2] removing gi._option\n# cleanup[2] removing gi.overrides.GLib\n# cleanup[2] removing gi.repository.GLib\n# cleanup[2] removing gi.overrides.GObject\n# cleanup[2] removing gi.repository.GObject\n# cleanup[2] removing argparse\n# cleanup[2] removing firewall\n# cleanup[2] removing dbus._compat\n# cleanup[2] removing dbus.exceptions\n# cleanup[2] removing _dbus_bindings\n# cleanup[2] removing dbus.types\n# cleanup[2] removing token\n# cleanup[2] removing _tokenize\n# cleanup[2] removing tokenize\n# cleanup[2] removing linecache\n# cleanup[2] removing traceback\n# cleanup[2] removing _string\n# cleanup[2] removing string\n# cleanup[2] removing atexit\n# cleanup[2] removing logging\n# cleanup[2] removing dbus.lowlevel\n# cleanup[2] removing xml\n# cleanup[2] removing xml.parsers\n# cleanup[2] removing pyexpat.errors\n# cleanup[2] removing pyexpat.model\n# cleanup[2] removing pyexpat\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 dbus._expat_introspect_parser\n# cleanup[2] removing dbus.proxies\n# cleanup[2] removing dbus.connection\n# cleanup[2] removing dbus.bus\n# cleanup[2] removing dbus._dbus\n# cleanup[2] removing dbus\n# cleanup[2] removing dbus.mainloop\n# cleanup[2] removing _dbus_glib_bindings\n# cleanup[2] removing dbus.mainloop.glib\n# cleanup[2] removing _struct\n# cleanup[2] removing struct\n# cleanup[2] removing copy\n# cleanup[2] removing firewall.config.dbus\n# cleanup[2] removing firewall.config\n# cleanup[2] removing firewall.core\n# cleanup[2] removing firewall.core.base\n# cleanup[2] removing xml.etree\n# cleanup[2] removing xml.etree.ElementPath\n# cleanup[2] removing _elementtree\n# cleanup[2] removing xml.etree.ElementTree\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 inspect\n# cleanup[2] removing fnmatch\n# cleanup[2] removing syslog\n# cleanup[2] removing fcntl\n# cleanup[2] removing firewall.core.logger\n# cleanup[2] removing firewall.dbus_utils\n# cleanup[2] removing dataclasses\n# destroy dataclasses\n# cleanup[2] removing shlex\n# cleanup[2] removing zlib\n# cleanup[2] removing _compression\n# cleanup[2] removing _bz2\n# cleanup[2] removing bz2\n# destroy bz2\n# cleanup[2] removing _lzma\n# cleanup[2] removing lzma\n# destroy lzma\n# cleanup[2] removing shutil\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 tempfile\n# cleanup[2] removing firewall.functions\n# cleanup[2] removing ipaddress\n# cleanup[2] removing firewall.errors\n# cleanup[2] removing _posixsubprocess\n# cleanup[2] removing subprocess\n# cleanup[2] removing firewall.core.prog\n# cleanup[2] removing firewall.core.ipset\n# cleanup[2] removing firewall.core.rich\n# cleanup[2] removing firewall.client\n# cleanup[2] removing gi.overrides.Gio\n# cleanup[2] removing gi.repository.Gio\n# cleanup[2] removing firewall.core.fw_nm\n# cleanup[2] removing firewall.core.io\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 urllib\n# cleanup[2] removing urllib.parse\n# cleanup[2] removing binascii\n# cleanup[2] removing base64\n# cleanup[2] removing email\n# cleanup[2] removing http\n# cleanup[2] removing email.errors\n# cleanup[2] removing email.quoprimime\n# cleanup[2] removing email.base64mime\n# cleanup[2] removing quopri\n# cleanup[2] removing email.encoders\n# cleanup[2] removing email.charset\n# cleanup[2] removing email.header\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 email.utils\n# cleanup[2] removing email._policybase\n# cleanup[2] removing email.feedparser\n# cleanup[2] removing email.parser\n# cleanup[2] removing email._encoded_words\n# cleanup[2] removing email.iterators\n# cleanup[2] removing email.message\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 firewall.core.io.io_object\n# cleanup[2] removing firewall.core.io.policy\n# cleanup[2] removing firewall.core.io.zone\n# cleanup[2] removing firewall.core.io.service\n# cleanup[2] removing firewall.core.icmp\n# cleanup[2] removing firewall.core.io.ipset\n# cleanup[2] removing firewall.core.io.icmptype\n# cleanup[2] removing firewall.core.io.helper\n# cleanup[2] removing firewall.command\n# destroy _sitebuiltins\n# destroy zlib\n# destroy _bz2\n# destroy _compression\n# destroy _lzma\n# cleanup[3] wiping firewall.command\n# cleanup[3] wiping firewall.core.io.helper\n# cleanup[3] wiping firewall.core.io.icmptype\n# cleanup[3] wiping firewall.core.io.ipset\n# cleanup[3] wiping firewall.core.icmp\n# cleanup[3] wiping firewall.core.io.service\n# cleanup[3] wiping firewall.core.io.zone\n# cleanup[3] wiping firewall.core.io.policy\n# cleanup[3] wiping firewall.core.io.io_object\n# cleanup[3] wiping xml.sax.saxutils\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 email.message\n# destroy quopri\n# cleanup[3] wiping email.iterators\n# cleanup[3] wiping email._encoded_words\n# cleanup[3] wiping email.parser\n# cleanup[3] wiping email.feedparser\n# cleanup[3] wiping email._policybase\n# cleanup[3] wiping email.utils\n# destroy random\n# destroy urllib\n# destroy urllib.parse\n# destroy urllib.response\n# destroy urllib.error\n# destroy urllib.request\n# cleanup[3] wiping email._parseaddr\n# destroy calendar\n# cleanup[3] wiping datetime\n# cleanup[3] wiping _datetime\n# cleanup[3] wiping email.header\n# cleanup[3] wiping email.charset\n# destroy email\n# cleanup[3] wiping email.encoders\n# cleanup[3] wiping email.base64mime\n# cleanup[3] wiping email.quoprimime\n# cleanup[3] wiping email.errors\n# cleanup[3] wiping base64\n# destroy struct\n# cleanup[3] wiping binascii\n# cleanup[3] wiping xml.sax\n# destroy xml.sax._exceptions\n# destroy xml.sax.xmlreader\n# destroy xml.sax.saxutils\n# cleanup[3] wiping xml.sax.handler\n# cleanup[3] wiping firewall.core.io\n# destroy xml\n# destroy xml.parsers\n# destroy xml.parsers.expat\n# destroy xml.etree\n# destroy xml.sax\n# destroy firewall.core.io.io_object\n# destroy firewall.core.io.policy\n# destroy firewall.core.io.zone\n# destroy firewall.core.io.service\n# destroy firewall.core.io.ipset\n# destroy firewall.core.io.icmptype\n# destroy firewall.core.io.helper\n# cleanup[3] wiping firewall.core.fw_nm\n# cleanup[3] wiping gi.repository.Gio\n# cleanup[3] wiping gi.overrides.Gio\n# cleanup[3] wiping firewall.client\n# destroy firewall\n# destroy firewall.config\n# destroy firewall.core\n# destroy firewall.core.base\n# destroy firewall.core.logger\n# destroy firewall.core.prog\n# destroy firewall.core.ipset\n# destroy firewall.core.rich\n# destroy firewall.core.fw_nm\n# destroy firewall.core.io\n# destroy firewall.core.icmp\n# destroy firewall.dbus_utils\n# destroy firewall.command\n# destroy firewall.client\n# cleanup[3] wiping subprocess\n# cleanup[3] wiping _posixsubprocess\n# destroy _posixsubprocess\n# cleanup[3] wiping firewall.errors\n# cleanup[3] wiping ipaddress\n# cleanup[3] wiping firewall.functions\n# destroy shlex\n# destroy string\n# destroy tempfile\n# cleanup[3] wiping _blake2\n# cleanup[3] wiping _hashlib\n# cleanup[3] wiping _random\n# cleanup[3] wiping _bisect\n# cleanup[3] wiping shutil\n# cleanup[3] wiping fcntl\n# cleanup[3] wiping syslog\n# cleanup[3] wiping fnmatch\n# cleanup[3] wiping inspect\n# destroy ast\n# destroy dis\n# destroy token\n# cleanup[3] wiping _opcode\n# cleanup[3] wiping xml.etree.ElementTree\n# cleanup[3] wiping _elementtree\n# cleanup[3] wiping xml.etree.ElementPath\n# cleanup[3] wiping firewall.config.dbus\n# cleanup[3] wiping copy\n# cleanup[3] wiping _struct\n# cleanup[3] wiping dbus.mainloop.glib\n# cleanup[3] wiping _dbus_glib_bindings\n# cleanup[3] wiping dbus.mainloop\n# destroy dbus.mainloop.glib\n# cleanup[3] wiping dbus\n# destroy dbus._compat\n# destroy dbus._expat_introspect_parser\n# destroy dbus._dbus\n# destroy dbus.exceptions\n# destroy dbus.types\n# destroy dbus.lowlevel\n# destroy dbus.proxies\n# destroy dbus.connection\n# destroy dbus.bus\n# destroy dbus.mainloop\n# cleanup[3] wiping xml.parsers.expat.errors\n# cleanup[3] wiping xml.parsers.expat.model\n# cleanup[3] wiping pyexpat\n# destroy pyexpat.errors\n# destroy pyexpat.model\n# cleanup[3] wiping logging\n# cleanup[3] wiping atexit\n# destroy atexit\n# cleanup[3] wiping _string\n# cleanup[3] wiping traceback\n# destroy linecache\n# cleanup[3] wiping tokenize\n# cleanup[3] wiping _tokenize\n# cleanup[3] wiping _dbus_bindings\n# cleanup[3] wiping argparse\n# cleanup[3] wiping gi.repository.GObject\n# cleanup[3] wiping gi.overrides.GObject\n# cleanup[3] wiping gi.repository.GLib\n# cleanup[3] wiping gi.overrides.GLib\n# cleanup[3] wiping gi._option\n# destroy optparse\n# cleanup[3] wiping locale\n# destroy encodings\n# cleanup[3] wiping _locale\n# destroy _locale\n# cleanup[3] wiping gettext\n# cleanup[3] wiping textwrap\n# cleanup[3] wiping gi._ossighelper\n# destroy signal\n# cleanup[3] wiping socket\n# destroy selectors\n# cleanup[3] wiping array\n# cleanup[3] wiping errno\n# cleanup[3] wiping select\n# cleanup[3] wiping math\n# cleanup[3] wiping _socket\n# cleanup[3] wiping gi.repository\n# destroy gi.repository.GLib\n# destroy gi.repository.Gio\n# cleanup[3] wiping gi.importer\n# cleanup[3] wiping gi.overrides\n# destroy gi.overrides.GLib\n# destroy gi.overrides.GObject\n# destroy gi.overrides.Gio\n# cleanup[3] wiping gi.module\n# destroy gi\n# cleanup[3] wiping gi.types\n# cleanup[3] wiping gi._signalhelper\n# cleanup[3] wiping gi._propertyhelper\n# cleanup[3] wiping gi.docstring\n# cleanup[3] wiping gi._constants\n# cleanup[3] wiping threading\n# cleanup[3] wiping gobject\n# cleanup[3] wiping gi._gobject\n# cleanup[3] wiping gi._gi\n# cleanup[3] wiping gi._error\n# cleanup[3] wiping _typing\n# cleanup[3] wiping re\n# destroy re._constants\n# destroy re._casefix\n# destroy re._compiler\n# destroy enum\n# cleanup[3] wiping re._parser\n# cleanup[3] wiping _sre\n# cleanup[3] wiping contextlib\n# cleanup[3] wiping copyreg\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# cleanup[3] wiping warnings\n# cleanup[3] wiping importlib._bootstrap_external\n# cleanup[3] wiping importlib._bootstrap\n# cleanup[3] wiping functools\n# cleanup[3] wiping _functools\n# cleanup[3] wiping types\n# cleanup[3] wiping collections\n# destroy _collections_abc\n# destroy collections.abc\n# cleanup[3] wiping _collections\n# cleanup[3] wiping operator\n# cleanup[3] wiping _operator\n# cleanup[3] wiping keyword\n# cleanup[3] wiping itertools\n# cleanup[3] wiping encodings.utf_8_sig\n# cleanup[3] wiping os\n# destroy posixpath\n# cleanup[3] wiping genericpath\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 _datetime\n# destroy _dbus_glib_bindings\n# destroy sys.monitoring\n# destroy _io\n# destroy _socket\n# destroy gi.repository.GObject\n# destroy argparse\n# destroy zipimport\n# destroy importlib\n# destroy gi.types\n# destroy gi._error\n# destroy gi._gobject\n# destroy gi._constants\n# destroy gi.docstring\n# destroy gi._propertyhelper\n# destroy gi._signalhelper\n# destroy gi.module\n# destroy gi.overrides\n# destroy gi.importer\n# destroy gi.repository\n# destroy gi._ossighelper\n# destroy gi._option\n# destroy gi._gi\n# destroy _collections\n# destroy re._parser\n# destroy array\n# destroy textwrap\n# destroy stat\n# destroy genericpath\n# destroy tokenize\n# destroy _string\n# destroy shutil\n# destroy gettext\n# destroy firewall.config.dbus\n# destroy firewall.functions\n# destroy select\n# destroy _signal\n# destroy dbus\n# destroy xml.etree.ElementTree\n# destroy firewall.errors\n# destroy time\n# destroy fnmatch\n# destroy syslog\n# destroy traceback\n# destroy fcntl\n# destroy xml.sax.handler\n# destroy copy\n# destroy inspect\n# destroy keyword\n# destroy abc\n# destroy _thread\n# destroy copyreg\n# destroy contextlib\n# destroy operator\n# destroy subprocess\n# destroy _typing\n# destroy _tokenize\n# destroy xml.etree.ElementPath\n# destroy collections\n# destroy io\n# destroy _opcode\n# destroy functools\n# destroy types\n# destroy ipaddress\n# destroy _elementtree\n# destroy email.errors\n# destroy email.quoprimime\n# destroy email.base64mime\n# destroy email.encoders\n# destroy email.charset\n# destroy email.header\n# destroy email._parseaddr\n# destroy email.utils\n# destroy email._policybase\n# destroy email.feedparser\n# destroy email.parser\n# destroy email._encoded_words\n# destroy email.iterators\n# destroy email.message\n# destroy http.client\n# destroy socket\n# destroy base64\n# destroy errno\n# destroy _blake2\n# destroy _ssl\n# destroy binascii\n# destroy datetime\n# destroy locale\n# destroy warnings\n# destroy _struct\n# clear sys.meta_path\n# clear sys.modules\n# destroy _frozen_importlib\n# destroy codecs\n# destroy encodings.aliases\n# destroy encodings.utf_8\n# destroy encodings.utf_8_sig\n# destroy _codecs\n# destroy _warnings\n# destroy math\n# destroy _bisect\n# destroy os\n# destroy re\n# destroy _random\n# destroy _hashlib\n# destroy _operator\n# destroy builtins\n# destroy itertools\n# destroy _sre\n# destroy posix\n# destroy _functools\n# clear sys.audit hooks\nimport _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 0x7facc4710530>\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc46dbb60>\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 0x7facc4712ab0>\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/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 0x7facc44e5190>\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 0x7facc44e5fd0>\nimport 'site' # \nPython 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__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/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 0x7facc45d28a0>\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 0x7facc45d2f30>\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 0x7facc45d38c0>\nimport '_collections' # \nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc42ae4b0>\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/__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 0x7facc45aa390>\nimport '_functools' # \nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc42ae810>\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 0x7facc45aaf00>\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc45d2e40>\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 0x7facc45abc20>\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 0x7facc4579400>\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc45abef0>\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 0x7facc45475c0>\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 0x7facc45476e0>\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 0x7facc4484470>\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'\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc4486e40>\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 0x7facc4438f50>\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc4463b30>\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 0x7facc4438fb0>\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc4462240>\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc44861e0>\nimport '_typing' # \nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc457a360>\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc42ade50>\n# possible namespace for /usr/lib/python3.12/site-packages/gi\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_error.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc'\nimport 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc4546960>\n# extension module 'gi._gi' loaded from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so'\n# extension module 'gi._gi' executed from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so'\nimport 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7facc4545100>\nimport 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc42ace60>\n# /usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/repository/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/importer.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/module.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc'\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 0x7facc43de480>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/types.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_constants.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc'\nimport 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc43a9b50>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/docstring.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc'\nimport 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc43a9e80>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_propertyhelper.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc'\nimport 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc43aa330>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_signalhelper.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc'\nimport 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc43aac00>\nimport 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc43a9400>\nimport 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc43ddfa0>\n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc'\nimport 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc43de540>\nimport 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc43dda30>\nimport 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc4578da0>\n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GLib.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc'\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 0x7facc4287680>\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 '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 0x7facc42555b0>\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 0x7facc4255f70>\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc4254140>\nimport 'errno' # \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 0x7facc4238440>\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc4285c70>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_ossighelper.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.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 0x7facc4238830>\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 0x7facc4238ce0>\nimport 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc4286900>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_option.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py\n# code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc'\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 0x7facc4211070>\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 0x7facc4211ee0>\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 0x7facc4213ad0>\nimport 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc423a4e0>\nimport 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc4239c10>\nimport 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc43abf20>\nimport 'gi.repository.GLib' # \n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GObject.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc'\nimport 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc42d3110>\nimport 'gi.repository.GObject' # \n# destroy gobject\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'\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3e24950>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc'\nimport 'firewall' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3e260f0>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/client.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc'\nimport 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3ebcc50>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc'\nimport 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3ebcd10>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc'\n# extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'\n# extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'\nimport '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7facc3ebd460>\nimport 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3ebd2e0>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc'\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'\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'\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 0x7facc3f01ca0>\nimport '_tokenize' # \nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3f007a0>\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3f00500>\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3eda780>\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 0x7facc3f02f60>\nimport 'atexit' # \nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3ebef00>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc'\nimport 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3f0b140>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.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 0x7facc3b80410>\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 0x7facc3b80680>\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'\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 0x7facc3b807a0>\nimport 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3b806b0>\nimport 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3f0be90>\nimport 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3f0b2c0>\nimport 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3f0a660>\nimport 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3ebe480>\nimport 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3ebdd00>\nimport 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3ebc710>\n# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc'\nimport 'dbus.mainloop' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3ebe180>\n# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/glib.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc'\n# extension module '_dbus_glib_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so'\n# extension module '_dbus_glib_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so'\nimport '_dbus_glib_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7facc3b809e0>\nimport 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3b80230>\n# /usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc'\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 0x7facc3b810d0>\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3b80f80>\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 0x7facc3b832f0>\n# /usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/dbus.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc'\nimport 'firewall.config.dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3b83740>\nimport 'firewall.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3b80b30>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc'\nimport 'firewall.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3b83680>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/base.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc'\nimport 'firewall.core.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3b83890>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/dbus_utils.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc'\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 0x7facc3b83f50>\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 0x7facc3bb32c0>\n# extension module '_elementtree' loaded from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so'\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 0x7facc3bd4530>\nimport 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3b83e60>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/logger.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc'\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 0x7facc3bb2810>\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 0x7facc3701640>\nimport 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3700a10>\nimport 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3c16bd0>\nimport 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3bd5e20>\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 0x7facc46dbe90>\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 0x7facc3709730>\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 0x7facc3709a30>\nimport 'firewall.core.logger' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3bd46e0>\nimport 'firewall.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3b83ad0>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/rich.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc'\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 0x7facc3734470>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/functions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/functions.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/functions.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 0x7facc3737890>\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'\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 0x7facc375bb90>\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 0x7facc3780aa0>\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 0x7facc3781100>\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc375bfe0>\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 0x7facc3781b20>\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3781250>\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3759b80>\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 0x7facc3783d70>\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3783ad0>\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 0x7facc3783d10>\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 0x7facc37a8620>\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 0x7facc37a8fe0>\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3783ef0>\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc375a210>\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3758140>\nimport 'firewall.functions' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3736390>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/ipset.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc'\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 0x7facc37a99a0>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/errors.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc'\nimport 'firewall.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc37dc920>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/prog.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc'\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# 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 0x7facc3101040>\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc37df260>\nimport 'firewall.core.prog' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc37df0b0>\nimport 'firewall.core.ipset' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc37a8470>\nimport 'firewall.core.rich' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc370a9f0>\nimport 'firewall.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3e26d20>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/fw_nm.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc'\n# destroy gi.repository.GModule\nimport 'gi.repository.GModule' # \n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/Gio.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc'\nimport 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3188ef0>\nimport 'gi.repository.Gio' # \n# destroy gi.repository.NM\nimport 'gi.repository.NM' # \nimport 'firewall.core.fw_nm' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc31883e0>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc'\nimport 'firewall.core.io' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3188a40>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/zone.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc'\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 0x7facc31ace00>\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 0x7facc31ad490>\nimport 'xml.sax.xmlreader' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc318b830>\nimport 'xml.sax' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc318b530>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/io_object.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc'\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__/__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 0x7facc31d00e0>\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'\nimport 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc31d0170>\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/__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'\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 0x7facc2cc88f0>\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc31f3590>\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 0x7facc2cc8b30>\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 0x7facc2cc8dd0>\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/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'\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 0x7facc2d01160>\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'\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'\nimport 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d03620>\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'\nimport 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d03530>\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__/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'\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 0x7facc2d2c170>\nimport 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d27ce0>\nimport 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d271d0>\nimport 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d02870>\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__/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 0x7facc2d2daf0>\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d2d8b0>\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 0x7facc2d2f3e0>\nimport 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d2e060>\nimport 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d27b00>\nimport 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d011f0>\nimport 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d00560>\nimport 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2ccbc80>\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/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 0x7facc2d4f8f0>\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 0x7facc2d84110>\nimport 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d2fbf0>\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 0x7facc2d86cc0>\nimport 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d84410>\nimport 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2cc9f10>\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 0x7facc2ab6570>\nimport 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2ccbef0>\nimport 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc31d31d0>\nimport 'xml.sax.saxutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc31aede0>\nimport 'firewall.core.io.io_object' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc31ae030>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/policy.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc'\nimport 'firewall.core.io.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc31ae840>\nimport 'firewall.core.io.zone' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3188ec0>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/service.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc'\nimport 'firewall.core.io.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2ab77a0>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/ipset.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/icmp.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc'\nimport 'firewall.core.icmp' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2ae4320>\nimport 'firewall.core.io.ipset' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2ab7b00>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/icmptype.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc'\nimport 'firewall.core.io.icmptype' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2ae4da0>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/helper.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc'\nimport 'firewall.core.io.helper' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2ae51c0>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/command.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc'\nimport 'firewall.command' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2ae55e0>\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# destroy __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 itertools\n# cleanup[2] removing keyword\n# cleanup[2] removing _operator\n# cleanup[2] removing operator\n# cleanup[2] removing reprlib\n# destroy reprlib\n# cleanup[2] removing _collections\n# cleanup[2] removing collections\n# cleanup[2] removing types\n# cleanup[2] removing _functools\n# cleanup[2] removing functools\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 copyreg\n# cleanup[2] removing contextlib\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 re\n# cleanup[2] removing _typing\n# cleanup[2] removing typing\n# destroy typing\n# cleanup[2] removing pkgutil\n# destroy pkgutil\n# cleanup[2] removing gi._error\n# cleanup[2] removing gi._gi\n# cleanup[2] removing gi._gobject\n# cleanup[2] removing glib\n# destroy glib\n# cleanup[2] removing gobject\n# cleanup[2] removing gio\n# destroy gio\n# cleanup[2] removing gtk\n# destroy gtk\n# cleanup[2] removing gtk.gdk\n# destroy gtk.gdk\n# cleanup[2] removing gi\n# cleanup[2] removing threading\n# cleanup[2] removing gi._constants\n# cleanup[2] removing gi.docstring\n# cleanup[2] removing gi._propertyhelper\n# cleanup[2] removing gi._signalhelper\n# cleanup[2] removing gi.types\n# cleanup[2] removing gi.module\n# cleanup[2] removing gi.overrides\n# cleanup[2] removing gi.importer\n# cleanup[2] removing gi.repository\n# cleanup[2] removing _socket\n# cleanup[2] removing math\n# cleanup[2] removing select\n# cleanup[2] removing selectors\n# cleanup[2] removing errno\n# cleanup[2] removing array\n# cleanup[2] removing socket\n# cleanup[2] removing __future__\n# destroy __future__\n# cleanup[2] removing signal\n# cleanup[2] removing gi._ossighelper\n# cleanup[2] removing textwrap\n# cleanup[2] removing gettext\n# cleanup[2] removing _locale\n# cleanup[2] removing locale\n# cleanup[2] removing optparse\n# cleanup[2] removing gi._option\n# cleanup[2] removing gi.overrides.GLib\n# cleanup[2] removing gi.repository.GLib\n# cleanup[2] removing gi.overrides.GObject\n# cleanup[2] removing gi.repository.GObject\n# cleanup[2] removing argparse\n# cleanup[2] removing firewall\n# cleanup[2] removing dbus._compat\n# cleanup[2] removing dbus.exceptions\n# cleanup[2] removing _dbus_bindings\n# cleanup[2] removing dbus.types\n# cleanup[2] removing token\n# cleanup[2] removing _tokenize\n# cleanup[2] removing tokenize\n# cleanup[2] removing linecache\n# cleanup[2] removing traceback\n# cleanup[2] removing _string\n# cleanup[2] removing string\n# cleanup[2] removing atexit\n# cleanup[2] removing logging\n# cleanup[2] removing dbus.lowlevel\n# cleanup[2] removing xml\n# cleanup[2] removing xml.parsers\n# cleanup[2] removing pyexpat.errors\n# cleanup[2] removing pyexpat.model\n# cleanup[2] removing pyexpat\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 dbus._expat_introspect_parser\n# cleanup[2] removing dbus.proxies\n# cleanup[2] removing dbus.connection\n# cleanup[2] removing dbus.bus\n# cleanup[2] removing dbus._dbus\n# cleanup[2] removing dbus\n# cleanup[2] removing dbus.mainloop\n# cleanup[2] removing _dbus_glib_bindings\n# cleanup[2] removing dbus.mainloop.glib\n# cleanup[2] removing _struct\n# cleanup[2] removing struct\n# cleanup[2] removing copy\n# cleanup[2] removing firewall.config.dbus\n# cleanup[2] removing firewall.config\n# cleanup[2] removing firewall.core\n# cleanup[2] removing firewall.core.base\n# cleanup[2] removing xml.etree\n# cleanup[2] removing xml.etree.ElementPath\n# cleanup[2] removing _elementtree\n# cleanup[2] removing xml.etree.ElementTree\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 inspect\n# cleanup[2] removing fnmatch\n# cleanup[2] removing syslog\n# cleanup[2] removing fcntl\n# cleanup[2] removing firewall.core.logger\n# cleanup[2] removing firewall.dbus_utils\n# cleanup[2] removing dataclasses\n# destroy dataclasses\n# cleanup[2] removing shlex\n# cleanup[2] removing zlib\n# cleanup[2] removing _compression\n# cleanup[2] removing _bz2\n# cleanup[2] removing bz2\n# destroy bz2\n# cleanup[2] removing _lzma\n# cleanup[2] removing lzma\n# destroy lzma\n# cleanup[2] removing shutil\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 tempfile\n# cleanup[2] removing firewall.functions\n# cleanup[2] removing ipaddress\n# cleanup[2] removing firewall.errors\n# cleanup[2] removing _posixsubprocess\n# cleanup[2] removing subprocess\n# cleanup[2] removing firewall.core.prog\n# cleanup[2] removing firewall.core.ipset\n# cleanup[2] removing firewall.core.rich\n# cleanup[2] removing firewall.client\n# cleanup[2] removing gi.overrides.Gio\n# cleanup[2] removing gi.repository.Gio\n# cleanup[2] removing firewall.core.fw_nm\n# cleanup[2] removing firewall.core.io\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 urllib\n# cleanup[2] removing urllib.parse\n# cleanup[2] removing binascii\n# cleanup[2] removing base64\n# cleanup[2] removing email\n# cleanup[2] removing http\n# cleanup[2] removing email.errors\n# cleanup[2] removing email.quoprimime\n# cleanup[2] removing email.base64mime\n# cleanup[2] removing quopri\n# cleanup[2] removing email.encoders\n# cleanup[2] removing email.charset\n# cleanup[2] removing email.header\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 email.utils\n# cleanup[2] removing email._policybase\n# cleanup[2] removing email.feedparser\n# cleanup[2] removing email.parser\n# cleanup[2] removing email._encoded_words\n# cleanup[2] removing email.iterators\n# cleanup[2] removing email.message\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 firewall.core.io.io_object\n# cleanup[2] removing firewall.core.io.policy\n# cleanup[2] removing firewall.core.io.zone\n# cleanup[2] removing firewall.core.io.service\n# cleanup[2] removing firewall.core.icmp\n# cleanup[2] removing firewall.core.io.ipset\n# cleanup[2] removing firewall.core.io.icmptype\n# cleanup[2] removing firewall.core.io.helper\n# cleanup[2] removing firewall.command\n# destroy _sitebuiltins\n# destroy zlib\n# destroy _bz2\n# destroy _compression\n# destroy _lzma\n# cleanup[3] wiping firewall.command\n# cleanup[3] wiping firewall.core.io.helper\n# cleanup[3] wiping firewall.core.io.icmptype\n# cleanup[3] wiping firewall.core.io.ipset\n# cleanup[3] wiping firewall.core.icmp\n# cleanup[3] wiping firewall.core.io.service\n# cleanup[3] wiping firewall.core.io.zone\n# cleanup[3] wiping firewall.core.io.policy\n# cleanup[3] wiping firewall.core.io.io_object\n# cleanup[3] wiping xml.sax.saxutils\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 email.message\n# destroy quopri\n# cleanup[3] wiping email.iterators\n# cleanup[3] wiping email._encoded_words\n# cleanup[3] wiping email.parser\n# cleanup[3] wiping email.feedparser\n# cleanup[3] wiping email._policybase\n# cleanup[3] wiping email.utils\n# destroy random\n# destroy urllib\n# destroy urllib.parse\n# destroy urllib.response\n# destroy urllib.error\n# destroy urllib.request\n# cleanup[3] wiping email._parseaddr\n# destroy calendar\n# cleanup[3] wiping datetime\n# cleanup[3] wiping _datetime\n# cleanup[3] wiping email.header\n# cleanup[3] wiping email.charset\n# destroy email\n# cleanup[3] wiping email.encoders\n# cleanup[3] wiping email.base64mime\n# cleanup[3] wiping email.quoprimime\n# cleanup[3] wiping email.errors\n# cleanup[3] wiping base64\n# destroy struct\n# cleanup[3] wiping binascii\n# cleanup[3] wiping xml.sax\n# destroy xml.sax._exceptions\n# destroy xml.sax.xmlreader\n# destroy xml.sax.saxutils\n# cleanup[3] wiping xml.sax.handler\n# cleanup[3] wiping firewall.core.io\n# destroy xml\n# destroy xml.parsers\n# destroy xml.parsers.expat\n# destroy xml.etree\n# destroy xml.sax\n# destroy firewall.core.io.io_object\n# destroy firewall.core.io.policy\n# destroy firewall.core.io.zone\n# destroy firewall.core.io.service\n# destroy firewall.core.io.ipset\n# destroy firewall.core.io.icmptype\n# destroy firewall.core.io.helper\n# cleanup[3] wiping firewall.core.fw_nm\n# cleanup[3] wiping gi.repository.Gio\n# cleanup[3] wiping gi.overrides.Gio\n# cleanup[3] wiping firewall.client\n# destroy firewall\n# destroy firewall.config\n# destroy firewall.core\n# destroy firewall.core.base\n# destroy firewall.core.logger\n# destroy firewall.core.prog\n# destroy firewall.core.ipset\n# destroy firewall.core.rich\n# destroy firewall.core.fw_nm\n# destroy firewall.core.io\n# destroy firewall.core.icmp\n# destroy firewall.dbus_utils\n# destroy firewall.command\n# destroy firewall.client\n# cleanup[3] wiping subprocess\n# cleanup[3] wiping _posixsubprocess\n# destroy _posixsubprocess\n# cleanup[3] wiping firewall.errors\n# cleanup[3] wiping ipaddress\n# cleanup[3] wiping firewall.functions\n# destroy shlex\n# destroy string\n# destroy tempfile\n# cleanup[3] wiping _blake2\n# cleanup[3] wiping _hashlib\n# cleanup[3] wiping _random\n# cleanup[3] wiping _bisect\n# cleanup[3] wiping shutil\n# cleanup[3] wiping fcntl\n# cleanup[3] wiping syslog\n# cleanup[3] wiping fnmatch\n# cleanup[3] wiping inspect\n# destroy ast\n# destroy dis\n# destroy token\n# cleanup[3] wiping _opcode\n# cleanup[3] wiping xml.etree.ElementTree\n# cleanup[3] wiping _elementtree\n# cleanup[3] wiping xml.etree.ElementPath\n# cleanup[3] wiping firewall.config.dbus\n# cleanup[3] wiping copy\n# cleanup[3] wiping _struct\n# cleanup[3] wiping dbus.mainloop.glib\n# cleanup[3] wiping _dbus_glib_bindings\n# cleanup[3] wiping dbus.mainloop\n# destroy dbus.mainloop.glib\n# cleanup[3] wiping dbus\n# destroy dbus._compat\n# destroy dbus._expat_introspect_parser\n# destroy dbus._dbus\n# destroy dbus.exceptions\n# destroy dbus.types\n# destroy dbus.lowlevel\n# destroy dbus.proxies\n# destroy dbus.connection\n# destroy dbus.bus\n# destroy dbus.mainloop\n# cleanup[3] wiping xml.parsers.expat.errors\n# cleanup[3] wiping xml.parsers.expat.model\n# cleanup[3] wiping pyexpat\n# destroy pyexpat.errors\n# destroy pyexpat.model\n# cleanup[3] wiping logging\n# cleanup[3] wiping atexit\n# destroy atexit\n# cleanup[3] wiping _string\n# cleanup[3] wiping traceback\n# destroy linecache\n# cleanup[3] wiping tokenize\n# cleanup[3] wiping _tokenize\n# cleanup[3] wiping _dbus_bindings\n# cleanup[3] wiping argparse\n# cleanup[3] wiping gi.repository.GObject\n# cleanup[3] wiping gi.overrides.GObject\n# cleanup[3] wiping gi.repository.GLib\n# cleanup[3] wiping gi.overrides.GLib\n# cleanup[3] wiping gi._option\n# destroy optparse\n# cleanup[3] wiping locale\n# destroy encodings\n# cleanup[3] wiping _locale\n# destroy _locale\n# cleanup[3] wiping gettext\n# cleanup[3] wiping textwrap\n# cleanup[3] wiping gi._ossighelper\n# destroy signal\n# cleanup[3] wiping socket\n# destroy selectors\n# cleanup[3] wiping array\n# cleanup[3] wiping errno\n# cleanup[3] wiping select\n# cleanup[3] wiping math\n# cleanup[3] wiping _socket\n# cleanup[3] wiping gi.repository\n# destroy gi.repository.GLib\n# destroy gi.repository.Gio\n# cleanup[3] wiping gi.importer\n# cleanup[3] wiping gi.overrides\n# destroy gi.overrides.GLib\n# destroy gi.overrides.GObject\n# destroy gi.overrides.Gio\n# cleanup[3] wiping gi.module\n# destroy gi\n# cleanup[3] wiping gi.types\n# cleanup[3] wiping gi._signalhelper\n# cleanup[3] wiping gi._propertyhelper\n# cleanup[3] wiping gi.docstring\n# cleanup[3] wiping gi._constants\n# cleanup[3] wiping threading\n# cleanup[3] wiping gobject\n# cleanup[3] wiping gi._gobject\n# cleanup[3] wiping gi._gi\n# cleanup[3] wiping gi._error\n# cleanup[3] wiping _typing\n# cleanup[3] wiping re\n# destroy re._constants\n# destroy re._casefix\n# destroy re._compiler\n# destroy enum\n# cleanup[3] wiping re._parser\n# cleanup[3] wiping _sre\n# cleanup[3] wiping contextlib\n# cleanup[3] wiping copyreg\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# cleanup[3] wiping warnings\n# cleanup[3] wiping importlib._bootstrap_external\n# cleanup[3] wiping importlib._bootstrap\n# cleanup[3] wiping functools\n# cleanup[3] wiping _functools\n# cleanup[3] wiping types\n# cleanup[3] wiping collections\n# destroy _collections_abc\n# destroy collections.abc\n# cleanup[3] wiping _collections\n# cleanup[3] wiping operator\n# cleanup[3] wiping _operator\n# cleanup[3] wiping keyword\n# cleanup[3] wiping itertools\n# cleanup[3] wiping encodings.utf_8_sig\n# cleanup[3] wiping os\n# destroy posixpath\n# cleanup[3] wiping genericpath\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 _datetime\n# destroy _dbus_glib_bindings\n# destroy sys.monitoring\n# destroy _io\n# destroy _socket\n# destroy gi.repository.GObject\n# destroy argparse\n# destroy zipimport\n# destroy importlib\n# destroy gi.types\n# destroy gi._error\n# destroy gi._gobject\n# destroy gi._constants\n# destroy gi.docstring\n# destroy gi._propertyhelper\n# destroy gi._signalhelper\n# destroy gi.module\n# destroy gi.overrides\n# destroy gi.importer\n# destroy gi.repository\n# destroy gi._ossighelper\n# destroy gi._option\n# destroy gi._gi\n# destroy _collections\n# destroy re._parser\n# destroy array\n# destroy textwrap\n# destroy stat\n# destroy genericpath\n# destroy tokenize\n# destroy _string\n# destroy shutil\n# destroy gettext\n# destroy firewall.config.dbus\n# destroy firewall.functions\n# destroy select\n# destroy _signal\n# destroy dbus\n# destroy xml.etree.ElementTree\n# destroy firewall.errors\n# destroy time\n# destroy fnmatch\n# destroy syslog\n# destroy traceback\n# destroy fcntl\n# destroy xml.sax.handler\n# destroy copy\n# destroy inspect\n# destroy keyword\n# destroy abc\n# destroy _thread\n# destroy copyreg\n# destroy contextlib\n# destroy operator\n# destroy subprocess\n# destroy _typing\n# destroy _tokenize\n# destroy xml.etree.ElementPath\n# destroy collections\n# destroy io\n# destroy _opcode\n# destroy functools\n# destroy types\n# destroy ipaddress\n# destroy _elementtree\n# destroy email.errors\n# destroy email.quoprimime\n# destroy email.base64mime\n# destroy email.encoders\n# destroy email.charset\n# destroy email.header\n# destroy email._parseaddr\n# destroy email.utils\n# destroy email._policybase\n# destroy email.feedparser\n# destroy email.parser\n# destroy email._encoded_words\n# destroy email.iterators\n# destroy email.message\n# destroy http.client\n# destroy socket\n# destroy base64\n# destroy errno\n# destroy _blake2\n# destroy _ssl\n# destroy binascii\n# destroy datetime\n# destroy locale\n# destroy warnings\n# destroy _struct\n# clear sys.meta_path\n# clear sys.modules\n# destroy _frozen_importlib\n# destroy codecs\n# destroy encodings.aliases\n# destroy encodings.utf_8\n# destroy encodings.utf_8_sig\n# destroy _codecs\n# destroy _warnings\n# destroy math\n# destroy _bisect\n# destroy os\n# destroy re\n# destroy _random\n# destroy _hashlib\n# destroy _operator\n# destroy builtins\n# destroy itertools\n# destroy _sre\n# destroy posix\n# destroy _functools\n# clear sys.audit hooks", "rc": 0, "cmd": "set -euo pipefail\nports=\"$(firewall-cmd --info-service=\"smtp-submission\" | \\\n grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\" || :\nif [ -z \"$ports\" ]; then\n include=\"$(firewall-cmd --info-service=\"smtp-submission\" | \\\n awk '/^ +includes:/ {print $2}')\" || :\n if [ -n \"$include\" ]; then\n ports=\"$(firewall-cmd --info-service=\"$include\" | \\\n grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\"\n fi\nfi\nif [ -z \"$ports\" ]; then\n exit 1\nfi\necho \"$ports\"", "start": "2024-09-20 13:25:42.938551", "end": "2024-09-20 13:25:43.531755", "delta": "0:00:00.593204", "msg": "", "invocation": {"module_args": {"_raw_params": "set -euo pipefail\nports=\"$(firewall-cmd --info-service=\"smtp-submission\" | \\\n grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\" || :\nif [ -z \"$ports\" ]; then\n include=\"$(firewall-cmd --info-service=\"smtp-submission\" | \\\n awk '/^ +includes:/ {print $2}')\" || :\n if [ -n \"$include\" ]; then\n ports=\"$(firewall-cmd --info-service=\"$include\" | \\\n grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\"\n fi\nfi\nif [ -z \"$ports\" ]; then\n exit 1\nfi\necho \"$ports\"", "_uses_shell": true, "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 sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # 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 tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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.41.218 closed. 6494 1726853143.58542: done with _execute_module (ansible.legacy.command, {'_raw_params': 'set -euo pipefail\nports="$(firewall-cmd --info-service="smtp-submission" | \\\n grep -E " +ports: +" | sed -e "s/ *ports: //")" || :\nif [ -z "$ports" ]; then\n include="$(firewall-cmd --info-service="smtp-submission" | \\\n awk \'/^ +includes:/ {print $2}\')" || :\n if [ -n "$include" ]; then\n ports="$(firewall-cmd --info-service="$include" | \\\n grep -E " +ports: +" | sed -e "s/ *ports: //")"\n fi\nfi\nif [ -z "$ports" ]; then\n exit 1\nfi\necho "$ports"', '_uses_shell': True, '_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-1726853142.6364775-6939-87990618828807/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6494 1726853143.58550: _low_level_execute_command(): starting 6494 1726853143.58555: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726853142.6364775-6939-87990618828807/ > /dev/null 2>&1 && sleep 0' 6494 1726853143.59018: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853143.59053: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match not found <<< 6494 1726853143.59056: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853143.59058: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 is address debug1: re-parsing configuration <<< 6494 1726853143.59061: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853143.59110: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853143.59114: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853143.59124: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853143.59256: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853143.61264: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853143.61287: stderr chunk (state=3): >>><<< 6494 1726853143.61290: stdout chunk (state=3): >>><<< 6494 1726853143.61308: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853143.61311: handler run complete 6494 1726853143.61410: Evaluated conditional (False): False 6494 1726853143.61457: attempt loop complete, returning result 6494 1726853143.61472: variable 'item' from source: unknown 6494 1726853143.61535: variable 'item' from source: unknown ok: [managed_node1] => (item=smtp-submission) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nports=\"$(firewall-cmd --info-service=\"smtp-submission\" | \\\n grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\" || :\nif [ -z \"$ports\" ]; then\n include=\"$(firewall-cmd --info-service=\"smtp-submission\" | \\\n awk '/^ +includes:/ {print $2}')\" || :\n if [ -n \"$include\" ]; then\n ports=\"$(firewall-cmd --info-service=\"$include\" | \\\n grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\"\n fi\nfi\nif [ -z \"$ports\" ]; then\n exit 1\nfi\necho \"$ports\"", "delta": "0:00:00.593204", "end": "2024-09-20 13:25:43.531755", "item": "smtp-submission", "rc": 0, "start": "2024-09-20 13:25:42.938551" } STDOUT: 587/tcp 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 0x7f5634e18530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634de3b60> # /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 0x7f5634e1aab0> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634be9190> # /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 0x7f5634be9fa0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/__init__.py # code object from '/usr/lib64/python3.12/site-packages/gi/__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/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 0x7f5634cda8a0> # /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 0x7f5634cdaf30> # /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 0x7f5634cdb8c0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56349aa480> # /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/__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 0x7f5634cb2360> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56349aa7e0> # /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 0x7f5634cb2ed0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56349abfe0> # /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 0x7f5634cb3bf0> 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 0x7f5634c81400> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634cb3ec0> # /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 0x7f5634c4f5c0> # /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 0x7f5634c4f680> # /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 0x7f5634b90440> # /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' import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634b92de0> # /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 0x7f5634b44e30> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634b6fa10> # /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 0x7f5634b44e90> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634b6e0c0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634b921b0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634c82360> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56349a9e20> # possible namespace for /usr/lib/python3.12/site-packages/gi # /usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_error.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc' import 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634c4eb70> # extension module 'gi._gi' loaded from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so' # extension module 'gi._gi' executed from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so' import 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5634c4d100> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56349a8e30> # /usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/repository/__init__.py # code object from '/usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/importer.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/module.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.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 0x7f5634aea3f0> # /usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/types.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_constants.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc' import 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634ab5a90> # /usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/docstring.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc' import 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634ab5dc0> # /usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_propertyhelper.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc' import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634ab6270> # /usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_signalhelper.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc' import 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634ab6b40> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634ab5340> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634ae9f10> # /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/__init__.py # code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc' import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634aea4b0> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634ae99a0> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634c80d70> # /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GLib.py # code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f563498b590> # /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 '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 0x7f5634959490> # 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 0x7f5634959eb0> import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563498bfe0> import 'errno' # # 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 0x7f56349381d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634989b50> # /usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_ossighelper.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.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 0x7f5634938530> # /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 0x7f56349389e0> import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563498a7e0> # /usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_option.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py # code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc' # /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 0x7f5634910d10> # /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 0x7f5634911b80> # /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 0x7f5634913740> import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563493a180> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56349398b0> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634ab7e00> import 'gi.repository.GLib' # # /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GObject.py # code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc' import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56349cede0> import 'gi.repository.GObject' # # destroy gobject # /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' import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563451c7a0> # /usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/__init__.py # code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc' import 'firewall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563451df40> # /usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/client.py # code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc' import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345b4aa0> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc' import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345b4b60> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc' # extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' # extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' import '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f56345b52b0> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345b5130> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' # /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__/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 0x7f56345f9a90> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345f8590> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345f82f0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345de570> # /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 0x7f56345facf0> import 'atexit' # import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345b6cf0> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc' import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634602e70> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.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 0x7f5634284110> # /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 0x7f5634284350> # /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' # 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 0x7f56342844d0> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56342843b0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634603b90> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634602fc0> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634602390> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345b6270> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345b5b20> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345b4560> # /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/__init__.py # code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc' import 'dbus.mainloop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345b5f70> # /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/glib.py # code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc' # extension module '_dbus_glib_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so' # extension module '_dbus_glib_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so' import '_dbus_glib_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5634284740> import 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345b4dd0> # /usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/__init__.py # code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc' # /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 0x7f5634284e30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634284ce0> # /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 0x7f5634287050> # /usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/dbus.py # code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc' import 'firewall.config.dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56342874a0> import 'firewall.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634284890> # /usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/__init__.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc' import 'firewall.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634287410> # /usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/base.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc' import 'firewall.core.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634287620> # /usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/dbus_utils.py # code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc' # /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 0x7f5634287da0> # /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 0x7f56342b7050> # extension module '_elementtree' loaded from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so' # 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 0x7f56342d8200> import 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634287ce0> # /usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/logger.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc' # /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 0x7f56342b6570> # /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 0x7f56343693a0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634368770> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563431a9c0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56342d9c10> # /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 0x7f56342db0e0> # 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 0x7f5634371490> # 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 0x7f5634371820> import 'firewall.core.logger' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56342d8500> import 'firewall.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634287830> # /usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/rich.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc' # /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 0x7f5634134260> # /usr/lib/python3.12/site-packages/firewall/__pycache__/functions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/functions.py # code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/functions.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 0x7f5634137650> # /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__/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 0x7f563415b950> # /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 0x7f5634180830> # 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 0x7f5634180e90> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563415bd40> # /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 0x7f56341818b0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634181010> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634159940> # /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 0x7f5634183b90> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56341838c0> # 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 0x7f5634183a10> # /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 0x7f56341a8410> # 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 0x7f56341a8e00> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634183d10> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634159fd0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634137ec0> import 'firewall.functions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634136150> # /usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/ipset.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.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 0x7f56341a9850> # /usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/errors.py # code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc' import 'firewall.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56341dc7a0> # /usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/prog.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc' # /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' # 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 0x7f5634201010> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56341df230> import 'firewall.core.prog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56341df080> import 'firewall.core.ipset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634183830> import 'firewall.core.rich' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56343727e0> import 'firewall.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563451eb70> # /usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/fw_nm.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc' # destroy gi.repository.GModule import 'gi.repository.GModule' # # /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/Gio.py # code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc' import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d34f50> import 'gi.repository.Gio' # # destroy gi.repository.NM import 'gi.repository.NM' # import 'firewall.core.fw_nm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d34410> # /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/__init__.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc' import 'firewall.core.io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d34a40> # /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/zone.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc' # /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 0x7f5633d58ec0> # /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 0x7f5633d59550> import 'xml.sax.xmlreader' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d378f0> import 'xml.sax' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d375f0> # /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/io_object.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc' # /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__/__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 0x7f5633d7c170> # /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' import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d7c200> # /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/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.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 0x7f56333c89e0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d9f680> # /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 0x7f56333c8c50> # /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 0x7f56333c8ef0> # /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/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' # /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 0x7f56334011c0> # /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' # /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' import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633403680> # /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' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633403590> # /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__/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' # /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 0x7f563342c1a0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633427d10> import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633427230> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56334028d0> # /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__/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 0x7f563342db20> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563342d8e0> # /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 0x7f563342f3b0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563342e030> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56334270b0> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633401250> import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56334005c0> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56334000e0> # /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/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 0x7f563344f800> # /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 0x7f563344fe90> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633400ec0> # /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 0x7f5633486ba0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56334842f0> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56333c9f70> # /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 0x7f56331be570> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56333cbf50> import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d7f2c0> import 'xml.sax.saxutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d5ae70> import 'firewall.core.io.io_object' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d5a0c0> # /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/policy.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc' import 'firewall.core.io.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d5a8d0> import 'firewall.core.io.zone' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d34aa0> # /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/service.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc' import 'firewall.core.io.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56331bf800> # /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/ipset.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc' # /usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/icmp.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc' import 'firewall.core.icmp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56331e8350> import 'firewall.core.io.ipset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56331bfb60> # /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/icmptype.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc' import 'firewall.core.io.icmptype' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56331e8dd0> # /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/helper.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc' import 'firewall.core.io.helper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56331e91f0> # /usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/command.py # code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc' import 'firewall.command' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56331e9610> # 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__ # destroy __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 itertools # cleanup[2] removing 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 types # cleanup[2] removing _functools # cleanup[2] removing functools # 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 copyreg # cleanup[2] removing contextlib # 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 re # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # 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 # 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 threading # 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 _socket # cleanup[2] removing math # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing errno # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing signal # cleanup[2] removing gi._ossighelper # cleanup[2] removing textwrap # cleanup[2] removing gettext # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing optparse # cleanup[2] removing gi._option # cleanup[2] removing gi.overrides.GLib # cleanup[2] removing gi.repository.GLib # cleanup[2] removing gi.overrides.GObject # cleanup[2] removing gi.repository.GObject # cleanup[2] removing argparse # cleanup[2] removing firewall # cleanup[2] removing dbus._compat # cleanup[2] removing dbus.exceptions # cleanup[2] removing _dbus_bindings # cleanup[2] removing dbus.types # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing traceback # cleanup[2] removing _string # cleanup[2] removing string # cleanup[2] removing atexit # cleanup[2] removing logging # cleanup[2] removing dbus.lowlevel # cleanup[2] removing xml # cleanup[2] removing 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 # 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 dbus.mainloop # cleanup[2] removing _dbus_glib_bindings # cleanup[2] removing dbus.mainloop.glib # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing copy # cleanup[2] removing firewall.config.dbus # cleanup[2] removing firewall.config # cleanup[2] removing firewall.core # cleanup[2] removing firewall.core.base # cleanup[2] removing xml.etree # cleanup[2] removing xml.etree.ElementPath # cleanup[2] removing _elementtree # cleanup[2] removing xml.etree.ElementTree # 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 inspect # cleanup[2] removing fnmatch # cleanup[2] removing syslog # cleanup[2] removing fcntl # cleanup[2] removing firewall.core.logger # cleanup[2] removing firewall.dbus_utils # cleanup[2] removing dataclasses # destroy dataclasses # cleanup[2] removing shlex # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # destroy bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # destroy lzma # cleanup[2] removing shutil # 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 firewall.functions # cleanup[2] removing ipaddress # cleanup[2] removing firewall.errors # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing firewall.core.prog # cleanup[2] removing firewall.core.ipset # cleanup[2] removing firewall.core.rich # cleanup[2] removing firewall.client # cleanup[2] removing gi.overrides.Gio # cleanup[2] removing gi.repository.Gio # cleanup[2] removing firewall.core.fw_nm # cleanup[2] removing firewall.core.io # 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 urllib # cleanup[2] removing urllib.parse # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing email # cleanup[2] removing http # cleanup[2] removing email.errors # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing quopri # cleanup[2] removing email.encoders # cleanup[2] removing email.charset # cleanup[2] removing email.header # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.utils # cleanup[2] removing email._policybase # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing email._encoded_words # cleanup[2] removing email.iterators # cleanup[2] removing email.message # 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 firewall.core.io.io_object # cleanup[2] removing firewall.core.io.policy # cleanup[2] removing firewall.core.io.zone # cleanup[2] removing firewall.core.io.service # cleanup[2] removing firewall.core.icmp # cleanup[2] removing firewall.core.io.ipset # cleanup[2] removing firewall.core.io.icmptype # cleanup[2] removing firewall.core.io.helper # cleanup[2] removing firewall.command # destroy _sitebuiltins # destroy zlib # destroy _bz2 # destroy _compression # destroy _lzma # cleanup[3] wiping firewall.command # cleanup[3] wiping firewall.core.io.helper # cleanup[3] wiping firewall.core.io.icmptype # cleanup[3] wiping firewall.core.io.ipset # cleanup[3] wiping firewall.core.icmp # cleanup[3] wiping firewall.core.io.service # cleanup[3] wiping firewall.core.io.zone # cleanup[3] wiping firewall.core.io.policy # cleanup[3] wiping firewall.core.io.io_object # cleanup[3] wiping xml.sax.saxutils # 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 email.message # destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email._encoded_words # cleanup[3] wiping email.parser # cleanup[3] wiping email.feedparser # cleanup[3] wiping email._policybase # cleanup[3] wiping email.utils # destroy random # destroy urllib # destroy urllib.parse # destroy urllib.response # destroy urllib.error # destroy urllib.request # cleanup[3] wiping email._parseaddr # destroy calendar # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping email.header # cleanup[3] wiping email.charset # destroy email # cleanup[3] wiping email.encoders # cleanup[3] wiping email.base64mime # cleanup[3] wiping email.quoprimime # cleanup[3] wiping email.errors # cleanup[3] wiping base64 # destroy struct # cleanup[3] wiping binascii # cleanup[3] wiping xml.sax # destroy xml.sax._exceptions # destroy xml.sax.xmlreader # destroy xml.sax.saxutils # cleanup[3] wiping xml.sax.handler # cleanup[3] wiping firewall.core.io # destroy xml # destroy xml.parsers # destroy xml.parsers.expat # destroy xml.etree # destroy xml.sax # destroy firewall.core.io.io_object # destroy firewall.core.io.policy # destroy firewall.core.io.zone # destroy firewall.core.io.service # destroy firewall.core.io.ipset # destroy firewall.core.io.icmptype # destroy firewall.core.io.helper # cleanup[3] wiping firewall.core.fw_nm # cleanup[3] wiping gi.repository.Gio # cleanup[3] wiping gi.overrides.Gio # cleanup[3] wiping firewall.client # destroy firewall # destroy firewall.config # destroy firewall.core # destroy firewall.core.base # destroy firewall.core.logger # destroy firewall.core.prog # destroy firewall.core.ipset # destroy firewall.core.rich # destroy firewall.core.fw_nm # destroy firewall.core.io # destroy firewall.core.icmp # destroy firewall.dbus_utils # destroy firewall.command # destroy firewall.client # cleanup[3] wiping subprocess # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping firewall.errors # cleanup[3] wiping ipaddress # cleanup[3] wiping firewall.functions # destroy shlex # destroy string # destroy tempfile # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping shutil # cleanup[3] wiping fcntl # cleanup[3] wiping syslog # cleanup[3] wiping fnmatch # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping xml.etree.ElementTree # cleanup[3] wiping _elementtree # cleanup[3] wiping xml.etree.ElementPath # cleanup[3] wiping firewall.config.dbus # cleanup[3] wiping copy # cleanup[3] wiping _struct # 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 # 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.mainloop # cleanup[3] wiping xml.parsers.expat.errors # cleanup[3] wiping xml.parsers.expat.model # cleanup[3] wiping pyexpat # destroy pyexpat.errors # destroy pyexpat.model # cleanup[3] wiping logging # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping _string # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping _dbus_bindings # cleanup[3] wiping argparse # cleanup[3] wiping gi.repository.GObject # cleanup[3] wiping gi.overrides.GObject # cleanup[3] wiping gi.repository.GLib # cleanup[3] wiping gi.overrides.GLib # cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping gettext # cleanup[3] wiping textwrap # cleanup[3] wiping gi._ossighelper # destroy signal # cleanup[3] wiping socket # destroy selectors # cleanup[3] wiping array # cleanup[3] wiping errno # cleanup[3] wiping select # cleanup[3] wiping math # cleanup[3] wiping _socket # cleanup[3] wiping gi.repository # destroy gi.repository.GLib # destroy gi.repository.Gio # cleanup[3] wiping gi.importer # cleanup[3] wiping gi.overrides # destroy gi.overrides.GLib # destroy gi.overrides.GObject # destroy gi.overrides.Gio # 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 threading # cleanup[3] wiping gobject # cleanup[3] wiping gi._gobject # cleanup[3] wiping gi._gi # cleanup[3] wiping gi._error # cleanup[3] wiping _typing # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping contextlib # cleanup[3] wiping copyreg # 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 # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping types # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping keyword # cleanup[3] wiping itertools # 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 # 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 _datetime # destroy _dbus_glib_bindings # destroy sys.monitoring # destroy _io # destroy _socket # destroy gi.repository.GObject # destroy argparse # destroy zipimport # destroy importlib # destroy gi.types # destroy gi._error # 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 gi._gi # destroy _collections # destroy re._parser # destroy array # destroy textwrap # destroy stat # destroy genericpath # destroy tokenize # destroy _string # destroy shutil # destroy gettext # destroy firewall.config.dbus # destroy firewall.functions # destroy select # destroy _signal # destroy dbus # destroy xml.etree.ElementTree # destroy firewall.errors # destroy time # destroy fnmatch # destroy syslog # destroy traceback # destroy fcntl # destroy xml.sax.handler # destroy copy # destroy inspect # destroy keyword # destroy abc # destroy _thread # destroy copyreg # destroy contextlib # destroy operator # destroy subprocess # destroy _typing # destroy _tokenize # destroy xml.etree.ElementPath # destroy collections # destroy io # destroy _opcode # destroy functools # destroy types # destroy ipaddress # destroy _elementtree # destroy email.errors # destroy email.quoprimime # destroy email.base64mime # destroy email.encoders # destroy email.charset # destroy email.header # destroy email._parseaddr # destroy email.utils # destroy email._policybase # destroy email.feedparser # destroy email.parser # destroy email._encoded_words # destroy email.iterators # destroy email.message # destroy http.client # destroy socket # destroy base64 # destroy errno # destroy _blake2 # destroy _ssl # destroy binascii # destroy datetime # destroy locale # destroy warnings # destroy _struct # 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 _codecs # destroy _warnings # destroy math # destroy _bisect # destroy os # destroy re # destroy _random # destroy _hashlib # destroy _operator # destroy builtins # destroy itertools # destroy _sre # destroy posix # destroy _functools # clear sys.audit hooks 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 0x7f14fb018530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fafe3b60> # /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 0x7f14fb01aab0> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fae2d190> # /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 0x7f14fae2dfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/__init__.py # code object from '/usr/lib64/python3.12/site-packages/gi/__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/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 0x7f14faf1a8a0> # /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 0x7f14faf1af30> # /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 0x7f14faf1b8c0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fac164b0> # /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/__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 0x7f14faef2390> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fac16810> # /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 0x7f14faef2f00> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14faf1ae40> # /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 0x7f14faef3c20> 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 0x7f14faec1400> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14faef3ef0> # /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 0x7f14fae8f5c0> # /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 0x7f14fae8f6e0> # /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 0x7f14fadec470> # /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' import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fadeee40> # /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 0x7f14fada0f50> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fadcbb30> # /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 0x7f14fada0fb0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fadca240> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fadee1e0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14faec2360> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fac15e50> # possible namespace for /usr/lib/python3.12/site-packages/gi # /usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_error.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc' import 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fae8e960> # extension module 'gi._gi' loaded from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so' # extension module 'gi._gi' executed from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so' import 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f14fae8d100> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fac14e60> # /usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/repository/__init__.py # code object from '/usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/importer.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/module.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.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 0x7f14fad46480> # /usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/types.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_constants.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc' import 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fad11b50> # /usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/docstring.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc' import 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fad11e80> # /usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_propertyhelper.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc' import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fad12330> # /usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_signalhelper.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc' import 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fad12c00> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fad11400> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fad45fa0> # /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/__init__.py # code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc' import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fad46540> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fad45a30> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14faec0da0> # /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GLib.py # code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f14fabef680> # /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 '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 0x7f14fabbd5b0> # 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 0x7f14fabbdf70> import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fabbc140> import 'errno' # # 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 0x7f14faba0440> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fabedc70> # /usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_ossighelper.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.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 0x7f14faba0830> # /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 0x7f14faba0ce0> import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fabee900> # /usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_option.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py # code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc' # /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 0x7f14fab79070> # /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 0x7f14fab79ee0> # /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 0x7f14fab7bad0> import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14faba24e0> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14faba1c10> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fad13f20> import 'gi.repository.GLib' # # /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GObject.py # code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc' import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fac3b110> import 'gi.repository.GObject' # # destroy gobject # /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' import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa78c950> # /usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/__init__.py # code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc' import 'firewall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa78e0f0> # /usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/client.py # code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc' import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa824c50> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc' import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa824d10> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc' # extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' # extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' import '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f14fa825460> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa8252e0> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' # /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__/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 0x7f14fa869ca0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa8687a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa868500> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa842780> # /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 0x7f14fa86b050> import 'atexit' # import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa826f00> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc' import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa873140> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.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 0x7f14fa4f8410> # /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 0x7f14fa4f8680> # /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' # 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 0x7f14fa4f87a0> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa4f86b0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa873e90> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa8732c0> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa872660> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa826480> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa825d00> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa824710> # /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/__init__.py # code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc' import 'dbus.mainloop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa826180> # /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/glib.py # code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc' # extension module '_dbus_glib_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so' # extension module '_dbus_glib_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so' import '_dbus_glib_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f14fa4f89e0> import 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa4f8230> # /usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/__init__.py # code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc' # /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 0x7f14fa4f90d0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa4f8f80> # /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 0x7f14fa4fb2f0> # /usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/dbus.py # code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc' import 'firewall.config.dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa4fb740> import 'firewall.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa4f8b30> # /usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/__init__.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc' import 'firewall.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa4fb680> # /usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/base.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc' import 'firewall.core.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa4fb890> # /usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/dbus_utils.py # code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc' # /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 0x7f14fa4fbf50> # /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 0x7f14fa52b2c0> # extension module '_elementtree' loaded from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so' # 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 0x7f14fa54c530> import 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa4fbe60> # /usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/logger.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc' # /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 0x7f14fa52a810> # /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 0x7f14fa105640> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa104a10> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa58ebd0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa54de20> # /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 0x7f14fafe3e90> # 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 0x7f14fa10d730> # 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 0x7f14fa10da00> import 'firewall.core.logger' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa54c6e0> import 'firewall.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa4fbad0> # /usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/rich.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc' # /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 0x7f14fa1384a0> # /usr/lib/python3.12/site-packages/firewall/__pycache__/functions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/functions.py # code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/functions.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 0x7f14fa13b890> # /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__/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 0x7f14fa15fb90> # /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 0x7f14fa184ad0> # 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 0x7f14fa185130> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa15ffe0> # /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 0x7f14fa185b80> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa1852e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa15db80> # /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 0x7f14fa187e00> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa187b30> # 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 0x7f14fa187e30> # /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 0x7f14fa1ac6b0> # 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 0x7f14fa1ad0a0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa187f80> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa15e210> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa15c140> import 'firewall.functions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa13a360> # /usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/ipset.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.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 0x7f14fa1ada90> # /usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/errors.py # code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc' import 'firewall.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa1e0a10> # /usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/prog.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc' # /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' # 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 0x7f14f9f35130> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa1e3350> import 'firewall.core.prog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa1e31a0> import 'firewall.core.ipset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa1ac530> import 'firewall.core.rich' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa10ea20> import 'firewall.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa78ed20> # /usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/fw_nm.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc' # destroy gi.repository.GModule import 'gi.repository.GModule' # # /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/Gio.py # code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc' import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9fbd040> import 'gi.repository.Gio' # # destroy gi.repository.NM import 'gi.repository.NM' # import 'firewall.core.fw_nm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9f35010> # /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/__init__.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc' import 'firewall.core.io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9fbcb30> # /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/zone.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc' # /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 0x7f14f9fe0f50> # /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 0x7f14f9fe15e0> import 'xml.sax.xmlreader' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9fbf980> import 'xml.sax' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9fbf680> # /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/io_object.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc' # /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__/__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 0x7f14fa004200> # /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' import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa004290> # /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/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.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 0x7f14f9630aa0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa027740> # /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 0x7f14f9630cb0> # /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 0x7f14f9630f50> # /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/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' # /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 0x7f14f9665250> # /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' # /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' import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9667710> # /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' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9667620> # /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__/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' # /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 0x7f14f9694260> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f968fdd0> import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f968f2c0> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9666960> # /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__/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 0x7f14f9695b80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9695970> # /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 0x7f14f9697410> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9696090> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f96667e0> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f96652e0> import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9664650> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f96641a0> # /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/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 0x7f14f96b78c0> # /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 0x7f14f96ec0e0> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f96644a0> # /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 0x7f14f96eec90> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f96ec3e0> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9632030> # /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 0x7f14f94264b0> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9664050> import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa007380> import 'xml.sax.saxutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9fe2f00> import 'firewall.core.io.io_object' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9fe2150> # /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/policy.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc' import 'firewall.core.io.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9fe2960> import 'firewall.core.io.zone' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9fbd010> # /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/service.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc' import 'firewall.core.io.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9427710> # /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/ipset.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc' # /usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/icmp.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc' import 'firewall.core.icmp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9454230> import 'firewall.core.io.ipset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9427a40> # /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/icmptype.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc' import 'firewall.core.io.icmptype' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9454cb0> # /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/helper.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc' import 'firewall.core.io.helper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f94550d0> # /usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/command.py # code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc' import 'firewall.command' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f94554f0> # 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__ # destroy __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 itertools # cleanup[2] removing 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 types # cleanup[2] removing _functools # cleanup[2] removing functools # 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 copyreg # cleanup[2] removing contextlib # 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 re # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # 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 # 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 threading # 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 _socket # cleanup[2] removing math # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing errno # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing signal # cleanup[2] removing gi._ossighelper # cleanup[2] removing textwrap # cleanup[2] removing gettext # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing optparse # cleanup[2] removing gi._option # cleanup[2] removing gi.overrides.GLib # cleanup[2] removing gi.repository.GLib # cleanup[2] removing gi.overrides.GObject # cleanup[2] removing gi.repository.GObject # cleanup[2] removing argparse # cleanup[2] removing firewall # cleanup[2] removing dbus._compat # cleanup[2] removing dbus.exceptions # cleanup[2] removing _dbus_bindings # cleanup[2] removing dbus.types # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing traceback # cleanup[2] removing _string # cleanup[2] removing string # cleanup[2] removing atexit # cleanup[2] removing logging # cleanup[2] removing dbus.lowlevel # cleanup[2] removing xml # cleanup[2] removing 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 # 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 dbus.mainloop # cleanup[2] removing _dbus_glib_bindings # cleanup[2] removing dbus.mainloop.glib # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing copy # cleanup[2] removing firewall.config.dbus # cleanup[2] removing firewall.config # cleanup[2] removing firewall.core # cleanup[2] removing firewall.core.base # cleanup[2] removing xml.etree # cleanup[2] removing xml.etree.ElementPath # cleanup[2] removing _elementtree # cleanup[2] removing xml.etree.ElementTree # 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 inspect # cleanup[2] removing fnmatch # cleanup[2] removing syslog # cleanup[2] removing fcntl # cleanup[2] removing firewall.core.logger # cleanup[2] removing firewall.dbus_utils # cleanup[2] removing dataclasses # destroy dataclasses # cleanup[2] removing shlex # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # destroy bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # destroy lzma # cleanup[2] removing shutil # 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 firewall.functions # cleanup[2] removing ipaddress # cleanup[2] removing firewall.errors # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing firewall.core.prog # cleanup[2] removing firewall.core.ipset # cleanup[2] removing firewall.core.rich # cleanup[2] removing firewall.client # cleanup[2] removing gi.overrides.Gio # cleanup[2] removing gi.repository.Gio # cleanup[2] removing firewall.core.fw_nm # cleanup[2] removing firewall.core.io # 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 urllib # cleanup[2] removing urllib.parse # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing email # cleanup[2] removing http # cleanup[2] removing email.errors # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing quopri # cleanup[2] removing email.encoders # cleanup[2] removing email.charset # cleanup[2] removing email.header # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.utils # cleanup[2] removing email._policybase # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing email._encoded_words # cleanup[2] removing email.iterators # cleanup[2] removing email.message # 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 firewall.core.io.io_object # cleanup[2] removing firewall.core.io.policy # cleanup[2] removing firewall.core.io.zone # cleanup[2] removing firewall.core.io.service # cleanup[2] removing firewall.core.icmp # cleanup[2] removing firewall.core.io.ipset # cleanup[2] removing firewall.core.io.icmptype # cleanup[2] removing firewall.core.io.helper # cleanup[2] removing firewall.command # destroy _sitebuiltins # destroy zlib # destroy _bz2 # destroy _compression # destroy _lzma # cleanup[3] wiping firewall.command # cleanup[3] wiping firewall.core.io.helper # cleanup[3] wiping firewall.core.io.icmptype # cleanup[3] wiping firewall.core.io.ipset # cleanup[3] wiping firewall.core.icmp # cleanup[3] wiping firewall.core.io.service # cleanup[3] wiping firewall.core.io.zone # cleanup[3] wiping firewall.core.io.policy # cleanup[3] wiping firewall.core.io.io_object # cleanup[3] wiping xml.sax.saxutils # 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 email.message # destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email._encoded_words # cleanup[3] wiping email.parser # cleanup[3] wiping email.feedparser # cleanup[3] wiping email._policybase # cleanup[3] wiping email.utils # destroy random # destroy urllib # destroy urllib.parse # destroy urllib.response # destroy urllib.error # destroy urllib.request # cleanup[3] wiping email._parseaddr # destroy calendar # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping email.header # cleanup[3] wiping email.charset # destroy email # cleanup[3] wiping email.encoders # cleanup[3] wiping email.base64mime # cleanup[3] wiping email.quoprimime # cleanup[3] wiping email.errors # cleanup[3] wiping base64 # destroy struct # cleanup[3] wiping binascii # cleanup[3] wiping xml.sax # destroy xml.sax._exceptions # destroy xml.sax.xmlreader # destroy xml.sax.saxutils # cleanup[3] wiping xml.sax.handler # cleanup[3] wiping firewall.core.io # destroy xml # destroy xml.parsers # destroy xml.parsers.expat # destroy xml.etree # destroy xml.sax # destroy firewall.core.io.io_object # destroy firewall.core.io.policy # destroy firewall.core.io.zone # destroy firewall.core.io.service # destroy firewall.core.io.ipset # destroy firewall.core.io.icmptype # destroy firewall.core.io.helper # cleanup[3] wiping firewall.core.fw_nm # cleanup[3] wiping gi.repository.Gio # cleanup[3] wiping gi.overrides.Gio # cleanup[3] wiping firewall.client # destroy firewall # destroy firewall.config # destroy firewall.core # destroy firewall.core.base # destroy firewall.core.logger # destroy firewall.core.prog # destroy firewall.core.ipset # destroy firewall.core.rich # destroy firewall.core.fw_nm # destroy firewall.core.io # destroy firewall.core.icmp # destroy firewall.dbus_utils # destroy firewall.command # destroy firewall.client # cleanup[3] wiping subprocess # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping firewall.errors # cleanup[3] wiping ipaddress # cleanup[3] wiping firewall.functions # destroy shlex # destroy string # destroy tempfile # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping shutil # cleanup[3] wiping fcntl # cleanup[3] wiping syslog # cleanup[3] wiping fnmatch # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping xml.etree.ElementTree # cleanup[3] wiping _elementtree # cleanup[3] wiping xml.etree.ElementPath # cleanup[3] wiping firewall.config.dbus # cleanup[3] wiping copy # cleanup[3] wiping _struct # 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 # 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.mainloop # cleanup[3] wiping xml.parsers.expat.errors # cleanup[3] wiping xml.parsers.expat.model # cleanup[3] wiping pyexpat # destroy pyexpat.errors # destroy pyexpat.model # cleanup[3] wiping logging # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping _string # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping _dbus_bindings # cleanup[3] wiping argparse # cleanup[3] wiping gi.repository.GObject # cleanup[3] wiping gi.overrides.GObject # cleanup[3] wiping gi.repository.GLib # cleanup[3] wiping gi.overrides.GLib # cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping gettext # cleanup[3] wiping textwrap # cleanup[3] wiping gi._ossighelper # destroy signal # cleanup[3] wiping socket # destroy selectors # cleanup[3] wiping array # cleanup[3] wiping errno # cleanup[3] wiping select # cleanup[3] wiping math # cleanup[3] wiping _socket # cleanup[3] wiping gi.repository # destroy gi.repository.GLib # destroy gi.repository.Gio # cleanup[3] wiping gi.importer # cleanup[3] wiping gi.overrides # destroy gi.overrides.GLib # destroy gi.overrides.GObject # destroy gi.overrides.Gio # 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 threading # cleanup[3] wiping gobject # cleanup[3] wiping gi._gobject # cleanup[3] wiping gi._gi # cleanup[3] wiping gi._error # cleanup[3] wiping _typing # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping contextlib # cleanup[3] wiping copyreg # 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 # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping types # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping keyword # cleanup[3] wiping itertools # 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 # 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 _datetime # destroy _dbus_glib_bindings # destroy sys.monitoring # destroy _io # destroy _socket # destroy gi.repository.GObject # destroy argparse # destroy zipimport # destroy importlib # destroy gi.types # destroy gi._error # 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 gi._gi # destroy _collections # destroy re._parser # destroy array # destroy textwrap # destroy stat # destroy genericpath # destroy tokenize # destroy _string # destroy shutil # destroy gettext # destroy firewall.config.dbus # destroy firewall.functions # destroy select # destroy _signal # destroy dbus # destroy xml.etree.ElementTree # destroy firewall.errors # destroy time # destroy fnmatch # destroy syslog # destroy traceback # destroy fcntl # destroy xml.sax.handler # destroy copy # destroy inspect # destroy keyword # destroy abc # destroy _thread # destroy copyreg # destroy contextlib # destroy operator # destroy subprocess # destroy _typing # destroy _tokenize # destroy xml.etree.ElementPath # destroy collections # destroy io # destroy _opcode # destroy functools # destroy types # destroy ipaddress # destroy _elementtree # destroy email.errors # destroy email.quoprimime # destroy email.base64mime # destroy email.encoders # destroy email.charset # destroy email.header # destroy email._parseaddr # destroy email.utils # destroy email._policybase # destroy email.feedparser # destroy email.parser # destroy email._encoded_words # destroy email.iterators # destroy email.message # destroy http.client # destroy socket # destroy base64 # destroy errno # destroy _blake2 # destroy _ssl # destroy binascii # destroy datetime # destroy locale # destroy warnings # destroy _struct # 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 _codecs # destroy _warnings # destroy math # destroy _bisect # destroy os # destroy re # destroy _random # destroy _hashlib # destroy _operator # destroy builtins # destroy itertools # destroy _sre # destroy posix # destroy _functools # clear sys.audit hooks 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 0x7facc4710530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc46dbb60> # /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 0x7facc4712ab0> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc44e5190> # /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 0x7facc44e5fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/__init__.py # code object from '/usr/lib64/python3.12/site-packages/gi/__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/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 0x7facc45d28a0> # /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 0x7facc45d2f30> # /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 0x7facc45d38c0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc42ae4b0> # /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/__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 0x7facc45aa390> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc42ae810> # /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 0x7facc45aaf00> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc45d2e40> # /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 0x7facc45abc20> 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 0x7facc4579400> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc45abef0> # /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 0x7facc45475c0> # /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 0x7facc45476e0> # /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 0x7facc4484470> # /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' import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc4486e40> # /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 0x7facc4438f50> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc4463b30> # /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 0x7facc4438fb0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc4462240> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc44861e0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc457a360> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc42ade50> # possible namespace for /usr/lib/python3.12/site-packages/gi # /usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_error.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc' import 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc4546960> # extension module 'gi._gi' loaded from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so' # extension module 'gi._gi' executed from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so' import 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7facc4545100> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc42ace60> # /usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/repository/__init__.py # code object from '/usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/importer.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/module.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.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 0x7facc43de480> # /usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/types.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_constants.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc' import 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc43a9b50> # /usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/docstring.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc' import 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc43a9e80> # /usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_propertyhelper.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc' import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc43aa330> # /usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_signalhelper.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc' import 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc43aac00> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc43a9400> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc43ddfa0> # /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/__init__.py # code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc' import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc43de540> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc43dda30> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc4578da0> # /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GLib.py # code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7facc4287680> # /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 '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 0x7facc42555b0> # 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 0x7facc4255f70> import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc4254140> import 'errno' # # 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 0x7facc4238440> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc4285c70> # /usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_ossighelper.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.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 0x7facc4238830> # /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 0x7facc4238ce0> import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc4286900> # /usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_option.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py # code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc' # /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 0x7facc4211070> # /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 0x7facc4211ee0> # /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 0x7facc4213ad0> import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc423a4e0> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc4239c10> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc43abf20> import 'gi.repository.GLib' # # /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GObject.py # code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc' import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc42d3110> import 'gi.repository.GObject' # # destroy gobject # /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' import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3e24950> # /usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/__init__.py # code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc' import 'firewall' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3e260f0> # /usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/client.py # code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc' import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3ebcc50> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc' import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3ebcd10> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc' # extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' # extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' import '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7facc3ebd460> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3ebd2e0> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' # /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__/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 0x7facc3f01ca0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3f007a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3f00500> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3eda780> # /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 0x7facc3f02f60> import 'atexit' # import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3ebef00> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc' import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3f0b140> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.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 0x7facc3b80410> # /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 0x7facc3b80680> # /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' # 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 0x7facc3b807a0> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3b806b0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3f0be90> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3f0b2c0> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3f0a660> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3ebe480> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3ebdd00> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3ebc710> # /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/__init__.py # code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc' import 'dbus.mainloop' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3ebe180> # /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/glib.py # code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc' # extension module '_dbus_glib_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so' # extension module '_dbus_glib_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so' import '_dbus_glib_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7facc3b809e0> import 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3b80230> # /usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/__init__.py # code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc' # /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 0x7facc3b810d0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3b80f80> # /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 0x7facc3b832f0> # /usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/dbus.py # code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc' import 'firewall.config.dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3b83740> import 'firewall.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3b80b30> # /usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/__init__.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc' import 'firewall.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3b83680> # /usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/base.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc' import 'firewall.core.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3b83890> # /usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/dbus_utils.py # code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc' # /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 0x7facc3b83f50> # /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 0x7facc3bb32c0> # extension module '_elementtree' loaded from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so' # 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 0x7facc3bd4530> import 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3b83e60> # /usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/logger.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc' # /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 0x7facc3bb2810> # /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 0x7facc3701640> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3700a10> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3c16bd0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3bd5e20> # /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 0x7facc46dbe90> # 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 0x7facc3709730> # 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 0x7facc3709a30> import 'firewall.core.logger' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3bd46e0> import 'firewall.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3b83ad0> # /usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/rich.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc' # /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 0x7facc3734470> # /usr/lib/python3.12/site-packages/firewall/__pycache__/functions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/functions.py # code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/functions.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 0x7facc3737890> # /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__/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 0x7facc375bb90> # /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 0x7facc3780aa0> # 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 0x7facc3781100> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc375bfe0> # /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 0x7facc3781b20> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3781250> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3759b80> # /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 0x7facc3783d70> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3783ad0> # 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 0x7facc3783d10> # /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 0x7facc37a8620> # 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 0x7facc37a8fe0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3783ef0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc375a210> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3758140> import 'firewall.functions' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3736390> # /usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/ipset.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.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 0x7facc37a99a0> # /usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/errors.py # code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc' import 'firewall.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc37dc920> # /usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/prog.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc' # /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' # 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 0x7facc3101040> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc37df260> import 'firewall.core.prog' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc37df0b0> import 'firewall.core.ipset' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc37a8470> import 'firewall.core.rich' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc370a9f0> import 'firewall.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3e26d20> # /usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/fw_nm.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc' # destroy gi.repository.GModule import 'gi.repository.GModule' # # /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/Gio.py # code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc' import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3188ef0> import 'gi.repository.Gio' # # destroy gi.repository.NM import 'gi.repository.NM' # import 'firewall.core.fw_nm' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc31883e0> # /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/__init__.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc' import 'firewall.core.io' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3188a40> # /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/zone.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc' # /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 0x7facc31ace00> # /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 0x7facc31ad490> import 'xml.sax.xmlreader' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc318b830> import 'xml.sax' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc318b530> # /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/io_object.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc' # /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__/__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 0x7facc31d00e0> # /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' import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc31d0170> # /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/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.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 0x7facc2cc88f0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc31f3590> # /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 0x7facc2cc8b30> # /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 0x7facc2cc8dd0> # /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/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' # /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 0x7facc2d01160> # /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' # /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' import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d03620> # /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' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d03530> # /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__/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' # /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 0x7facc2d2c170> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d27ce0> import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d271d0> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d02870> # /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__/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 0x7facc2d2daf0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d2d8b0> # /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 0x7facc2d2f3e0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d2e060> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d27b00> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d011f0> import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d00560> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2ccbc80> # /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/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 0x7facc2d4f8f0> # /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 0x7facc2d84110> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d2fbf0> # /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 0x7facc2d86cc0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d84410> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2cc9f10> # /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 0x7facc2ab6570> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2ccbef0> import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc31d31d0> import 'xml.sax.saxutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc31aede0> import 'firewall.core.io.io_object' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc31ae030> # /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/policy.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc' import 'firewall.core.io.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc31ae840> import 'firewall.core.io.zone' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3188ec0> # /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/service.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc' import 'firewall.core.io.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2ab77a0> # /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/ipset.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc' # /usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/icmp.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc' import 'firewall.core.icmp' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2ae4320> import 'firewall.core.io.ipset' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2ab7b00> # /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/icmptype.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc' import 'firewall.core.io.icmptype' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2ae4da0> # /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/helper.py # code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc' import 'firewall.core.io.helper' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2ae51c0> # /usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/command.py # code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc' import 'firewall.command' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2ae55e0> # 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__ # destroy __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 itertools # cleanup[2] removing 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 types # cleanup[2] removing _functools # cleanup[2] removing functools # 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 copyreg # cleanup[2] removing contextlib # 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 re # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # 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 # 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 threading # 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 _socket # cleanup[2] removing math # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing errno # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing signal # cleanup[2] removing gi._ossighelper # cleanup[2] removing textwrap # cleanup[2] removing gettext # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing optparse # cleanup[2] removing gi._option # cleanup[2] removing gi.overrides.GLib # cleanup[2] removing gi.repository.GLib # cleanup[2] removing gi.overrides.GObject # cleanup[2] removing gi.repository.GObject # cleanup[2] removing argparse # cleanup[2] removing firewall # cleanup[2] removing dbus._compat # cleanup[2] removing dbus.exceptions # cleanup[2] removing _dbus_bindings # cleanup[2] removing dbus.types # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing traceback # cleanup[2] removing _string # cleanup[2] removing string # cleanup[2] removing atexit # cleanup[2] removing logging # cleanup[2] removing dbus.lowlevel # cleanup[2] removing xml # cleanup[2] removing 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 # 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 dbus.mainloop # cleanup[2] removing _dbus_glib_bindings # cleanup[2] removing dbus.mainloop.glib # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing copy # cleanup[2] removing firewall.config.dbus # cleanup[2] removing firewall.config # cleanup[2] removing firewall.core # cleanup[2] removing firewall.core.base # cleanup[2] removing xml.etree # cleanup[2] removing xml.etree.ElementPath # cleanup[2] removing _elementtree # cleanup[2] removing xml.etree.ElementTree # 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 inspect # cleanup[2] removing fnmatch # cleanup[2] removing syslog # cleanup[2] removing fcntl # cleanup[2] removing firewall.core.logger # cleanup[2] removing firewall.dbus_utils # cleanup[2] removing dataclasses # destroy dataclasses # cleanup[2] removing shlex # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # destroy bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # destroy lzma # cleanup[2] removing shutil # 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 firewall.functions # cleanup[2] removing ipaddress # cleanup[2] removing firewall.errors # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing firewall.core.prog # cleanup[2] removing firewall.core.ipset # cleanup[2] removing firewall.core.rich # cleanup[2] removing firewall.client # cleanup[2] removing gi.overrides.Gio # cleanup[2] removing gi.repository.Gio # cleanup[2] removing firewall.core.fw_nm # cleanup[2] removing firewall.core.io # 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 urllib # cleanup[2] removing urllib.parse # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing email # cleanup[2] removing http # cleanup[2] removing email.errors # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing quopri # cleanup[2] removing email.encoders # cleanup[2] removing email.charset # cleanup[2] removing email.header # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.utils # cleanup[2] removing email._policybase # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing email._encoded_words # cleanup[2] removing email.iterators # cleanup[2] removing email.message # 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 firewall.core.io.io_object # cleanup[2] removing firewall.core.io.policy # cleanup[2] removing firewall.core.io.zone # cleanup[2] removing firewall.core.io.service # cleanup[2] removing firewall.core.icmp # cleanup[2] removing firewall.core.io.ipset # cleanup[2] removing firewall.core.io.icmptype # cleanup[2] removing firewall.core.io.helper # cleanup[2] removing firewall.command # destroy _sitebuiltins # destroy zlib # destroy _bz2 # destroy _compression # destroy _lzma # cleanup[3] wiping firewall.command # cleanup[3] wiping firewall.core.io.helper # cleanup[3] wiping firewall.core.io.icmptype # cleanup[3] wiping firewall.core.io.ipset # cleanup[3] wiping firewall.core.icmp # cleanup[3] wiping firewall.core.io.service # cleanup[3] wiping firewall.core.io.zone # cleanup[3] wiping firewall.core.io.policy # cleanup[3] wiping firewall.core.io.io_object # cleanup[3] wiping xml.sax.saxutils # 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 email.message # destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email._encoded_words # cleanup[3] wiping email.parser # cleanup[3] wiping email.feedparser # cleanup[3] wiping email._policybase # cleanup[3] wiping email.utils # destroy random # destroy urllib # destroy urllib.parse # destroy urllib.response # destroy urllib.error # destroy urllib.request # cleanup[3] wiping email._parseaddr # destroy calendar # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping email.header # cleanup[3] wiping email.charset # destroy email # cleanup[3] wiping email.encoders # cleanup[3] wiping email.base64mime # cleanup[3] wiping email.quoprimime # cleanup[3] wiping email.errors # cleanup[3] wiping base64 # destroy struct # cleanup[3] wiping binascii # cleanup[3] wiping xml.sax # destroy xml.sax._exceptions # destroy xml.sax.xmlreader # destroy xml.sax.saxutils # cleanup[3] wiping xml.sax.handler # cleanup[3] wiping firewall.core.io # destroy xml # destroy xml.parsers # destroy xml.parsers.expat # destroy xml.etree # destroy xml.sax # destroy firewall.core.io.io_object # destroy firewall.core.io.policy # destroy firewall.core.io.zone # destroy firewall.core.io.service # destroy firewall.core.io.ipset # destroy firewall.core.io.icmptype # destroy firewall.core.io.helper # cleanup[3] wiping firewall.core.fw_nm # cleanup[3] wiping gi.repository.Gio # cleanup[3] wiping gi.overrides.Gio # cleanup[3] wiping firewall.client # destroy firewall # destroy firewall.config # destroy firewall.core # destroy firewall.core.base # destroy firewall.core.logger # destroy firewall.core.prog # destroy firewall.core.ipset # destroy firewall.core.rich # destroy firewall.core.fw_nm # destroy firewall.core.io # destroy firewall.core.icmp # destroy firewall.dbus_utils # destroy firewall.command # destroy firewall.client # cleanup[3] wiping subprocess # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping firewall.errors # cleanup[3] wiping ipaddress # cleanup[3] wiping firewall.functions # destroy shlex # destroy string # destroy tempfile # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping shutil # cleanup[3] wiping fcntl # cleanup[3] wiping syslog # cleanup[3] wiping fnmatch # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping xml.etree.ElementTree # cleanup[3] wiping _elementtree # cleanup[3] wiping xml.etree.ElementPath # cleanup[3] wiping firewall.config.dbus # cleanup[3] wiping copy # cleanup[3] wiping _struct # 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 # 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.mainloop # cleanup[3] wiping xml.parsers.expat.errors # cleanup[3] wiping xml.parsers.expat.model # cleanup[3] wiping pyexpat # destroy pyexpat.errors # destroy pyexpat.model # cleanup[3] wiping logging # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping _string # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping _dbus_bindings # cleanup[3] wiping argparse # cleanup[3] wiping gi.repository.GObject # cleanup[3] wiping gi.overrides.GObject # cleanup[3] wiping gi.repository.GLib # cleanup[3] wiping gi.overrides.GLib # cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping gettext # cleanup[3] wiping textwrap # cleanup[3] wiping gi._ossighelper # destroy signal # cleanup[3] wiping socket # destroy selectors # cleanup[3] wiping array # cleanup[3] wiping errno # cleanup[3] wiping select # cleanup[3] wiping math # cleanup[3] wiping _socket # cleanup[3] wiping gi.repository # destroy gi.repository.GLib # destroy gi.repository.Gio # cleanup[3] wiping gi.importer # cleanup[3] wiping gi.overrides # destroy gi.overrides.GLib # destroy gi.overrides.GObject # destroy gi.overrides.Gio # 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 threading # cleanup[3] wiping gobject # cleanup[3] wiping gi._gobject # cleanup[3] wiping gi._gi # cleanup[3] wiping gi._error # cleanup[3] wiping _typing # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping contextlib # cleanup[3] wiping copyreg # 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 # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping types # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping keyword # cleanup[3] wiping itertools # 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 # 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 _datetime # destroy _dbus_glib_bindings # destroy sys.monitoring # destroy _io # destroy _socket # destroy gi.repository.GObject # destroy argparse # destroy zipimport # destroy importlib # destroy gi.types # destroy gi._error # 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 gi._gi # destroy _collections # destroy re._parser # destroy array # destroy textwrap # destroy stat # destroy genericpath # destroy tokenize # destroy _string # destroy shutil # destroy gettext # destroy firewall.config.dbus # destroy firewall.functions # destroy select # destroy _signal # destroy dbus # destroy xml.etree.ElementTree # destroy firewall.errors # destroy time # destroy fnmatch # destroy syslog # destroy traceback # destroy fcntl # destroy xml.sax.handler # destroy copy # destroy inspect # destroy keyword # destroy abc # destroy _thread # destroy copyreg # destroy contextlib # destroy operator # destroy subprocess # destroy _typing # destroy _tokenize # destroy xml.etree.ElementPath # destroy collections # destroy io # destroy _opcode # destroy functools # destroy types # destroy ipaddress # destroy _elementtree # destroy email.errors # destroy email.quoprimime # destroy email.base64mime # destroy email.encoders # destroy email.charset # destroy email.header # destroy email._parseaddr # destroy email.utils # destroy email._policybase # destroy email.feedparser # destroy email.parser # destroy email._encoded_words # destroy email.iterators # destroy email.message # destroy http.client # destroy socket # destroy base64 # destroy errno # destroy _blake2 # destroy _ssl # destroy binascii # destroy datetime # destroy locale # destroy warnings # destroy _struct # 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 _codecs # destroy _warnings # destroy math # destroy _bisect # destroy os # destroy re # destroy _random # destroy _hashlib # destroy _operator # destroy builtins # destroy itertools # destroy _sre # destroy posix # destroy _functools # clear sys.audit hooks 6494 1726853143.63359: dumping result to json 6494 1726853143.63363: done dumping result, returning 6494 1726853143.63366: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.postfix : Get the smtp related tcp service ports [0affc48f-66db-1e98-6787-0000000001f2] 6494 1726853143.63368: sending task result for task 0affc48f-66db-1e98-6787-0000000001f2 6494 1726853143.64380: done sending task result for task 0affc48f-66db-1e98-6787-0000000001f2 6494 1726853143.64384: WORKER PROCESS EXITING 6494 1726853143.65523: no more pending results, returning what we have 6494 1726853143.65527: results queue empty 6494 1726853143.65528: checking for any_errors_fatal 6494 1726853143.65529: done checking for any_errors_fatal 6494 1726853143.65530: checking for max_fail_percentage 6494 1726853143.65531: done checking for max_fail_percentage 6494 1726853143.65533: checking to see if all hosts have failed and the running result is not ok 6494 1726853143.65534: done checking to see if all hosts have failed 6494 1726853143.65534: getting the remaining hosts for this loop 6494 1726853143.65535: done getting the remaining hosts for this loop 6494 1726853143.65539: getting the next task for host managed_node1 6494 1726853143.65543: done getting next task for host managed_node1 6494 1726853143.65545: ^ task is: TASK: fedora.linux_system_roles.postfix : Initialize _postfix_selinux 6494 1726853143.65549: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853143.65557: getting variables 6494 1726853143.65558: in VariableManager get_vars() 6494 1726853143.65581: Calling all_inventory to load vars for managed_node1 6494 1726853143.65583: Calling groups_inventory to load vars for managed_node1 6494 1726853143.65584: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853143.65591: Calling all_plugins_play to load vars for managed_node1 6494 1726853143.65593: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853143.65595: Calling groups_plugins_play to load vars for managed_node1 6494 1726853143.65636: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853143.65674: done with get_vars() 6494 1726853143.65681: done getting variables 6494 1726853143.65725: 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.postfix : Initialize _postfix_selinux] ********* task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:33 Friday 20 September 2024 13:25:43 -0400 (0:00:02.652) 0:00:18.580 ****** 6494 1726853143.65751: entering _queue_task() for managed_node1/set_fact 6494 1726853143.66009: worker is 1 (out of 1 available) 6494 1726853143.66022: exiting _queue_task() for managed_node1/set_fact 6494 1726853143.66036: done queuing things up, now waiting for results queue to drain 6494 1726853143.66037: waiting for pending results... 6494 1726853143.66214: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.postfix : Initialize _postfix_selinux 6494 1726853143.66304: in run() - task 0affc48f-66db-1e98-6787-0000000001f3 6494 1726853143.66313: variable 'ansible_search_path' from source: unknown 6494 1726853143.66317: variable 'ansible_search_path' from source: unknown 6494 1726853143.66347: calling self._execute() 6494 1726853143.66407: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853143.66411: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853143.66419: variable 'omit' from source: magic vars 6494 1726853143.66686: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853143.68182: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853143.68231: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853143.68261: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853143.68285: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853143.68307: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853143.68380: variable 'postfix_manage_selinux' from source: include params 6494 1726853143.68394: Evaluated conditional (postfix_manage_selinux | bool): True 6494 1726853143.68487: variable 'postfix_manage_firewall' from source: include params 6494 1726853143.68492: Evaluated conditional (postfix_manage_firewall | bool): True 6494 1726853143.68588: variable 'ansible_facts' from source: unknown 6494 1726853143.68607: Evaluated conditional (ansible_facts['os_family'] == 'RedHat'): True 6494 1726853143.68698: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6494 1726853143.68826: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6494 1726853143.68855: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6494 1726853143.68880: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6494 1726853143.68903: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6494 1726853143.68953: variable 'ansible_facts' from source: unknown 6494 1726853143.68967: Evaluated conditional (ansible_facts['distribution_version'] is version('7', '>=')): True 6494 1726853143.68972: variable 'omit' from source: magic vars 6494 1726853143.69026: variable 'omit' from source: magic vars 6494 1726853143.69052: variable 'omit' from source: magic vars 6494 1726853143.69077: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6494 1726853143.69103: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6494 1726853143.69116: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6494 1726853143.69128: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853143.69139: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853143.69161: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6494 1726853143.69164: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853143.69167: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853143.69234: Set connection var ansible_shell_type to sh 6494 1726853143.69240: Set connection var ansible_pipelining to False 6494 1726853143.69245: Set connection var ansible_shell_executable to /bin/sh 6494 1726853143.69251: Set connection var ansible_timeout to 10 6494 1726853143.69257: Set connection var ansible_connection to ssh 6494 1726853143.69263: Set connection var ansible_module_compression to ZIP_DEFLATED 6494 1726853143.69280: variable 'ansible_shell_executable' from source: unknown 6494 1726853143.69283: variable 'ansible_connection' from source: unknown 6494 1726853143.69285: variable 'ansible_module_compression' from source: unknown 6494 1726853143.69287: variable 'ansible_shell_type' from source: unknown 6494 1726853143.69289: variable 'ansible_shell_executable' from source: unknown 6494 1726853143.69292: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853143.69296: variable 'ansible_pipelining' from source: unknown 6494 1726853143.69298: variable 'ansible_timeout' from source: unknown 6494 1726853143.69310: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853143.69379: 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) 6494 1726853143.69387: variable 'omit' from source: magic vars 6494 1726853143.69391: starting attempt loop 6494 1726853143.69394: running the handler 6494 1726853143.69404: handler run complete 6494 1726853143.69415: attempt loop complete, returning result 6494 1726853143.69422: _execute() done 6494 1726853143.69425: dumping result to json 6494 1726853143.69428: done dumping result, returning 6494 1726853143.69430: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.postfix : Initialize _postfix_selinux [0affc48f-66db-1e98-6787-0000000001f3] 6494 1726853143.69434: sending task result for task 0affc48f-66db-1e98-6787-0000000001f3 6494 1726853143.69510: done sending task result for task 0affc48f-66db-1e98-6787-0000000001f3 6494 1726853143.69513: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "_postfix_selinux": [] }, "changed": false } 6494 1726853143.69588: no more pending results, returning what we have 6494 1726853143.69592: results queue empty 6494 1726853143.69592: checking for any_errors_fatal 6494 1726853143.69660: done checking for any_errors_fatal 6494 1726853143.69661: checking for max_fail_percentage 6494 1726853143.69663: done checking for max_fail_percentage 6494 1726853143.69664: checking to see if all hosts have failed and the running result is not ok 6494 1726853143.69665: done checking to see if all hosts have failed 6494 1726853143.69666: getting the remaining hosts for this loop 6494 1726853143.69667: done getting the remaining hosts for this loop 6494 1726853143.69671: getting the next task for host managed_node1 6494 1726853143.69678: done getting next task for host managed_node1 6494 1726853143.69681: ^ task is: TASK: fedora.linux_system_roles.postfix : Add the smtp related service ports to _postfix_selinux 6494 1726853143.69686: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), 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 6494 1726853143.69704: getting variables 6494 1726853143.69705: in VariableManager get_vars() 6494 1726853143.69745: Calling all_inventory to load vars for managed_node1 6494 1726853143.69748: Calling groups_inventory to load vars for managed_node1 6494 1726853143.69750: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853143.69758: Calling all_plugins_play to load vars for managed_node1 6494 1726853143.69760: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853143.69763: Calling groups_plugins_play to load vars for managed_node1 6494 1726853143.69807: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853143.69851: done with get_vars() 6494 1726853143.69859: done getting variables 6494 1726853143.69898: 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.postfix : Add the smtp related service ports to _postfix_selinux] *** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:37 Friday 20 September 2024 13:25:43 -0400 (0:00:00.041) 0:00:18.621 ****** 6494 1726853143.69926: entering _queue_task() for managed_node1/set_fact 6494 1726853143.70161: worker is 1 (out of 1 available) 6494 1726853143.70173: exiting _queue_task() for managed_node1/set_fact 6494 1726853143.70185: done queuing things up, now waiting for results queue to drain 6494 1726853143.70187: waiting for pending results... 6494 1726853143.70357: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.postfix : Add the smtp related service ports to _postfix_selinux 6494 1726853143.70450: in run() - task 0affc48f-66db-1e98-6787-0000000001f4 6494 1726853143.70461: variable 'ansible_search_path' from source: unknown 6494 1726853143.70464: variable 'ansible_search_path' from source: unknown 6494 1726853143.70650: variable '__ports' from source: set_fact 6494 1726853143.77013: variable 'omit' from source: magic vars 6494 1726853143.77089: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853143.77093: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853143.77104: variable 'omit' from source: magic vars 6494 1726853143.77297: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853143.78799: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853143.78861: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853143.78889: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853143.78915: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853143.78936: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853143.79003: variable 'postfix_manage_selinux' from source: include params 6494 1726853143.79014: Evaluated conditional (postfix_manage_selinux | bool): True 6494 1726853143.79110: variable 'postfix_manage_firewall' from source: include params 6494 1726853143.79116: Evaluated conditional (postfix_manage_firewall | bool): True 6494 1726853143.79209: variable 'ansible_facts' from source: unknown 6494 1726853143.79217: Evaluated conditional (ansible_facts['os_family'] == 'RedHat'): True 6494 1726853143.79312: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6494 1726853143.79427: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6494 1726853143.79455: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6494 1726853143.79476: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6494 1726853143.79503: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6494 1726853143.79548: variable 'ansible_facts' from source: unknown 6494 1726853143.79561: Evaluated conditional (ansible_facts['distribution_version'] is version('7', '>=')): True 6494 1726853143.79639: variable 'postfix_manage_selinux' from source: include params 6494 1726853143.79645: Evaluated conditional (postfix_manage_selinux | bool): True 6494 1726853143.79722: variable 'postfix_manage_firewall' from source: include params 6494 1726853143.79725: Evaluated conditional (postfix_manage_firewall | bool): True 6494 1726853143.79806: variable 'ansible_facts' from source: unknown 6494 1726853143.79811: Evaluated conditional (ansible_facts['os_family'] == 'RedHat'): True 6494 1726853143.79907: variable 'ansible_facts' from source: unknown 6494 1726853143.79916: Evaluated conditional (ansible_facts['distribution_version'] is version('7', '>=')): True 6494 1726853143.80019: 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) 6494 1726853143.80059: 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) 6494 1726853143.80077: 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) 6494 1726853143.80105: 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) 6494 1726853143.80114: 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) 6494 1726853143.80168: variable '_pair' from source: task vars 6494 1726853143.80227: 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) 6494 1726853143.80245: 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) 6494 1726853143.80266: 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) 6494 1726853143.80291: 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) 6494 1726853143.80304: 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) 6494 1726853143.80359: variable 'item' from source: unknown 6494 1726853143.80413: Evaluated conditional (_pair | length > 0): True 6494 1726853143.80417: variable 'omit' from source: magic vars 6494 1726853143.80471: variable 'omit' from source: magic vars 6494 1726853143.80646: variable '_postfix_selinux' from source: set_fact 6494 1726853143.80650: variable '_pair' from source: task vars 6494 1726853143.80735: variable 'item' from source: unknown 6494 1726853143.80800: variable 'omit' from source: magic vars 6494 1726853143.80831: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6494 1726853143.80853: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6494 1726853143.80867: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6494 1726853143.80879: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853143.80888: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853143.80913: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6494 1726853143.80917: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853143.80919: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853143.80983: Set connection var ansible_shell_type to sh 6494 1726853143.80989: Set connection var ansible_pipelining to False 6494 1726853143.80995: Set connection var ansible_shell_executable to /bin/sh 6494 1726853143.81000: Set connection var ansible_timeout to 10 6494 1726853143.81007: Set connection var ansible_connection to ssh 6494 1726853143.81013: Set connection var ansible_module_compression to ZIP_DEFLATED 6494 1726853143.81036: variable 'ansible_shell_executable' from source: unknown 6494 1726853143.81047: variable 'ansible_connection' from source: unknown 6494 1726853143.81050: variable 'ansible_module_compression' from source: unknown 6494 1726853143.81052: variable 'ansible_shell_type' from source: unknown 6494 1726853143.81054: variable 'ansible_shell_executable' from source: unknown 6494 1726853143.81056: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853143.81058: variable 'ansible_pipelining' from source: unknown 6494 1726853143.81060: variable 'ansible_timeout' from source: unknown 6494 1726853143.81062: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853143.81126: 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) 6494 1726853143.81135: variable 'omit' from source: magic vars 6494 1726853143.81140: starting attempt loop 6494 1726853143.81143: running the handler 6494 1726853143.81151: handler run complete 6494 1726853143.81159: attempt loop complete, returning result 6494 1726853143.81172: variable 'item' from source: unknown 6494 1726853143.81224: variable 'item' from source: unknown ok: [managed_node1] => (item={'changed': False, 'stdout': '25/tcp', '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 0x7f1fa6110530>\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa60dbb60>\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 0x7f1fa6112ab0>\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/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 0x7f1fa5ee5190>\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 0x7f1fa5ee5fd0>\nimport \'site\' # \nPython 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\nType "help", "copyright", "credits" or "license" for more information.\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/__init__.py\n# code object from \'/usr/lib64/python3.12/site-packages/gi/__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/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 0x7f1fa5fd28a0>\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 0x7f1fa5fd2f30>\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 0x7f1fa5fd38c0>\nimport \'_collections\' # \nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5cae4b0>\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/__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 0x7f1fa5faa390>\nimport \'_functools\' # \nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5cae810>\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 0x7f1fa5faaf00>\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5fd2e40>\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 0x7f1fa5fabc20>\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 0x7f1fa5f79400>\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5fabef0>\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 0x7f1fa5f475c0>\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 0x7f1fa5f476e0>\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 0x7f1fa5e84470>\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\'\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5e86e40>\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 0x7f1fa5e38f80>\nimport \'re._parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5e63b60>\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 0x7f1fa5e390d0>\nimport \'re._compiler\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5e621e0>\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5e861e0>\nimport \'_typing\' # \nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5f7a360>\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5cade50>\n# possible namespace for /usr/lib/python3.12/site-packages/gi\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_error.py\n# code object from \'/usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc\'\nimport \'gi._error\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5f46960>\n# extension module \'gi._gi\' loaded from \'/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so\'\n# extension module \'gi._gi\' executed from \'/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so\'\nimport \'gi._gi\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1fa5f45100>\nimport \'gi\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5cace60>\n# /usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/repository/__init__.py\n# code object from \'/usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc\'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/importer.py\n# code object from \'/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc\'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/module.py\n# code object from \'/usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc\'\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 0x7f1fa5dde510>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/types.py\n# code object from \'/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc\'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_constants.py\n# code object from \'/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc\'\nimport \'gi._constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5da9be0>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/docstring.py\n# code object from \'/usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc\'\nimport \'gi.docstring\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5da9ee0>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_propertyhelper.py\n# code object from \'/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc\'\nimport \'gi._propertyhelper\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5daa390>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_signalhelper.py\n# code object from \'/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc\'\nimport \'gi._signalhelper\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5daac60>\nimport \'gi.types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5da9490>\nimport \'gi.module\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5dde030>\n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/__init__.py\n# code object from \'/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc\'\nimport \'gi.overrides\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5dde5d0>\nimport \'gi.importer\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5dddac0>\nimport \'gi.repository\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5f78da0>\n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GLib.py\n# code object from \'/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc\'\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 0x7f1fa5c87740>\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 \'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 0x7f1fa5c59670>\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 0x7f1fa5c5a090>\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5c58200>\nimport \'errno\' # \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 0x7f1fa5c384d0>\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5c85d00>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_ossighelper.py\n# code object from \'/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.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 0x7f1fa5c388c0>\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 0x7f1fa5c38d70>\nimport \'gi._ossighelper\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5c86990>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_option.py\n# code object from \'/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc\'\n# /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py\n# code object from \'/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc\'\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 0x7f1fa5c11070>\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 0x7f1fa5c11970>\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 0x7f1fa5c13b30>\nimport \'optparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5c3a4e0>\nimport \'gi._option\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5c39c10>\nimport \'gi.overrides.GLib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5dabf80>\nimport \'gi.repository.GLib\' # \n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GObject.py\n# code object from \'/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc\'\nimport \'gi.overrides.GObject\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5cd3140>\nimport \'gi.repository.GObject\' # \n# destroy gobject\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\'\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5814a40>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/__init__.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc\'\nimport \'firewall\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58161e0>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/client.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc\'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc\'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc\'\nimport \'dbus._compat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58acd40>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc\'\nimport \'dbus.exceptions\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58ace00>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc\'\n# extension module \'_dbus_bindings\' loaded from \'/usr/lib64/python3.12/site-packages/_dbus_bindings.so\'\n# extension module \'_dbus_bindings\' executed from \'/usr/lib64/python3.12/site-packages/_dbus_bindings.so\'\nimport \'_dbus_bindings\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1fa58ad550>\nimport \'dbus.types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58ad3d0>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc\'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc\'\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\'\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\'\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 0x7f1fa58f1d60>\nimport \'_tokenize\' # \nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58f0860>\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58f05c0>\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58ca840>\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 0x7f1fa58f30b0>\nimport \'atexit\' # \nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58aefc0>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc\'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc\'\nimport \'dbus.lowlevel\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58fb110>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc\'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.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 0x7f1fa5570380>\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 0x7f1fa55705f0>\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\'\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 0x7f1fa5570770>\nimport \'xml.parsers.expat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5570650>\nimport \'dbus._expat_introspect_parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58fbe00>\nimport \'dbus.proxies\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58fb230>\nimport \'dbus.connection\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58f9850>\nimport \'dbus.bus\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58ae540>\nimport \'dbus._dbus\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58addc0>\nimport \'dbus\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58ac800>\n# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/__init__.py\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc\'\nimport \'dbus.mainloop\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58ae240>\n# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/glib.py\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc\'\n# extension module \'_dbus_glib_bindings\' loaded from \'/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so\'\n# extension module \'_dbus_glib_bindings\' executed from \'/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so\'\nimport \'_dbus_glib_bindings\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1fa55709e0>\nimport \'dbus.mainloop.glib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5570920>\n# /usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/__init__.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc\'\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 0x7f1fa55710a0>\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5570f50>\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 0x7f1fa55732c0>\n# /usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/dbus.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc\'\nimport \'firewall.config.dbus\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5573710>\nimport \'firewall.config\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5570b30>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/__init__.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc\'\nimport \'firewall.core\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5573680>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/base.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc\'\nimport \'firewall.core.base\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5573860>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/dbus_utils.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc\'\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 0x7f1fa5573fe0>\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 0x7f1fa55a3230>\n# extension module \'_elementtree\' loaded from \'/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so\'\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 0x7f1fa55c43e0>\nimport \'xml.etree.ElementTree\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5573ec0>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/logger.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc\'\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 0x7f1fa55a2780>\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 0x7f1fa5101460>\nimport \'opcode\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5100830>\nimport \'dis\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5606b70>\nimport \'inspect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa55c5dc0>\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 0x7f1fa60dbe90>\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 0x7f1fa51094f0>\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 0x7f1fa5109850>\nimport \'firewall.core.logger\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa55c4650>\nimport \'firewall.dbus_utils\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5573aa0>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/rich.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc\'\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 0x7f1fa5134260>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/functions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/functions.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/__pycache__/functions.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 0x7f1fa5137680>\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\'\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 0x7f1fa515b980>\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 0x7f1fa5180860>\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 0x7f1fa5180ec0>\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa515bd70>\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 0x7f1fa51818e0>\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5181010>\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5159970>\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 0x7f1fa5183b90>\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa51838c0>\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 0x7f1fa5183b00>\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 0x7f1fa51a8440>\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 0x7f1fa51a8e00>\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5183d10>\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa515a000>\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5137ef0>\nimport \'firewall.functions\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5136180>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/ipset.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc\'\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 0x7f1fa51a9820>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/errors.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc\'\nimport \'firewall.errors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa51dc770>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/prog.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc\'\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# 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 0x7f1fa4aecf80>\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa51df1a0>\nimport \'firewall.core.prog\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa51deff0>\nimport \'firewall.core.ipset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa51a8e60>\nimport \'firewall.core.rich\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa510a7e0>\nimport \'firewall.client\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5816e10>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/fw_nm.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc\'\n# destroy gi.repository.GModule\nimport \'gi.repository.GModule\' # \n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/Gio.py\n# code object from \'/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc\'\nimport \'gi.overrides.Gio\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4b74e90>\nimport \'gi.repository.Gio\' # \n# destroy gi.repository.NM\nimport \'gi.repository.NM\' # \nimport \'firewall.core.fw_nm\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4b74380>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/__init__.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc\'\nimport \'firewall.core.io\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4b74980>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/zone.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc\'\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 0x7f1fa4b98ec0>\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 0x7f1fa4b99550>\nimport \'xml.sax.xmlreader\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4b778f0>\nimport \'xml.sax\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4b775f0>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/io_object.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc\'\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__/__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 0x7f1fa4bbc1a0>\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\'\nimport \'urllib.parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4bbc230>\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/__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\'\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 0x7f1fa46c0a10>\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4bdf6b0>\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 0x7f1fa46c0c50>\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 0x7f1fa46c0ef0>\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/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\'\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 0x7f1fa46fd100>\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\'\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\'\nimport \'email.quoprimime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa46ff590>\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\'\nimport \'email.base64mime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa46ff560>\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__/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\'\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 0x7f1fa471ffb0>\nimport \'email.encoders\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa471fc20>\nimport \'email.charset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa471f110>\nimport \'email.header\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa46fe7e0>\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__/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 0x7f1fa4725a30>\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa47257f0>\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 0x7f1fa47272c0>\nimport \'email._parseaddr\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4725f40>\nimport \'email.utils\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa471ef30>\nimport \'email._policybase\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa46fd160>\nimport \'email.feedparser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa46fc500>\nimport \'email.parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa46c3fe0>\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/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 0x7f1fa4747800>\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 0x7f1fa4747e90>\nimport \'email.message\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa46fce60>\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 0x7f1fa477ebd0>\nimport \'ssl\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa477c320>\nimport \'http.client\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa46c1eb0>\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 0x7f1fa44b2630>\nimport \'urllib.error\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa46c3e90>\nimport \'urllib.request\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4bbf2f0>\nimport \'xml.sax.saxutils\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4b9aea0>\nimport \'firewall.core.io.io_object\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4b9a0f0>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/policy.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc\'\nimport \'firewall.core.io.policy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4b9a900>\nimport \'firewall.core.io.zone\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4b749e0>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/service.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc\'\nimport \'firewall.core.io.service\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa44b3860>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/ipset.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc\'\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/icmp.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc\'\nimport \'firewall.core.icmp\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa44e03e0>\nimport \'firewall.core.io.ipset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa44b3bc0>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/icmptype.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc\'\nimport \'firewall.core.io.icmptype\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa44e0e60>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/helper.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc\'\nimport \'firewall.core.io.helper\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa44e1250>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/command.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc\'\nimport \'firewall.command\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa44e1670>\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# destroy __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 itertools\n# cleanup[2] removing keyword\n# cleanup[2] removing _operator\n# cleanup[2] removing operator\n# cleanup[2] removing reprlib\n# destroy reprlib\n# cleanup[2] removing _collections\n# cleanup[2] removing collections\n# cleanup[2] removing types\n# cleanup[2] removing _functools\n# cleanup[2] removing functools\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 copyreg\n# cleanup[2] removing contextlib\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 re\n# cleanup[2] removing _typing\n# cleanup[2] removing typing\n# destroy typing\n# cleanup[2] removing pkgutil\n# destroy pkgutil\n# cleanup[2] removing gi._error\n# cleanup[2] removing gi._gi\n# cleanup[2] removing gi._gobject\n# cleanup[2] removing glib\n# destroy glib\n# cleanup[2] removing gobject\n# cleanup[2] removing gio\n# destroy gio\n# cleanup[2] removing gtk\n# destroy gtk\n# cleanup[2] removing gtk.gdk\n# destroy gtk.gdk\n# cleanup[2] removing gi\n# cleanup[2] removing threading\n# cleanup[2] removing gi._constants\n# cleanup[2] removing gi.docstring\n# cleanup[2] removing gi._propertyhelper\n# cleanup[2] removing gi._signalhelper\n# cleanup[2] removing gi.types\n# cleanup[2] removing gi.module\n# cleanup[2] removing gi.overrides\n# cleanup[2] removing gi.importer\n# cleanup[2] removing gi.repository\n# cleanup[2] removing _socket\n# cleanup[2] removing math\n# cleanup[2] removing select\n# cleanup[2] removing selectors\n# cleanup[2] removing errno\n# cleanup[2] removing array\n# cleanup[2] removing socket\n# cleanup[2] removing __future__\n# destroy __future__\n# cleanup[2] removing signal\n# cleanup[2] removing gi._ossighelper\n# cleanup[2] removing textwrap\n# cleanup[2] removing gettext\n# cleanup[2] removing _locale\n# cleanup[2] removing locale\n# cleanup[2] removing optparse\n# cleanup[2] removing gi._option\n# cleanup[2] removing gi.overrides.GLib\n# cleanup[2] removing gi.repository.GLib\n# cleanup[2] removing gi.overrides.GObject\n# cleanup[2] removing gi.repository.GObject\n# cleanup[2] removing argparse\n# cleanup[2] removing firewall\n# cleanup[2] removing dbus._compat\n# cleanup[2] removing dbus.exceptions\n# cleanup[2] removing _dbus_bindings\n# cleanup[2] removing dbus.types\n# cleanup[2] removing token\n# cleanup[2] removing _tokenize\n# cleanup[2] removing tokenize\n# cleanup[2] removing linecache\n# cleanup[2] removing traceback\n# cleanup[2] removing _string\n# cleanup[2] removing string\n# cleanup[2] removing atexit\n# cleanup[2] removing logging\n# cleanup[2] removing dbus.lowlevel\n# cleanup[2] removing xml\n# cleanup[2] removing xml.parsers\n# cleanup[2] removing pyexpat.errors\n# cleanup[2] removing pyexpat.model\n# cleanup[2] removing pyexpat\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 dbus._expat_introspect_parser\n# cleanup[2] removing dbus.proxies\n# cleanup[2] removing dbus.connection\n# cleanup[2] removing dbus.bus\n# cleanup[2] removing dbus._dbus\n# cleanup[2] removing dbus\n# cleanup[2] removing dbus.mainloop\n# cleanup[2] removing _dbus_glib_bindings\n# cleanup[2] removing dbus.mainloop.glib\n# cleanup[2] removing _struct\n# cleanup[2] removing struct\n# cleanup[2] removing copy\n# cleanup[2] removing firewall.config.dbus\n# cleanup[2] removing firewall.config\n# cleanup[2] removing firewall.core\n# cleanup[2] removing firewall.core.base\n# cleanup[2] removing xml.etree\n# cleanup[2] removing xml.etree.ElementPath\n# cleanup[2] removing _elementtree\n# cleanup[2] removing xml.etree.ElementTree\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 inspect\n# cleanup[2] removing fnmatch\n# cleanup[2] removing syslog\n# cleanup[2] removing fcntl\n# cleanup[2] removing firewall.core.logger\n# cleanup[2] removing firewall.dbus_utils\n# cleanup[2] removing dataclasses\n# destroy dataclasses\n# cleanup[2] removing shlex\n# cleanup[2] removing zlib\n# cleanup[2] removing _compression\n# cleanup[2] removing _bz2\n# cleanup[2] removing bz2\n# destroy bz2\n# cleanup[2] removing _lzma\n# cleanup[2] removing lzma\n# destroy lzma\n# cleanup[2] removing shutil\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 tempfile\n# cleanup[2] removing firewall.functions\n# cleanup[2] removing ipaddress\n# cleanup[2] removing firewall.errors\n# cleanup[2] removing _posixsubprocess\n# cleanup[2] removing subprocess\n# cleanup[2] removing firewall.core.prog\n# cleanup[2] removing firewall.core.ipset\n# cleanup[2] removing firewall.core.rich\n# cleanup[2] removing firewall.client\n# cleanup[2] removing gi.overrides.Gio\n# cleanup[2] removing gi.repository.Gio\n# cleanup[2] removing firewall.core.fw_nm\n# cleanup[2] removing firewall.core.io\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 urllib\n# cleanup[2] removing urllib.parse\n# cleanup[2] removing binascii\n# cleanup[2] removing base64\n# cleanup[2] removing email\n# cleanup[2] removing http\n# cleanup[2] removing email.errors\n# cleanup[2] removing email.quoprimime\n# cleanup[2] removing email.base64mime\n# cleanup[2] removing quopri\n# cleanup[2] removing email.encoders\n# cleanup[2] removing email.charset\n# cleanup[2] removing email.header\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 email.utils\n# cleanup[2] removing email._policybase\n# cleanup[2] removing email.feedparser\n# cleanup[2] removing email.parser\n# cleanup[2] removing email._encoded_words\n# cleanup[2] removing email.iterators\n# cleanup[2] removing email.message\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 firewall.core.io.io_object\n# cleanup[2] removing firewall.core.io.policy\n# cleanup[2] removing firewall.core.io.zone\n# cleanup[2] removing firewall.core.io.service\n# cleanup[2] removing firewall.core.icmp\n# cleanup[2] removing firewall.core.io.ipset\n# cleanup[2] removing firewall.core.io.icmptype\n# cleanup[2] removing firewall.core.io.helper\n# cleanup[2] removing firewall.command\n# destroy _sitebuiltins\n# destroy zlib\n# destroy _bz2\n# destroy _compression\n# destroy _lzma\n# cleanup[3] wiping firewall.command\n# cleanup[3] wiping firewall.core.io.helper\n# cleanup[3] wiping firewall.core.io.icmptype\n# cleanup[3] wiping firewall.core.io.ipset\n# cleanup[3] wiping firewall.core.icmp\n# cleanup[3] wiping firewall.core.io.service\n# cleanup[3] wiping firewall.core.io.zone\n# cleanup[3] wiping firewall.core.io.policy\n# cleanup[3] wiping firewall.core.io.io_object\n# cleanup[3] wiping xml.sax.saxutils\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 email.message\n# destroy quopri\n# cleanup[3] wiping email.iterators\n# cleanup[3] wiping email._encoded_words\n# cleanup[3] wiping email.parser\n# cleanup[3] wiping email.feedparser\n# cleanup[3] wiping email._policybase\n# cleanup[3] wiping email.utils\n# destroy random\n# destroy urllib\n# destroy urllib.parse\n# destroy urllib.response\n# destroy urllib.error\n# destroy urllib.request\n# cleanup[3] wiping email._parseaddr\n# destroy calendar\n# cleanup[3] wiping datetime\n# cleanup[3] wiping _datetime\n# cleanup[3] wiping email.header\n# cleanup[3] wiping email.charset\n# destroy email\n# cleanup[3] wiping email.encoders\n# cleanup[3] wiping email.base64mime\n# cleanup[3] wiping email.quoprimime\n# cleanup[3] wiping email.errors\n# cleanup[3] wiping base64\n# destroy struct\n# cleanup[3] wiping binascii\n# cleanup[3] wiping xml.sax\n# destroy xml.sax._exceptions\n# destroy xml.sax.xmlreader\n# destroy xml.sax.saxutils\n# cleanup[3] wiping xml.sax.handler\n# cleanup[3] wiping firewall.core.io\n# destroy xml\n# destroy xml.parsers\n# destroy xml.parsers.expat\n# destroy xml.etree\n# destroy xml.sax\n# destroy firewall.core.io.io_object\n# destroy firewall.core.io.policy\n# destroy firewall.core.io.zone\n# destroy firewall.core.io.service\n# destroy firewall.core.io.ipset\n# destroy firewall.core.io.icmptype\n# destroy firewall.core.io.helper\n# cleanup[3] wiping firewall.core.fw_nm\n# cleanup[3] wiping gi.repository.Gio\n# cleanup[3] wiping gi.overrides.Gio\n# cleanup[3] wiping firewall.client\n# destroy firewall\n# destroy firewall.config\n# destroy firewall.core\n# destroy firewall.core.base\n# destroy firewall.core.logger\n# destroy firewall.core.prog\n# destroy firewall.core.ipset\n# destroy firewall.core.rich\n# destroy firewall.core.fw_nm\n# destroy firewall.core.io\n# destroy firewall.core.icmp\n# destroy firewall.dbus_utils\n# destroy firewall.command\n# destroy firewall.client\n# cleanup[3] wiping subprocess\n# cleanup[3] wiping _posixsubprocess\n# destroy _posixsubprocess\n# cleanup[3] wiping firewall.errors\n# cleanup[3] wiping ipaddress\n# cleanup[3] wiping firewall.functions\n# destroy shlex\n# destroy string\n# destroy tempfile\n# cleanup[3] wiping _blake2\n# cleanup[3] wiping _hashlib\n# cleanup[3] wiping _random\n# cleanup[3] wiping _bisect\n# cleanup[3] wiping shutil\n# cleanup[3] wiping fcntl\n# cleanup[3] wiping syslog\n# cleanup[3] wiping fnmatch\n# cleanup[3] wiping inspect\n# destroy ast\n# destroy dis\n# destroy token\n# cleanup[3] wiping _opcode\n# cleanup[3] wiping xml.etree.ElementTree\n# cleanup[3] wiping _elementtree\n# cleanup[3] wiping xml.etree.ElementPath\n# cleanup[3] wiping firewall.config.dbus\n# cleanup[3] wiping copy\n# cleanup[3] wiping _struct\n# cleanup[3] wiping dbus.mainloop.glib\n# cleanup[3] wiping _dbus_glib_bindings\n# cleanup[3] wiping dbus.mainloop\n# destroy dbus.mainloop.glib\n# cleanup[3] wiping dbus\n# destroy dbus._compat\n# destroy dbus._expat_introspect_parser\n# destroy dbus._dbus\n# destroy dbus.exceptions\n# destroy dbus.types\n# destroy dbus.lowlevel\n# destroy dbus.proxies\n# destroy dbus.connection\n# destroy dbus.bus\n# destroy dbus.mainloop\n# cleanup[3] wiping xml.parsers.expat.errors\n# cleanup[3] wiping xml.parsers.expat.model\n# cleanup[3] wiping pyexpat\n# destroy pyexpat.errors\n# destroy pyexpat.model\n# cleanup[3] wiping logging\n# cleanup[3] wiping atexit\n# destroy atexit\n# cleanup[3] wiping _string\n# cleanup[3] wiping traceback\n# destroy linecache\n# cleanup[3] wiping tokenize\n# cleanup[3] wiping _tokenize\n# cleanup[3] wiping _dbus_bindings\n# cleanup[3] wiping argparse\n# cleanup[3] wiping gi.repository.GObject\n# cleanup[3] wiping gi.overrides.GObject\n# cleanup[3] wiping gi.repository.GLib\n# cleanup[3] wiping gi.overrides.GLib\n# cleanup[3] wiping gi._option\n# destroy optparse\n# cleanup[3] wiping locale\n# destroy encodings\n# cleanup[3] wiping _locale\n# destroy _locale\n# cleanup[3] wiping gettext\n# cleanup[3] wiping textwrap\n# cleanup[3] wiping gi._ossighelper\n# destroy signal\n# cleanup[3] wiping socket\n# destroy selectors\n# cleanup[3] wiping array\n# cleanup[3] wiping errno\n# cleanup[3] wiping select\n# cleanup[3] wiping math\n# cleanup[3] wiping _socket\n# cleanup[3] wiping gi.repository\n# destroy gi.repository.GLib\n# destroy gi.repository.Gio\n# cleanup[3] wiping gi.importer\n# cleanup[3] wiping gi.overrides\n# destroy gi.overrides.GLib\n# destroy gi.overrides.GObject\n# destroy gi.overrides.Gio\n# cleanup[3] wiping gi.module\n# destroy gi\n# cleanup[3] wiping gi.types\n# cleanup[3] wiping gi._signalhelper\n# cleanup[3] wiping gi._propertyhelper\n# cleanup[3] wiping gi.docstring\n# cleanup[3] wiping gi._constants\n# cleanup[3] wiping threading\n# cleanup[3] wiping gobject\n# cleanup[3] wiping gi._gobject\n# cleanup[3] wiping gi._gi\n# cleanup[3] wiping gi._error\n# cleanup[3] wiping _typing\n# cleanup[3] wiping re\n# destroy re._constants\n# destroy re._casefix\n# destroy re._compiler\n# destroy enum\n# cleanup[3] wiping re._parser\n# cleanup[3] wiping _sre\n# cleanup[3] wiping contextlib\n# cleanup[3] wiping copyreg\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# cleanup[3] wiping warnings\n# cleanup[3] wiping importlib._bootstrap_external\n# cleanup[3] wiping importlib._bootstrap\n# cleanup[3] wiping functools\n# cleanup[3] wiping _functools\n# cleanup[3] wiping types\n# cleanup[3] wiping collections\n# destroy _collections_abc\n# destroy collections.abc\n# cleanup[3] wiping _collections\n# cleanup[3] wiping operator\n# cleanup[3] wiping _operator\n# cleanup[3] wiping keyword\n# cleanup[3] wiping itertools\n# cleanup[3] wiping encodings.utf_8_sig\n# cleanup[3] wiping os\n# destroy posixpath\n# cleanup[3] wiping genericpath\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 _datetime\n# destroy _dbus_glib_bindings\n# destroy sys.monitoring\n# destroy _io\n# destroy _socket\n# destroy gi.repository.GObject\n# destroy argparse\n# destroy zipimport\n# destroy importlib\n# destroy gi.types\n# destroy gi._error\n# destroy gi._gobject\n# destroy gi._constants\n# destroy gi.docstring\n# destroy gi._propertyhelper\n# destroy gi._signalhelper\n# destroy gi.module\n# destroy gi.overrides\n# destroy gi.importer\n# destroy gi.repository\n# destroy gi._ossighelper\n# destroy gi._option\n# destroy gi._gi\n# destroy _collections\n# destroy re._parser\n# destroy array\n# destroy textwrap\n# destroy stat\n# destroy genericpath\n# destroy tokenize\n# destroy _string\n# destroy shutil\n# destroy gettext\n# destroy firewall.config.dbus\n# destroy firewall.functions\n# destroy select\n# destroy _signal\n# destroy dbus\n# destroy xml.etree.ElementTree\n# destroy firewall.errors\n# destroy time\n# destroy fnmatch\n# destroy syslog\n# destroy traceback\n# destroy fcntl\n# destroy xml.sax.handler\n# destroy copy\n# destroy inspect\n# destroy keyword\n# destroy abc\n# destroy _thread\n# destroy copyreg\n# destroy contextlib\n# destroy operator\n# destroy subprocess\n# destroy _typing\n# destroy _tokenize\n# destroy xml.etree.ElementPath\n# destroy collections\n# destroy io\n# destroy _opcode\n# destroy functools\n# destroy types\n# destroy ipaddress\n# destroy _elementtree\n# destroy email.errors\n# destroy email.quoprimime\n# destroy email.base64mime\n# destroy email.encoders\n# destroy email.charset\n# destroy email.header\n# destroy email._parseaddr\n# destroy email.utils\n# destroy email._policybase\n# destroy email.feedparser\n# destroy email.parser\n# destroy email._encoded_words\n# destroy email.iterators\n# destroy email.message\n# destroy http.client\n# destroy socket\n# destroy base64\n# destroy errno\n# destroy _blake2\n# destroy _ssl\n# destroy binascii\n# destroy datetime\n# destroy locale\n# destroy warnings\n# destroy _struct\n# clear sys.meta_path\n# clear sys.modules\n# destroy _frozen_importlib\n# destroy codecs\n# destroy encodings.aliases\n# destroy encodings.utf_8\n# destroy encodings.utf_8_sig\n# destroy _codecs\n# destroy _warnings\n# destroy math\n# destroy _bisect\n# destroy os\n# destroy re\n# destroy _random\n# destroy _hashlib\n# destroy _operator\n# destroy builtins\n# destroy itertools\n# destroy _sre\n# destroy posix\n# destroy _functools\n# clear sys.audit hooks', 'rc': 0, 'cmd': 'set -euo pipefail\nports="$(firewall-cmd --info-service="smtp" | \\\n grep -E " +ports: +" | sed -e "s/ *ports: //")" || :\nif [ -z "$ports" ]; then\n include="$(firewall-cmd --info-service="smtp" | \\\n awk \'/^ +includes:/ {print $2}\')" || :\n if [ -n "$include" ]; then\n ports="$(firewall-cmd --info-service="$include" | \\\n grep -E " +ports: +" | sed -e "s/ *ports: //")"\n fi\nfi\nif [ -z "$ports" ]; then\n exit 1\nfi\necho "$ports"', 'start': '2024-09-20 13:25:41.648948', 'end': '2024-09-20 13:25:41.847218', 'delta': '0:00:00.198270', 'msg': '', 'invocation': {'module_args': {'_raw_params': 'set -euo pipefail\nports="$(firewall-cmd --info-service="smtp" | \\\n grep -E " +ports: +" | sed -e "s/ *ports: //")" || :\nif [ -z "$ports" ]; then\n include="$(firewall-cmd --info-service="smtp" | \\\n awk \'/^ +includes:/ {print $2}\')" || :\n if [ -n "$include" ]; then\n ports="$(firewall-cmd --info-service="$include" | \\\n grep -E " +ports: +" | sed -e "s/ *ports: //")"\n fi\nfi\nif [ -z "$ports" ]; then\n exit 1\nfi\necho "$ports"', '_uses_shell': True, 'expand_argument_vars': True, 'stdin_add_newline': True, 'strip_empty_ends': True, 'argv': None, 'chdir': None, 'executable': None, 'creates': None, 'removes': None, 'stdin': None}}, 'stdout_lines': ['25/tcp'], 'stderr_lines': ['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 0x7f1fa6110530>", "import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa60dbb60>", '# /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 0x7f1fa6112ab0>", "import '_signal' # ", "import '_abc' # ", "import 'abc' # ", "import 'io' # ", "import '_stat' # ", "import 'stat' # ", "import '_collections_abc' # ", "import 'genericpath' # ", "import 'posixpath' # ", "import 'os' # ", "import '_sitebuiltins' # ", 'Processing user site-packages', 'Processing global site-packages', "Adding directory: '/usr/lib64/python3.12/site-packages'", "Adding directory: '/usr/lib/python3.12/site-packages'", "Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'", '# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py', "# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'", "import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5ee5190>", '# /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 0x7f1fa5ee5fd0>", "import 'site' # ", 'Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux', 'Type "help", "copyright", "credits" or "license" for more information.', '# /usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/__init__.py', "# code object from '/usr/lib64/python3.12/site-packages/gi/__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/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 0x7f1fa5fd28a0>", '# /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 0x7f1fa5fd2f30>", '# /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 0x7f1fa5fd38c0>", "import '_collections' # ", "import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5cae4b0>", '# /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/__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 0x7f1fa5faa390>", "import '_functools' # ", "import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5cae810>", '# /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 0x7f1fa5faaf00>", "import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5fd2e40>", '# /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 0x7f1fa5fabc20>", "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 0x7f1fa5f79400>", "import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5fabef0>", '# /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 0x7f1fa5f475c0>", '# /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 0x7f1fa5f476e0>", '# /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 0x7f1fa5e84470>", '# /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'", "import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5e86e40>", '# /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 0x7f1fa5e38f80>", "import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5e63b60>", '# /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 0x7f1fa5e390d0>", "import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5e621e0>", "import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5e861e0>", "import '_typing' # ", "import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5f7a360>", "import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5cade50>", '# possible namespace for /usr/lib/python3.12/site-packages/gi', '# /usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_error.py', "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc'", "import 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5f46960>", "# extension module 'gi._gi' loaded from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so'", "# extension module 'gi._gi' executed from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so'", "import 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1fa5f45100>", "import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5cace60>", '# /usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/repository/__init__.py', "# code object from '/usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc'", '# /usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/importer.py', "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc'", '# /usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/module.py', "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.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 0x7f1fa5dde510>", '# /usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/types.py', "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc'", '# /usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_constants.py', "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc'", "import 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5da9be0>", '# /usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/docstring.py', "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc'", "import 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5da9ee0>", '# /usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_propertyhelper.py', "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc'", "import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5daa390>", '# /usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_signalhelper.py', "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc'", "import 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5daac60>", "import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5da9490>", "import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5dde030>", '# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/__init__.py', "# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc'", "import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5dde5d0>", "import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5dddac0>", "import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5f78da0>", '# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GLib.py', "# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc'", '# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py', "# code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'", "# extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'", "# extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'", "import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1fa5c87740>", '# /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 '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 0x7f1fa5c59670>", "# 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 0x7f1fa5c5a090>", "import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5c58200>", "import 'errno' # ", "# 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 0x7f1fa5c384d0>", "import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5c85d00>", '# /usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_ossighelper.py', "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.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 0x7f1fa5c388c0>", '# /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 0x7f1fa5c38d70>", "import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5c86990>", '# /usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_option.py', "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc'", '# /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py', "# code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc'", '# /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 0x7f1fa5c11070>", '# /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 0x7f1fa5c11970>", '# /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 0x7f1fa5c13b30>", "import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5c3a4e0>", "import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5c39c10>", "import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5dabf80>", "import 'gi.repository.GLib' # ", '# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GObject.py', "# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc'", "import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5cd3140>", "import 'gi.repository.GObject' # ", '# destroy gobject', '# /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'", "import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5814a40>", '# /usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/__init__.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc'", "import 'firewall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58161e0>", '# /usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/client.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc'", '# /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py', "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc'", '# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py', "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc'", "import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58acd40>", '# /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py', "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc'", "import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58ace00>", '# /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py', "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc'", "# extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'", "# extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'", "import '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1fa58ad550>", "import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58ad3d0>", '# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py', "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc'", '# /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py', "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc'", '# /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__/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 0x7f1fa58f1d60>", "import '_tokenize' # ", "import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58f0860>", "import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58f05c0>", "import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58ca840>", '# /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 0x7f1fa58f30b0>", "import 'atexit' # ", "import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58aefc0>", '# /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py', "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc'", '# /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py', "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc'", "import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58fb110>", '# /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py', "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc'", '# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py', "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.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 0x7f1fa5570380>", '# /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 0x7f1fa55705f0>", '# /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'", "# 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 0x7f1fa5570770>", "import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5570650>", "import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58fbe00>", "import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58fb230>", "import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58f9850>", "import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58ae540>", "import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58addc0>", "import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58ac800>", '# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/__init__.py', "# code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc'", "import 'dbus.mainloop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58ae240>", '# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/glib.py', "# code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc'", "# extension module '_dbus_glib_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so'", "# extension module '_dbus_glib_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so'", "import '_dbus_glib_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1fa55709e0>", "import 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5570920>", '# /usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/__init__.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc'", '# /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 0x7f1fa55710a0>", "import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5570f50>", '# /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 0x7f1fa55732c0>", '# /usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/dbus.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc'", "import 'firewall.config.dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5573710>", "import 'firewall.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5570b30>", '# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/__init__.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc'", "import 'firewall.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5573680>", '# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/base.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc'", "import 'firewall.core.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5573860>", '# /usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/dbus_utils.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc'", '# /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 0x7f1fa5573fe0>", '# /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 0x7f1fa55a3230>", "# extension module '_elementtree' loaded from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so'", "# 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 0x7f1fa55c43e0>", "import 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5573ec0>", '# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/logger.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc'", '# /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 0x7f1fa55a2780>", '# /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 0x7f1fa5101460>", "import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5100830>", "import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5606b70>", "import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa55c5dc0>", '# /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 0x7f1fa60dbe90>", "# 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 0x7f1fa51094f0>", "# 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 0x7f1fa5109850>", "import 'firewall.core.logger' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa55c4650>", "import 'firewall.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5573aa0>", '# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/rich.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc'", '# /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 0x7f1fa5134260>", '# /usr/lib/python3.12/site-packages/firewall/__pycache__/functions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/functions.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/functions.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 0x7f1fa5137680>", '# /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__/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 0x7f1fa515b980>", '# /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 0x7f1fa5180860>", "# 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 0x7f1fa5180ec0>", "import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa515bd70>", '# /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 0x7f1fa51818e0>", "import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5181010>", "import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5159970>", '# /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 0x7f1fa5183b90>", "import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa51838c0>", "# 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 0x7f1fa5183b00>", '# /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 0x7f1fa51a8440>", "# 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 0x7f1fa51a8e00>", "import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5183d10>", "import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa515a000>", "import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5137ef0>", "import 'firewall.functions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5136180>", '# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/ipset.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.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 0x7f1fa51a9820>", '# /usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/errors.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc'", "import 'firewall.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa51dc770>", '# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/prog.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc'", '# /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'", "# 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 0x7f1fa4aecf80>", "import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa51df1a0>", "import 'firewall.core.prog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa51deff0>", "import 'firewall.core.ipset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa51a8e60>", "import 'firewall.core.rich' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa510a7e0>", "import 'firewall.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5816e10>", '# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/fw_nm.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc'", '# destroy gi.repository.GModule', "import 'gi.repository.GModule' # ", '# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/Gio.py', "# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc'", "import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4b74e90>", "import 'gi.repository.Gio' # ", '# destroy gi.repository.NM', "import 'gi.repository.NM' # ", "import 'firewall.core.fw_nm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4b74380>", '# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/__init__.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc'", "import 'firewall.core.io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4b74980>", '# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/zone.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc'", '# /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 0x7f1fa4b98ec0>", '# /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 0x7f1fa4b99550>", "import 'xml.sax.xmlreader' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4b778f0>", "import 'xml.sax' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4b775f0>", '# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/io_object.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc'", '# /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__/__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 0x7f1fa4bbc1a0>", '# /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'", "import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4bbc230>", '# /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/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py', "# code object from '/usr/lib64/python3.12/__pycache__/base64.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 0x7f1fa46c0a10>", "import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4bdf6b0>", '# /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 0x7f1fa46c0c50>", '# /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 0x7f1fa46c0ef0>", '# /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/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'", '# /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 0x7f1fa46fd100>", '# /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'", '# /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'", "import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa46ff590>", '# /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'", "import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa46ff560>", '# /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__/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'", '# /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 0x7f1fa471ffb0>", "import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa471fc20>", "import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa471f110>", "import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa46fe7e0>", '# /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__/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 0x7f1fa4725a30>", "import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa47257f0>", '# /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 0x7f1fa47272c0>", "import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4725f40>", "import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa471ef30>", "import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa46fd160>", "import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa46fc500>", "import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa46c3fe0>", '# /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/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 0x7f1fa4747800>", '# /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 0x7f1fa4747e90>", "import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa46fce60>", '# /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 0x7f1fa477ebd0>", "import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa477c320>", "import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa46c1eb0>", '# /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 0x7f1fa44b2630>", "import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa46c3e90>", "import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4bbf2f0>", "import 'xml.sax.saxutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4b9aea0>", "import 'firewall.core.io.io_object' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4b9a0f0>", '# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/policy.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc'", "import 'firewall.core.io.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4b9a900>", "import 'firewall.core.io.zone' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4b749e0>", '# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/service.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc'", "import 'firewall.core.io.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa44b3860>", '# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/ipset.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc'", '# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/icmp.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc'", "import 'firewall.core.icmp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa44e03e0>", "import 'firewall.core.io.ipset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa44b3bc0>", '# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/icmptype.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc'", "import 'firewall.core.io.icmptype' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa44e0e60>", '# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/helper.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc'", "import 'firewall.core.io.helper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa44e1250>", '# /usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/command.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc'", "import 'firewall.command' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa44e1670>", '# 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__', '# destroy __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 itertools', '# cleanup[2] removing 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 types', '# cleanup[2] removing _functools', '# cleanup[2] removing functools', '# 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 copyreg', '# cleanup[2] removing contextlib', '# 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 re', '# cleanup[2] removing _typing', '# cleanup[2] removing typing', '# destroy typing', '# cleanup[2] removing pkgutil', '# destroy pkgutil', '# 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', '# 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 threading', '# 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 _socket', '# cleanup[2] removing math', '# cleanup[2] removing select', '# cleanup[2] removing selectors', '# cleanup[2] removing errno', '# cleanup[2] removing array', '# cleanup[2] removing socket', '# cleanup[2] removing __future__', '# destroy __future__', '# cleanup[2] removing signal', '# cleanup[2] removing gi._ossighelper', '# cleanup[2] removing textwrap', '# cleanup[2] removing gettext', '# cleanup[2] removing _locale', '# cleanup[2] removing locale', '# cleanup[2] removing optparse', '# cleanup[2] removing gi._option', '# cleanup[2] removing gi.overrides.GLib', '# cleanup[2] removing gi.repository.GLib', '# cleanup[2] removing gi.overrides.GObject', '# cleanup[2] removing gi.repository.GObject', '# cleanup[2] removing argparse', '# cleanup[2] removing firewall', '# cleanup[2] removing dbus._compat', '# cleanup[2] removing dbus.exceptions', '# cleanup[2] removing _dbus_bindings', '# cleanup[2] removing dbus.types', '# cleanup[2] removing token', '# cleanup[2] removing _tokenize', '# cleanup[2] removing tokenize', '# cleanup[2] removing linecache', '# cleanup[2] removing traceback', '# cleanup[2] removing _string', '# cleanup[2] removing string', '# cleanup[2] removing atexit', '# cleanup[2] removing logging', '# cleanup[2] removing dbus.lowlevel', '# cleanup[2] removing xml', '# cleanup[2] removing 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', '# 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 dbus.mainloop', '# cleanup[2] removing _dbus_glib_bindings', '# cleanup[2] removing dbus.mainloop.glib', '# cleanup[2] removing _struct', '# cleanup[2] removing struct', '# cleanup[2] removing copy', '# cleanup[2] removing firewall.config.dbus', '# cleanup[2] removing firewall.config', '# cleanup[2] removing firewall.core', '# cleanup[2] removing firewall.core.base', '# cleanup[2] removing xml.etree', '# cleanup[2] removing xml.etree.ElementPath', '# cleanup[2] removing _elementtree', '# cleanup[2] removing xml.etree.ElementTree', '# 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 inspect', '# cleanup[2] removing fnmatch', '# cleanup[2] removing syslog', '# cleanup[2] removing fcntl', '# cleanup[2] removing firewall.core.logger', '# cleanup[2] removing firewall.dbus_utils', '# cleanup[2] removing dataclasses', '# destroy dataclasses', '# cleanup[2] removing shlex', '# cleanup[2] removing zlib', '# cleanup[2] removing _compression', '# cleanup[2] removing _bz2', '# cleanup[2] removing bz2', '# destroy bz2', '# cleanup[2] removing _lzma', '# cleanup[2] removing lzma', '# destroy lzma', '# cleanup[2] removing shutil', '# 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 firewall.functions', '# cleanup[2] removing ipaddress', '# cleanup[2] removing firewall.errors', '# cleanup[2] removing _posixsubprocess', '# cleanup[2] removing subprocess', '# cleanup[2] removing firewall.core.prog', '# cleanup[2] removing firewall.core.ipset', '# cleanup[2] removing firewall.core.rich', '# cleanup[2] removing firewall.client', '# cleanup[2] removing gi.overrides.Gio', '# cleanup[2] removing gi.repository.Gio', '# cleanup[2] removing firewall.core.fw_nm', '# cleanup[2] removing firewall.core.io', '# 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 urllib', '# cleanup[2] removing urllib.parse', '# cleanup[2] removing binascii', '# cleanup[2] removing base64', '# cleanup[2] removing email', '# cleanup[2] removing http', '# cleanup[2] removing email.errors', '# cleanup[2] removing email.quoprimime', '# cleanup[2] removing email.base64mime', '# cleanup[2] removing quopri', '# cleanup[2] removing email.encoders', '# cleanup[2] removing email.charset', '# cleanup[2] removing email.header', '# cleanup[2] removing _datetime', '# cleanup[2] removing datetime', '# cleanup[2] removing calendar', '# cleanup[2] removing email._parseaddr', '# cleanup[2] removing email.utils', '# cleanup[2] removing email._policybase', '# cleanup[2] removing email.feedparser', '# cleanup[2] removing email.parser', '# cleanup[2] removing email._encoded_words', '# cleanup[2] removing email.iterators', '# cleanup[2] removing email.message', '# 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 firewall.core.io.io_object', '# cleanup[2] removing firewall.core.io.policy', '# cleanup[2] removing firewall.core.io.zone', '# cleanup[2] removing firewall.core.io.service', '# cleanup[2] removing firewall.core.icmp', '# cleanup[2] removing firewall.core.io.ipset', '# cleanup[2] removing firewall.core.io.icmptype', '# cleanup[2] removing firewall.core.io.helper', '# cleanup[2] removing firewall.command', '# destroy _sitebuiltins', '# destroy zlib', '# destroy _bz2', '# destroy _compression', '# destroy _lzma', '# cleanup[3] wiping firewall.command', '# cleanup[3] wiping firewall.core.io.helper', '# cleanup[3] wiping firewall.core.io.icmptype', '# cleanup[3] wiping firewall.core.io.ipset', '# cleanup[3] wiping firewall.core.icmp', '# cleanup[3] wiping firewall.core.io.service', '# cleanup[3] wiping firewall.core.io.zone', '# cleanup[3] wiping firewall.core.io.policy', '# cleanup[3] wiping firewall.core.io.io_object', '# cleanup[3] wiping xml.sax.saxutils', '# 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 email.message', '# destroy quopri', '# cleanup[3] wiping email.iterators', '# cleanup[3] wiping email._encoded_words', '# cleanup[3] wiping email.parser', '# cleanup[3] wiping email.feedparser', '# cleanup[3] wiping email._policybase', '# cleanup[3] wiping email.utils', '# destroy random', '# destroy urllib', '# destroy urllib.parse', '# destroy urllib.response', '# destroy urllib.error', '# destroy urllib.request', '# cleanup[3] wiping email._parseaddr', '# destroy calendar', '# cleanup[3] wiping datetime', '# cleanup[3] wiping _datetime', '# cleanup[3] wiping email.header', '# cleanup[3] wiping email.charset', '# destroy email', '# cleanup[3] wiping email.encoders', '# cleanup[3] wiping email.base64mime', '# cleanup[3] wiping email.quoprimime', '# cleanup[3] wiping email.errors', '# cleanup[3] wiping base64', '# destroy struct', '# cleanup[3] wiping binascii', '# cleanup[3] wiping xml.sax', '# destroy xml.sax._exceptions', '# destroy xml.sax.xmlreader', '# destroy xml.sax.saxutils', '# cleanup[3] wiping xml.sax.handler', '# cleanup[3] wiping firewall.core.io', '# destroy xml', '# destroy xml.parsers', '# destroy xml.parsers.expat', '# destroy xml.etree', '# destroy xml.sax', '# destroy firewall.core.io.io_object', '# destroy firewall.core.io.policy', '# destroy firewall.core.io.zone', '# destroy firewall.core.io.service', '# destroy firewall.core.io.ipset', '# destroy firewall.core.io.icmptype', '# destroy firewall.core.io.helper', '# cleanup[3] wiping firewall.core.fw_nm', '# cleanup[3] wiping gi.repository.Gio', '# cleanup[3] wiping gi.overrides.Gio', '# cleanup[3] wiping firewall.client', '# destroy firewall', '# destroy firewall.config', '# destroy firewall.core', '# destroy firewall.core.base', '# destroy firewall.core.logger', '# destroy firewall.core.prog', '# destroy firewall.core.ipset', '# destroy firewall.core.rich', '# destroy firewall.core.fw_nm', '# destroy firewall.core.io', '# destroy firewall.core.icmp', '# destroy firewall.dbus_utils', '# destroy firewall.command', '# destroy firewall.client', '# cleanup[3] wiping subprocess', '# cleanup[3] wiping _posixsubprocess', '# destroy _posixsubprocess', '# cleanup[3] wiping firewall.errors', '# cleanup[3] wiping ipaddress', '# cleanup[3] wiping firewall.functions', '# destroy shlex', '# destroy string', '# destroy tempfile', '# cleanup[3] wiping _blake2', '# cleanup[3] wiping _hashlib', '# cleanup[3] wiping _random', '# cleanup[3] wiping _bisect', '# cleanup[3] wiping shutil', '# cleanup[3] wiping fcntl', '# cleanup[3] wiping syslog', '# cleanup[3] wiping fnmatch', '# cleanup[3] wiping inspect', '# destroy ast', '# destroy dis', '# destroy token', '# cleanup[3] wiping _opcode', '# cleanup[3] wiping xml.etree.ElementTree', '# cleanup[3] wiping _elementtree', '# cleanup[3] wiping xml.etree.ElementPath', '# cleanup[3] wiping firewall.config.dbus', '# cleanup[3] wiping copy', '# cleanup[3] wiping _struct', '# 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', '# 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.mainloop', '# cleanup[3] wiping xml.parsers.expat.errors', '# cleanup[3] wiping xml.parsers.expat.model', '# cleanup[3] wiping pyexpat', '# destroy pyexpat.errors', '# destroy pyexpat.model', '# cleanup[3] wiping logging', '# cleanup[3] wiping atexit', '# destroy atexit', '# cleanup[3] wiping _string', '# cleanup[3] wiping traceback', '# destroy linecache', '# cleanup[3] wiping tokenize', '# cleanup[3] wiping _tokenize', '# cleanup[3] wiping _dbus_bindings', '# cleanup[3] wiping argparse', '# cleanup[3] wiping gi.repository.GObject', '# cleanup[3] wiping gi.overrides.GObject', '# cleanup[3] wiping gi.repository.GLib', '# cleanup[3] wiping gi.overrides.GLib', '# cleanup[3] wiping gi._option', '# destroy optparse', '# cleanup[3] wiping locale', '# destroy encodings', '# cleanup[3] wiping _locale', '# destroy _locale', '# cleanup[3] wiping gettext', '# cleanup[3] wiping textwrap', '# cleanup[3] wiping gi._ossighelper', '# destroy signal', '# cleanup[3] wiping socket', '# destroy selectors', '# cleanup[3] wiping array', '# cleanup[3] wiping errno', '# cleanup[3] wiping select', '# cleanup[3] wiping math', '# cleanup[3] wiping _socket', '# cleanup[3] wiping gi.repository', '# destroy gi.repository.GLib', '# destroy gi.repository.Gio', '# cleanup[3] wiping gi.importer', '# cleanup[3] wiping gi.overrides', '# destroy gi.overrides.GLib', '# destroy gi.overrides.GObject', '# destroy gi.overrides.Gio', '# 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 threading', '# cleanup[3] wiping gobject', '# cleanup[3] wiping gi._gobject', '# cleanup[3] wiping gi._gi', '# cleanup[3] wiping gi._error', '# cleanup[3] wiping _typing', '# cleanup[3] wiping re', '# destroy re._constants', '# destroy re._casefix', '# destroy re._compiler', '# destroy enum', '# cleanup[3] wiping re._parser', '# cleanup[3] wiping _sre', '# cleanup[3] wiping contextlib', '# cleanup[3] wiping copyreg', '# 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', '# cleanup[3] wiping warnings', '# cleanup[3] wiping importlib._bootstrap_external', '# cleanup[3] wiping importlib._bootstrap', '# cleanup[3] wiping functools', '# cleanup[3] wiping _functools', '# cleanup[3] wiping types', '# cleanup[3] wiping collections', '# destroy _collections_abc', '# destroy collections.abc', '# cleanup[3] wiping _collections', '# cleanup[3] wiping operator', '# cleanup[3] wiping _operator', '# cleanup[3] wiping keyword', '# cleanup[3] wiping itertools', '# 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', '# 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 _datetime', '# destroy _dbus_glib_bindings', '# destroy sys.monitoring', '# destroy _io', '# destroy _socket', '# destroy gi.repository.GObject', '# destroy argparse', '# destroy zipimport', '# destroy importlib', '# destroy gi.types', '# destroy gi._error', '# 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 gi._gi', '# destroy _collections', '# destroy re._parser', '# destroy array', '# destroy textwrap', '# destroy stat', '# destroy genericpath', '# destroy tokenize', '# destroy _string', '# destroy shutil', '# destroy gettext', '# destroy firewall.config.dbus', '# destroy firewall.functions', '# destroy select', '# destroy _signal', '# destroy dbus', '# destroy xml.etree.ElementTree', '# destroy firewall.errors', '# destroy time', '# destroy fnmatch', '# destroy syslog', '# destroy traceback', '# destroy fcntl', '# destroy xml.sax.handler', '# destroy copy', '# destroy inspect', '# destroy keyword', '# destroy abc', '# destroy _thread', '# destroy copyreg', '# destroy contextlib', '# destroy operator', '# destroy subprocess', '# destroy _typing', '# destroy _tokenize', '# destroy xml.etree.ElementPath', '# destroy collections', '# destroy io', '# destroy _opcode', '# destroy functools', '# destroy types', '# destroy ipaddress', '# destroy _elementtree', '# destroy email.errors', '# destroy email.quoprimime', '# destroy email.base64mime', '# destroy email.encoders', '# destroy email.charset', '# destroy email.header', '# destroy email._parseaddr', '# destroy email.utils', '# destroy email._policybase', '# destroy email.feedparser', '# destroy email.parser', '# destroy email._encoded_words', '# destroy email.iterators', '# destroy email.message', '# destroy http.client', '# destroy socket', '# destroy base64', '# destroy errno', '# destroy _blake2', '# destroy _ssl', '# destroy binascii', '# destroy datetime', '# destroy locale', '# destroy warnings', '# destroy _struct', '# 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 _codecs', '# destroy _warnings', '# destroy math', '# destroy _bisect', '# destroy os', '# destroy re', '# destroy _random', '# destroy _hashlib', '# destroy _operator', '# destroy builtins', '# destroy itertools', '# destroy _sre', '# destroy posix', '# destroy _functools', '# clear sys.audit hooks'], 'failed': False, 'item': 'smtp', 'ansible_loop_var': 'item'}) => { "ansible_facts": { "_postfix_selinux": [ { "local": "true", "ports": "25", "proto": "tcp", "setype": "smtp_port_t", "state": "present" } ] }, "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nports=\"$(firewall-cmd --info-service=\"smtp\" | \\\n grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\" || :\nif [ -z \"$ports\" ]; then\n include=\"$(firewall-cmd --info-service=\"smtp\" | \\\n awk '/^ +includes:/ {print $2}')\" || :\n if [ -n \"$include\" ]; then\n ports=\"$(firewall-cmd --info-service=\"$include\" | \\\n grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\"\n fi\nfi\nif [ -z \"$ports\" ]; then\n exit 1\nfi\necho \"$ports\"", "delta": "0:00:00.198270", "end": "2024-09-20 13:25:41.847218", "failed": false, "invocation": { "module_args": { "_raw_params": "set -euo pipefail\nports=\"$(firewall-cmd --info-service=\"smtp\" | \\\n grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\" || :\nif [ -z \"$ports\" ]; then\n include=\"$(firewall-cmd --info-service=\"smtp\" | \\\n awk '/^ +includes:/ {print $2}')\" || :\n if [ -n \"$include\" ]; then\n ports=\"$(firewall-cmd --info-service=\"$include\" | \\\n grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\"\n fi\nfi\nif [ -z \"$ports\" ]; then\n exit 1\nfi\necho \"$ports\"", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "expand_argument_vars": true, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true } }, "item": "smtp", "msg": "", "rc": 0, "start": "2024-09-20 13:25:41.648948", "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 0x7f1fa6110530>\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa60dbb60>\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 0x7f1fa6112ab0>\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/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 0x7f1fa5ee5190>\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 0x7f1fa5ee5fd0>\nimport 'site' # \nPython 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__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/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 0x7f1fa5fd28a0>\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 0x7f1fa5fd2f30>\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 0x7f1fa5fd38c0>\nimport '_collections' # \nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5cae4b0>\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/__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 0x7f1fa5faa390>\nimport '_functools' # \nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5cae810>\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 0x7f1fa5faaf00>\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5fd2e40>\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 0x7f1fa5fabc20>\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 0x7f1fa5f79400>\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5fabef0>\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 0x7f1fa5f475c0>\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 0x7f1fa5f476e0>\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 0x7f1fa5e84470>\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'\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5e86e40>\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 0x7f1fa5e38f80>\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5e63b60>\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 0x7f1fa5e390d0>\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5e621e0>\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5e861e0>\nimport '_typing' # \nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5f7a360>\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5cade50>\n# possible namespace for /usr/lib/python3.12/site-packages/gi\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_error.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc'\nimport 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5f46960>\n# extension module 'gi._gi' loaded from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so'\n# extension module 'gi._gi' executed from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so'\nimport 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1fa5f45100>\nimport 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5cace60>\n# /usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/repository/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/importer.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/module.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc'\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 0x7f1fa5dde510>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/types.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_constants.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc'\nimport 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5da9be0>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/docstring.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc'\nimport 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5da9ee0>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_propertyhelper.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc'\nimport 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5daa390>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_signalhelper.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc'\nimport 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5daac60>\nimport 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5da9490>\nimport 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5dde030>\n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc'\nimport 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5dde5d0>\nimport 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5dddac0>\nimport 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5f78da0>\n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GLib.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc'\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 0x7f1fa5c87740>\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 '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 0x7f1fa5c59670>\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 0x7f1fa5c5a090>\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5c58200>\nimport 'errno' # \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 0x7f1fa5c384d0>\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5c85d00>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_ossighelper.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.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 0x7f1fa5c388c0>\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 0x7f1fa5c38d70>\nimport 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5c86990>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_option.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py\n# code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc'\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 0x7f1fa5c11070>\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 0x7f1fa5c11970>\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 0x7f1fa5c13b30>\nimport 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5c3a4e0>\nimport 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5c39c10>\nimport 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5dabf80>\nimport 'gi.repository.GLib' # \n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GObject.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc'\nimport 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5cd3140>\nimport 'gi.repository.GObject' # \n# destroy gobject\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'\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5814a40>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc'\nimport 'firewall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58161e0>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/client.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc'\nimport 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58acd40>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc'\nimport 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58ace00>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc'\n# extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'\n# extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'\nimport '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1fa58ad550>\nimport 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58ad3d0>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc'\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'\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'\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 0x7f1fa58f1d60>\nimport '_tokenize' # \nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58f0860>\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58f05c0>\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58ca840>\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 0x7f1fa58f30b0>\nimport 'atexit' # \nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58aefc0>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc'\nimport 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58fb110>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.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 0x7f1fa5570380>\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 0x7f1fa55705f0>\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'\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 0x7f1fa5570770>\nimport 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5570650>\nimport 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58fbe00>\nimport 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58fb230>\nimport 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58f9850>\nimport 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58ae540>\nimport 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58addc0>\nimport 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58ac800>\n# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc'\nimport 'dbus.mainloop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58ae240>\n# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/glib.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc'\n# extension module '_dbus_glib_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so'\n# extension module '_dbus_glib_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so'\nimport '_dbus_glib_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1fa55709e0>\nimport 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5570920>\n# /usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc'\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 0x7f1fa55710a0>\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5570f50>\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 0x7f1fa55732c0>\n# /usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/dbus.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc'\nimport 'firewall.config.dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5573710>\nimport 'firewall.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5570b30>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc'\nimport 'firewall.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5573680>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/base.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc'\nimport 'firewall.core.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5573860>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/dbus_utils.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc'\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 0x7f1fa5573fe0>\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 0x7f1fa55a3230>\n# extension module '_elementtree' loaded from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so'\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 0x7f1fa55c43e0>\nimport 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5573ec0>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/logger.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc'\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 0x7f1fa55a2780>\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 0x7f1fa5101460>\nimport 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5100830>\nimport 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5606b70>\nimport 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa55c5dc0>\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 0x7f1fa60dbe90>\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 0x7f1fa51094f0>\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 0x7f1fa5109850>\nimport 'firewall.core.logger' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa55c4650>\nimport 'firewall.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5573aa0>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/rich.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc'\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 0x7f1fa5134260>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/functions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/functions.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/functions.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 0x7f1fa5137680>\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'\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 0x7f1fa515b980>\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 0x7f1fa5180860>\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 0x7f1fa5180ec0>\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa515bd70>\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 0x7f1fa51818e0>\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5181010>\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5159970>\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 0x7f1fa5183b90>\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa51838c0>\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 0x7f1fa5183b00>\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 0x7f1fa51a8440>\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 0x7f1fa51a8e00>\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5183d10>\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa515a000>\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5137ef0>\nimport 'firewall.functions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5136180>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/ipset.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc'\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 0x7f1fa51a9820>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/errors.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc'\nimport 'firewall.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa51dc770>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/prog.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc'\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# 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 0x7f1fa4aecf80>\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa51df1a0>\nimport 'firewall.core.prog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa51deff0>\nimport 'firewall.core.ipset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa51a8e60>\nimport 'firewall.core.rich' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa510a7e0>\nimport 'firewall.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5816e10>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/fw_nm.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc'\n# destroy gi.repository.GModule\nimport 'gi.repository.GModule' # \n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/Gio.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc'\nimport 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4b74e90>\nimport 'gi.repository.Gio' # \n# destroy gi.repository.NM\nimport 'gi.repository.NM' # \nimport 'firewall.core.fw_nm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4b74380>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc'\nimport 'firewall.core.io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4b74980>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/zone.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc'\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 0x7f1fa4b98ec0>\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 0x7f1fa4b99550>\nimport 'xml.sax.xmlreader' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4b778f0>\nimport 'xml.sax' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4b775f0>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/io_object.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc'\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__/__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 0x7f1fa4bbc1a0>\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'\nimport 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4bbc230>\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/__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'\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 0x7f1fa46c0a10>\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4bdf6b0>\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 0x7f1fa46c0c50>\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 0x7f1fa46c0ef0>\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/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'\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 0x7f1fa46fd100>\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'\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'\nimport 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa46ff590>\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'\nimport 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa46ff560>\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__/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'\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 0x7f1fa471ffb0>\nimport 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa471fc20>\nimport 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa471f110>\nimport 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa46fe7e0>\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__/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 0x7f1fa4725a30>\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa47257f0>\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 0x7f1fa47272c0>\nimport 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4725f40>\nimport 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa471ef30>\nimport 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa46fd160>\nimport 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa46fc500>\nimport 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa46c3fe0>\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/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 0x7f1fa4747800>\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 0x7f1fa4747e90>\nimport 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa46fce60>\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 0x7f1fa477ebd0>\nimport 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa477c320>\nimport 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa46c1eb0>\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 0x7f1fa44b2630>\nimport 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa46c3e90>\nimport 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4bbf2f0>\nimport 'xml.sax.saxutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4b9aea0>\nimport 'firewall.core.io.io_object' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4b9a0f0>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/policy.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc'\nimport 'firewall.core.io.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4b9a900>\nimport 'firewall.core.io.zone' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4b749e0>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/service.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc'\nimport 'firewall.core.io.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa44b3860>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/ipset.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/icmp.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc'\nimport 'firewall.core.icmp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa44e03e0>\nimport 'firewall.core.io.ipset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa44b3bc0>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/icmptype.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc'\nimport 'firewall.core.io.icmptype' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa44e0e60>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/helper.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc'\nimport 'firewall.core.io.helper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa44e1250>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/command.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc'\nimport 'firewall.command' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa44e1670>\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# destroy __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 itertools\n# cleanup[2] removing keyword\n# cleanup[2] removing _operator\n# cleanup[2] removing operator\n# cleanup[2] removing reprlib\n# destroy reprlib\n# cleanup[2] removing _collections\n# cleanup[2] removing collections\n# cleanup[2] removing types\n# cleanup[2] removing _functools\n# cleanup[2] removing functools\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 copyreg\n# cleanup[2] removing contextlib\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 re\n# cleanup[2] removing _typing\n# cleanup[2] removing typing\n# destroy typing\n# cleanup[2] removing pkgutil\n# destroy pkgutil\n# cleanup[2] removing gi._error\n# cleanup[2] removing gi._gi\n# cleanup[2] removing gi._gobject\n# cleanup[2] removing glib\n# destroy glib\n# cleanup[2] removing gobject\n# cleanup[2] removing gio\n# destroy gio\n# cleanup[2] removing gtk\n# destroy gtk\n# cleanup[2] removing gtk.gdk\n# destroy gtk.gdk\n# cleanup[2] removing gi\n# cleanup[2] removing threading\n# cleanup[2] removing gi._constants\n# cleanup[2] removing gi.docstring\n# cleanup[2] removing gi._propertyhelper\n# cleanup[2] removing gi._signalhelper\n# cleanup[2] removing gi.types\n# cleanup[2] removing gi.module\n# cleanup[2] removing gi.overrides\n# cleanup[2] removing gi.importer\n# cleanup[2] removing gi.repository\n# cleanup[2] removing _socket\n# cleanup[2] removing math\n# cleanup[2] removing select\n# cleanup[2] removing selectors\n# cleanup[2] removing errno\n# cleanup[2] removing array\n# cleanup[2] removing socket\n# cleanup[2] removing __future__\n# destroy __future__\n# cleanup[2] removing signal\n# cleanup[2] removing gi._ossighelper\n# cleanup[2] removing textwrap\n# cleanup[2] removing gettext\n# cleanup[2] removing _locale\n# cleanup[2] removing locale\n# cleanup[2] removing optparse\n# cleanup[2] removing gi._option\n# cleanup[2] removing gi.overrides.GLib\n# cleanup[2] removing gi.repository.GLib\n# cleanup[2] removing gi.overrides.GObject\n# cleanup[2] removing gi.repository.GObject\n# cleanup[2] removing argparse\n# cleanup[2] removing firewall\n# cleanup[2] removing dbus._compat\n# cleanup[2] removing dbus.exceptions\n# cleanup[2] removing _dbus_bindings\n# cleanup[2] removing dbus.types\n# cleanup[2] removing token\n# cleanup[2] removing _tokenize\n# cleanup[2] removing tokenize\n# cleanup[2] removing linecache\n# cleanup[2] removing traceback\n# cleanup[2] removing _string\n# cleanup[2] removing string\n# cleanup[2] removing atexit\n# cleanup[2] removing logging\n# cleanup[2] removing dbus.lowlevel\n# cleanup[2] removing xml\n# cleanup[2] removing xml.parsers\n# cleanup[2] removing pyexpat.errors\n# cleanup[2] removing pyexpat.model\n# cleanup[2] removing pyexpat\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 dbus._expat_introspect_parser\n# cleanup[2] removing dbus.proxies\n# cleanup[2] removing dbus.connection\n# cleanup[2] removing dbus.bus\n# cleanup[2] removing dbus._dbus\n# cleanup[2] removing dbus\n# cleanup[2] removing dbus.mainloop\n# cleanup[2] removing _dbus_glib_bindings\n# cleanup[2] removing dbus.mainloop.glib\n# cleanup[2] removing _struct\n# cleanup[2] removing struct\n# cleanup[2] removing copy\n# cleanup[2] removing firewall.config.dbus\n# cleanup[2] removing firewall.config\n# cleanup[2] removing firewall.core\n# cleanup[2] removing firewall.core.base\n# cleanup[2] removing xml.etree\n# cleanup[2] removing xml.etree.ElementPath\n# cleanup[2] removing _elementtree\n# cleanup[2] removing xml.etree.ElementTree\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 inspect\n# cleanup[2] removing fnmatch\n# cleanup[2] removing syslog\n# cleanup[2] removing fcntl\n# cleanup[2] removing firewall.core.logger\n# cleanup[2] removing firewall.dbus_utils\n# cleanup[2] removing dataclasses\n# destroy dataclasses\n# cleanup[2] removing shlex\n# cleanup[2] removing zlib\n# cleanup[2] removing _compression\n# cleanup[2] removing _bz2\n# cleanup[2] removing bz2\n# destroy bz2\n# cleanup[2] removing _lzma\n# cleanup[2] removing lzma\n# destroy lzma\n# cleanup[2] removing shutil\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 tempfile\n# cleanup[2] removing firewall.functions\n# cleanup[2] removing ipaddress\n# cleanup[2] removing firewall.errors\n# cleanup[2] removing _posixsubprocess\n# cleanup[2] removing subprocess\n# cleanup[2] removing firewall.core.prog\n# cleanup[2] removing firewall.core.ipset\n# cleanup[2] removing firewall.core.rich\n# cleanup[2] removing firewall.client\n# cleanup[2] removing gi.overrides.Gio\n# cleanup[2] removing gi.repository.Gio\n# cleanup[2] removing firewall.core.fw_nm\n# cleanup[2] removing firewall.core.io\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 urllib\n# cleanup[2] removing urllib.parse\n# cleanup[2] removing binascii\n# cleanup[2] removing base64\n# cleanup[2] removing email\n# cleanup[2] removing http\n# cleanup[2] removing email.errors\n# cleanup[2] removing email.quoprimime\n# cleanup[2] removing email.base64mime\n# cleanup[2] removing quopri\n# cleanup[2] removing email.encoders\n# cleanup[2] removing email.charset\n# cleanup[2] removing email.header\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 email.utils\n# cleanup[2] removing email._policybase\n# cleanup[2] removing email.feedparser\n# cleanup[2] removing email.parser\n# cleanup[2] removing email._encoded_words\n# cleanup[2] removing email.iterators\n# cleanup[2] removing email.message\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 firewall.core.io.io_object\n# cleanup[2] removing firewall.core.io.policy\n# cleanup[2] removing firewall.core.io.zone\n# cleanup[2] removing firewall.core.io.service\n# cleanup[2] removing firewall.core.icmp\n# cleanup[2] removing firewall.core.io.ipset\n# cleanup[2] removing firewall.core.io.icmptype\n# cleanup[2] removing firewall.core.io.helper\n# cleanup[2] removing firewall.command\n# destroy _sitebuiltins\n# destroy zlib\n# destroy _bz2\n# destroy _compression\n# destroy _lzma\n# cleanup[3] wiping firewall.command\n# cleanup[3] wiping firewall.core.io.helper\n# cleanup[3] wiping firewall.core.io.icmptype\n# cleanup[3] wiping firewall.core.io.ipset\n# cleanup[3] wiping firewall.core.icmp\n# cleanup[3] wiping firewall.core.io.service\n# cleanup[3] wiping firewall.core.io.zone\n# cleanup[3] wiping firewall.core.io.policy\n# cleanup[3] wiping firewall.core.io.io_object\n# cleanup[3] wiping xml.sax.saxutils\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 email.message\n# destroy quopri\n# cleanup[3] wiping email.iterators\n# cleanup[3] wiping email._encoded_words\n# cleanup[3] wiping email.parser\n# cleanup[3] wiping email.feedparser\n# cleanup[3] wiping email._policybase\n# cleanup[3] wiping email.utils\n# destroy random\n# destroy urllib\n# destroy urllib.parse\n# destroy urllib.response\n# destroy urllib.error\n# destroy urllib.request\n# cleanup[3] wiping email._parseaddr\n# destroy calendar\n# cleanup[3] wiping datetime\n# cleanup[3] wiping _datetime\n# cleanup[3] wiping email.header\n# cleanup[3] wiping email.charset\n# destroy email\n# cleanup[3] wiping email.encoders\n# cleanup[3] wiping email.base64mime\n# cleanup[3] wiping email.quoprimime\n# cleanup[3] wiping email.errors\n# cleanup[3] wiping base64\n# destroy struct\n# cleanup[3] wiping binascii\n# cleanup[3] wiping xml.sax\n# destroy xml.sax._exceptions\n# destroy xml.sax.xmlreader\n# destroy xml.sax.saxutils\n# cleanup[3] wiping xml.sax.handler\n# cleanup[3] wiping firewall.core.io\n# destroy xml\n# destroy xml.parsers\n# destroy xml.parsers.expat\n# destroy xml.etree\n# destroy xml.sax\n# destroy firewall.core.io.io_object\n# destroy firewall.core.io.policy\n# destroy firewall.core.io.zone\n# destroy firewall.core.io.service\n# destroy firewall.core.io.ipset\n# destroy firewall.core.io.icmptype\n# destroy firewall.core.io.helper\n# cleanup[3] wiping firewall.core.fw_nm\n# cleanup[3] wiping gi.repository.Gio\n# cleanup[3] wiping gi.overrides.Gio\n# cleanup[3] wiping firewall.client\n# destroy firewall\n# destroy firewall.config\n# destroy firewall.core\n# destroy firewall.core.base\n# destroy firewall.core.logger\n# destroy firewall.core.prog\n# destroy firewall.core.ipset\n# destroy firewall.core.rich\n# destroy firewall.core.fw_nm\n# destroy firewall.core.io\n# destroy firewall.core.icmp\n# destroy firewall.dbus_utils\n# destroy firewall.command\n# destroy firewall.client\n# cleanup[3] wiping subprocess\n# cleanup[3] wiping _posixsubprocess\n# destroy _posixsubprocess\n# cleanup[3] wiping firewall.errors\n# cleanup[3] wiping ipaddress\n# cleanup[3] wiping firewall.functions\n# destroy shlex\n# destroy string\n# destroy tempfile\n# cleanup[3] wiping _blake2\n# cleanup[3] wiping _hashlib\n# cleanup[3] wiping _random\n# cleanup[3] wiping _bisect\n# cleanup[3] wiping shutil\n# cleanup[3] wiping fcntl\n# cleanup[3] wiping syslog\n# cleanup[3] wiping fnmatch\n# cleanup[3] wiping inspect\n# destroy ast\n# destroy dis\n# destroy token\n# cleanup[3] wiping _opcode\n# cleanup[3] wiping xml.etree.ElementTree\n# cleanup[3] wiping _elementtree\n# cleanup[3] wiping xml.etree.ElementPath\n# cleanup[3] wiping firewall.config.dbus\n# cleanup[3] wiping copy\n# cleanup[3] wiping _struct\n# cleanup[3] wiping dbus.mainloop.glib\n# cleanup[3] wiping _dbus_glib_bindings\n# cleanup[3] wiping dbus.mainloop\n# destroy dbus.mainloop.glib\n# cleanup[3] wiping dbus\n# destroy dbus._compat\n# destroy dbus._expat_introspect_parser\n# destroy dbus._dbus\n# destroy dbus.exceptions\n# destroy dbus.types\n# destroy dbus.lowlevel\n# destroy dbus.proxies\n# destroy dbus.connection\n# destroy dbus.bus\n# destroy dbus.mainloop\n# cleanup[3] wiping xml.parsers.expat.errors\n# cleanup[3] wiping xml.parsers.expat.model\n# cleanup[3] wiping pyexpat\n# destroy pyexpat.errors\n# destroy pyexpat.model\n# cleanup[3] wiping logging\n# cleanup[3] wiping atexit\n# destroy atexit\n# cleanup[3] wiping _string\n# cleanup[3] wiping traceback\n# destroy linecache\n# cleanup[3] wiping tokenize\n# cleanup[3] wiping _tokenize\n# cleanup[3] wiping _dbus_bindings\n# cleanup[3] wiping argparse\n# cleanup[3] wiping gi.repository.GObject\n# cleanup[3] wiping gi.overrides.GObject\n# cleanup[3] wiping gi.repository.GLib\n# cleanup[3] wiping gi.overrides.GLib\n# cleanup[3] wiping gi._option\n# destroy optparse\n# cleanup[3] wiping locale\n# destroy encodings\n# cleanup[3] wiping _locale\n# destroy _locale\n# cleanup[3] wiping gettext\n# cleanup[3] wiping textwrap\n# cleanup[3] wiping gi._ossighelper\n# destroy signal\n# cleanup[3] wiping socket\n# destroy selectors\n# cleanup[3] wiping array\n# cleanup[3] wiping errno\n# cleanup[3] wiping select\n# cleanup[3] wiping math\n# cleanup[3] wiping _socket\n# cleanup[3] wiping gi.repository\n# destroy gi.repository.GLib\n# destroy gi.repository.Gio\n# cleanup[3] wiping gi.importer\n# cleanup[3] wiping gi.overrides\n# destroy gi.overrides.GLib\n# destroy gi.overrides.GObject\n# destroy gi.overrides.Gio\n# cleanup[3] wiping gi.module\n# destroy gi\n# cleanup[3] wiping gi.types\n# cleanup[3] wiping gi._signalhelper\n# cleanup[3] wiping gi._propertyhelper\n# cleanup[3] wiping gi.docstring\n# cleanup[3] wiping gi._constants\n# cleanup[3] wiping threading\n# cleanup[3] wiping gobject\n# cleanup[3] wiping gi._gobject\n# cleanup[3] wiping gi._gi\n# cleanup[3] wiping gi._error\n# cleanup[3] wiping _typing\n# cleanup[3] wiping re\n# destroy re._constants\n# destroy re._casefix\n# destroy re._compiler\n# destroy enum\n# cleanup[3] wiping re._parser\n# cleanup[3] wiping _sre\n# cleanup[3] wiping contextlib\n# cleanup[3] wiping copyreg\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# cleanup[3] wiping warnings\n# cleanup[3] wiping importlib._bootstrap_external\n# cleanup[3] wiping importlib._bootstrap\n# cleanup[3] wiping functools\n# cleanup[3] wiping _functools\n# cleanup[3] wiping types\n# cleanup[3] wiping collections\n# destroy _collections_abc\n# destroy collections.abc\n# cleanup[3] wiping _collections\n# cleanup[3] wiping operator\n# cleanup[3] wiping _operator\n# cleanup[3] wiping keyword\n# cleanup[3] wiping itertools\n# cleanup[3] wiping encodings.utf_8_sig\n# cleanup[3] wiping os\n# destroy posixpath\n# cleanup[3] wiping genericpath\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 _datetime\n# destroy _dbus_glib_bindings\n# destroy sys.monitoring\n# destroy _io\n# destroy _socket\n# destroy gi.repository.GObject\n# destroy argparse\n# destroy zipimport\n# destroy importlib\n# destroy gi.types\n# destroy gi._error\n# destroy gi._gobject\n# destroy gi._constants\n# destroy gi.docstring\n# destroy gi._propertyhelper\n# destroy gi._signalhelper\n# destroy gi.module\n# destroy gi.overrides\n# destroy gi.importer\n# destroy gi.repository\n# destroy gi._ossighelper\n# destroy gi._option\n# destroy gi._gi\n# destroy _collections\n# destroy re._parser\n# destroy array\n# destroy textwrap\n# destroy stat\n# destroy genericpath\n# destroy tokenize\n# destroy _string\n# destroy shutil\n# destroy gettext\n# destroy firewall.config.dbus\n# destroy firewall.functions\n# destroy select\n# destroy _signal\n# destroy dbus\n# destroy xml.etree.ElementTree\n# destroy firewall.errors\n# destroy time\n# destroy fnmatch\n# destroy syslog\n# destroy traceback\n# destroy fcntl\n# destroy xml.sax.handler\n# destroy copy\n# destroy inspect\n# destroy keyword\n# destroy abc\n# destroy _thread\n# destroy copyreg\n# destroy contextlib\n# destroy operator\n# destroy subprocess\n# destroy _typing\n# destroy _tokenize\n# destroy xml.etree.ElementPath\n# destroy collections\n# destroy io\n# destroy _opcode\n# destroy functools\n# destroy types\n# destroy ipaddress\n# destroy _elementtree\n# destroy email.errors\n# destroy email.quoprimime\n# destroy email.base64mime\n# destroy email.encoders\n# destroy email.charset\n# destroy email.header\n# destroy email._parseaddr\n# destroy email.utils\n# destroy email._policybase\n# destroy email.feedparser\n# destroy email.parser\n# destroy email._encoded_words\n# destroy email.iterators\n# destroy email.message\n# destroy http.client\n# destroy socket\n# destroy base64\n# destroy errno\n# destroy _blake2\n# destroy _ssl\n# destroy binascii\n# destroy datetime\n# destroy locale\n# destroy warnings\n# destroy _struct\n# clear sys.meta_path\n# clear sys.modules\n# destroy _frozen_importlib\n# destroy codecs\n# destroy encodings.aliases\n# destroy encodings.utf_8\n# destroy encodings.utf_8_sig\n# destroy _codecs\n# destroy _warnings\n# destroy math\n# destroy _bisect\n# destroy os\n# destroy re\n# destroy _random\n# destroy _hashlib\n# destroy _operator\n# destroy builtins\n# destroy itertools\n# destroy _sre\n# destroy posix\n# destroy _functools\n# clear sys.audit hooks", "stderr_lines": [ "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 0x7f1fa6110530>", "import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa60dbb60>", "# /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 0x7f1fa6112ab0>", "import '_signal' # ", "import '_abc' # ", "import 'abc' # ", "import 'io' # ", "import '_stat' # ", "import 'stat' # ", "import '_collections_abc' # ", "import 'genericpath' # ", "import 'posixpath' # ", "import 'os' # ", "import '_sitebuiltins' # ", "Processing user site-packages", "Processing global site-packages", "Adding directory: '/usr/lib64/python3.12/site-packages'", "Adding directory: '/usr/lib/python3.12/site-packages'", "Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'", "# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py", "# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'", "import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5ee5190>", "# /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 0x7f1fa5ee5fd0>", "import 'site' # ", "Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux", "Type \"help\", \"copyright\", \"credits\" or \"license\" for more information.", "# /usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/__init__.py", "# code object from '/usr/lib64/python3.12/site-packages/gi/__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/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 0x7f1fa5fd28a0>", "# /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 0x7f1fa5fd2f30>", "# /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 0x7f1fa5fd38c0>", "import '_collections' # ", "import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5cae4b0>", "# /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/__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 0x7f1fa5faa390>", "import '_functools' # ", "import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5cae810>", "# /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 0x7f1fa5faaf00>", "import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5fd2e40>", "# /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 0x7f1fa5fabc20>", "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 0x7f1fa5f79400>", "import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5fabef0>", "# /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 0x7f1fa5f475c0>", "# /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 0x7f1fa5f476e0>", "# /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 0x7f1fa5e84470>", "# /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'", "import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5e86e40>", "# /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 0x7f1fa5e38f80>", "import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5e63b60>", "# /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 0x7f1fa5e390d0>", "import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5e621e0>", "import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5e861e0>", "import '_typing' # ", "import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5f7a360>", "import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5cade50>", "# possible namespace for /usr/lib/python3.12/site-packages/gi", "# /usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_error.py", "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc'", "import 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5f46960>", "# extension module 'gi._gi' loaded from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so'", "# extension module 'gi._gi' executed from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so'", "import 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1fa5f45100>", "import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5cace60>", "# /usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/repository/__init__.py", "# code object from '/usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc'", "# /usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/importer.py", "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc'", "# /usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/module.py", "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.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 0x7f1fa5dde510>", "# /usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/types.py", "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc'", "# /usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_constants.py", "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc'", "import 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5da9be0>", "# /usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/docstring.py", "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc'", "import 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5da9ee0>", "# /usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_propertyhelper.py", "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc'", "import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5daa390>", "# /usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_signalhelper.py", "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc'", "import 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5daac60>", "import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5da9490>", "import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5dde030>", "# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/__init__.py", "# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc'", "import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5dde5d0>", "import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5dddac0>", "import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5f78da0>", "# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GLib.py", "# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc'", "# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py", "# code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'", "# extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'", "# extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'", "import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1fa5c87740>", "# /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 '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 0x7f1fa5c59670>", "# 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 0x7f1fa5c5a090>", "import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5c58200>", "import 'errno' # ", "# 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 0x7f1fa5c384d0>", "import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5c85d00>", "# /usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_ossighelper.py", "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.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 0x7f1fa5c388c0>", "# /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 0x7f1fa5c38d70>", "import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5c86990>", "# /usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_option.py", "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc'", "# /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py", "# code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc'", "# /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 0x7f1fa5c11070>", "# /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 0x7f1fa5c11970>", "# /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 0x7f1fa5c13b30>", "import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5c3a4e0>", "import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5c39c10>", "import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5dabf80>", "import 'gi.repository.GLib' # ", "# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GObject.py", "# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc'", "import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5cd3140>", "import 'gi.repository.GObject' # ", "# destroy gobject", "# /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'", "import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5814a40>", "# /usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/__init__.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc'", "import 'firewall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58161e0>", "# /usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/client.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc'", "# /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py", "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc'", "# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py", "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc'", "import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58acd40>", "# /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py", "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc'", "import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58ace00>", "# /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py", "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc'", "# extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'", "# extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'", "import '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1fa58ad550>", "import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58ad3d0>", "# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py", "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc'", "# /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py", "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc'", "# /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__/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 0x7f1fa58f1d60>", "import '_tokenize' # ", "import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58f0860>", "import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58f05c0>", "import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58ca840>", "# /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 0x7f1fa58f30b0>", "import 'atexit' # ", "import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58aefc0>", "# /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py", "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc'", "# /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py", "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc'", "import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58fb110>", "# /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py", "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc'", "# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py", "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.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 0x7f1fa5570380>", "# /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 0x7f1fa55705f0>", "# /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'", "# 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 0x7f1fa5570770>", "import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5570650>", "import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58fbe00>", "import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58fb230>", "import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58f9850>", "import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58ae540>", "import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58addc0>", "import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58ac800>", "# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/__init__.py", "# code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc'", "import 'dbus.mainloop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa58ae240>", "# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/glib.py", "# code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc'", "# extension module '_dbus_glib_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so'", "# extension module '_dbus_glib_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so'", "import '_dbus_glib_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1fa55709e0>", "import 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5570920>", "# /usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/__init__.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc'", "# /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 0x7f1fa55710a0>", "import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5570f50>", "# /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 0x7f1fa55732c0>", "# /usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/dbus.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc'", "import 'firewall.config.dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5573710>", "import 'firewall.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5570b30>", "# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/__init__.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc'", "import 'firewall.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5573680>", "# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/base.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc'", "import 'firewall.core.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5573860>", "# /usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/dbus_utils.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc'", "# /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 0x7f1fa5573fe0>", "# /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 0x7f1fa55a3230>", "# extension module '_elementtree' loaded from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so'", "# 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 0x7f1fa55c43e0>", "import 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5573ec0>", "# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/logger.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc'", "# /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 0x7f1fa55a2780>", "# /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 0x7f1fa5101460>", "import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5100830>", "import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5606b70>", "import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa55c5dc0>", "# /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 0x7f1fa60dbe90>", "# 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 0x7f1fa51094f0>", "# 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 0x7f1fa5109850>", "import 'firewall.core.logger' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa55c4650>", "import 'firewall.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5573aa0>", "# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/rich.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc'", "# /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 0x7f1fa5134260>", "# /usr/lib/python3.12/site-packages/firewall/__pycache__/functions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/functions.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/functions.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 0x7f1fa5137680>", "# /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__/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 0x7f1fa515b980>", "# /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 0x7f1fa5180860>", "# 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 0x7f1fa5180ec0>", "import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa515bd70>", "# /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 0x7f1fa51818e0>", "import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5181010>", "import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5159970>", "# /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 0x7f1fa5183b90>", "import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa51838c0>", "# 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 0x7f1fa5183b00>", "# /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 0x7f1fa51a8440>", "# 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 0x7f1fa51a8e00>", "import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5183d10>", "import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa515a000>", "import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5137ef0>", "import 'firewall.functions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5136180>", "# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/ipset.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.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 0x7f1fa51a9820>", "# /usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/errors.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc'", "import 'firewall.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa51dc770>", "# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/prog.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc'", "# /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'", "# 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 0x7f1fa4aecf80>", "import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa51df1a0>", "import 'firewall.core.prog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa51deff0>", "import 'firewall.core.ipset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa51a8e60>", "import 'firewall.core.rich' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa510a7e0>", "import 'firewall.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa5816e10>", "# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/fw_nm.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc'", "# destroy gi.repository.GModule", "import 'gi.repository.GModule' # ", "# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/Gio.py", "# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc'", "import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4b74e90>", "import 'gi.repository.Gio' # ", "# destroy gi.repository.NM", "import 'gi.repository.NM' # ", "import 'firewall.core.fw_nm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4b74380>", "# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/__init__.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc'", "import 'firewall.core.io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4b74980>", "# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/zone.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc'", "# /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 0x7f1fa4b98ec0>", "# /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 0x7f1fa4b99550>", "import 'xml.sax.xmlreader' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4b778f0>", "import 'xml.sax' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4b775f0>", "# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/io_object.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc'", "# /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__/__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 0x7f1fa4bbc1a0>", "# /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'", "import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4bbc230>", "# /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/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py", "# code object from '/usr/lib64/python3.12/__pycache__/base64.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 0x7f1fa46c0a10>", "import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4bdf6b0>", "# /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 0x7f1fa46c0c50>", "# /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 0x7f1fa46c0ef0>", "# /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/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'", "# /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 0x7f1fa46fd100>", "# /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'", "# /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'", "import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa46ff590>", "# /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'", "import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa46ff560>", "# /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__/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'", "# /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 0x7f1fa471ffb0>", "import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa471fc20>", "import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa471f110>", "import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa46fe7e0>", "# /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__/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 0x7f1fa4725a30>", "import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa47257f0>", "# /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 0x7f1fa47272c0>", "import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4725f40>", "import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa471ef30>", "import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa46fd160>", "import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa46fc500>", "import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa46c3fe0>", "# /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/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 0x7f1fa4747800>", "# /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 0x7f1fa4747e90>", "import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa46fce60>", "# /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 0x7f1fa477ebd0>", "import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa477c320>", "import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa46c1eb0>", "# /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 0x7f1fa44b2630>", "import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa46c3e90>", "import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4bbf2f0>", "import 'xml.sax.saxutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4b9aea0>", "import 'firewall.core.io.io_object' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4b9a0f0>", "# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/policy.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc'", "import 'firewall.core.io.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4b9a900>", "import 'firewall.core.io.zone' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa4b749e0>", "# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/service.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc'", "import 'firewall.core.io.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa44b3860>", "# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/ipset.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc'", "# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/icmp.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc'", "import 'firewall.core.icmp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa44e03e0>", "import 'firewall.core.io.ipset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa44b3bc0>", "# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/icmptype.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc'", "import 'firewall.core.io.icmptype' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa44e0e60>", "# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/helper.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc'", "import 'firewall.core.io.helper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa44e1250>", "# /usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/command.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc'", "import 'firewall.command' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fa44e1670>", "# 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__", "# destroy __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 itertools", "# cleanup[2] removing 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 types", "# cleanup[2] removing _functools", "# cleanup[2] removing functools", "# 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 copyreg", "# cleanup[2] removing contextlib", "# 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 re", "# cleanup[2] removing _typing", "# cleanup[2] removing typing", "# destroy typing", "# cleanup[2] removing pkgutil", "# destroy pkgutil", "# 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", "# 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 threading", "# 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 _socket", "# cleanup[2] removing math", "# cleanup[2] removing select", "# cleanup[2] removing selectors", "# cleanup[2] removing errno", "# cleanup[2] removing array", "# cleanup[2] removing socket", "# cleanup[2] removing __future__", "# destroy __future__", "# cleanup[2] removing signal", "# cleanup[2] removing gi._ossighelper", "# cleanup[2] removing textwrap", "# cleanup[2] removing gettext", "# cleanup[2] removing _locale", "# cleanup[2] removing locale", "# cleanup[2] removing optparse", "# cleanup[2] removing gi._option", "# cleanup[2] removing gi.overrides.GLib", "# cleanup[2] removing gi.repository.GLib", "# cleanup[2] removing gi.overrides.GObject", "# cleanup[2] removing gi.repository.GObject", "# cleanup[2] removing argparse", "# cleanup[2] removing firewall", "# cleanup[2] removing dbus._compat", "# cleanup[2] removing dbus.exceptions", "# cleanup[2] removing _dbus_bindings", "# cleanup[2] removing dbus.types", "# cleanup[2] removing token", "# cleanup[2] removing _tokenize", "# cleanup[2] removing tokenize", "# cleanup[2] removing linecache", "# cleanup[2] removing traceback", "# cleanup[2] removing _string", "# cleanup[2] removing string", "# cleanup[2] removing atexit", "# cleanup[2] removing logging", "# cleanup[2] removing dbus.lowlevel", "# cleanup[2] removing xml", "# cleanup[2] removing 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", "# 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 dbus.mainloop", "# cleanup[2] removing _dbus_glib_bindings", "# cleanup[2] removing dbus.mainloop.glib", "# cleanup[2] removing _struct", "# cleanup[2] removing struct", "# cleanup[2] removing copy", "# cleanup[2] removing firewall.config.dbus", "# cleanup[2] removing firewall.config", "# cleanup[2] removing firewall.core", "# cleanup[2] removing firewall.core.base", "# cleanup[2] removing xml.etree", "# cleanup[2] removing xml.etree.ElementPath", "# cleanup[2] removing _elementtree", "# cleanup[2] removing xml.etree.ElementTree", "# 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 inspect", "# cleanup[2] removing fnmatch", "# cleanup[2] removing syslog", "# cleanup[2] removing fcntl", "# cleanup[2] removing firewall.core.logger", "# cleanup[2] removing firewall.dbus_utils", "# cleanup[2] removing dataclasses", "# destroy dataclasses", "# cleanup[2] removing shlex", "# cleanup[2] removing zlib", "# cleanup[2] removing _compression", "# cleanup[2] removing _bz2", "# cleanup[2] removing bz2", "# destroy bz2", "# cleanup[2] removing _lzma", "# cleanup[2] removing lzma", "# destroy lzma", "# cleanup[2] removing shutil", "# 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 firewall.functions", "# cleanup[2] removing ipaddress", "# cleanup[2] removing firewall.errors", "# cleanup[2] removing _posixsubprocess", "# cleanup[2] removing subprocess", "# cleanup[2] removing firewall.core.prog", "# cleanup[2] removing firewall.core.ipset", "# cleanup[2] removing firewall.core.rich", "# cleanup[2] removing firewall.client", "# cleanup[2] removing gi.overrides.Gio", "# cleanup[2] removing gi.repository.Gio", "# cleanup[2] removing firewall.core.fw_nm", "# cleanup[2] removing firewall.core.io", "# 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 urllib", "# cleanup[2] removing urllib.parse", "# cleanup[2] removing binascii", "# cleanup[2] removing base64", "# cleanup[2] removing email", "# cleanup[2] removing http", "# cleanup[2] removing email.errors", "# cleanup[2] removing email.quoprimime", "# cleanup[2] removing email.base64mime", "# cleanup[2] removing quopri", "# cleanup[2] removing email.encoders", "# cleanup[2] removing email.charset", "# cleanup[2] removing email.header", "# cleanup[2] removing _datetime", "# cleanup[2] removing datetime", "# cleanup[2] removing calendar", "# cleanup[2] removing email._parseaddr", "# cleanup[2] removing email.utils", "# cleanup[2] removing email._policybase", "# cleanup[2] removing email.feedparser", "# cleanup[2] removing email.parser", "# cleanup[2] removing email._encoded_words", "# cleanup[2] removing email.iterators", "# cleanup[2] removing email.message", "# 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 firewall.core.io.io_object", "# cleanup[2] removing firewall.core.io.policy", "# cleanup[2] removing firewall.core.io.zone", "# cleanup[2] removing firewall.core.io.service", "# cleanup[2] removing firewall.core.icmp", "# cleanup[2] removing firewall.core.io.ipset", "# cleanup[2] removing firewall.core.io.icmptype", "# cleanup[2] removing firewall.core.io.helper", "# cleanup[2] removing firewall.command", "# destroy _sitebuiltins", "# destroy zlib", "# destroy _bz2", "# destroy _compression", "# destroy _lzma", "# cleanup[3] wiping firewall.command", "# cleanup[3] wiping firewall.core.io.helper", "# cleanup[3] wiping firewall.core.io.icmptype", "# cleanup[3] wiping firewall.core.io.ipset", "# cleanup[3] wiping firewall.core.icmp", "# cleanup[3] wiping firewall.core.io.service", "# cleanup[3] wiping firewall.core.io.zone", "# cleanup[3] wiping firewall.core.io.policy", "# cleanup[3] wiping firewall.core.io.io_object", "# cleanup[3] wiping xml.sax.saxutils", "# 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 email.message", "# destroy quopri", "# cleanup[3] wiping email.iterators", "# cleanup[3] wiping email._encoded_words", "# cleanup[3] wiping email.parser", "# cleanup[3] wiping email.feedparser", "# cleanup[3] wiping email._policybase", "# cleanup[3] wiping email.utils", "# destroy random", "# destroy urllib", "# destroy urllib.parse", "# destroy urllib.response", "# destroy urllib.error", "# destroy urllib.request", "# cleanup[3] wiping email._parseaddr", "# destroy calendar", "# cleanup[3] wiping datetime", "# cleanup[3] wiping _datetime", "# cleanup[3] wiping email.header", "# cleanup[3] wiping email.charset", "# destroy email", "# cleanup[3] wiping email.encoders", "# cleanup[3] wiping email.base64mime", "# cleanup[3] wiping email.quoprimime", "# cleanup[3] wiping email.errors", "# cleanup[3] wiping base64", "# destroy struct", "# cleanup[3] wiping binascii", "# cleanup[3] wiping xml.sax", "# destroy xml.sax._exceptions", "# destroy xml.sax.xmlreader", "# destroy xml.sax.saxutils", "# cleanup[3] wiping xml.sax.handler", "# cleanup[3] wiping firewall.core.io", "# destroy xml", "# destroy xml.parsers", "# destroy xml.parsers.expat", "# destroy xml.etree", "# destroy xml.sax", "# destroy firewall.core.io.io_object", "# destroy firewall.core.io.policy", "# destroy firewall.core.io.zone", "# destroy firewall.core.io.service", "# destroy firewall.core.io.ipset", "# destroy firewall.core.io.icmptype", "# destroy firewall.core.io.helper", "# cleanup[3] wiping firewall.core.fw_nm", "# cleanup[3] wiping gi.repository.Gio", "# cleanup[3] wiping gi.overrides.Gio", "# cleanup[3] wiping firewall.client", "# destroy firewall", "# destroy firewall.config", "# destroy firewall.core", "# destroy firewall.core.base", "# destroy firewall.core.logger", "# destroy firewall.core.prog", "# destroy firewall.core.ipset", "# destroy firewall.core.rich", "# destroy firewall.core.fw_nm", "# destroy firewall.core.io", "# destroy firewall.core.icmp", "# destroy firewall.dbus_utils", "# destroy firewall.command", "# destroy firewall.client", "# cleanup[3] wiping subprocess", "# cleanup[3] wiping _posixsubprocess", "# destroy _posixsubprocess", "# cleanup[3] wiping firewall.errors", "# cleanup[3] wiping ipaddress", "# cleanup[3] wiping firewall.functions", "# destroy shlex", "# destroy string", "# destroy tempfile", "# cleanup[3] wiping _blake2", "# cleanup[3] wiping _hashlib", "# cleanup[3] wiping _random", "# cleanup[3] wiping _bisect", "# cleanup[3] wiping shutil", "# cleanup[3] wiping fcntl", "# cleanup[3] wiping syslog", "# cleanup[3] wiping fnmatch", "# cleanup[3] wiping inspect", "# destroy ast", "# destroy dis", "# destroy token", "# cleanup[3] wiping _opcode", "# cleanup[3] wiping xml.etree.ElementTree", "# cleanup[3] wiping _elementtree", "# cleanup[3] wiping xml.etree.ElementPath", "# cleanup[3] wiping firewall.config.dbus", "# cleanup[3] wiping copy", "# cleanup[3] wiping _struct", "# 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", "# 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.mainloop", "# cleanup[3] wiping xml.parsers.expat.errors", "# cleanup[3] wiping xml.parsers.expat.model", "# cleanup[3] wiping pyexpat", "# destroy pyexpat.errors", "# destroy pyexpat.model", "# cleanup[3] wiping logging", "# cleanup[3] wiping atexit", "# destroy atexit", "# cleanup[3] wiping _string", "# cleanup[3] wiping traceback", "# destroy linecache", "# cleanup[3] wiping tokenize", "# cleanup[3] wiping _tokenize", "# cleanup[3] wiping _dbus_bindings", "# cleanup[3] wiping argparse", "# cleanup[3] wiping gi.repository.GObject", "# cleanup[3] wiping gi.overrides.GObject", "# cleanup[3] wiping gi.repository.GLib", "# cleanup[3] wiping gi.overrides.GLib", "# cleanup[3] wiping gi._option", "# destroy optparse", "# cleanup[3] wiping locale", "# destroy encodings", "# cleanup[3] wiping _locale", "# destroy _locale", "# cleanup[3] wiping gettext", "# cleanup[3] wiping textwrap", "# cleanup[3] wiping gi._ossighelper", "# destroy signal", "# cleanup[3] wiping socket", "# destroy selectors", "# cleanup[3] wiping array", "# cleanup[3] wiping errno", "# cleanup[3] wiping select", "# cleanup[3] wiping math", "# cleanup[3] wiping _socket", "# cleanup[3] wiping gi.repository", "# destroy gi.repository.GLib", "# destroy gi.repository.Gio", "# cleanup[3] wiping gi.importer", "# cleanup[3] wiping gi.overrides", "# destroy gi.overrides.GLib", "# destroy gi.overrides.GObject", "# destroy gi.overrides.Gio", "# 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 threading", "# cleanup[3] wiping gobject", "# cleanup[3] wiping gi._gobject", "# cleanup[3] wiping gi._gi", "# cleanup[3] wiping gi._error", "# cleanup[3] wiping _typing", "# cleanup[3] wiping re", "# destroy re._constants", "# destroy re._casefix", "# destroy re._compiler", "# destroy enum", "# cleanup[3] wiping re._parser", "# cleanup[3] wiping _sre", "# cleanup[3] wiping contextlib", "# cleanup[3] wiping copyreg", "# 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", "# cleanup[3] wiping warnings", "# cleanup[3] wiping importlib._bootstrap_external", "# cleanup[3] wiping importlib._bootstrap", "# cleanup[3] wiping functools", "# cleanup[3] wiping _functools", "# cleanup[3] wiping types", "# cleanup[3] wiping collections", "# destroy _collections_abc", "# destroy collections.abc", "# cleanup[3] wiping _collections", "# cleanup[3] wiping operator", "# cleanup[3] wiping _operator", "# cleanup[3] wiping keyword", "# cleanup[3] wiping itertools", "# 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", "# 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 _datetime", "# destroy _dbus_glib_bindings", "# destroy sys.monitoring", "# destroy _io", "# destroy _socket", "# destroy gi.repository.GObject", "# destroy argparse", "# destroy zipimport", "# destroy importlib", "# destroy gi.types", "# destroy gi._error", "# 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 gi._gi", "# destroy _collections", "# destroy re._parser", "# destroy array", "# destroy textwrap", "# destroy stat", "# destroy genericpath", "# destroy tokenize", "# destroy _string", "# destroy shutil", "# destroy gettext", "# destroy firewall.config.dbus", "# destroy firewall.functions", "# destroy select", "# destroy _signal", "# destroy dbus", "# destroy xml.etree.ElementTree", "# destroy firewall.errors", "# destroy time", "# destroy fnmatch", "# destroy syslog", "# destroy traceback", "# destroy fcntl", "# destroy xml.sax.handler", "# destroy copy", "# destroy inspect", "# destroy keyword", "# destroy abc", "# destroy _thread", "# destroy copyreg", "# destroy contextlib", "# destroy operator", "# destroy subprocess", "# destroy _typing", "# destroy _tokenize", "# destroy xml.etree.ElementPath", "# destroy collections", "# destroy io", "# destroy _opcode", "# destroy functools", "# destroy types", "# destroy ipaddress", "# destroy _elementtree", "# destroy email.errors", "# destroy email.quoprimime", "# destroy email.base64mime", "# destroy email.encoders", "# destroy email.charset", "# destroy email.header", "# destroy email._parseaddr", "# destroy email.utils", "# destroy email._policybase", "# destroy email.feedparser", "# destroy email.parser", "# destroy email._encoded_words", "# destroy email.iterators", "# destroy email.message", "# destroy http.client", "# destroy socket", "# destroy base64", "# destroy errno", "# destroy _blake2", "# destroy _ssl", "# destroy binascii", "# destroy datetime", "# destroy locale", "# destroy warnings", "# destroy _struct", "# 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 _codecs", "# destroy _warnings", "# destroy math", "# destroy _bisect", "# destroy os", "# destroy re", "# destroy _random", "# destroy _hashlib", "# destroy _operator", "# destroy builtins", "# destroy itertools", "# destroy _sre", "# destroy posix", "# destroy _functools", "# clear sys.audit hooks" ], "stdout": "25/tcp", "stdout_lines": [ "25/tcp" ] } } 6494 1726853143.84473: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853143.84477: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853143.84480: variable 'omit' from source: magic vars 6494 1726853143.84482: variable 'postfix_manage_selinux' from source: include params 6494 1726853143.84484: Evaluated conditional (postfix_manage_selinux | bool): True 6494 1726853143.84487: variable 'postfix_manage_firewall' from source: include params 6494 1726853143.84489: Evaluated conditional (postfix_manage_firewall | bool): True 6494 1726853143.84491: variable 'ansible_facts' from source: unknown 6494 1726853143.84493: Evaluated conditional (ansible_facts['os_family'] == 'RedHat'): True 6494 1726853143.84495: variable 'ansible_facts' from source: unknown 6494 1726853143.84497: Evaluated conditional (ansible_facts['distribution_version'] is version('7', '>=')): True 6494 1726853143.84499: variable 'postfix_manage_selinux' from source: include params 6494 1726853143.84504: Evaluated conditional (postfix_manage_selinux | bool): True 6494 1726853143.84506: variable 'postfix_manage_firewall' from source: include params 6494 1726853143.84508: Evaluated conditional (postfix_manage_firewall | bool): True 6494 1726853143.84510: variable 'ansible_facts' from source: unknown 6494 1726853143.84512: Evaluated conditional (ansible_facts['os_family'] == 'RedHat'): True 6494 1726853143.84514: variable 'ansible_facts' from source: unknown 6494 1726853143.84516: Evaluated conditional (ansible_facts['distribution_version'] is version('7', '>=')): True 6494 1726853143.84518: 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) 6494 1726853143.84520: 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) 6494 1726853143.84522: 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) 6494 1726853143.84524: 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) 6494 1726853143.84526: 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) 6494 1726853143.84528: variable '_pair' from source: task vars 6494 1726853143.84529: 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) 6494 1726853143.84531: 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) 6494 1726853143.84536: 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) 6494 1726853143.84538: 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) 6494 1726853143.84540: 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) 6494 1726853143.84554: variable 'item' from source: unknown 6494 1726853143.84609: Evaluated conditional (_pair | length > 0): True 6494 1726853143.84612: variable 'omit' from source: magic vars 6494 1726853143.84625: variable 'omit' from source: magic vars 6494 1726853143.84793: variable '_postfix_selinux' from source: set_fact 6494 1726853143.84797: variable '_pair' from source: task vars 6494 1726853143.84878: variable 'item' from source: unknown 6494 1726853143.84951: variable 'omit' from source: magic vars 6494 1726853143.84967: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6494 1726853143.84975: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853143.84982: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853143.84994: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6494 1726853143.84996: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853143.84999: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853143.85053: Set connection var ansible_shell_type to sh 6494 1726853143.85058: Set connection var ansible_pipelining to False 6494 1726853143.85063: Set connection var ansible_shell_executable to /bin/sh 6494 1726853143.85068: Set connection var ansible_timeout to 10 6494 1726853143.85074: Set connection var ansible_connection to ssh 6494 1726853143.85080: Set connection var ansible_module_compression to ZIP_DEFLATED 6494 1726853143.85097: variable 'ansible_shell_executable' from source: unknown 6494 1726853143.85099: variable 'ansible_connection' from source: unknown 6494 1726853143.85104: variable 'ansible_module_compression' from source: unknown 6494 1726853143.85107: variable 'ansible_shell_type' from source: unknown 6494 1726853143.85109: variable 'ansible_shell_executable' from source: unknown 6494 1726853143.85112: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853143.85115: variable 'ansible_pipelining' from source: unknown 6494 1726853143.85117: variable 'ansible_timeout' from source: unknown 6494 1726853143.85119: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853143.85186: 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) 6494 1726853143.85194: variable 'omit' from source: magic vars 6494 1726853143.85199: starting attempt loop 6494 1726853143.85203: running the handler 6494 1726853143.85209: handler run complete 6494 1726853143.85215: attempt loop complete, returning result 6494 1726853143.85226: variable 'item' from source: unknown 6494 1726853143.85273: variable 'item' from source: unknown ok: [managed_node1] => (item={'changed': False, 'stdout': '465/tcp', '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 0x7fad17b60530>\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17b2bb60>\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 0x7fad17b62ab0>\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/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 0x7fad17b71190>\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 0x7fad17b71fa0>\nimport \'site\' # \nPython 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\nType "help", "copyright", "credits" or "license" for more information.\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/__init__.py\n# code object from \'/usr/lib64/python3.12/site-packages/gi/__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/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 0x7fad17a028a0>\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 0x7fad17a02f30>\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 0x7fad17a038c0>\nimport \'_collections\' # \nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176da480>\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/__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 0x7fad179da360>\nimport \'_functools\' # \nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176da7e0>\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 0x7fad179daed0>\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176dafc0>\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 0x7fad179dbbf0>\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 0x7fad179a9400>\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad179dbec0>\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 0x7fad179775c0>\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 0x7fad17977680>\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 0x7fad178b8440>\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\'\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad178bad80>\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 0x7fad1786ce30>\nimport \'re._parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17897a10>\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 0x7fad1786ce90>\nimport \'re._compiler\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17896090>\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad178ba180>\nimport \'_typing\' # \nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad179aa360>\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176d9e20>\n# possible namespace for /usr/lib/python3.12/site-packages/gi\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_error.py\n# code object from \'/usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc\'\nimport \'gi._error\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17976960>\n# extension module \'gi._gi\' loaded from \'/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so\'\n# extension module \'gi._gi\' executed from \'/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so\'\nimport \'gi._gi\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fad17975100>\nimport \'gi\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176d8e30>\n# /usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/repository/__init__.py\n# code object from \'/usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc\'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/importer.py\n# code object from \'/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc\'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/module.py\n# code object from \'/usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc\'\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 0x7fad178123c0>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/types.py\n# code object from \'/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc\'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_constants.py\n# code object from \'/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc\'\nimport \'gi._constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad177dda60>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/docstring.py\n# code object from \'/usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc\'\nimport \'gi.docstring\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad177ddd90>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_propertyhelper.py\n# code object from \'/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc\'\nimport \'gi._propertyhelper\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad177de240>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_signalhelper.py\n# code object from \'/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc\'\nimport \'gi._signalhelper\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad177deb10>\nimport \'gi.types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad177dd310>\nimport \'gi.module\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17811ee0>\n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/__init__.py\n# code object from \'/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc\'\nimport \'gi.overrides\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17812240>\nimport \'gi.importer\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17811970>\nimport \'gi.repository\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad179a8d70>\n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GLib.py\n# code object from \'/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc\'\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 0x7fad176b7590>\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 \'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 0x7fad17685490>\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 0x7fad17685e80>\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176b7fe0>\nimport \'errno\' # \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 0x7fad17664170>\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176b5b50>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_ossighelper.py\n# code object from \'/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.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 0x7fad17664560>\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 0x7fad17664a10>\nimport \'gi._ossighelper\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176b67e0>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_option.py\n# code object from \'/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc\'\n# /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py\n# code object from \'/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc\'\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 0x7fad1763cd40>\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 0x7fad1763d640>\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 0x7fad1763eed0>\nimport \'optparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176661b0>\nimport \'gi._option\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176658e0>\nimport \'gi.overrides.GLib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad177dfe00>\nimport \'gi.repository.GLib\' # \n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GObject.py\n# code object from \'/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc\'\nimport \'gi.overrides.GObject\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176fede0>\nimport \'gi.repository.GObject\' # \n# destroy gobject\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\'\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17244770>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/__init__.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc\'\nimport \'firewall\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17245f10>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/client.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc\'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc\'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc\'\nimport \'dbus._compat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad172dca70>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc\'\nimport \'dbus.exceptions\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad172dcb30>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc\'\n# extension module \'_dbus_bindings\' loaded from \'/usr/lib64/python3.12/site-packages/_dbus_bindings.so\'\n# extension module \'_dbus_bindings\' executed from \'/usr/lib64/python3.12/site-packages/_dbus_bindings.so\'\nimport \'_dbus_bindings\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fad172dd280>\nimport \'dbus.types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad172dd100>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc\'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc\'\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\'\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\'\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 0x7fad17321a90>\nimport \'_tokenize\' # \nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17320590>\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad173202f0>\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17306570>\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 0x7fad17322ab0>\nimport \'atexit\' # \nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad172decf0>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc\'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc\'\nimport \'dbus.lowlevel\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad1732af30>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc\'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.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 0x7fad16fa0200>\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 0x7fad16fa0440>\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\'\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 0x7fad16fa05c0>\nimport \'xml.parsers.expat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16fa04a0>\nimport \'dbus._expat_introspect_parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad1732bc80>\nimport \'dbus.proxies\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad1732b0b0>\nimport \'dbus.connection\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad1732a450>\nimport \'dbus.bus\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad172de270>\nimport \'dbus._dbus\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad172ddaf0>\nimport \'dbus\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad172dc530>\n# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/__init__.py\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc\'\nimport \'dbus.mainloop\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad172ddf70>\n# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/glib.py\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc\'\n# extension module \'_dbus_glib_bindings\' loaded from \'/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so\'\n# extension module \'_dbus_glib_bindings\' executed from \'/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so\'\nimport \'_dbus_glib_bindings\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fad16fa0860>\nimport \'dbus.mainloop.glib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16fa07a0>\n# /usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/__init__.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc\'\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 0x7fad16fa0f80>\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16fa0e30>\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 0x7fad16fa3110>\n# /usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/dbus.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc\'\nimport \'firewall.config.dbus\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16fa35c0>\nimport \'firewall.config\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16fa09b0>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/__init__.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc\'\nimport \'firewall.core\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16fa3530>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/base.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc\'\nimport \'firewall.core.base\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16fa3740>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/dbus_utils.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc\'\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 0x7fad16fa3ef0>\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 0x7fad16fd31a0>\n# extension module \'_elementtree\' loaded from \'/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so\'\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 0x7fad16ff4410>\nimport \'xml.etree.ElementTree\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16fa3e30>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/logger.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc\'\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 0x7fad16fd26c0>\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 0x7fad17085490>\nimport \'opcode\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17084860>\nimport \'dis\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17036ae0>\nimport \'inspect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16ff5d30>\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 0x7fad17322510>\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 0x7fad16b05460>\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 0x7fad16b057f0>\nimport \'firewall.core.logger\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16ff45c0>\nimport \'firewall.dbus_utils\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16fa3980>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/rich.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc\'\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 0x7fad16b30200>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/functions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/functions.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/__pycache__/functions.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 0x7fad16b33620>\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\'\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 0x7fad16b57920>\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 0x7fad16b7c830>\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 0x7fad16b7ce90>\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b57d40>\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 0x7fad16b7d850>\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b7cf80>\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b55910>\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 0x7fad16b7fb60>\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b7f890>\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 0x7fad16b7fb90>\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 0x7fad16ba4410>\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 0x7fad16ba4da0>\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b7fce0>\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b55fa0>\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b33e90>\nimport \'firewall.functions\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b32120>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/ipset.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc\'\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 0x7fad16ba57c0>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/errors.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc\'\nimport \'firewall.errors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16bd8740>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/prog.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc\'\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# 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 0x7fad16bfce90>\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16bdb0e0>\nimport \'firewall.core.prog\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16bdaf30>\nimport \'firewall.core.ipset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b7ff80>\nimport \'firewall.core.rich\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b06780>\nimport \'firewall.client\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17246b40>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/fw_nm.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc\'\n# destroy gi.repository.GModule\nimport \'gi.repository.GModule\' # \n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/Gio.py\n# code object from \'/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc\'\nimport \'gi.overrides.Gio\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16584d70>\nimport \'gi.repository.Gio\' # \n# destroy gi.repository.NM\nimport \'gi.repository.NM\' # \nimport \'firewall.core.fw_nm\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16584230>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/__init__.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc\'\nimport \'firewall.core.io\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad165848c0>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/zone.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc\'\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 0x7fad165a8d40>\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 0x7fad165a93a0>\nimport \'xml.sax.xmlreader\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16587770>\nimport \'xml.sax\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16587470>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/io_object.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc\'\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__/__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 0x7fad165abfb0>\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\'\nimport \'urllib.parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad165cc080>\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/__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\'\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 0x7fad160cc830>\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad165ef4d0>\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 0x7fad160ccaa0>\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 0x7fad160ccd40>\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/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\'\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 0x7fad16105130>\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\'\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\'\nimport \'email.quoprimime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad161075c0>\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\'\nimport \'email.base64mime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad161074d0>\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__/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\'\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 0x7fad161300e0>\nimport \'email.encoders\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad1612bc80>\nimport \'email.charset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad1612b170>\nimport \'email.header\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16106840>\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__/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 0x7fad16131a90>\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16131850>\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 0x7fad161333b0>\nimport \'email._parseaddr\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16132030>\nimport \'email.utils\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad1612aff0>\nimport \'email._policybase\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad161051c0>\nimport \'email.feedparser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16104530>\nimport \'email.parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad160cffe0>\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/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 0x7fad16153890>\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 0x7fad16153f50>\nimport \'email.message\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16133bf0>\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 0x7fad1618ac90>\nimport \'ssl\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad161883b0>\nimport \'http.client\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad160cdee0>\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 0x7fad15ec2600>\nimport \'urllib.error\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad160cfec0>\nimport \'urllib.request\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad165cecf0>\nimport \'xml.sax.saxutils\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad165aacf0>\nimport \'firewall.core.io.io_object\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad165a9f40>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/policy.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc\'\nimport \'firewall.core.io.policy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad165aa750>\nimport \'firewall.core.io.zone\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16584d40>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/service.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc\'\nimport \'firewall.core.io.service\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad15ec3830>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/ipset.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc\'\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/icmp.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc\'\nimport \'firewall.core.icmp\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad15ef0380>\nimport \'firewall.core.io.ipset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad15ec3b90>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/icmptype.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc\'\nimport \'firewall.core.io.icmptype\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad15ef0e00>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/helper.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc\'\nimport \'firewall.core.io.helper\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad15ef1220>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/command.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc\'\nimport \'firewall.command\' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad15ef1640>\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# destroy __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 itertools\n# cleanup[2] removing keyword\n# cleanup[2] removing _operator\n# cleanup[2] removing operator\n# cleanup[2] removing reprlib\n# destroy reprlib\n# cleanup[2] removing _collections\n# cleanup[2] removing collections\n# cleanup[2] removing types\n# cleanup[2] removing _functools\n# cleanup[2] removing functools\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 copyreg\n# cleanup[2] removing contextlib\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 re\n# cleanup[2] removing _typing\n# cleanup[2] removing typing\n# destroy typing\n# cleanup[2] removing pkgutil\n# destroy pkgutil\n# cleanup[2] removing gi._error\n# cleanup[2] removing gi._gi\n# cleanup[2] removing gi._gobject\n# cleanup[2] removing glib\n# destroy glib\n# cleanup[2] removing gobject\n# cleanup[2] removing gio\n# destroy gio\n# cleanup[2] removing gtk\n# destroy gtk\n# cleanup[2] removing gtk.gdk\n# destroy gtk.gdk\n# cleanup[2] removing gi\n# cleanup[2] removing threading\n# cleanup[2] removing gi._constants\n# cleanup[2] removing gi.docstring\n# cleanup[2] removing gi._propertyhelper\n# cleanup[2] removing gi._signalhelper\n# cleanup[2] removing gi.types\n# cleanup[2] removing gi.module\n# cleanup[2] removing gi.overrides\n# cleanup[2] removing gi.importer\n# cleanup[2] removing gi.repository\n# cleanup[2] removing _socket\n# cleanup[2] removing math\n# cleanup[2] removing select\n# cleanup[2] removing selectors\n# cleanup[2] removing errno\n# cleanup[2] removing array\n# cleanup[2] removing socket\n# cleanup[2] removing __future__\n# destroy __future__\n# cleanup[2] removing signal\n# cleanup[2] removing gi._ossighelper\n# cleanup[2] removing textwrap\n# cleanup[2] removing gettext\n# cleanup[2] removing _locale\n# cleanup[2] removing locale\n# cleanup[2] removing optparse\n# cleanup[2] removing gi._option\n# cleanup[2] removing gi.overrides.GLib\n# cleanup[2] removing gi.repository.GLib\n# cleanup[2] removing gi.overrides.GObject\n# cleanup[2] removing gi.repository.GObject\n# cleanup[2] removing argparse\n# cleanup[2] removing firewall\n# cleanup[2] removing dbus._compat\n# cleanup[2] removing dbus.exceptions\n# cleanup[2] removing _dbus_bindings\n# cleanup[2] removing dbus.types\n# cleanup[2] removing token\n# cleanup[2] removing _tokenize\n# cleanup[2] removing tokenize\n# cleanup[2] removing linecache\n# cleanup[2] removing traceback\n# cleanup[2] removing _string\n# cleanup[2] removing string\n# cleanup[2] removing atexit\n# cleanup[2] removing logging\n# cleanup[2] removing dbus.lowlevel\n# cleanup[2] removing xml\n# cleanup[2] removing xml.parsers\n# cleanup[2] removing pyexpat.errors\n# cleanup[2] removing pyexpat.model\n# cleanup[2] removing pyexpat\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 dbus._expat_introspect_parser\n# cleanup[2] removing dbus.proxies\n# cleanup[2] removing dbus.connection\n# cleanup[2] removing dbus.bus\n# cleanup[2] removing dbus._dbus\n# cleanup[2] removing dbus\n# cleanup[2] removing dbus.mainloop\n# cleanup[2] removing _dbus_glib_bindings\n# cleanup[2] removing dbus.mainloop.glib\n# cleanup[2] removing _struct\n# cleanup[2] removing struct\n# cleanup[2] removing copy\n# cleanup[2] removing firewall.config.dbus\n# cleanup[2] removing firewall.config\n# cleanup[2] removing firewall.core\n# cleanup[2] removing firewall.core.base\n# cleanup[2] removing xml.etree\n# cleanup[2] removing xml.etree.ElementPath\n# cleanup[2] removing _elementtree\n# cleanup[2] removing xml.etree.ElementTree\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 inspect\n# cleanup[2] removing fnmatch\n# cleanup[2] removing syslog\n# cleanup[2] removing fcntl\n# cleanup[2] removing firewall.core.logger\n# cleanup[2] removing firewall.dbus_utils\n# cleanup[2] removing dataclasses\n# destroy dataclasses\n# cleanup[2] removing shlex\n# cleanup[2] removing zlib\n# cleanup[2] removing _compression\n# cleanup[2] removing _bz2\n# cleanup[2] removing bz2\n# destroy bz2\n# cleanup[2] removing _lzma\n# cleanup[2] removing lzma\n# destroy lzma\n# cleanup[2] removing shutil\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 tempfile\n# cleanup[2] removing firewall.functions\n# cleanup[2] removing ipaddress\n# cleanup[2] removing firewall.errors\n# cleanup[2] removing _posixsubprocess\n# cleanup[2] removing subprocess\n# cleanup[2] removing firewall.core.prog\n# cleanup[2] removing firewall.core.ipset\n# cleanup[2] removing firewall.core.rich\n# cleanup[2] removing firewall.client\n# cleanup[2] removing gi.overrides.Gio\n# cleanup[2] removing gi.repository.Gio\n# cleanup[2] removing firewall.core.fw_nm\n# cleanup[2] removing firewall.core.io\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 urllib\n# cleanup[2] removing urllib.parse\n# cleanup[2] removing binascii\n# cleanup[2] removing base64\n# cleanup[2] removing email\n# cleanup[2] removing http\n# cleanup[2] removing email.errors\n# cleanup[2] removing email.quoprimime\n# cleanup[2] removing email.base64mime\n# cleanup[2] removing quopri\n# cleanup[2] removing email.encoders\n# cleanup[2] removing email.charset\n# cleanup[2] removing email.header\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 email.utils\n# cleanup[2] removing email._policybase\n# cleanup[2] removing email.feedparser\n# cleanup[2] removing email.parser\n# cleanup[2] removing email._encoded_words\n# cleanup[2] removing email.iterators\n# cleanup[2] removing email.message\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 firewall.core.io.io_object\n# cleanup[2] removing firewall.core.io.policy\n# cleanup[2] removing firewall.core.io.zone\n# cleanup[2] removing firewall.core.io.service\n# cleanup[2] removing firewall.core.icmp\n# cleanup[2] removing firewall.core.io.ipset\n# cleanup[2] removing firewall.core.io.icmptype\n# cleanup[2] removing firewall.core.io.helper\n# cleanup[2] removing firewall.command\n# destroy _sitebuiltins\n# destroy zlib\n# destroy _bz2\n# destroy _compression\n# destroy _lzma\n# cleanup[3] wiping firewall.command\n# cleanup[3] wiping firewall.core.io.helper\n# cleanup[3] wiping firewall.core.io.icmptype\n# cleanup[3] wiping firewall.core.io.ipset\n# cleanup[3] wiping firewall.core.icmp\n# cleanup[3] wiping firewall.core.io.service\n# cleanup[3] wiping firewall.core.io.zone\n# cleanup[3] wiping firewall.core.io.policy\n# cleanup[3] wiping firewall.core.io.io_object\n# cleanup[3] wiping xml.sax.saxutils\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 email.message\n# destroy quopri\n# cleanup[3] wiping email.iterators\n# cleanup[3] wiping email._encoded_words\n# cleanup[3] wiping email.parser\n# cleanup[3] wiping email.feedparser\n# cleanup[3] wiping email._policybase\n# cleanup[3] wiping email.utils\n# destroy random\n# destroy urllib\n# destroy urllib.parse\n# destroy urllib.response\n# destroy urllib.error\n# destroy urllib.request\n# cleanup[3] wiping email._parseaddr\n# destroy calendar\n# cleanup[3] wiping datetime\n# cleanup[3] wiping _datetime\n# cleanup[3] wiping email.header\n# cleanup[3] wiping email.charset\n# destroy email\n# cleanup[3] wiping email.encoders\n# cleanup[3] wiping email.base64mime\n# cleanup[3] wiping email.quoprimime\n# cleanup[3] wiping email.errors\n# cleanup[3] wiping base64\n# destroy struct\n# cleanup[3] wiping binascii\n# cleanup[3] wiping xml.sax\n# destroy xml.sax._exceptions\n# destroy xml.sax.xmlreader\n# destroy xml.sax.saxutils\n# cleanup[3] wiping xml.sax.handler\n# cleanup[3] wiping firewall.core.io\n# destroy xml\n# destroy xml.parsers\n# destroy xml.parsers.expat\n# destroy xml.etree\n# destroy xml.sax\n# destroy firewall.core.io.io_object\n# destroy firewall.core.io.policy\n# destroy firewall.core.io.zone\n# destroy firewall.core.io.service\n# destroy firewall.core.io.ipset\n# destroy firewall.core.io.icmptype\n# destroy firewall.core.io.helper\n# cleanup[3] wiping firewall.core.fw_nm\n# cleanup[3] wiping gi.repository.Gio\n# cleanup[3] wiping gi.overrides.Gio\n# cleanup[3] wiping firewall.client\n# destroy firewall\n# destroy firewall.config\n# destroy firewall.core\n# destroy firewall.core.base\n# destroy firewall.core.logger\n# destroy firewall.core.prog\n# destroy firewall.core.ipset\n# destroy firewall.core.rich\n# destroy firewall.core.fw_nm\n# destroy firewall.core.io\n# destroy firewall.core.icmp\n# destroy firewall.dbus_utils\n# destroy firewall.command\n# destroy firewall.client\n# cleanup[3] wiping subprocess\n# cleanup[3] wiping _posixsubprocess\n# destroy _posixsubprocess\n# cleanup[3] wiping firewall.errors\n# cleanup[3] wiping ipaddress\n# cleanup[3] wiping firewall.functions\n# destroy shlex\n# destroy string\n# destroy tempfile\n# cleanup[3] wiping _blake2\n# cleanup[3] wiping _hashlib\n# cleanup[3] wiping _random\n# cleanup[3] wiping _bisect\n# cleanup[3] wiping shutil\n# cleanup[3] wiping fcntl\n# cleanup[3] wiping syslog\n# cleanup[3] wiping fnmatch\n# cleanup[3] wiping inspect\n# destroy ast\n# destroy dis\n# destroy token\n# cleanup[3] wiping _opcode\n# cleanup[3] wiping xml.etree.ElementTree\n# cleanup[3] wiping _elementtree\n# cleanup[3] wiping xml.etree.ElementPath\n# cleanup[3] wiping firewall.config.dbus\n# cleanup[3] wiping copy\n# cleanup[3] wiping _struct\n# cleanup[3] wiping dbus.mainloop.glib\n# cleanup[3] wiping _dbus_glib_bindings\n# cleanup[3] wiping dbus.mainloop\n# destroy dbus.mainloop.glib\n# cleanup[3] wiping dbus\n# destroy dbus._compat\n# destroy dbus._expat_introspect_parser\n# destroy dbus._dbus\n# destroy dbus.exceptions\n# destroy dbus.types\n# destroy dbus.lowlevel\n# destroy dbus.proxies\n# destroy dbus.connection\n# destroy dbus.bus\n# destroy dbus.mainloop\n# cleanup[3] wiping xml.parsers.expat.errors\n# cleanup[3] wiping xml.parsers.expat.model\n# cleanup[3] wiping pyexpat\n# destroy pyexpat.errors\n# destroy pyexpat.model\n# cleanup[3] wiping logging\n# cleanup[3] wiping atexit\n# destroy atexit\n# cleanup[3] wiping _string\n# cleanup[3] wiping traceback\n# destroy linecache\n# cleanup[3] wiping tokenize\n# cleanup[3] wiping _tokenize\n# cleanup[3] wiping _dbus_bindings\n# cleanup[3] wiping argparse\n# cleanup[3] wiping gi.repository.GObject\n# cleanup[3] wiping gi.overrides.GObject\n# cleanup[3] wiping gi.repository.GLib\n# cleanup[3] wiping gi.overrides.GLib\n# cleanup[3] wiping gi._option\n# destroy optparse\n# cleanup[3] wiping locale\n# destroy encodings\n# cleanup[3] wiping _locale\n# destroy _locale\n# cleanup[3] wiping gettext\n# cleanup[3] wiping textwrap\n# cleanup[3] wiping gi._ossighelper\n# destroy signal\n# cleanup[3] wiping socket\n# destroy selectors\n# cleanup[3] wiping array\n# cleanup[3] wiping errno\n# cleanup[3] wiping select\n# cleanup[3] wiping math\n# cleanup[3] wiping _socket\n# cleanup[3] wiping gi.repository\n# destroy gi.repository.GLib\n# destroy gi.repository.Gio\n# cleanup[3] wiping gi.importer\n# cleanup[3] wiping gi.overrides\n# destroy gi.overrides.GLib\n# destroy gi.overrides.GObject\n# destroy gi.overrides.Gio\n# cleanup[3] wiping gi.module\n# destroy gi\n# cleanup[3] wiping gi.types\n# cleanup[3] wiping gi._signalhelper\n# cleanup[3] wiping gi._propertyhelper\n# cleanup[3] wiping gi.docstring\n# cleanup[3] wiping gi._constants\n# cleanup[3] wiping threading\n# cleanup[3] wiping gobject\n# cleanup[3] wiping gi._gobject\n# cleanup[3] wiping gi._gi\n# cleanup[3] wiping gi._error\n# cleanup[3] wiping _typing\n# cleanup[3] wiping re\n# destroy re._constants\n# destroy re._casefix\n# destroy re._compiler\n# destroy enum\n# cleanup[3] wiping re._parser\n# cleanup[3] wiping _sre\n# cleanup[3] wiping contextlib\n# cleanup[3] wiping copyreg\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# cleanup[3] wiping warnings\n# cleanup[3] wiping importlib._bootstrap_external\n# cleanup[3] wiping importlib._bootstrap\n# cleanup[3] wiping functools\n# cleanup[3] wiping _functools\n# cleanup[3] wiping types\n# cleanup[3] wiping collections\n# destroy _collections_abc\n# destroy collections.abc\n# cleanup[3] wiping _collections\n# cleanup[3] wiping operator\n# cleanup[3] wiping _operator\n# cleanup[3] wiping keyword\n# cleanup[3] wiping itertools\n# cleanup[3] wiping encodings.utf_8_sig\n# cleanup[3] wiping os\n# destroy posixpath\n# cleanup[3] wiping genericpath\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 _datetime\n# destroy _dbus_glib_bindings\n# destroy sys.monitoring\n# destroy _io\n# destroy _socket\n# destroy gi.repository.GObject\n# destroy argparse\n# destroy zipimport\n# destroy importlib\n# destroy gi.types\n# destroy gi._error\n# destroy gi._gobject\n# destroy gi._constants\n# destroy gi.docstring\n# destroy gi._propertyhelper\n# destroy gi._signalhelper\n# destroy gi.module\n# destroy gi.overrides\n# destroy gi.importer\n# destroy gi.repository\n# destroy gi._ossighelper\n# destroy gi._option\n# destroy gi._gi\n# destroy _collections\n# destroy re._parser\n# destroy array\n# destroy textwrap\n# destroy stat\n# destroy genericpath\n# destroy tokenize\n# destroy _string\n# destroy shutil\n# destroy gettext\n# destroy firewall.config.dbus\n# destroy firewall.functions\n# destroy select\n# destroy _signal\n# destroy dbus\n# destroy xml.etree.ElementTree\n# destroy firewall.errors\n# destroy time\n# destroy fnmatch\n# destroy syslog\n# destroy traceback\n# destroy fcntl\n# destroy xml.sax.handler\n# destroy copy\n# destroy inspect\n# destroy keyword\n# destroy abc\n# destroy _thread\n# destroy copyreg\n# destroy contextlib\n# destroy operator\n# destroy subprocess\n# destroy _typing\n# destroy _tokenize\n# destroy xml.etree.ElementPath\n# destroy collections\n# destroy io\n# destroy _opcode\n# destroy functools\n# destroy types\n# destroy ipaddress\n# destroy _elementtree\n# destroy email.errors\n# destroy email.quoprimime\n# destroy email.base64mime\n# destroy email.encoders\n# destroy email.charset\n# destroy email.header\n# destroy email._parseaddr\n# destroy email.utils\n# destroy email._policybase\n# destroy email.feedparser\n# destroy email.parser\n# destroy email._encoded_words\n# destroy email.iterators\n# destroy email.message\n# destroy http.client\n# destroy socket\n# destroy base64\n# destroy errno\n# destroy _blake2\n# destroy _ssl\n# destroy binascii\n# destroy datetime\n# destroy locale\n# destroy warnings\n# destroy _struct\n# clear sys.meta_path\n# clear sys.modules\n# destroy _frozen_importlib\n# destroy codecs\n# destroy encodings.aliases\n# destroy encodings.utf_8\n# destroy encodings.utf_8_sig\n# destroy _codecs\n# destroy _warnings\n# destroy math\n# destroy _bisect\n# destroy os\n# destroy re\n# destroy _random\n# destroy _hashlib\n# destroy _operator\n# destroy builtins\n# destroy itertools\n# destroy _sre\n# destroy posix\n# destroy _functools\n# clear sys.audit hooks', 'rc': 0, 'cmd': 'set -euo pipefail\nports="$(firewall-cmd --info-service="smtps" | \\\n grep -E " +ports: +" | sed -e "s/ *ports: //")" || :\nif [ -z "$ports" ]; then\n include="$(firewall-cmd --info-service="smtps" | \\\n awk \'/^ +includes:/ {print $2}\')" || :\n if [ -n "$include" ]; then\n ports="$(firewall-cmd --info-service="$include" | \\\n grep -E " +ports: +" | sed -e "s/ *ports: //")"\n fi\nfi\nif [ -z "$ports" ]; then\n exit 1\nfi\necho "$ports"', 'start': '2024-09-20 13:25:42.322597', 'end': '2024-09-20 13:25:42.519132', 'delta': '0:00:00.196535', 'msg': '', 'invocation': {'module_args': {'_raw_params': 'set -euo pipefail\nports="$(firewall-cmd --info-service="smtps" | \\\n grep -E " +ports: +" | sed -e "s/ *ports: //")" || :\nif [ -z "$ports" ]; then\n include="$(firewall-cmd --info-service="smtps" | \\\n awk \'/^ +includes:/ {print $2}\')" || :\n if [ -n "$include" ]; then\n ports="$(firewall-cmd --info-service="$include" | \\\n grep -E " +ports: +" | sed -e "s/ *ports: //")"\n fi\nfi\nif [ -z "$ports" ]; then\n exit 1\nfi\necho "$ports"', '_uses_shell': True, 'expand_argument_vars': True, 'stdin_add_newline': True, 'strip_empty_ends': True, 'argv': None, 'chdir': None, 'executable': None, 'creates': None, 'removes': None, 'stdin': None}}, 'stdout_lines': ['465/tcp'], 'stderr_lines': ['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 0x7fad17b60530>", "import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17b2bb60>", '# /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 0x7fad17b62ab0>", "import '_signal' # ", "import '_abc' # ", "import 'abc' # ", "import 'io' # ", "import '_stat' # ", "import 'stat' # ", "import '_collections_abc' # ", "import 'genericpath' # ", "import 'posixpath' # ", "import 'os' # ", "import '_sitebuiltins' # ", 'Processing user site-packages', 'Processing global site-packages', "Adding directory: '/usr/lib64/python3.12/site-packages'", "Adding directory: '/usr/lib/python3.12/site-packages'", "Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'", '# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py', "# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'", "import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17b71190>", '# /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 0x7fad17b71fa0>", "import 'site' # ", 'Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux', 'Type "help", "copyright", "credits" or "license" for more information.', '# /usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/__init__.py', "# code object from '/usr/lib64/python3.12/site-packages/gi/__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/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 0x7fad17a028a0>", '# /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 0x7fad17a02f30>", '# /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 0x7fad17a038c0>", "import '_collections' # ", "import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176da480>", '# /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/__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 0x7fad179da360>", "import '_functools' # ", "import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176da7e0>", '# /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 0x7fad179daed0>", "import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176dafc0>", '# /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 0x7fad179dbbf0>", "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 0x7fad179a9400>", "import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad179dbec0>", '# /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 0x7fad179775c0>", '# /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 0x7fad17977680>", '# /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 0x7fad178b8440>", '# /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'", "import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad178bad80>", '# /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 0x7fad1786ce30>", "import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17897a10>", '# /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 0x7fad1786ce90>", "import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17896090>", "import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad178ba180>", "import '_typing' # ", "import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad179aa360>", "import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176d9e20>", '# possible namespace for /usr/lib/python3.12/site-packages/gi', '# /usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_error.py', "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc'", "import 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17976960>", "# extension module 'gi._gi' loaded from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so'", "# extension module 'gi._gi' executed from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so'", "import 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fad17975100>", "import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176d8e30>", '# /usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/repository/__init__.py', "# code object from '/usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc'", '# /usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/importer.py', "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc'", '# /usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/module.py', "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.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 0x7fad178123c0>", '# /usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/types.py', "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc'", '# /usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_constants.py', "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc'", "import 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad177dda60>", '# /usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/docstring.py', "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc'", "import 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad177ddd90>", '# /usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_propertyhelper.py', "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc'", "import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad177de240>", '# /usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_signalhelper.py', "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc'", "import 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad177deb10>", "import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad177dd310>", "import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17811ee0>", '# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/__init__.py', "# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc'", "import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17812240>", "import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17811970>", "import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad179a8d70>", '# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GLib.py', "# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc'", '# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py', "# code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'", "# extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'", "# extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'", "import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fad176b7590>", '# /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 '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 0x7fad17685490>", "# 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 0x7fad17685e80>", "import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176b7fe0>", "import 'errno' # ", "# 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 0x7fad17664170>", "import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176b5b50>", '# /usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_ossighelper.py', "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.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 0x7fad17664560>", '# /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 0x7fad17664a10>", "import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176b67e0>", '# /usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_option.py', "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc'", '# /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py', "# code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc'", '# /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 0x7fad1763cd40>", '# /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 0x7fad1763d640>", '# /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 0x7fad1763eed0>", "import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176661b0>", "import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176658e0>", "import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad177dfe00>", "import 'gi.repository.GLib' # ", '# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GObject.py', "# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc'", "import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176fede0>", "import 'gi.repository.GObject' # ", '# destroy gobject', '# /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'", "import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17244770>", '# /usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/__init__.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc'", "import 'firewall' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17245f10>", '# /usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/client.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc'", '# /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py', "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc'", '# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py', "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc'", "import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad172dca70>", '# /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py', "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc'", "import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad172dcb30>", '# /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py', "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc'", "# extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'", "# extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'", "import '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fad172dd280>", "import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad172dd100>", '# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py', "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc'", '# /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py', "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc'", '# /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__/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 0x7fad17321a90>", "import '_tokenize' # ", "import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17320590>", "import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad173202f0>", "import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17306570>", '# /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 0x7fad17322ab0>", "import 'atexit' # ", "import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad172decf0>", '# /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py', "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc'", '# /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py', "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc'", "import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad1732af30>", '# /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py', "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc'", '# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py', "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.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 0x7fad16fa0200>", '# /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 0x7fad16fa0440>", '# /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'", "# 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 0x7fad16fa05c0>", "import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16fa04a0>", "import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad1732bc80>", "import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad1732b0b0>", "import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad1732a450>", "import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad172de270>", "import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad172ddaf0>", "import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad172dc530>", '# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/__init__.py', "# code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc'", "import 'dbus.mainloop' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad172ddf70>", '# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/glib.py', "# code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc'", "# extension module '_dbus_glib_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so'", "# extension module '_dbus_glib_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so'", "import '_dbus_glib_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fad16fa0860>", "import 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16fa07a0>", '# /usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/__init__.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc'", '# /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 0x7fad16fa0f80>", "import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16fa0e30>", '# /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 0x7fad16fa3110>", '# /usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/dbus.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc'", "import 'firewall.config.dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16fa35c0>", "import 'firewall.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16fa09b0>", '# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/__init__.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc'", "import 'firewall.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16fa3530>", '# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/base.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc'", "import 'firewall.core.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16fa3740>", '# /usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/dbus_utils.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc'", '# /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 0x7fad16fa3ef0>", '# /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 0x7fad16fd31a0>", "# extension module '_elementtree' loaded from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so'", "# 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 0x7fad16ff4410>", "import 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16fa3e30>", '# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/logger.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc'", '# /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 0x7fad16fd26c0>", '# /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 0x7fad17085490>", "import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17084860>", "import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17036ae0>", "import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16ff5d30>", '# /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 0x7fad17322510>", "# 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 0x7fad16b05460>", "# 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 0x7fad16b057f0>", "import 'firewall.core.logger' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16ff45c0>", "import 'firewall.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16fa3980>", '# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/rich.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc'", '# /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 0x7fad16b30200>", '# /usr/lib/python3.12/site-packages/firewall/__pycache__/functions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/functions.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/functions.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 0x7fad16b33620>", '# /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__/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 0x7fad16b57920>", '# /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 0x7fad16b7c830>", "# 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 0x7fad16b7ce90>", "import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b57d40>", '# /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 0x7fad16b7d850>", "import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b7cf80>", "import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b55910>", '# /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 0x7fad16b7fb60>", "import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b7f890>", "# 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 0x7fad16b7fb90>", '# /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 0x7fad16ba4410>", "# 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 0x7fad16ba4da0>", "import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b7fce0>", "import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b55fa0>", "import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b33e90>", "import 'firewall.functions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b32120>", '# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/ipset.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.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 0x7fad16ba57c0>", '# /usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/errors.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc'", "import 'firewall.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16bd8740>", '# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/prog.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc'", '# /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'", "# 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 0x7fad16bfce90>", "import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16bdb0e0>", "import 'firewall.core.prog' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16bdaf30>", "import 'firewall.core.ipset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b7ff80>", "import 'firewall.core.rich' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b06780>", "import 'firewall.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17246b40>", '# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/fw_nm.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc'", '# destroy gi.repository.GModule', "import 'gi.repository.GModule' # ", '# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/Gio.py', "# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc'", "import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16584d70>", "import 'gi.repository.Gio' # ", '# destroy gi.repository.NM', "import 'gi.repository.NM' # ", "import 'firewall.core.fw_nm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16584230>", '# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/__init__.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc'", "import 'firewall.core.io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad165848c0>", '# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/zone.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc'", '# /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 0x7fad165a8d40>", '# /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 0x7fad165a93a0>", "import 'xml.sax.xmlreader' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16587770>", "import 'xml.sax' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16587470>", '# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/io_object.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc'", '# /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__/__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 0x7fad165abfb0>", '# /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'", "import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad165cc080>", '# /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/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py', "# code object from '/usr/lib64/python3.12/__pycache__/base64.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 0x7fad160cc830>", "import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad165ef4d0>", '# /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 0x7fad160ccaa0>", '# /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 0x7fad160ccd40>", '# /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/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'", '# /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 0x7fad16105130>", '# /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'", '# /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'", "import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad161075c0>", '# /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'", "import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad161074d0>", '# /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__/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'", '# /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 0x7fad161300e0>", "import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad1612bc80>", "import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad1612b170>", "import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16106840>", '# /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__/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 0x7fad16131a90>", "import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16131850>", '# /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 0x7fad161333b0>", "import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16132030>", "import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad1612aff0>", "import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad161051c0>", "import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16104530>", "import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad160cffe0>", '# /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/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 0x7fad16153890>", '# /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 0x7fad16153f50>", "import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16133bf0>", '# /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 0x7fad1618ac90>", "import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad161883b0>", "import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad160cdee0>", '# /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 0x7fad15ec2600>", "import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad160cfec0>", "import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad165cecf0>", "import 'xml.sax.saxutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad165aacf0>", "import 'firewall.core.io.io_object' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad165a9f40>", '# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/policy.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc'", "import 'firewall.core.io.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad165aa750>", "import 'firewall.core.io.zone' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16584d40>", '# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/service.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc'", "import 'firewall.core.io.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad15ec3830>", '# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/ipset.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc'", '# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/icmp.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc'", "import 'firewall.core.icmp' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad15ef0380>", "import 'firewall.core.io.ipset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad15ec3b90>", '# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/icmptype.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc'", "import 'firewall.core.io.icmptype' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad15ef0e00>", '# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/helper.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc'", "import 'firewall.core.io.helper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad15ef1220>", '# /usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/command.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc'", "import 'firewall.command' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad15ef1640>", '# 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__', '# destroy __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 itertools', '# cleanup[2] removing 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 types', '# cleanup[2] removing _functools', '# cleanup[2] removing functools', '# 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 copyreg', '# cleanup[2] removing contextlib', '# 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 re', '# cleanup[2] removing _typing', '# cleanup[2] removing typing', '# destroy typing', '# cleanup[2] removing pkgutil', '# destroy pkgutil', '# 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', '# 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 threading', '# 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 _socket', '# cleanup[2] removing math', '# cleanup[2] removing select', '# cleanup[2] removing selectors', '# cleanup[2] removing errno', '# cleanup[2] removing array', '# cleanup[2] removing socket', '# cleanup[2] removing __future__', '# destroy __future__', '# cleanup[2] removing signal', '# cleanup[2] removing gi._ossighelper', '# cleanup[2] removing textwrap', '# cleanup[2] removing gettext', '# cleanup[2] removing _locale', '# cleanup[2] removing locale', '# cleanup[2] removing optparse', '# cleanup[2] removing gi._option', '# cleanup[2] removing gi.overrides.GLib', '# cleanup[2] removing gi.repository.GLib', '# cleanup[2] removing gi.overrides.GObject', '# cleanup[2] removing gi.repository.GObject', '# cleanup[2] removing argparse', '# cleanup[2] removing firewall', '# cleanup[2] removing dbus._compat', '# cleanup[2] removing dbus.exceptions', '# cleanup[2] removing _dbus_bindings', '# cleanup[2] removing dbus.types', '# cleanup[2] removing token', '# cleanup[2] removing _tokenize', '# cleanup[2] removing tokenize', '# cleanup[2] removing linecache', '# cleanup[2] removing traceback', '# cleanup[2] removing _string', '# cleanup[2] removing string', '# cleanup[2] removing atexit', '# cleanup[2] removing logging', '# cleanup[2] removing dbus.lowlevel', '# cleanup[2] removing xml', '# cleanup[2] removing 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', '# 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 dbus.mainloop', '# cleanup[2] removing _dbus_glib_bindings', '# cleanup[2] removing dbus.mainloop.glib', '# cleanup[2] removing _struct', '# cleanup[2] removing struct', '# cleanup[2] removing copy', '# cleanup[2] removing firewall.config.dbus', '# cleanup[2] removing firewall.config', '# cleanup[2] removing firewall.core', '# cleanup[2] removing firewall.core.base', '# cleanup[2] removing xml.etree', '# cleanup[2] removing xml.etree.ElementPath', '# cleanup[2] removing _elementtree', '# cleanup[2] removing xml.etree.ElementTree', '# 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 inspect', '# cleanup[2] removing fnmatch', '# cleanup[2] removing syslog', '# cleanup[2] removing fcntl', '# cleanup[2] removing firewall.core.logger', '# cleanup[2] removing firewall.dbus_utils', '# cleanup[2] removing dataclasses', '# destroy dataclasses', '# cleanup[2] removing shlex', '# cleanup[2] removing zlib', '# cleanup[2] removing _compression', '# cleanup[2] removing _bz2', '# cleanup[2] removing bz2', '# destroy bz2', '# cleanup[2] removing _lzma', '# cleanup[2] removing lzma', '# destroy lzma', '# cleanup[2] removing shutil', '# 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 firewall.functions', '# cleanup[2] removing ipaddress', '# cleanup[2] removing firewall.errors', '# cleanup[2] removing _posixsubprocess', '# cleanup[2] removing subprocess', '# cleanup[2] removing firewall.core.prog', '# cleanup[2] removing firewall.core.ipset', '# cleanup[2] removing firewall.core.rich', '# cleanup[2] removing firewall.client', '# cleanup[2] removing gi.overrides.Gio', '# cleanup[2] removing gi.repository.Gio', '# cleanup[2] removing firewall.core.fw_nm', '# cleanup[2] removing firewall.core.io', '# 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 urllib', '# cleanup[2] removing urllib.parse', '# cleanup[2] removing binascii', '# cleanup[2] removing base64', '# cleanup[2] removing email', '# cleanup[2] removing http', '# cleanup[2] removing email.errors', '# cleanup[2] removing email.quoprimime', '# cleanup[2] removing email.base64mime', '# cleanup[2] removing quopri', '# cleanup[2] removing email.encoders', '# cleanup[2] removing email.charset', '# cleanup[2] removing email.header', '# cleanup[2] removing _datetime', '# cleanup[2] removing datetime', '# cleanup[2] removing calendar', '# cleanup[2] removing email._parseaddr', '# cleanup[2] removing email.utils', '# cleanup[2] removing email._policybase', '# cleanup[2] removing email.feedparser', '# cleanup[2] removing email.parser', '# cleanup[2] removing email._encoded_words', '# cleanup[2] removing email.iterators', '# cleanup[2] removing email.message', '# 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 firewall.core.io.io_object', '# cleanup[2] removing firewall.core.io.policy', '# cleanup[2] removing firewall.core.io.zone', '# cleanup[2] removing firewall.core.io.service', '# cleanup[2] removing firewall.core.icmp', '# cleanup[2] removing firewall.core.io.ipset', '# cleanup[2] removing firewall.core.io.icmptype', '# cleanup[2] removing firewall.core.io.helper', '# cleanup[2] removing firewall.command', '# destroy _sitebuiltins', '# destroy zlib', '# destroy _bz2', '# destroy _compression', '# destroy _lzma', '# cleanup[3] wiping firewall.command', '# cleanup[3] wiping firewall.core.io.helper', '# cleanup[3] wiping firewall.core.io.icmptype', '# cleanup[3] wiping firewall.core.io.ipset', '# cleanup[3] wiping firewall.core.icmp', '# cleanup[3] wiping firewall.core.io.service', '# cleanup[3] wiping firewall.core.io.zone', '# cleanup[3] wiping firewall.core.io.policy', '# cleanup[3] wiping firewall.core.io.io_object', '# cleanup[3] wiping xml.sax.saxutils', '# 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 email.message', '# destroy quopri', '# cleanup[3] wiping email.iterators', '# cleanup[3] wiping email._encoded_words', '# cleanup[3] wiping email.parser', '# cleanup[3] wiping email.feedparser', '# cleanup[3] wiping email._policybase', '# cleanup[3] wiping email.utils', '# destroy random', '# destroy urllib', '# destroy urllib.parse', '# destroy urllib.response', '# destroy urllib.error', '# destroy urllib.request', '# cleanup[3] wiping email._parseaddr', '# destroy calendar', '# cleanup[3] wiping datetime', '# cleanup[3] wiping _datetime', '# cleanup[3] wiping email.header', '# cleanup[3] wiping email.charset', '# destroy email', '# cleanup[3] wiping email.encoders', '# cleanup[3] wiping email.base64mime', '# cleanup[3] wiping email.quoprimime', '# cleanup[3] wiping email.errors', '# cleanup[3] wiping base64', '# destroy struct', '# cleanup[3] wiping binascii', '# cleanup[3] wiping xml.sax', '# destroy xml.sax._exceptions', '# destroy xml.sax.xmlreader', '# destroy xml.sax.saxutils', '# cleanup[3] wiping xml.sax.handler', '# cleanup[3] wiping firewall.core.io', '# destroy xml', '# destroy xml.parsers', '# destroy xml.parsers.expat', '# destroy xml.etree', '# destroy xml.sax', '# destroy firewall.core.io.io_object', '# destroy firewall.core.io.policy', '# destroy firewall.core.io.zone', '# destroy firewall.core.io.service', '# destroy firewall.core.io.ipset', '# destroy firewall.core.io.icmptype', '# destroy firewall.core.io.helper', '# cleanup[3] wiping firewall.core.fw_nm', '# cleanup[3] wiping gi.repository.Gio', '# cleanup[3] wiping gi.overrides.Gio', '# cleanup[3] wiping firewall.client', '# destroy firewall', '# destroy firewall.config', '# destroy firewall.core', '# destroy firewall.core.base', '# destroy firewall.core.logger', '# destroy firewall.core.prog', '# destroy firewall.core.ipset', '# destroy firewall.core.rich', '# destroy firewall.core.fw_nm', '# destroy firewall.core.io', '# destroy firewall.core.icmp', '# destroy firewall.dbus_utils', '# destroy firewall.command', '# destroy firewall.client', '# cleanup[3] wiping subprocess', '# cleanup[3] wiping _posixsubprocess', '# destroy _posixsubprocess', '# cleanup[3] wiping firewall.errors', '# cleanup[3] wiping ipaddress', '# cleanup[3] wiping firewall.functions', '# destroy shlex', '# destroy string', '# destroy tempfile', '# cleanup[3] wiping _blake2', '# cleanup[3] wiping _hashlib', '# cleanup[3] wiping _random', '# cleanup[3] wiping _bisect', '# cleanup[3] wiping shutil', '# cleanup[3] wiping fcntl', '# cleanup[3] wiping syslog', '# cleanup[3] wiping fnmatch', '# cleanup[3] wiping inspect', '# destroy ast', '# destroy dis', '# destroy token', '# cleanup[3] wiping _opcode', '# cleanup[3] wiping xml.etree.ElementTree', '# cleanup[3] wiping _elementtree', '# cleanup[3] wiping xml.etree.ElementPath', '# cleanup[3] wiping firewall.config.dbus', '# cleanup[3] wiping copy', '# cleanup[3] wiping _struct', '# 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', '# 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.mainloop', '# cleanup[3] wiping xml.parsers.expat.errors', '# cleanup[3] wiping xml.parsers.expat.model', '# cleanup[3] wiping pyexpat', '# destroy pyexpat.errors', '# destroy pyexpat.model', '# cleanup[3] wiping logging', '# cleanup[3] wiping atexit', '# destroy atexit', '# cleanup[3] wiping _string', '# cleanup[3] wiping traceback', '# destroy linecache', '# cleanup[3] wiping tokenize', '# cleanup[3] wiping _tokenize', '# cleanup[3] wiping _dbus_bindings', '# cleanup[3] wiping argparse', '# cleanup[3] wiping gi.repository.GObject', '# cleanup[3] wiping gi.overrides.GObject', '# cleanup[3] wiping gi.repository.GLib', '# cleanup[3] wiping gi.overrides.GLib', '# cleanup[3] wiping gi._option', '# destroy optparse', '# cleanup[3] wiping locale', '# destroy encodings', '# cleanup[3] wiping _locale', '# destroy _locale', '# cleanup[3] wiping gettext', '# cleanup[3] wiping textwrap', '# cleanup[3] wiping gi._ossighelper', '# destroy signal', '# cleanup[3] wiping socket', '# destroy selectors', '# cleanup[3] wiping array', '# cleanup[3] wiping errno', '# cleanup[3] wiping select', '# cleanup[3] wiping math', '# cleanup[3] wiping _socket', '# cleanup[3] wiping gi.repository', '# destroy gi.repository.GLib', '# destroy gi.repository.Gio', '# cleanup[3] wiping gi.importer', '# cleanup[3] wiping gi.overrides', '# destroy gi.overrides.GLib', '# destroy gi.overrides.GObject', '# destroy gi.overrides.Gio', '# 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 threading', '# cleanup[3] wiping gobject', '# cleanup[3] wiping gi._gobject', '# cleanup[3] wiping gi._gi', '# cleanup[3] wiping gi._error', '# cleanup[3] wiping _typing', '# cleanup[3] wiping re', '# destroy re._constants', '# destroy re._casefix', '# destroy re._compiler', '# destroy enum', '# cleanup[3] wiping re._parser', '# cleanup[3] wiping _sre', '# cleanup[3] wiping contextlib', '# cleanup[3] wiping copyreg', '# 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', '# cleanup[3] wiping warnings', '# cleanup[3] wiping importlib._bootstrap_external', '# cleanup[3] wiping importlib._bootstrap', '# cleanup[3] wiping functools', '# cleanup[3] wiping _functools', '# cleanup[3] wiping types', '# cleanup[3] wiping collections', '# destroy _collections_abc', '# destroy collections.abc', '# cleanup[3] wiping _collections', '# cleanup[3] wiping operator', '# cleanup[3] wiping _operator', '# cleanup[3] wiping keyword', '# cleanup[3] wiping itertools', '# 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', '# 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 _datetime', '# destroy _dbus_glib_bindings', '# destroy sys.monitoring', '# destroy _io', '# destroy _socket', '# destroy gi.repository.GObject', '# destroy argparse', '# destroy zipimport', '# destroy importlib', '# destroy gi.types', '# destroy gi._error', '# 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 gi._gi', '# destroy _collections', '# destroy re._parser', '# destroy array', '# destroy textwrap', '# destroy stat', '# destroy genericpath', '# destroy tokenize', '# destroy _string', '# destroy shutil', '# destroy gettext', '# destroy firewall.config.dbus', '# destroy firewall.functions', '# destroy select', '# destroy _signal', '# destroy dbus', '# destroy xml.etree.ElementTree', '# destroy firewall.errors', '# destroy time', '# destroy fnmatch', '# destroy syslog', '# destroy traceback', '# destroy fcntl', '# destroy xml.sax.handler', '# destroy copy', '# destroy inspect', '# destroy keyword', '# destroy abc', '# destroy _thread', '# destroy copyreg', '# destroy contextlib', '# destroy operator', '# destroy subprocess', '# destroy _typing', '# destroy _tokenize', '# destroy xml.etree.ElementPath', '# destroy collections', '# destroy io', '# destroy _opcode', '# destroy functools', '# destroy types', '# destroy ipaddress', '# destroy _elementtree', '# destroy email.errors', '# destroy email.quoprimime', '# destroy email.base64mime', '# destroy email.encoders', '# destroy email.charset', '# destroy email.header', '# destroy email._parseaddr', '# destroy email.utils', '# destroy email._policybase', '# destroy email.feedparser', '# destroy email.parser', '# destroy email._encoded_words', '# destroy email.iterators', '# destroy email.message', '# destroy http.client', '# destroy socket', '# destroy base64', '# destroy errno', '# destroy _blake2', '# destroy _ssl', '# destroy binascii', '# destroy datetime', '# destroy locale', '# destroy warnings', '# destroy _struct', '# 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 _codecs', '# destroy _warnings', '# destroy math', '# destroy _bisect', '# destroy os', '# destroy re', '# destroy _random', '# destroy _hashlib', '# destroy _operator', '# destroy builtins', '# destroy itertools', '# destroy _sre', '# destroy posix', '# destroy _functools', '# clear sys.audit hooks'], 'failed': False, 'item': 'smtps', 'ansible_loop_var': 'item'}) => { "ansible_facts": { "_postfix_selinux": [ { "local": "true", "ports": "25", "proto": "tcp", "setype": "smtp_port_t", "state": "present" }, { "local": "true", "ports": "465", "proto": "tcp", "setype": "smtp_port_t", "state": "present" } ] }, "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nports=\"$(firewall-cmd --info-service=\"smtps\" | \\\n grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\" || :\nif [ -z \"$ports\" ]; then\n include=\"$(firewall-cmd --info-service=\"smtps\" | \\\n awk '/^ +includes:/ {print $2}')\" || :\n if [ -n \"$include\" ]; then\n ports=\"$(firewall-cmd --info-service=\"$include\" | \\\n grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\"\n fi\nfi\nif [ -z \"$ports\" ]; then\n exit 1\nfi\necho \"$ports\"", "delta": "0:00:00.196535", "end": "2024-09-20 13:25:42.519132", "failed": false, "invocation": { "module_args": { "_raw_params": "set -euo pipefail\nports=\"$(firewall-cmd --info-service=\"smtps\" | \\\n grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\" || :\nif [ -z \"$ports\" ]; then\n include=\"$(firewall-cmd --info-service=\"smtps\" | \\\n awk '/^ +includes:/ {print $2}')\" || :\n if [ -n \"$include\" ]; then\n ports=\"$(firewall-cmd --info-service=\"$include\" | \\\n grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\"\n fi\nfi\nif [ -z \"$ports\" ]; then\n exit 1\nfi\necho \"$ports\"", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "expand_argument_vars": true, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true } }, "item": "smtps", "msg": "", "rc": 0, "start": "2024-09-20 13:25:42.322597", "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 0x7fad17b60530>\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17b2bb60>\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 0x7fad17b62ab0>\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/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 0x7fad17b71190>\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 0x7fad17b71fa0>\nimport 'site' # \nPython 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__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/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 0x7fad17a028a0>\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 0x7fad17a02f30>\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 0x7fad17a038c0>\nimport '_collections' # \nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176da480>\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/__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 0x7fad179da360>\nimport '_functools' # \nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176da7e0>\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 0x7fad179daed0>\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176dafc0>\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 0x7fad179dbbf0>\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 0x7fad179a9400>\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad179dbec0>\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 0x7fad179775c0>\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 0x7fad17977680>\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 0x7fad178b8440>\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'\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad178bad80>\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 0x7fad1786ce30>\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17897a10>\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 0x7fad1786ce90>\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17896090>\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad178ba180>\nimport '_typing' # \nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad179aa360>\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176d9e20>\n# possible namespace for /usr/lib/python3.12/site-packages/gi\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_error.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc'\nimport 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17976960>\n# extension module 'gi._gi' loaded from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so'\n# extension module 'gi._gi' executed from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so'\nimport 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fad17975100>\nimport 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176d8e30>\n# /usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/repository/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/importer.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/module.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc'\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 0x7fad178123c0>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/types.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_constants.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc'\nimport 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad177dda60>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/docstring.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc'\nimport 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad177ddd90>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_propertyhelper.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc'\nimport 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad177de240>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_signalhelper.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc'\nimport 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad177deb10>\nimport 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad177dd310>\nimport 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17811ee0>\n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc'\nimport 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17812240>\nimport 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17811970>\nimport 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad179a8d70>\n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GLib.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc'\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 0x7fad176b7590>\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 '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 0x7fad17685490>\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 0x7fad17685e80>\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176b7fe0>\nimport 'errno' # \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 0x7fad17664170>\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176b5b50>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_ossighelper.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.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 0x7fad17664560>\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 0x7fad17664a10>\nimport 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176b67e0>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_option.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py\n# code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc'\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 0x7fad1763cd40>\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 0x7fad1763d640>\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 0x7fad1763eed0>\nimport 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176661b0>\nimport 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176658e0>\nimport 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad177dfe00>\nimport 'gi.repository.GLib' # \n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GObject.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc'\nimport 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176fede0>\nimport 'gi.repository.GObject' # \n# destroy gobject\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'\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17244770>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc'\nimport 'firewall' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17245f10>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/client.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc'\nimport 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad172dca70>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc'\nimport 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad172dcb30>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc'\n# extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'\n# extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'\nimport '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fad172dd280>\nimport 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad172dd100>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc'\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'\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'\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 0x7fad17321a90>\nimport '_tokenize' # \nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17320590>\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad173202f0>\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17306570>\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 0x7fad17322ab0>\nimport 'atexit' # \nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad172decf0>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc'\nimport 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad1732af30>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.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 0x7fad16fa0200>\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 0x7fad16fa0440>\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'\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 0x7fad16fa05c0>\nimport 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16fa04a0>\nimport 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad1732bc80>\nimport 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad1732b0b0>\nimport 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad1732a450>\nimport 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad172de270>\nimport 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad172ddaf0>\nimport 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad172dc530>\n# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc'\nimport 'dbus.mainloop' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad172ddf70>\n# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/glib.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc'\n# extension module '_dbus_glib_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so'\n# extension module '_dbus_glib_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so'\nimport '_dbus_glib_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fad16fa0860>\nimport 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16fa07a0>\n# /usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc'\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 0x7fad16fa0f80>\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16fa0e30>\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 0x7fad16fa3110>\n# /usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/dbus.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc'\nimport 'firewall.config.dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16fa35c0>\nimport 'firewall.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16fa09b0>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc'\nimport 'firewall.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16fa3530>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/base.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc'\nimport 'firewall.core.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16fa3740>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/dbus_utils.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc'\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 0x7fad16fa3ef0>\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 0x7fad16fd31a0>\n# extension module '_elementtree' loaded from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so'\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 0x7fad16ff4410>\nimport 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16fa3e30>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/logger.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc'\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 0x7fad16fd26c0>\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 0x7fad17085490>\nimport 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17084860>\nimport 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17036ae0>\nimport 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16ff5d30>\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 0x7fad17322510>\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 0x7fad16b05460>\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 0x7fad16b057f0>\nimport 'firewall.core.logger' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16ff45c0>\nimport 'firewall.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16fa3980>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/rich.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc'\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 0x7fad16b30200>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/functions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/functions.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/functions.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 0x7fad16b33620>\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'\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 0x7fad16b57920>\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 0x7fad16b7c830>\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 0x7fad16b7ce90>\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b57d40>\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 0x7fad16b7d850>\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b7cf80>\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b55910>\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 0x7fad16b7fb60>\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b7f890>\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 0x7fad16b7fb90>\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 0x7fad16ba4410>\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 0x7fad16ba4da0>\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b7fce0>\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b55fa0>\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b33e90>\nimport 'firewall.functions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b32120>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/ipset.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc'\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 0x7fad16ba57c0>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/errors.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc'\nimport 'firewall.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16bd8740>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/prog.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc'\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# 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 0x7fad16bfce90>\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16bdb0e0>\nimport 'firewall.core.prog' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16bdaf30>\nimport 'firewall.core.ipset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b7ff80>\nimport 'firewall.core.rich' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b06780>\nimport 'firewall.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17246b40>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/fw_nm.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc'\n# destroy gi.repository.GModule\nimport 'gi.repository.GModule' # \n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/Gio.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc'\nimport 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16584d70>\nimport 'gi.repository.Gio' # \n# destroy gi.repository.NM\nimport 'gi.repository.NM' # \nimport 'firewall.core.fw_nm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16584230>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc'\nimport 'firewall.core.io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad165848c0>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/zone.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc'\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 0x7fad165a8d40>\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 0x7fad165a93a0>\nimport 'xml.sax.xmlreader' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16587770>\nimport 'xml.sax' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16587470>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/io_object.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc'\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__/__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 0x7fad165abfb0>\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'\nimport 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad165cc080>\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/__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'\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 0x7fad160cc830>\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad165ef4d0>\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 0x7fad160ccaa0>\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 0x7fad160ccd40>\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/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'\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 0x7fad16105130>\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'\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'\nimport 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad161075c0>\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'\nimport 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad161074d0>\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__/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'\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 0x7fad161300e0>\nimport 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad1612bc80>\nimport 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad1612b170>\nimport 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16106840>\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__/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 0x7fad16131a90>\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16131850>\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 0x7fad161333b0>\nimport 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16132030>\nimport 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad1612aff0>\nimport 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad161051c0>\nimport 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16104530>\nimport 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad160cffe0>\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/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 0x7fad16153890>\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 0x7fad16153f50>\nimport 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16133bf0>\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 0x7fad1618ac90>\nimport 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad161883b0>\nimport 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad160cdee0>\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 0x7fad15ec2600>\nimport 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad160cfec0>\nimport 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad165cecf0>\nimport 'xml.sax.saxutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad165aacf0>\nimport 'firewall.core.io.io_object' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad165a9f40>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/policy.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc'\nimport 'firewall.core.io.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad165aa750>\nimport 'firewall.core.io.zone' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16584d40>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/service.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc'\nimport 'firewall.core.io.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad15ec3830>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/ipset.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/icmp.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc'\nimport 'firewall.core.icmp' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad15ef0380>\nimport 'firewall.core.io.ipset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad15ec3b90>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/icmptype.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc'\nimport 'firewall.core.io.icmptype' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad15ef0e00>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/helper.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc'\nimport 'firewall.core.io.helper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad15ef1220>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/command.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc'\nimport 'firewall.command' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad15ef1640>\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# destroy __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 itertools\n# cleanup[2] removing keyword\n# cleanup[2] removing _operator\n# cleanup[2] removing operator\n# cleanup[2] removing reprlib\n# destroy reprlib\n# cleanup[2] removing _collections\n# cleanup[2] removing collections\n# cleanup[2] removing types\n# cleanup[2] removing _functools\n# cleanup[2] removing functools\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 copyreg\n# cleanup[2] removing contextlib\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 re\n# cleanup[2] removing _typing\n# cleanup[2] removing typing\n# destroy typing\n# cleanup[2] removing pkgutil\n# destroy pkgutil\n# cleanup[2] removing gi._error\n# cleanup[2] removing gi._gi\n# cleanup[2] removing gi._gobject\n# cleanup[2] removing glib\n# destroy glib\n# cleanup[2] removing gobject\n# cleanup[2] removing gio\n# destroy gio\n# cleanup[2] removing gtk\n# destroy gtk\n# cleanup[2] removing gtk.gdk\n# destroy gtk.gdk\n# cleanup[2] removing gi\n# cleanup[2] removing threading\n# cleanup[2] removing gi._constants\n# cleanup[2] removing gi.docstring\n# cleanup[2] removing gi._propertyhelper\n# cleanup[2] removing gi._signalhelper\n# cleanup[2] removing gi.types\n# cleanup[2] removing gi.module\n# cleanup[2] removing gi.overrides\n# cleanup[2] removing gi.importer\n# cleanup[2] removing gi.repository\n# cleanup[2] removing _socket\n# cleanup[2] removing math\n# cleanup[2] removing select\n# cleanup[2] removing selectors\n# cleanup[2] removing errno\n# cleanup[2] removing array\n# cleanup[2] removing socket\n# cleanup[2] removing __future__\n# destroy __future__\n# cleanup[2] removing signal\n# cleanup[2] removing gi._ossighelper\n# cleanup[2] removing textwrap\n# cleanup[2] removing gettext\n# cleanup[2] removing _locale\n# cleanup[2] removing locale\n# cleanup[2] removing optparse\n# cleanup[2] removing gi._option\n# cleanup[2] removing gi.overrides.GLib\n# cleanup[2] removing gi.repository.GLib\n# cleanup[2] removing gi.overrides.GObject\n# cleanup[2] removing gi.repository.GObject\n# cleanup[2] removing argparse\n# cleanup[2] removing firewall\n# cleanup[2] removing dbus._compat\n# cleanup[2] removing dbus.exceptions\n# cleanup[2] removing _dbus_bindings\n# cleanup[2] removing dbus.types\n# cleanup[2] removing token\n# cleanup[2] removing _tokenize\n# cleanup[2] removing tokenize\n# cleanup[2] removing linecache\n# cleanup[2] removing traceback\n# cleanup[2] removing _string\n# cleanup[2] removing string\n# cleanup[2] removing atexit\n# cleanup[2] removing logging\n# cleanup[2] removing dbus.lowlevel\n# cleanup[2] removing xml\n# cleanup[2] removing xml.parsers\n# cleanup[2] removing pyexpat.errors\n# cleanup[2] removing pyexpat.model\n# cleanup[2] removing pyexpat\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 dbus._expat_introspect_parser\n# cleanup[2] removing dbus.proxies\n# cleanup[2] removing dbus.connection\n# cleanup[2] removing dbus.bus\n# cleanup[2] removing dbus._dbus\n# cleanup[2] removing dbus\n# cleanup[2] removing dbus.mainloop\n# cleanup[2] removing _dbus_glib_bindings\n# cleanup[2] removing dbus.mainloop.glib\n# cleanup[2] removing _struct\n# cleanup[2] removing struct\n# cleanup[2] removing copy\n# cleanup[2] removing firewall.config.dbus\n# cleanup[2] removing firewall.config\n# cleanup[2] removing firewall.core\n# cleanup[2] removing firewall.core.base\n# cleanup[2] removing xml.etree\n# cleanup[2] removing xml.etree.ElementPath\n# cleanup[2] removing _elementtree\n# cleanup[2] removing xml.etree.ElementTree\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 inspect\n# cleanup[2] removing fnmatch\n# cleanup[2] removing syslog\n# cleanup[2] removing fcntl\n# cleanup[2] removing firewall.core.logger\n# cleanup[2] removing firewall.dbus_utils\n# cleanup[2] removing dataclasses\n# destroy dataclasses\n# cleanup[2] removing shlex\n# cleanup[2] removing zlib\n# cleanup[2] removing _compression\n# cleanup[2] removing _bz2\n# cleanup[2] removing bz2\n# destroy bz2\n# cleanup[2] removing _lzma\n# cleanup[2] removing lzma\n# destroy lzma\n# cleanup[2] removing shutil\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 tempfile\n# cleanup[2] removing firewall.functions\n# cleanup[2] removing ipaddress\n# cleanup[2] removing firewall.errors\n# cleanup[2] removing _posixsubprocess\n# cleanup[2] removing subprocess\n# cleanup[2] removing firewall.core.prog\n# cleanup[2] removing firewall.core.ipset\n# cleanup[2] removing firewall.core.rich\n# cleanup[2] removing firewall.client\n# cleanup[2] removing gi.overrides.Gio\n# cleanup[2] removing gi.repository.Gio\n# cleanup[2] removing firewall.core.fw_nm\n# cleanup[2] removing firewall.core.io\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 urllib\n# cleanup[2] removing urllib.parse\n# cleanup[2] removing binascii\n# cleanup[2] removing base64\n# cleanup[2] removing email\n# cleanup[2] removing http\n# cleanup[2] removing email.errors\n# cleanup[2] removing email.quoprimime\n# cleanup[2] removing email.base64mime\n# cleanup[2] removing quopri\n# cleanup[2] removing email.encoders\n# cleanup[2] removing email.charset\n# cleanup[2] removing email.header\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 email.utils\n# cleanup[2] removing email._policybase\n# cleanup[2] removing email.feedparser\n# cleanup[2] removing email.parser\n# cleanup[2] removing email._encoded_words\n# cleanup[2] removing email.iterators\n# cleanup[2] removing email.message\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 firewall.core.io.io_object\n# cleanup[2] removing firewall.core.io.policy\n# cleanup[2] removing firewall.core.io.zone\n# cleanup[2] removing firewall.core.io.service\n# cleanup[2] removing firewall.core.icmp\n# cleanup[2] removing firewall.core.io.ipset\n# cleanup[2] removing firewall.core.io.icmptype\n# cleanup[2] removing firewall.core.io.helper\n# cleanup[2] removing firewall.command\n# destroy _sitebuiltins\n# destroy zlib\n# destroy _bz2\n# destroy _compression\n# destroy _lzma\n# cleanup[3] wiping firewall.command\n# cleanup[3] wiping firewall.core.io.helper\n# cleanup[3] wiping firewall.core.io.icmptype\n# cleanup[3] wiping firewall.core.io.ipset\n# cleanup[3] wiping firewall.core.icmp\n# cleanup[3] wiping firewall.core.io.service\n# cleanup[3] wiping firewall.core.io.zone\n# cleanup[3] wiping firewall.core.io.policy\n# cleanup[3] wiping firewall.core.io.io_object\n# cleanup[3] wiping xml.sax.saxutils\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 email.message\n# destroy quopri\n# cleanup[3] wiping email.iterators\n# cleanup[3] wiping email._encoded_words\n# cleanup[3] wiping email.parser\n# cleanup[3] wiping email.feedparser\n# cleanup[3] wiping email._policybase\n# cleanup[3] wiping email.utils\n# destroy random\n# destroy urllib\n# destroy urllib.parse\n# destroy urllib.response\n# destroy urllib.error\n# destroy urllib.request\n# cleanup[3] wiping email._parseaddr\n# destroy calendar\n# cleanup[3] wiping datetime\n# cleanup[3] wiping _datetime\n# cleanup[3] wiping email.header\n# cleanup[3] wiping email.charset\n# destroy email\n# cleanup[3] wiping email.encoders\n# cleanup[3] wiping email.base64mime\n# cleanup[3] wiping email.quoprimime\n# cleanup[3] wiping email.errors\n# cleanup[3] wiping base64\n# destroy struct\n# cleanup[3] wiping binascii\n# cleanup[3] wiping xml.sax\n# destroy xml.sax._exceptions\n# destroy xml.sax.xmlreader\n# destroy xml.sax.saxutils\n# cleanup[3] wiping xml.sax.handler\n# cleanup[3] wiping firewall.core.io\n# destroy xml\n# destroy xml.parsers\n# destroy xml.parsers.expat\n# destroy xml.etree\n# destroy xml.sax\n# destroy firewall.core.io.io_object\n# destroy firewall.core.io.policy\n# destroy firewall.core.io.zone\n# destroy firewall.core.io.service\n# destroy firewall.core.io.ipset\n# destroy firewall.core.io.icmptype\n# destroy firewall.core.io.helper\n# cleanup[3] wiping firewall.core.fw_nm\n# cleanup[3] wiping gi.repository.Gio\n# cleanup[3] wiping gi.overrides.Gio\n# cleanup[3] wiping firewall.client\n# destroy firewall\n# destroy firewall.config\n# destroy firewall.core\n# destroy firewall.core.base\n# destroy firewall.core.logger\n# destroy firewall.core.prog\n# destroy firewall.core.ipset\n# destroy firewall.core.rich\n# destroy firewall.core.fw_nm\n# destroy firewall.core.io\n# destroy firewall.core.icmp\n# destroy firewall.dbus_utils\n# destroy firewall.command\n# destroy firewall.client\n# cleanup[3] wiping subprocess\n# cleanup[3] wiping _posixsubprocess\n# destroy _posixsubprocess\n# cleanup[3] wiping firewall.errors\n# cleanup[3] wiping ipaddress\n# cleanup[3] wiping firewall.functions\n# destroy shlex\n# destroy string\n# destroy tempfile\n# cleanup[3] wiping _blake2\n# cleanup[3] wiping _hashlib\n# cleanup[3] wiping _random\n# cleanup[3] wiping _bisect\n# cleanup[3] wiping shutil\n# cleanup[3] wiping fcntl\n# cleanup[3] wiping syslog\n# cleanup[3] wiping fnmatch\n# cleanup[3] wiping inspect\n# destroy ast\n# destroy dis\n# destroy token\n# cleanup[3] wiping _opcode\n# cleanup[3] wiping xml.etree.ElementTree\n# cleanup[3] wiping _elementtree\n# cleanup[3] wiping xml.etree.ElementPath\n# cleanup[3] wiping firewall.config.dbus\n# cleanup[3] wiping copy\n# cleanup[3] wiping _struct\n# cleanup[3] wiping dbus.mainloop.glib\n# cleanup[3] wiping _dbus_glib_bindings\n# cleanup[3] wiping dbus.mainloop\n# destroy dbus.mainloop.glib\n# cleanup[3] wiping dbus\n# destroy dbus._compat\n# destroy dbus._expat_introspect_parser\n# destroy dbus._dbus\n# destroy dbus.exceptions\n# destroy dbus.types\n# destroy dbus.lowlevel\n# destroy dbus.proxies\n# destroy dbus.connection\n# destroy dbus.bus\n# destroy dbus.mainloop\n# cleanup[3] wiping xml.parsers.expat.errors\n# cleanup[3] wiping xml.parsers.expat.model\n# cleanup[3] wiping pyexpat\n# destroy pyexpat.errors\n# destroy pyexpat.model\n# cleanup[3] wiping logging\n# cleanup[3] wiping atexit\n# destroy atexit\n# cleanup[3] wiping _string\n# cleanup[3] wiping traceback\n# destroy linecache\n# cleanup[3] wiping tokenize\n# cleanup[3] wiping _tokenize\n# cleanup[3] wiping _dbus_bindings\n# cleanup[3] wiping argparse\n# cleanup[3] wiping gi.repository.GObject\n# cleanup[3] wiping gi.overrides.GObject\n# cleanup[3] wiping gi.repository.GLib\n# cleanup[3] wiping gi.overrides.GLib\n# cleanup[3] wiping gi._option\n# destroy optparse\n# cleanup[3] wiping locale\n# destroy encodings\n# cleanup[3] wiping _locale\n# destroy _locale\n# cleanup[3] wiping gettext\n# cleanup[3] wiping textwrap\n# cleanup[3] wiping gi._ossighelper\n# destroy signal\n# cleanup[3] wiping socket\n# destroy selectors\n# cleanup[3] wiping array\n# cleanup[3] wiping errno\n# cleanup[3] wiping select\n# cleanup[3] wiping math\n# cleanup[3] wiping _socket\n# cleanup[3] wiping gi.repository\n# destroy gi.repository.GLib\n# destroy gi.repository.Gio\n# cleanup[3] wiping gi.importer\n# cleanup[3] wiping gi.overrides\n# destroy gi.overrides.GLib\n# destroy gi.overrides.GObject\n# destroy gi.overrides.Gio\n# cleanup[3] wiping gi.module\n# destroy gi\n# cleanup[3] wiping gi.types\n# cleanup[3] wiping gi._signalhelper\n# cleanup[3] wiping gi._propertyhelper\n# cleanup[3] wiping gi.docstring\n# cleanup[3] wiping gi._constants\n# cleanup[3] wiping threading\n# cleanup[3] wiping gobject\n# cleanup[3] wiping gi._gobject\n# cleanup[3] wiping gi._gi\n# cleanup[3] wiping gi._error\n# cleanup[3] wiping _typing\n# cleanup[3] wiping re\n# destroy re._constants\n# destroy re._casefix\n# destroy re._compiler\n# destroy enum\n# cleanup[3] wiping re._parser\n# cleanup[3] wiping _sre\n# cleanup[3] wiping contextlib\n# cleanup[3] wiping copyreg\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# cleanup[3] wiping warnings\n# cleanup[3] wiping importlib._bootstrap_external\n# cleanup[3] wiping importlib._bootstrap\n# cleanup[3] wiping functools\n# cleanup[3] wiping _functools\n# cleanup[3] wiping types\n# cleanup[3] wiping collections\n# destroy _collections_abc\n# destroy collections.abc\n# cleanup[3] wiping _collections\n# cleanup[3] wiping operator\n# cleanup[3] wiping _operator\n# cleanup[3] wiping keyword\n# cleanup[3] wiping itertools\n# cleanup[3] wiping encodings.utf_8_sig\n# cleanup[3] wiping os\n# destroy posixpath\n# cleanup[3] wiping genericpath\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 _datetime\n# destroy _dbus_glib_bindings\n# destroy sys.monitoring\n# destroy _io\n# destroy _socket\n# destroy gi.repository.GObject\n# destroy argparse\n# destroy zipimport\n# destroy importlib\n# destroy gi.types\n# destroy gi._error\n# destroy gi._gobject\n# destroy gi._constants\n# destroy gi.docstring\n# destroy gi._propertyhelper\n# destroy gi._signalhelper\n# destroy gi.module\n# destroy gi.overrides\n# destroy gi.importer\n# destroy gi.repository\n# destroy gi._ossighelper\n# destroy gi._option\n# destroy gi._gi\n# destroy _collections\n# destroy re._parser\n# destroy array\n# destroy textwrap\n# destroy stat\n# destroy genericpath\n# destroy tokenize\n# destroy _string\n# destroy shutil\n# destroy gettext\n# destroy firewall.config.dbus\n# destroy firewall.functions\n# destroy select\n# destroy _signal\n# destroy dbus\n# destroy xml.etree.ElementTree\n# destroy firewall.errors\n# destroy time\n# destroy fnmatch\n# destroy syslog\n# destroy traceback\n# destroy fcntl\n# destroy xml.sax.handler\n# destroy copy\n# destroy inspect\n# destroy keyword\n# destroy abc\n# destroy _thread\n# destroy copyreg\n# destroy contextlib\n# destroy operator\n# destroy subprocess\n# destroy _typing\n# destroy _tokenize\n# destroy xml.etree.ElementPath\n# destroy collections\n# destroy io\n# destroy _opcode\n# destroy functools\n# destroy types\n# destroy ipaddress\n# destroy _elementtree\n# destroy email.errors\n# destroy email.quoprimime\n# destroy email.base64mime\n# destroy email.encoders\n# destroy email.charset\n# destroy email.header\n# destroy email._parseaddr\n# destroy email.utils\n# destroy email._policybase\n# destroy email.feedparser\n# destroy email.parser\n# destroy email._encoded_words\n# destroy email.iterators\n# destroy email.message\n# destroy http.client\n# destroy socket\n# destroy base64\n# destroy errno\n# destroy _blake2\n# destroy _ssl\n# destroy binascii\n# destroy datetime\n# destroy locale\n# destroy warnings\n# destroy _struct\n# clear sys.meta_path\n# clear sys.modules\n# destroy _frozen_importlib\n# destroy codecs\n# destroy encodings.aliases\n# destroy encodings.utf_8\n# destroy encodings.utf_8_sig\n# destroy _codecs\n# destroy _warnings\n# destroy math\n# destroy _bisect\n# destroy os\n# destroy re\n# destroy _random\n# destroy _hashlib\n# destroy _operator\n# destroy builtins\n# destroy itertools\n# destroy _sre\n# destroy posix\n# destroy _functools\n# clear sys.audit hooks", "stderr_lines": [ "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 0x7fad17b60530>", "import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17b2bb60>", "# /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 0x7fad17b62ab0>", "import '_signal' # ", "import '_abc' # ", "import 'abc' # ", "import 'io' # ", "import '_stat' # ", "import 'stat' # ", "import '_collections_abc' # ", "import 'genericpath' # ", "import 'posixpath' # ", "import 'os' # ", "import '_sitebuiltins' # ", "Processing user site-packages", "Processing global site-packages", "Adding directory: '/usr/lib64/python3.12/site-packages'", "Adding directory: '/usr/lib/python3.12/site-packages'", "Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'", "# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py", "# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'", "import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17b71190>", "# /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 0x7fad17b71fa0>", "import 'site' # ", "Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux", "Type \"help\", \"copyright\", \"credits\" or \"license\" for more information.", "# /usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/__init__.py", "# code object from '/usr/lib64/python3.12/site-packages/gi/__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/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 0x7fad17a028a0>", "# /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 0x7fad17a02f30>", "# /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 0x7fad17a038c0>", "import '_collections' # ", "import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176da480>", "# /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/__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 0x7fad179da360>", "import '_functools' # ", "import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176da7e0>", "# /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 0x7fad179daed0>", "import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176dafc0>", "# /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 0x7fad179dbbf0>", "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 0x7fad179a9400>", "import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad179dbec0>", "# /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 0x7fad179775c0>", "# /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 0x7fad17977680>", "# /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 0x7fad178b8440>", "# /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'", "import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad178bad80>", "# /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 0x7fad1786ce30>", "import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17897a10>", "# /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 0x7fad1786ce90>", "import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17896090>", "import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad178ba180>", "import '_typing' # ", "import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad179aa360>", "import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176d9e20>", "# possible namespace for /usr/lib/python3.12/site-packages/gi", "# /usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_error.py", "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc'", "import 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17976960>", "# extension module 'gi._gi' loaded from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so'", "# extension module 'gi._gi' executed from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so'", "import 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fad17975100>", "import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176d8e30>", "# /usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/repository/__init__.py", "# code object from '/usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc'", "# /usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/importer.py", "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc'", "# /usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/module.py", "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.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 0x7fad178123c0>", "# /usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/types.py", "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc'", "# /usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_constants.py", "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc'", "import 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad177dda60>", "# /usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/docstring.py", "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc'", "import 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad177ddd90>", "# /usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_propertyhelper.py", "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc'", "import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad177de240>", "# /usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_signalhelper.py", "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc'", "import 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad177deb10>", "import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad177dd310>", "import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17811ee0>", "# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/__init__.py", "# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc'", "import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17812240>", "import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17811970>", "import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad179a8d70>", "# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GLib.py", "# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc'", "# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py", "# code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'", "# extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'", "# extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'", "import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fad176b7590>", "# /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 '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 0x7fad17685490>", "# 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 0x7fad17685e80>", "import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176b7fe0>", "import 'errno' # ", "# 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 0x7fad17664170>", "import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176b5b50>", "# /usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_ossighelper.py", "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.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 0x7fad17664560>", "# /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 0x7fad17664a10>", "import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176b67e0>", "# /usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_option.py", "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc'", "# /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py", "# code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc'", "# /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 0x7fad1763cd40>", "# /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 0x7fad1763d640>", "# /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 0x7fad1763eed0>", "import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176661b0>", "import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176658e0>", "import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad177dfe00>", "import 'gi.repository.GLib' # ", "# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GObject.py", "# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc'", "import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad176fede0>", "import 'gi.repository.GObject' # ", "# destroy gobject", "# /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'", "import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17244770>", "# /usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/__init__.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc'", "import 'firewall' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17245f10>", "# /usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/client.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc'", "# /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py", "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc'", "# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py", "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc'", "import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad172dca70>", "# /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py", "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc'", "import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad172dcb30>", "# /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py", "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc'", "# extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'", "# extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'", "import '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fad172dd280>", "import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad172dd100>", "# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py", "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc'", "# /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py", "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc'", "# /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__/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 0x7fad17321a90>", "import '_tokenize' # ", "import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17320590>", "import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad173202f0>", "import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17306570>", "# /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 0x7fad17322ab0>", "import 'atexit' # ", "import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad172decf0>", "# /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py", "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc'", "# /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py", "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc'", "import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad1732af30>", "# /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py", "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc'", "# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py", "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.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 0x7fad16fa0200>", "# /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 0x7fad16fa0440>", "# /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'", "# 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 0x7fad16fa05c0>", "import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16fa04a0>", "import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad1732bc80>", "import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad1732b0b0>", "import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad1732a450>", "import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad172de270>", "import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad172ddaf0>", "import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad172dc530>", "# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/__init__.py", "# code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc'", "import 'dbus.mainloop' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad172ddf70>", "# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/glib.py", "# code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc'", "# extension module '_dbus_glib_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so'", "# extension module '_dbus_glib_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so'", "import '_dbus_glib_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fad16fa0860>", "import 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16fa07a0>", "# /usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/__init__.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc'", "# /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 0x7fad16fa0f80>", "import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16fa0e30>", "# /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 0x7fad16fa3110>", "# /usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/dbus.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc'", "import 'firewall.config.dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16fa35c0>", "import 'firewall.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16fa09b0>", "# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/__init__.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc'", "import 'firewall.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16fa3530>", "# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/base.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc'", "import 'firewall.core.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16fa3740>", "# /usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/dbus_utils.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc'", "# /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 0x7fad16fa3ef0>", "# /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 0x7fad16fd31a0>", "# extension module '_elementtree' loaded from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so'", "# 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 0x7fad16ff4410>", "import 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16fa3e30>", "# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/logger.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc'", "# /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 0x7fad16fd26c0>", "# /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 0x7fad17085490>", "import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17084860>", "import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17036ae0>", "import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16ff5d30>", "# /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 0x7fad17322510>", "# 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 0x7fad16b05460>", "# 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 0x7fad16b057f0>", "import 'firewall.core.logger' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16ff45c0>", "import 'firewall.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16fa3980>", "# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/rich.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc'", "# /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 0x7fad16b30200>", "# /usr/lib/python3.12/site-packages/firewall/__pycache__/functions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/functions.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/functions.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 0x7fad16b33620>", "# /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__/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 0x7fad16b57920>", "# /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 0x7fad16b7c830>", "# 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 0x7fad16b7ce90>", "import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b57d40>", "# /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 0x7fad16b7d850>", "import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b7cf80>", "import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b55910>", "# /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 0x7fad16b7fb60>", "import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b7f890>", "# 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 0x7fad16b7fb90>", "# /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 0x7fad16ba4410>", "# 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 0x7fad16ba4da0>", "import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b7fce0>", "import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b55fa0>", "import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b33e90>", "import 'firewall.functions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b32120>", "# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/ipset.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.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 0x7fad16ba57c0>", "# /usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/errors.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc'", "import 'firewall.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16bd8740>", "# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/prog.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc'", "# /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'", "# 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 0x7fad16bfce90>", "import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16bdb0e0>", "import 'firewall.core.prog' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16bdaf30>", "import 'firewall.core.ipset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b7ff80>", "import 'firewall.core.rich' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16b06780>", "import 'firewall.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad17246b40>", "# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/fw_nm.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc'", "# destroy gi.repository.GModule", "import 'gi.repository.GModule' # ", "# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/Gio.py", "# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc'", "import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16584d70>", "import 'gi.repository.Gio' # ", "# destroy gi.repository.NM", "import 'gi.repository.NM' # ", "import 'firewall.core.fw_nm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16584230>", "# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/__init__.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc'", "import 'firewall.core.io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad165848c0>", "# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/zone.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc'", "# /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 0x7fad165a8d40>", "# /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 0x7fad165a93a0>", "import 'xml.sax.xmlreader' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16587770>", "import 'xml.sax' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16587470>", "# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/io_object.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc'", "# /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__/__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 0x7fad165abfb0>", "# /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'", "import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad165cc080>", "# /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/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py", "# code object from '/usr/lib64/python3.12/__pycache__/base64.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 0x7fad160cc830>", "import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad165ef4d0>", "# /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 0x7fad160ccaa0>", "# /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 0x7fad160ccd40>", "# /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/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'", "# /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 0x7fad16105130>", "# /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'", "# /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'", "import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad161075c0>", "# /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'", "import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad161074d0>", "# /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__/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'", "# /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 0x7fad161300e0>", "import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad1612bc80>", "import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad1612b170>", "import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16106840>", "# /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__/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 0x7fad16131a90>", "import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16131850>", "# /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 0x7fad161333b0>", "import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16132030>", "import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad1612aff0>", "import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad161051c0>", "import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16104530>", "import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad160cffe0>", "# /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/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 0x7fad16153890>", "# /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 0x7fad16153f50>", "import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16133bf0>", "# /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 0x7fad1618ac90>", "import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad161883b0>", "import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad160cdee0>", "# /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 0x7fad15ec2600>", "import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad160cfec0>", "import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad165cecf0>", "import 'xml.sax.saxutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad165aacf0>", "import 'firewall.core.io.io_object' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad165a9f40>", "# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/policy.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc'", "import 'firewall.core.io.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad165aa750>", "import 'firewall.core.io.zone' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad16584d40>", "# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/service.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc'", "import 'firewall.core.io.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad15ec3830>", "# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/ipset.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc'", "# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/icmp.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc'", "import 'firewall.core.icmp' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad15ef0380>", "import 'firewall.core.io.ipset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad15ec3b90>", "# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/icmptype.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc'", "import 'firewall.core.io.icmptype' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad15ef0e00>", "# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/helper.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc'", "import 'firewall.core.io.helper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad15ef1220>", "# /usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/command.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc'", "import 'firewall.command' # <_frozen_importlib_external.SourceFileLoader object at 0x7fad15ef1640>", "# 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__", "# destroy __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 itertools", "# cleanup[2] removing 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 types", "# cleanup[2] removing _functools", "# cleanup[2] removing functools", "# 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 copyreg", "# cleanup[2] removing contextlib", "# 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 re", "# cleanup[2] removing _typing", "# cleanup[2] removing typing", "# destroy typing", "# cleanup[2] removing pkgutil", "# destroy pkgutil", "# 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", "# 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 threading", "# 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 _socket", "# cleanup[2] removing math", "# cleanup[2] removing select", "# cleanup[2] removing selectors", "# cleanup[2] removing errno", "# cleanup[2] removing array", "# cleanup[2] removing socket", "# cleanup[2] removing __future__", "# destroy __future__", "# cleanup[2] removing signal", "# cleanup[2] removing gi._ossighelper", "# cleanup[2] removing textwrap", "# cleanup[2] removing gettext", "# cleanup[2] removing _locale", "# cleanup[2] removing locale", "# cleanup[2] removing optparse", "# cleanup[2] removing gi._option", "# cleanup[2] removing gi.overrides.GLib", "# cleanup[2] removing gi.repository.GLib", "# cleanup[2] removing gi.overrides.GObject", "# cleanup[2] removing gi.repository.GObject", "# cleanup[2] removing argparse", "# cleanup[2] removing firewall", "# cleanup[2] removing dbus._compat", "# cleanup[2] removing dbus.exceptions", "# cleanup[2] removing _dbus_bindings", "# cleanup[2] removing dbus.types", "# cleanup[2] removing token", "# cleanup[2] removing _tokenize", "# cleanup[2] removing tokenize", "# cleanup[2] removing linecache", "# cleanup[2] removing traceback", "# cleanup[2] removing _string", "# cleanup[2] removing string", "# cleanup[2] removing atexit", "# cleanup[2] removing logging", "# cleanup[2] removing dbus.lowlevel", "# cleanup[2] removing xml", "# cleanup[2] removing 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", "# 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 dbus.mainloop", "# cleanup[2] removing _dbus_glib_bindings", "# cleanup[2] removing dbus.mainloop.glib", "# cleanup[2] removing _struct", "# cleanup[2] removing struct", "# cleanup[2] removing copy", "# cleanup[2] removing firewall.config.dbus", "# cleanup[2] removing firewall.config", "# cleanup[2] removing firewall.core", "# cleanup[2] removing firewall.core.base", "# cleanup[2] removing xml.etree", "# cleanup[2] removing xml.etree.ElementPath", "# cleanup[2] removing _elementtree", "# cleanup[2] removing xml.etree.ElementTree", "# 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 inspect", "# cleanup[2] removing fnmatch", "# cleanup[2] removing syslog", "# cleanup[2] removing fcntl", "# cleanup[2] removing firewall.core.logger", "# cleanup[2] removing firewall.dbus_utils", "# cleanup[2] removing dataclasses", "# destroy dataclasses", "# cleanup[2] removing shlex", "# cleanup[2] removing zlib", "# cleanup[2] removing _compression", "# cleanup[2] removing _bz2", "# cleanup[2] removing bz2", "# destroy bz2", "# cleanup[2] removing _lzma", "# cleanup[2] removing lzma", "# destroy lzma", "# cleanup[2] removing shutil", "# 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 firewall.functions", "# cleanup[2] removing ipaddress", "# cleanup[2] removing firewall.errors", "# cleanup[2] removing _posixsubprocess", "# cleanup[2] removing subprocess", "# cleanup[2] removing firewall.core.prog", "# cleanup[2] removing firewall.core.ipset", "# cleanup[2] removing firewall.core.rich", "# cleanup[2] removing firewall.client", "# cleanup[2] removing gi.overrides.Gio", "# cleanup[2] removing gi.repository.Gio", "# cleanup[2] removing firewall.core.fw_nm", "# cleanup[2] removing firewall.core.io", "# 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 urllib", "# cleanup[2] removing urllib.parse", "# cleanup[2] removing binascii", "# cleanup[2] removing base64", "# cleanup[2] removing email", "# cleanup[2] removing http", "# cleanup[2] removing email.errors", "# cleanup[2] removing email.quoprimime", "# cleanup[2] removing email.base64mime", "# cleanup[2] removing quopri", "# cleanup[2] removing email.encoders", "# cleanup[2] removing email.charset", "# cleanup[2] removing email.header", "# cleanup[2] removing _datetime", "# cleanup[2] removing datetime", "# cleanup[2] removing calendar", "# cleanup[2] removing email._parseaddr", "# cleanup[2] removing email.utils", "# cleanup[2] removing email._policybase", "# cleanup[2] removing email.feedparser", "# cleanup[2] removing email.parser", "# cleanup[2] removing email._encoded_words", "# cleanup[2] removing email.iterators", "# cleanup[2] removing email.message", "# 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 firewall.core.io.io_object", "# cleanup[2] removing firewall.core.io.policy", "# cleanup[2] removing firewall.core.io.zone", "# cleanup[2] removing firewall.core.io.service", "# cleanup[2] removing firewall.core.icmp", "# cleanup[2] removing firewall.core.io.ipset", "# cleanup[2] removing firewall.core.io.icmptype", "# cleanup[2] removing firewall.core.io.helper", "# cleanup[2] removing firewall.command", "# destroy _sitebuiltins", "# destroy zlib", "# destroy _bz2", "# destroy _compression", "# destroy _lzma", "# cleanup[3] wiping firewall.command", "# cleanup[3] wiping firewall.core.io.helper", "# cleanup[3] wiping firewall.core.io.icmptype", "# cleanup[3] wiping firewall.core.io.ipset", "# cleanup[3] wiping firewall.core.icmp", "# cleanup[3] wiping firewall.core.io.service", "# cleanup[3] wiping firewall.core.io.zone", "# cleanup[3] wiping firewall.core.io.policy", "# cleanup[3] wiping firewall.core.io.io_object", "# cleanup[3] wiping xml.sax.saxutils", "# 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 email.message", "# destroy quopri", "# cleanup[3] wiping email.iterators", "# cleanup[3] wiping email._encoded_words", "# cleanup[3] wiping email.parser", "# cleanup[3] wiping email.feedparser", "# cleanup[3] wiping email._policybase", "# cleanup[3] wiping email.utils", "# destroy random", "# destroy urllib", "# destroy urllib.parse", "# destroy urllib.response", "# destroy urllib.error", "# destroy urllib.request", "# cleanup[3] wiping email._parseaddr", "# destroy calendar", "# cleanup[3] wiping datetime", "# cleanup[3] wiping _datetime", "# cleanup[3] wiping email.header", "# cleanup[3] wiping email.charset", "# destroy email", "# cleanup[3] wiping email.encoders", "# cleanup[3] wiping email.base64mime", "# cleanup[3] wiping email.quoprimime", "# cleanup[3] wiping email.errors", "# cleanup[3] wiping base64", "# destroy struct", "# cleanup[3] wiping binascii", "# cleanup[3] wiping xml.sax", "# destroy xml.sax._exceptions", "# destroy xml.sax.xmlreader", "# destroy xml.sax.saxutils", "# cleanup[3] wiping xml.sax.handler", "# cleanup[3] wiping firewall.core.io", "# destroy xml", "# destroy xml.parsers", "# destroy xml.parsers.expat", "# destroy xml.etree", "# destroy xml.sax", "# destroy firewall.core.io.io_object", "# destroy firewall.core.io.policy", "# destroy firewall.core.io.zone", "# destroy firewall.core.io.service", "# destroy firewall.core.io.ipset", "# destroy firewall.core.io.icmptype", "# destroy firewall.core.io.helper", "# cleanup[3] wiping firewall.core.fw_nm", "# cleanup[3] wiping gi.repository.Gio", "# cleanup[3] wiping gi.overrides.Gio", "# cleanup[3] wiping firewall.client", "# destroy firewall", "# destroy firewall.config", "# destroy firewall.core", "# destroy firewall.core.base", "# destroy firewall.core.logger", "# destroy firewall.core.prog", "# destroy firewall.core.ipset", "# destroy firewall.core.rich", "# destroy firewall.core.fw_nm", "# destroy firewall.core.io", "# destroy firewall.core.icmp", "# destroy firewall.dbus_utils", "# destroy firewall.command", "# destroy firewall.client", "# cleanup[3] wiping subprocess", "# cleanup[3] wiping _posixsubprocess", "# destroy _posixsubprocess", "# cleanup[3] wiping firewall.errors", "# cleanup[3] wiping ipaddress", "# cleanup[3] wiping firewall.functions", "# destroy shlex", "# destroy string", "# destroy tempfile", "# cleanup[3] wiping _blake2", "# cleanup[3] wiping _hashlib", "# cleanup[3] wiping _random", "# cleanup[3] wiping _bisect", "# cleanup[3] wiping shutil", "# cleanup[3] wiping fcntl", "# cleanup[3] wiping syslog", "# cleanup[3] wiping fnmatch", "# cleanup[3] wiping inspect", "# destroy ast", "# destroy dis", "# destroy token", "# cleanup[3] wiping _opcode", "# cleanup[3] wiping xml.etree.ElementTree", "# cleanup[3] wiping _elementtree", "# cleanup[3] wiping xml.etree.ElementPath", "# cleanup[3] wiping firewall.config.dbus", "# cleanup[3] wiping copy", "# cleanup[3] wiping _struct", "# 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", "# 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.mainloop", "# cleanup[3] wiping xml.parsers.expat.errors", "# cleanup[3] wiping xml.parsers.expat.model", "# cleanup[3] wiping pyexpat", "# destroy pyexpat.errors", "# destroy pyexpat.model", "# cleanup[3] wiping logging", "# cleanup[3] wiping atexit", "# destroy atexit", "# cleanup[3] wiping _string", "# cleanup[3] wiping traceback", "# destroy linecache", "# cleanup[3] wiping tokenize", "# cleanup[3] wiping _tokenize", "# cleanup[3] wiping _dbus_bindings", "# cleanup[3] wiping argparse", "# cleanup[3] wiping gi.repository.GObject", "# cleanup[3] wiping gi.overrides.GObject", "# cleanup[3] wiping gi.repository.GLib", "# cleanup[3] wiping gi.overrides.GLib", "# cleanup[3] wiping gi._option", "# destroy optparse", "# cleanup[3] wiping locale", "# destroy encodings", "# cleanup[3] wiping _locale", "# destroy _locale", "# cleanup[3] wiping gettext", "# cleanup[3] wiping textwrap", "# cleanup[3] wiping gi._ossighelper", "# destroy signal", "# cleanup[3] wiping socket", "# destroy selectors", "# cleanup[3] wiping array", "# cleanup[3] wiping errno", "# cleanup[3] wiping select", "# cleanup[3] wiping math", "# cleanup[3] wiping _socket", "# cleanup[3] wiping gi.repository", "# destroy gi.repository.GLib", "# destroy gi.repository.Gio", "# cleanup[3] wiping gi.importer", "# cleanup[3] wiping gi.overrides", "# destroy gi.overrides.GLib", "# destroy gi.overrides.GObject", "# destroy gi.overrides.Gio", "# 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 threading", "# cleanup[3] wiping gobject", "# cleanup[3] wiping gi._gobject", "# cleanup[3] wiping gi._gi", "# cleanup[3] wiping gi._error", "# cleanup[3] wiping _typing", "# cleanup[3] wiping re", "# destroy re._constants", "# destroy re._casefix", "# destroy re._compiler", "# destroy enum", "# cleanup[3] wiping re._parser", "# cleanup[3] wiping _sre", "# cleanup[3] wiping contextlib", "# cleanup[3] wiping copyreg", "# 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", "# cleanup[3] wiping warnings", "# cleanup[3] wiping importlib._bootstrap_external", "# cleanup[3] wiping importlib._bootstrap", "# cleanup[3] wiping functools", "# cleanup[3] wiping _functools", "# cleanup[3] wiping types", "# cleanup[3] wiping collections", "# destroy _collections_abc", "# destroy collections.abc", "# cleanup[3] wiping _collections", "# cleanup[3] wiping operator", "# cleanup[3] wiping _operator", "# cleanup[3] wiping keyword", "# cleanup[3] wiping itertools", "# 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", "# 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 _datetime", "# destroy _dbus_glib_bindings", "# destroy sys.monitoring", "# destroy _io", "# destroy _socket", "# destroy gi.repository.GObject", "# destroy argparse", "# destroy zipimport", "# destroy importlib", "# destroy gi.types", "# destroy gi._error", "# 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 gi._gi", "# destroy _collections", "# destroy re._parser", "# destroy array", "# destroy textwrap", "# destroy stat", "# destroy genericpath", "# destroy tokenize", "# destroy _string", "# destroy shutil", "# destroy gettext", "# destroy firewall.config.dbus", "# destroy firewall.functions", "# destroy select", "# destroy _signal", "# destroy dbus", "# destroy xml.etree.ElementTree", "# destroy firewall.errors", "# destroy time", "# destroy fnmatch", "# destroy syslog", "# destroy traceback", "# destroy fcntl", "# destroy xml.sax.handler", "# destroy copy", "# destroy inspect", "# destroy keyword", "# destroy abc", "# destroy _thread", "# destroy copyreg", "# destroy contextlib", "# destroy operator", "# destroy subprocess", "# destroy _typing", "# destroy _tokenize", "# destroy xml.etree.ElementPath", "# destroy collections", "# destroy io", "# destroy _opcode", "# destroy functools", "# destroy types", "# destroy ipaddress", "# destroy _elementtree", "# destroy email.errors", "# destroy email.quoprimime", "# destroy email.base64mime", "# destroy email.encoders", "# destroy email.charset", "# destroy email.header", "# destroy email._parseaddr", "# destroy email.utils", "# destroy email._policybase", "# destroy email.feedparser", "# destroy email.parser", "# destroy email._encoded_words", "# destroy email.iterators", "# destroy email.message", "# destroy http.client", "# destroy socket", "# destroy base64", "# destroy errno", "# destroy _blake2", "# destroy _ssl", "# destroy binascii", "# destroy datetime", "# destroy locale", "# destroy warnings", "# destroy _struct", "# 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 _codecs", "# destroy _warnings", "# destroy math", "# destroy _bisect", "# destroy os", "# destroy re", "# destroy _random", "# destroy _hashlib", "# destroy _operator", "# destroy builtins", "# destroy itertools", "# destroy _sre", "# destroy posix", "# destroy _functools", "# clear sys.audit hooks" ], "stdout": "465/tcp", "stdout_lines": [ "465/tcp" ] } } 6494 1726853143.88420: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853143.88425: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853143.88427: variable 'omit' from source: magic vars 6494 1726853143.88430: variable 'postfix_manage_selinux' from source: include params 6494 1726853143.88434: Evaluated conditional (postfix_manage_selinux | bool): True 6494 1726853143.88436: variable 'postfix_manage_firewall' from source: include params 6494 1726853143.88439: Evaluated conditional (postfix_manage_firewall | bool): True 6494 1726853143.88440: variable 'ansible_facts' from source: unknown 6494 1726853143.88443: Evaluated conditional (ansible_facts['os_family'] == 'RedHat'): True 6494 1726853143.88445: variable 'ansible_facts' from source: unknown 6494 1726853143.88454: Evaluated conditional (ansible_facts['distribution_version'] is version('7', '>=')): True 6494 1726853143.88457: variable 'postfix_manage_selinux' from source: include params 6494 1726853143.88459: Evaluated conditional (postfix_manage_selinux | bool): True 6494 1726853143.88461: variable 'postfix_manage_firewall' from source: include params 6494 1726853143.88463: Evaluated conditional (postfix_manage_firewall | bool): True 6494 1726853143.88465: variable 'ansible_facts' from source: unknown 6494 1726853143.88467: Evaluated conditional (ansible_facts['os_family'] == 'RedHat'): True 6494 1726853143.88469: variable 'ansible_facts' from source: unknown 6494 1726853143.88470: Evaluated conditional (ansible_facts['distribution_version'] is version('7', '>=')): True 6494 1726853143.88472: 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) 6494 1726853143.88474: 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) 6494 1726853143.88476: 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) 6494 1726853143.88478: 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) 6494 1726853143.88480: 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) 6494 1726853143.88482: variable '_pair' from source: task vars 6494 1726853143.88484: 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) 6494 1726853143.88486: 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) 6494 1726853143.88488: 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) 6494 1726853143.88489: 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) 6494 1726853143.88492: 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) 6494 1726853143.88494: variable 'item' from source: unknown 6494 1726853143.88585: Evaluated conditional (_pair | length > 0): True 6494 1726853143.88588: variable 'omit' from source: magic vars 6494 1726853143.88602: variable 'omit' from source: magic vars 6494 1726853143.88763: variable '_postfix_selinux' from source: set_fact 6494 1726853143.88766: variable '_pair' from source: task vars 6494 1726853143.88851: variable 'item' from source: unknown 6494 1726853143.88970: variable 'omit' from source: magic vars 6494 1726853143.88987: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6494 1726853143.88997: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853143.89000: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853143.89013: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6494 1726853143.89016: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853143.89018: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853143.89071: Set connection var ansible_shell_type to sh 6494 1726853143.89074: Set connection var ansible_pipelining to False 6494 1726853143.89079: Set connection var ansible_shell_executable to /bin/sh 6494 1726853143.89084: Set connection var ansible_timeout to 10 6494 1726853143.89090: Set connection var ansible_connection to ssh 6494 1726853143.89096: Set connection var ansible_module_compression to ZIP_DEFLATED 6494 1726853143.89116: variable 'ansible_shell_executable' from source: unknown 6494 1726853143.89119: variable 'ansible_connection' from source: unknown 6494 1726853143.89121: variable 'ansible_module_compression' from source: unknown 6494 1726853143.89124: variable 'ansible_shell_type' from source: unknown 6494 1726853143.89126: variable 'ansible_shell_executable' from source: unknown 6494 1726853143.89128: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853143.89130: variable 'ansible_pipelining' from source: unknown 6494 1726853143.89135: variable 'ansible_timeout' from source: unknown 6494 1726853143.89140: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853143.89207: 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) 6494 1726853143.89214: variable 'omit' from source: magic vars 6494 1726853143.89222: starting attempt loop 6494 1726853143.89224: running the handler 6494 1726853143.89227: handler run complete 6494 1726853143.89235: attempt loop complete, returning result 6494 1726853143.89246: variable 'item' from source: unknown 6494 1726853143.89289: variable 'item' from source: unknown ok: [managed_node1] => (item={'changed': False, 'stdout': '587/tcp', '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 0x7f5634e18530>\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634de3b60>\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 0x7f5634e1aab0>\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/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 0x7f5634be9190>\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 0x7f5634be9fa0>\nimport \'site\' # \nPython 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\nType "help", "copyright", "credits" or "license" for more information.\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/__init__.py\n# code object from \'/usr/lib64/python3.12/site-packages/gi/__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/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 0x7f5634cda8a0>\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 0x7f5634cdaf30>\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 0x7f5634cdb8c0>\nimport \'_collections\' # \nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56349aa480>\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/__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 0x7f5634cb2360>\nimport \'_functools\' # \nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56349aa7e0>\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 0x7f5634cb2ed0>\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56349abfe0>\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 0x7f5634cb3bf0>\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 0x7f5634c81400>\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634cb3ec0>\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 0x7f5634c4f5c0>\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 0x7f5634c4f680>\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 0x7f5634b90440>\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\'\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634b92de0>\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 0x7f5634b44e30>\nimport \'re._parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634b6fa10>\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 0x7f5634b44e90>\nimport \'re._compiler\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634b6e0c0>\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634b921b0>\nimport \'_typing\' # \nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634c82360>\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56349a9e20>\n# possible namespace for /usr/lib/python3.12/site-packages/gi\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_error.py\n# code object from \'/usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc\'\nimport \'gi._error\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634c4eb70>\n# extension module \'gi._gi\' loaded from \'/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so\'\n# extension module \'gi._gi\' executed from \'/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so\'\nimport \'gi._gi\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5634c4d100>\nimport \'gi\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56349a8e30>\n# /usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/repository/__init__.py\n# code object from \'/usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc\'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/importer.py\n# code object from \'/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc\'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/module.py\n# code object from \'/usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc\'\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 0x7f5634aea3f0>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/types.py\n# code object from \'/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc\'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_constants.py\n# code object from \'/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc\'\nimport \'gi._constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634ab5a90>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/docstring.py\n# code object from \'/usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc\'\nimport \'gi.docstring\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634ab5dc0>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_propertyhelper.py\n# code object from \'/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc\'\nimport \'gi._propertyhelper\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634ab6270>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_signalhelper.py\n# code object from \'/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc\'\nimport \'gi._signalhelper\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634ab6b40>\nimport \'gi.types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634ab5340>\nimport \'gi.module\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634ae9f10>\n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/__init__.py\n# code object from \'/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc\'\nimport \'gi.overrides\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634aea4b0>\nimport \'gi.importer\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634ae99a0>\nimport \'gi.repository\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634c80d70>\n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GLib.py\n# code object from \'/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc\'\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 0x7f563498b590>\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 \'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 0x7f5634959490>\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 0x7f5634959eb0>\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563498bfe0>\nimport \'errno\' # \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 0x7f56349381d0>\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634989b50>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_ossighelper.py\n# code object from \'/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.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 0x7f5634938530>\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 0x7f56349389e0>\nimport \'gi._ossighelper\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563498a7e0>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_option.py\n# code object from \'/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc\'\n# /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py\n# code object from \'/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc\'\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 0x7f5634910d10>\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 0x7f5634911b80>\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 0x7f5634913740>\nimport \'optparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563493a180>\nimport \'gi._option\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56349398b0>\nimport \'gi.overrides.GLib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634ab7e00>\nimport \'gi.repository.GLib\' # \n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GObject.py\n# code object from \'/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc\'\nimport \'gi.overrides.GObject\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56349cede0>\nimport \'gi.repository.GObject\' # \n# destroy gobject\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\'\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563451c7a0>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/__init__.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc\'\nimport \'firewall\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563451df40>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/client.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc\'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc\'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc\'\nimport \'dbus._compat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345b4aa0>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc\'\nimport \'dbus.exceptions\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345b4b60>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc\'\n# extension module \'_dbus_bindings\' loaded from \'/usr/lib64/python3.12/site-packages/_dbus_bindings.so\'\n# extension module \'_dbus_bindings\' executed from \'/usr/lib64/python3.12/site-packages/_dbus_bindings.so\'\nimport \'_dbus_bindings\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f56345b52b0>\nimport \'dbus.types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345b5130>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc\'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc\'\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\'\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\'\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 0x7f56345f9a90>\nimport \'_tokenize\' # \nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345f8590>\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345f82f0>\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345de570>\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 0x7f56345facf0>\nimport \'atexit\' # \nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345b6cf0>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc\'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc\'\nimport \'dbus.lowlevel\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634602e70>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc\'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.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 0x7f5634284110>\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 0x7f5634284350>\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\'\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 0x7f56342844d0>\nimport \'xml.parsers.expat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56342843b0>\nimport \'dbus._expat_introspect_parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634603b90>\nimport \'dbus.proxies\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634602fc0>\nimport \'dbus.connection\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634602390>\nimport \'dbus.bus\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345b6270>\nimport \'dbus._dbus\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345b5b20>\nimport \'dbus\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345b4560>\n# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/__init__.py\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc\'\nimport \'dbus.mainloop\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345b5f70>\n# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/glib.py\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc\'\n# extension module \'_dbus_glib_bindings\' loaded from \'/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so\'\n# extension module \'_dbus_glib_bindings\' executed from \'/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so\'\nimport \'_dbus_glib_bindings\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5634284740>\nimport \'dbus.mainloop.glib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345b4dd0>\n# /usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/__init__.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc\'\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 0x7f5634284e30>\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634284ce0>\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 0x7f5634287050>\n# /usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/dbus.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc\'\nimport \'firewall.config.dbus\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56342874a0>\nimport \'firewall.config\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634284890>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/__init__.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc\'\nimport \'firewall.core\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634287410>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/base.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc\'\nimport \'firewall.core.base\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634287620>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/dbus_utils.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc\'\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 0x7f5634287da0>\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 0x7f56342b7050>\n# extension module \'_elementtree\' loaded from \'/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so\'\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 0x7f56342d8200>\nimport \'xml.etree.ElementTree\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634287ce0>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/logger.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc\'\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 0x7f56342b6570>\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 0x7f56343693a0>\nimport \'opcode\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634368770>\nimport \'dis\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563431a9c0>\nimport \'inspect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56342d9c10>\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 0x7f56342db0e0>\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 0x7f5634371490>\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 0x7f5634371820>\nimport \'firewall.core.logger\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56342d8500>\nimport \'firewall.dbus_utils\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634287830>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/rich.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc\'\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 0x7f5634134260>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/functions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/functions.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/__pycache__/functions.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 0x7f5634137650>\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\'\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 0x7f563415b950>\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 0x7f5634180830>\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 0x7f5634180e90>\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563415bd40>\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 0x7f56341818b0>\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634181010>\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634159940>\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 0x7f5634183b90>\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56341838c0>\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 0x7f5634183a10>\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 0x7f56341a8410>\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 0x7f56341a8e00>\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634183d10>\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634159fd0>\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634137ec0>\nimport \'firewall.functions\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634136150>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/ipset.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc\'\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 0x7f56341a9850>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/errors.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc\'\nimport \'firewall.errors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56341dc7a0>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/prog.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc\'\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# 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 0x7f5634201010>\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56341df230>\nimport \'firewall.core.prog\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56341df080>\nimport \'firewall.core.ipset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634183830>\nimport \'firewall.core.rich\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56343727e0>\nimport \'firewall.client\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563451eb70>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/fw_nm.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc\'\n# destroy gi.repository.GModule\nimport \'gi.repository.GModule\' # \n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/Gio.py\n# code object from \'/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc\'\nimport \'gi.overrides.Gio\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d34f50>\nimport \'gi.repository.Gio\' # \n# destroy gi.repository.NM\nimport \'gi.repository.NM\' # \nimport \'firewall.core.fw_nm\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d34410>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/__init__.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc\'\nimport \'firewall.core.io\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d34a40>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/zone.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc\'\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 0x7f5633d58ec0>\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 0x7f5633d59550>\nimport \'xml.sax.xmlreader\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d378f0>\nimport \'xml.sax\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d375f0>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/io_object.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc\'\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__/__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 0x7f5633d7c170>\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\'\nimport \'urllib.parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d7c200>\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/__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\'\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 0x7f56333c89e0>\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d9f680>\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 0x7f56333c8c50>\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 0x7f56333c8ef0>\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/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\'\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 0x7f56334011c0>\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\'\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\'\nimport \'email.quoprimime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633403680>\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\'\nimport \'email.base64mime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633403590>\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__/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\'\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 0x7f563342c1a0>\nimport \'email.encoders\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633427d10>\nimport \'email.charset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633427230>\nimport \'email.header\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56334028d0>\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__/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 0x7f563342db20>\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563342d8e0>\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 0x7f563342f3b0>\nimport \'email._parseaddr\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563342e030>\nimport \'email.utils\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56334270b0>\nimport \'email._policybase\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633401250>\nimport \'email.feedparser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56334005c0>\nimport \'email.parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56334000e0>\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/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 0x7f563344f800>\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 0x7f563344fe90>\nimport \'email.message\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633400ec0>\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 0x7f5633486ba0>\nimport \'ssl\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56334842f0>\nimport \'http.client\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56333c9f70>\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 0x7f56331be570>\nimport \'urllib.error\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56333cbf50>\nimport \'urllib.request\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d7f2c0>\nimport \'xml.sax.saxutils\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d5ae70>\nimport \'firewall.core.io.io_object\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d5a0c0>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/policy.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc\'\nimport \'firewall.core.io.policy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d5a8d0>\nimport \'firewall.core.io.zone\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d34aa0>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/service.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc\'\nimport \'firewall.core.io.service\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56331bf800>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/ipset.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc\'\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/icmp.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc\'\nimport \'firewall.core.icmp\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56331e8350>\nimport \'firewall.core.io.ipset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56331bfb60>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/icmptype.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc\'\nimport \'firewall.core.io.icmptype\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56331e8dd0>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/helper.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc\'\nimport \'firewall.core.io.helper\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56331e91f0>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/command.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc\'\nimport \'firewall.command\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56331e9610>\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# destroy __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 itertools\n# cleanup[2] removing keyword\n# cleanup[2] removing _operator\n# cleanup[2] removing operator\n# cleanup[2] removing reprlib\n# destroy reprlib\n# cleanup[2] removing _collections\n# cleanup[2] removing collections\n# cleanup[2] removing types\n# cleanup[2] removing _functools\n# cleanup[2] removing functools\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 copyreg\n# cleanup[2] removing contextlib\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 re\n# cleanup[2] removing _typing\n# cleanup[2] removing typing\n# destroy typing\n# cleanup[2] removing pkgutil\n# destroy pkgutil\n# cleanup[2] removing gi._error\n# cleanup[2] removing gi._gi\n# cleanup[2] removing gi._gobject\n# cleanup[2] removing glib\n# destroy glib\n# cleanup[2] removing gobject\n# cleanup[2] removing gio\n# destroy gio\n# cleanup[2] removing gtk\n# destroy gtk\n# cleanup[2] removing gtk.gdk\n# destroy gtk.gdk\n# cleanup[2] removing gi\n# cleanup[2] removing threading\n# cleanup[2] removing gi._constants\n# cleanup[2] removing gi.docstring\n# cleanup[2] removing gi._propertyhelper\n# cleanup[2] removing gi._signalhelper\n# cleanup[2] removing gi.types\n# cleanup[2] removing gi.module\n# cleanup[2] removing gi.overrides\n# cleanup[2] removing gi.importer\n# cleanup[2] removing gi.repository\n# cleanup[2] removing _socket\n# cleanup[2] removing math\n# cleanup[2] removing select\n# cleanup[2] removing selectors\n# cleanup[2] removing errno\n# cleanup[2] removing array\n# cleanup[2] removing socket\n# cleanup[2] removing __future__\n# destroy __future__\n# cleanup[2] removing signal\n# cleanup[2] removing gi._ossighelper\n# cleanup[2] removing textwrap\n# cleanup[2] removing gettext\n# cleanup[2] removing _locale\n# cleanup[2] removing locale\n# cleanup[2] removing optparse\n# cleanup[2] removing gi._option\n# cleanup[2] removing gi.overrides.GLib\n# cleanup[2] removing gi.repository.GLib\n# cleanup[2] removing gi.overrides.GObject\n# cleanup[2] removing gi.repository.GObject\n# cleanup[2] removing argparse\n# cleanup[2] removing firewall\n# cleanup[2] removing dbus._compat\n# cleanup[2] removing dbus.exceptions\n# cleanup[2] removing _dbus_bindings\n# cleanup[2] removing dbus.types\n# cleanup[2] removing token\n# cleanup[2] removing _tokenize\n# cleanup[2] removing tokenize\n# cleanup[2] removing linecache\n# cleanup[2] removing traceback\n# cleanup[2] removing _string\n# cleanup[2] removing string\n# cleanup[2] removing atexit\n# cleanup[2] removing logging\n# cleanup[2] removing dbus.lowlevel\n# cleanup[2] removing xml\n# cleanup[2] removing xml.parsers\n# cleanup[2] removing pyexpat.errors\n# cleanup[2] removing pyexpat.model\n# cleanup[2] removing pyexpat\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 dbus._expat_introspect_parser\n# cleanup[2] removing dbus.proxies\n# cleanup[2] removing dbus.connection\n# cleanup[2] removing dbus.bus\n# cleanup[2] removing dbus._dbus\n# cleanup[2] removing dbus\n# cleanup[2] removing dbus.mainloop\n# cleanup[2] removing _dbus_glib_bindings\n# cleanup[2] removing dbus.mainloop.glib\n# cleanup[2] removing _struct\n# cleanup[2] removing struct\n# cleanup[2] removing copy\n# cleanup[2] removing firewall.config.dbus\n# cleanup[2] removing firewall.config\n# cleanup[2] removing firewall.core\n# cleanup[2] removing firewall.core.base\n# cleanup[2] removing xml.etree\n# cleanup[2] removing xml.etree.ElementPath\n# cleanup[2] removing _elementtree\n# cleanup[2] removing xml.etree.ElementTree\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 inspect\n# cleanup[2] removing fnmatch\n# cleanup[2] removing syslog\n# cleanup[2] removing fcntl\n# cleanup[2] removing firewall.core.logger\n# cleanup[2] removing firewall.dbus_utils\n# cleanup[2] removing dataclasses\n# destroy dataclasses\n# cleanup[2] removing shlex\n# cleanup[2] removing zlib\n# cleanup[2] removing _compression\n# cleanup[2] removing _bz2\n# cleanup[2] removing bz2\n# destroy bz2\n# cleanup[2] removing _lzma\n# cleanup[2] removing lzma\n# destroy lzma\n# cleanup[2] removing shutil\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 tempfile\n# cleanup[2] removing firewall.functions\n# cleanup[2] removing ipaddress\n# cleanup[2] removing firewall.errors\n# cleanup[2] removing _posixsubprocess\n# cleanup[2] removing subprocess\n# cleanup[2] removing firewall.core.prog\n# cleanup[2] removing firewall.core.ipset\n# cleanup[2] removing firewall.core.rich\n# cleanup[2] removing firewall.client\n# cleanup[2] removing gi.overrides.Gio\n# cleanup[2] removing gi.repository.Gio\n# cleanup[2] removing firewall.core.fw_nm\n# cleanup[2] removing firewall.core.io\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 urllib\n# cleanup[2] removing urllib.parse\n# cleanup[2] removing binascii\n# cleanup[2] removing base64\n# cleanup[2] removing email\n# cleanup[2] removing http\n# cleanup[2] removing email.errors\n# cleanup[2] removing email.quoprimime\n# cleanup[2] removing email.base64mime\n# cleanup[2] removing quopri\n# cleanup[2] removing email.encoders\n# cleanup[2] removing email.charset\n# cleanup[2] removing email.header\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 email.utils\n# cleanup[2] removing email._policybase\n# cleanup[2] removing email.feedparser\n# cleanup[2] removing email.parser\n# cleanup[2] removing email._encoded_words\n# cleanup[2] removing email.iterators\n# cleanup[2] removing email.message\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 firewall.core.io.io_object\n# cleanup[2] removing firewall.core.io.policy\n# cleanup[2] removing firewall.core.io.zone\n# cleanup[2] removing firewall.core.io.service\n# cleanup[2] removing firewall.core.icmp\n# cleanup[2] removing firewall.core.io.ipset\n# cleanup[2] removing firewall.core.io.icmptype\n# cleanup[2] removing firewall.core.io.helper\n# cleanup[2] removing firewall.command\n# destroy _sitebuiltins\n# destroy zlib\n# destroy _bz2\n# destroy _compression\n# destroy _lzma\n# cleanup[3] wiping firewall.command\n# cleanup[3] wiping firewall.core.io.helper\n# cleanup[3] wiping firewall.core.io.icmptype\n# cleanup[3] wiping firewall.core.io.ipset\n# cleanup[3] wiping firewall.core.icmp\n# cleanup[3] wiping firewall.core.io.service\n# cleanup[3] wiping firewall.core.io.zone\n# cleanup[3] wiping firewall.core.io.policy\n# cleanup[3] wiping firewall.core.io.io_object\n# cleanup[3] wiping xml.sax.saxutils\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 email.message\n# destroy quopri\n# cleanup[3] wiping email.iterators\n# cleanup[3] wiping email._encoded_words\n# cleanup[3] wiping email.parser\n# cleanup[3] wiping email.feedparser\n# cleanup[3] wiping email._policybase\n# cleanup[3] wiping email.utils\n# destroy random\n# destroy urllib\n# destroy urllib.parse\n# destroy urllib.response\n# destroy urllib.error\n# destroy urllib.request\n# cleanup[3] wiping email._parseaddr\n# destroy calendar\n# cleanup[3] wiping datetime\n# cleanup[3] wiping _datetime\n# cleanup[3] wiping email.header\n# cleanup[3] wiping email.charset\n# destroy email\n# cleanup[3] wiping email.encoders\n# cleanup[3] wiping email.base64mime\n# cleanup[3] wiping email.quoprimime\n# cleanup[3] wiping email.errors\n# cleanup[3] wiping base64\n# destroy struct\n# cleanup[3] wiping binascii\n# cleanup[3] wiping xml.sax\n# destroy xml.sax._exceptions\n# destroy xml.sax.xmlreader\n# destroy xml.sax.saxutils\n# cleanup[3] wiping xml.sax.handler\n# cleanup[3] wiping firewall.core.io\n# destroy xml\n# destroy xml.parsers\n# destroy xml.parsers.expat\n# destroy xml.etree\n# destroy xml.sax\n# destroy firewall.core.io.io_object\n# destroy firewall.core.io.policy\n# destroy firewall.core.io.zone\n# destroy firewall.core.io.service\n# destroy firewall.core.io.ipset\n# destroy firewall.core.io.icmptype\n# destroy firewall.core.io.helper\n# cleanup[3] wiping firewall.core.fw_nm\n# cleanup[3] wiping gi.repository.Gio\n# cleanup[3] wiping gi.overrides.Gio\n# cleanup[3] wiping firewall.client\n# destroy firewall\n# destroy firewall.config\n# destroy firewall.core\n# destroy firewall.core.base\n# destroy firewall.core.logger\n# destroy firewall.core.prog\n# destroy firewall.core.ipset\n# destroy firewall.core.rich\n# destroy firewall.core.fw_nm\n# destroy firewall.core.io\n# destroy firewall.core.icmp\n# destroy firewall.dbus_utils\n# destroy firewall.command\n# destroy firewall.client\n# cleanup[3] wiping subprocess\n# cleanup[3] wiping _posixsubprocess\n# destroy _posixsubprocess\n# cleanup[3] wiping firewall.errors\n# cleanup[3] wiping ipaddress\n# cleanup[3] wiping firewall.functions\n# destroy shlex\n# destroy string\n# destroy tempfile\n# cleanup[3] wiping _blake2\n# cleanup[3] wiping _hashlib\n# cleanup[3] wiping _random\n# cleanup[3] wiping _bisect\n# cleanup[3] wiping shutil\n# cleanup[3] wiping fcntl\n# cleanup[3] wiping syslog\n# cleanup[3] wiping fnmatch\n# cleanup[3] wiping inspect\n# destroy ast\n# destroy dis\n# destroy token\n# cleanup[3] wiping _opcode\n# cleanup[3] wiping xml.etree.ElementTree\n# cleanup[3] wiping _elementtree\n# cleanup[3] wiping xml.etree.ElementPath\n# cleanup[3] wiping firewall.config.dbus\n# cleanup[3] wiping copy\n# cleanup[3] wiping _struct\n# cleanup[3] wiping dbus.mainloop.glib\n# cleanup[3] wiping _dbus_glib_bindings\n# cleanup[3] wiping dbus.mainloop\n# destroy dbus.mainloop.glib\n# cleanup[3] wiping dbus\n# destroy dbus._compat\n# destroy dbus._expat_introspect_parser\n# destroy dbus._dbus\n# destroy dbus.exceptions\n# destroy dbus.types\n# destroy dbus.lowlevel\n# destroy dbus.proxies\n# destroy dbus.connection\n# destroy dbus.bus\n# destroy dbus.mainloop\n# cleanup[3] wiping xml.parsers.expat.errors\n# cleanup[3] wiping xml.parsers.expat.model\n# cleanup[3] wiping pyexpat\n# destroy pyexpat.errors\n# destroy pyexpat.model\n# cleanup[3] wiping logging\n# cleanup[3] wiping atexit\n# destroy atexit\n# cleanup[3] wiping _string\n# cleanup[3] wiping traceback\n# destroy linecache\n# cleanup[3] wiping tokenize\n# cleanup[3] wiping _tokenize\n# cleanup[3] wiping _dbus_bindings\n# cleanup[3] wiping argparse\n# cleanup[3] wiping gi.repository.GObject\n# cleanup[3] wiping gi.overrides.GObject\n# cleanup[3] wiping gi.repository.GLib\n# cleanup[3] wiping gi.overrides.GLib\n# cleanup[3] wiping gi._option\n# destroy optparse\n# cleanup[3] wiping locale\n# destroy encodings\n# cleanup[3] wiping _locale\n# destroy _locale\n# cleanup[3] wiping gettext\n# cleanup[3] wiping textwrap\n# cleanup[3] wiping gi._ossighelper\n# destroy signal\n# cleanup[3] wiping socket\n# destroy selectors\n# cleanup[3] wiping array\n# cleanup[3] wiping errno\n# cleanup[3] wiping select\n# cleanup[3] wiping math\n# cleanup[3] wiping _socket\n# cleanup[3] wiping gi.repository\n# destroy gi.repository.GLib\n# destroy gi.repository.Gio\n# cleanup[3] wiping gi.importer\n# cleanup[3] wiping gi.overrides\n# destroy gi.overrides.GLib\n# destroy gi.overrides.GObject\n# destroy gi.overrides.Gio\n# cleanup[3] wiping gi.module\n# destroy gi\n# cleanup[3] wiping gi.types\n# cleanup[3] wiping gi._signalhelper\n# cleanup[3] wiping gi._propertyhelper\n# cleanup[3] wiping gi.docstring\n# cleanup[3] wiping gi._constants\n# cleanup[3] wiping threading\n# cleanup[3] wiping gobject\n# cleanup[3] wiping gi._gobject\n# cleanup[3] wiping gi._gi\n# cleanup[3] wiping gi._error\n# cleanup[3] wiping _typing\n# cleanup[3] wiping re\n# destroy re._constants\n# destroy re._casefix\n# destroy re._compiler\n# destroy enum\n# cleanup[3] wiping re._parser\n# cleanup[3] wiping _sre\n# cleanup[3] wiping contextlib\n# cleanup[3] wiping copyreg\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# cleanup[3] wiping warnings\n# cleanup[3] wiping importlib._bootstrap_external\n# cleanup[3] wiping importlib._bootstrap\n# cleanup[3] wiping functools\n# cleanup[3] wiping _functools\n# cleanup[3] wiping types\n# cleanup[3] wiping collections\n# destroy _collections_abc\n# destroy collections.abc\n# cleanup[3] wiping _collections\n# cleanup[3] wiping operator\n# cleanup[3] wiping _operator\n# cleanup[3] wiping keyword\n# cleanup[3] wiping itertools\n# cleanup[3] wiping encodings.utf_8_sig\n# cleanup[3] wiping os\n# destroy posixpath\n# cleanup[3] wiping genericpath\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 _datetime\n# destroy _dbus_glib_bindings\n# destroy sys.monitoring\n# destroy _io\n# destroy _socket\n# destroy gi.repository.GObject\n# destroy argparse\n# destroy zipimport\n# destroy importlib\n# destroy gi.types\n# destroy gi._error\n# destroy gi._gobject\n# destroy gi._constants\n# destroy gi.docstring\n# destroy gi._propertyhelper\n# destroy gi._signalhelper\n# destroy gi.module\n# destroy gi.overrides\n# destroy gi.importer\n# destroy gi.repository\n# destroy gi._ossighelper\n# destroy gi._option\n# destroy gi._gi\n# destroy _collections\n# destroy re._parser\n# destroy array\n# destroy textwrap\n# destroy stat\n# destroy genericpath\n# destroy tokenize\n# destroy _string\n# destroy shutil\n# destroy gettext\n# destroy firewall.config.dbus\n# destroy firewall.functions\n# destroy select\n# destroy _signal\n# destroy dbus\n# destroy xml.etree.ElementTree\n# destroy firewall.errors\n# destroy time\n# destroy fnmatch\n# destroy syslog\n# destroy traceback\n# destroy fcntl\n# destroy xml.sax.handler\n# destroy copy\n# destroy inspect\n# destroy keyword\n# destroy abc\n# destroy _thread\n# destroy copyreg\n# destroy contextlib\n# destroy operator\n# destroy subprocess\n# destroy _typing\n# destroy _tokenize\n# destroy xml.etree.ElementPath\n# destroy collections\n# destroy io\n# destroy _opcode\n# destroy functools\n# destroy types\n# destroy ipaddress\n# destroy _elementtree\n# destroy email.errors\n# destroy email.quoprimime\n# destroy email.base64mime\n# destroy email.encoders\n# destroy email.charset\n# destroy email.header\n# destroy email._parseaddr\n# destroy email.utils\n# destroy email._policybase\n# destroy email.feedparser\n# destroy email.parser\n# destroy email._encoded_words\n# destroy email.iterators\n# destroy email.message\n# destroy http.client\n# destroy socket\n# destroy base64\n# destroy errno\n# destroy _blake2\n# destroy _ssl\n# destroy binascii\n# destroy datetime\n# destroy locale\n# destroy warnings\n# destroy _struct\n# clear sys.meta_path\n# clear sys.modules\n# destroy _frozen_importlib\n# destroy codecs\n# destroy encodings.aliases\n# destroy encodings.utf_8\n# destroy encodings.utf_8_sig\n# destroy _codecs\n# destroy _warnings\n# destroy math\n# destroy _bisect\n# destroy os\n# destroy re\n# destroy _random\n# destroy _hashlib\n# destroy _operator\n# destroy builtins\n# destroy itertools\n# destroy _sre\n# destroy posix\n# destroy _functools\n# clear sys.audit hooks\nimport _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 0x7f14fb018530>\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fafe3b60>\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 0x7f14fb01aab0>\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/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 0x7f14fae2d190>\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 0x7f14fae2dfd0>\nimport \'site\' # \nPython 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\nType "help", "copyright", "credits" or "license" for more information.\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/__init__.py\n# code object from \'/usr/lib64/python3.12/site-packages/gi/__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/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 0x7f14faf1a8a0>\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 0x7f14faf1af30>\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 0x7f14faf1b8c0>\nimport \'_collections\' # \nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fac164b0>\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/__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 0x7f14faef2390>\nimport \'_functools\' # \nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fac16810>\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 0x7f14faef2f00>\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14faf1ae40>\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 0x7f14faef3c20>\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 0x7f14faec1400>\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14faef3ef0>\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 0x7f14fae8f5c0>\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 0x7f14fae8f6e0>\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 0x7f14fadec470>\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\'\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fadeee40>\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 0x7f14fada0f50>\nimport \'re._parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fadcbb30>\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 0x7f14fada0fb0>\nimport \'re._compiler\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fadca240>\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fadee1e0>\nimport \'_typing\' # \nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14faec2360>\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fac15e50>\n# possible namespace for /usr/lib/python3.12/site-packages/gi\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_error.py\n# code object from \'/usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc\'\nimport \'gi._error\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fae8e960>\n# extension module \'gi._gi\' loaded from \'/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so\'\n# extension module \'gi._gi\' executed from \'/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so\'\nimport \'gi._gi\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f14fae8d100>\nimport \'gi\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fac14e60>\n# /usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/repository/__init__.py\n# code object from \'/usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc\'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/importer.py\n# code object from \'/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc\'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/module.py\n# code object from \'/usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc\'\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 0x7f14fad46480>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/types.py\n# code object from \'/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc\'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_constants.py\n# code object from \'/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc\'\nimport \'gi._constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fad11b50>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/docstring.py\n# code object from \'/usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc\'\nimport \'gi.docstring\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fad11e80>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_propertyhelper.py\n# code object from \'/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc\'\nimport \'gi._propertyhelper\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fad12330>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_signalhelper.py\n# code object from \'/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc\'\nimport \'gi._signalhelper\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fad12c00>\nimport \'gi.types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fad11400>\nimport \'gi.module\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fad45fa0>\n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/__init__.py\n# code object from \'/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc\'\nimport \'gi.overrides\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fad46540>\nimport \'gi.importer\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fad45a30>\nimport \'gi.repository\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14faec0da0>\n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GLib.py\n# code object from \'/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc\'\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 0x7f14fabef680>\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 \'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 0x7f14fabbd5b0>\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 0x7f14fabbdf70>\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fabbc140>\nimport \'errno\' # \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 0x7f14faba0440>\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fabedc70>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_ossighelper.py\n# code object from \'/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.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 0x7f14faba0830>\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 0x7f14faba0ce0>\nimport \'gi._ossighelper\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fabee900>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_option.py\n# code object from \'/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc\'\n# /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py\n# code object from \'/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc\'\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 0x7f14fab79070>\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 0x7f14fab79ee0>\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 0x7f14fab7bad0>\nimport \'optparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14faba24e0>\nimport \'gi._option\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14faba1c10>\nimport \'gi.overrides.GLib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fad13f20>\nimport \'gi.repository.GLib\' # \n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GObject.py\n# code object from \'/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc\'\nimport \'gi.overrides.GObject\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fac3b110>\nimport \'gi.repository.GObject\' # \n# destroy gobject\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\'\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa78c950>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/__init__.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc\'\nimport \'firewall\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa78e0f0>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/client.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc\'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc\'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc\'\nimport \'dbus._compat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa824c50>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc\'\nimport \'dbus.exceptions\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa824d10>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc\'\n# extension module \'_dbus_bindings\' loaded from \'/usr/lib64/python3.12/site-packages/_dbus_bindings.so\'\n# extension module \'_dbus_bindings\' executed from \'/usr/lib64/python3.12/site-packages/_dbus_bindings.so\'\nimport \'_dbus_bindings\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f14fa825460>\nimport \'dbus.types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa8252e0>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc\'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc\'\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\'\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\'\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 0x7f14fa869ca0>\nimport \'_tokenize\' # \nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa8687a0>\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa868500>\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa842780>\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 0x7f14fa86b050>\nimport \'atexit\' # \nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa826f00>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc\'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc\'\nimport \'dbus.lowlevel\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa873140>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc\'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.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 0x7f14fa4f8410>\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 0x7f14fa4f8680>\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\'\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 0x7f14fa4f87a0>\nimport \'xml.parsers.expat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa4f86b0>\nimport \'dbus._expat_introspect_parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa873e90>\nimport \'dbus.proxies\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa8732c0>\nimport \'dbus.connection\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa872660>\nimport \'dbus.bus\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa826480>\nimport \'dbus._dbus\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa825d00>\nimport \'dbus\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa824710>\n# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/__init__.py\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc\'\nimport \'dbus.mainloop\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa826180>\n# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/glib.py\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc\'\n# extension module \'_dbus_glib_bindings\' loaded from \'/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so\'\n# extension module \'_dbus_glib_bindings\' executed from \'/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so\'\nimport \'_dbus_glib_bindings\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f14fa4f89e0>\nimport \'dbus.mainloop.glib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa4f8230>\n# /usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/__init__.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc\'\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 0x7f14fa4f90d0>\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa4f8f80>\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 0x7f14fa4fb2f0>\n# /usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/dbus.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc\'\nimport \'firewall.config.dbus\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa4fb740>\nimport \'firewall.config\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa4f8b30>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/__init__.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc\'\nimport \'firewall.core\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa4fb680>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/base.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc\'\nimport \'firewall.core.base\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa4fb890>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/dbus_utils.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc\'\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 0x7f14fa4fbf50>\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 0x7f14fa52b2c0>\n# extension module \'_elementtree\' loaded from \'/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so\'\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 0x7f14fa54c530>\nimport \'xml.etree.ElementTree\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa4fbe60>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/logger.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc\'\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 0x7f14fa52a810>\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 0x7f14fa105640>\nimport \'opcode\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa104a10>\nimport \'dis\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa58ebd0>\nimport \'inspect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa54de20>\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 0x7f14fafe3e90>\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 0x7f14fa10d730>\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 0x7f14fa10da00>\nimport \'firewall.core.logger\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa54c6e0>\nimport \'firewall.dbus_utils\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa4fbad0>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/rich.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc\'\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 0x7f14fa1384a0>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/functions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/functions.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/__pycache__/functions.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 0x7f14fa13b890>\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\'\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 0x7f14fa15fb90>\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 0x7f14fa184ad0>\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 0x7f14fa185130>\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa15ffe0>\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 0x7f14fa185b80>\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa1852e0>\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa15db80>\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 0x7f14fa187e00>\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa187b30>\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 0x7f14fa187e30>\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 0x7f14fa1ac6b0>\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 0x7f14fa1ad0a0>\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa187f80>\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa15e210>\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa15c140>\nimport \'firewall.functions\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa13a360>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/ipset.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc\'\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 0x7f14fa1ada90>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/errors.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc\'\nimport \'firewall.errors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa1e0a10>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/prog.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc\'\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# 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 0x7f14f9f35130>\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa1e3350>\nimport \'firewall.core.prog\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa1e31a0>\nimport \'firewall.core.ipset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa1ac530>\nimport \'firewall.core.rich\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa10ea20>\nimport \'firewall.client\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa78ed20>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/fw_nm.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc\'\n# destroy gi.repository.GModule\nimport \'gi.repository.GModule\' # \n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/Gio.py\n# code object from \'/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc\'\nimport \'gi.overrides.Gio\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9fbd040>\nimport \'gi.repository.Gio\' # \n# destroy gi.repository.NM\nimport \'gi.repository.NM\' # \nimport \'firewall.core.fw_nm\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9f35010>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/__init__.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc\'\nimport \'firewall.core.io\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9fbcb30>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/zone.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc\'\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 0x7f14f9fe0f50>\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 0x7f14f9fe15e0>\nimport \'xml.sax.xmlreader\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9fbf980>\nimport \'xml.sax\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9fbf680>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/io_object.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc\'\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__/__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 0x7f14fa004200>\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\'\nimport \'urllib.parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa004290>\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/__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\'\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 0x7f14f9630aa0>\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa027740>\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 0x7f14f9630cb0>\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 0x7f14f9630f50>\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/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\'\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 0x7f14f9665250>\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\'\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\'\nimport \'email.quoprimime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9667710>\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\'\nimport \'email.base64mime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9667620>\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__/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\'\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 0x7f14f9694260>\nimport \'email.encoders\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f968fdd0>\nimport \'email.charset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f968f2c0>\nimport \'email.header\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9666960>\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__/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 0x7f14f9695b80>\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9695970>\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 0x7f14f9697410>\nimport \'email._parseaddr\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9696090>\nimport \'email.utils\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f96667e0>\nimport \'email._policybase\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f96652e0>\nimport \'email.feedparser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9664650>\nimport \'email.parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f96641a0>\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/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 0x7f14f96b78c0>\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 0x7f14f96ec0e0>\nimport \'email.message\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f96644a0>\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 0x7f14f96eec90>\nimport \'ssl\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f96ec3e0>\nimport \'http.client\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9632030>\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 0x7f14f94264b0>\nimport \'urllib.error\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9664050>\nimport \'urllib.request\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa007380>\nimport \'xml.sax.saxutils\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9fe2f00>\nimport \'firewall.core.io.io_object\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9fe2150>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/policy.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc\'\nimport \'firewall.core.io.policy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9fe2960>\nimport \'firewall.core.io.zone\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9fbd010>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/service.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc\'\nimport \'firewall.core.io.service\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9427710>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/ipset.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc\'\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/icmp.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc\'\nimport \'firewall.core.icmp\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9454230>\nimport \'firewall.core.io.ipset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9427a40>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/icmptype.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc\'\nimport \'firewall.core.io.icmptype\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9454cb0>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/helper.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc\'\nimport \'firewall.core.io.helper\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f94550d0>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/command.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc\'\nimport \'firewall.command\' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f94554f0>\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# destroy __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 itertools\n# cleanup[2] removing keyword\n# cleanup[2] removing _operator\n# cleanup[2] removing operator\n# cleanup[2] removing reprlib\n# destroy reprlib\n# cleanup[2] removing _collections\n# cleanup[2] removing collections\n# cleanup[2] removing types\n# cleanup[2] removing _functools\n# cleanup[2] removing functools\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 copyreg\n# cleanup[2] removing contextlib\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 re\n# cleanup[2] removing _typing\n# cleanup[2] removing typing\n# destroy typing\n# cleanup[2] removing pkgutil\n# destroy pkgutil\n# cleanup[2] removing gi._error\n# cleanup[2] removing gi._gi\n# cleanup[2] removing gi._gobject\n# cleanup[2] removing glib\n# destroy glib\n# cleanup[2] removing gobject\n# cleanup[2] removing gio\n# destroy gio\n# cleanup[2] removing gtk\n# destroy gtk\n# cleanup[2] removing gtk.gdk\n# destroy gtk.gdk\n# cleanup[2] removing gi\n# cleanup[2] removing threading\n# cleanup[2] removing gi._constants\n# cleanup[2] removing gi.docstring\n# cleanup[2] removing gi._propertyhelper\n# cleanup[2] removing gi._signalhelper\n# cleanup[2] removing gi.types\n# cleanup[2] removing gi.module\n# cleanup[2] removing gi.overrides\n# cleanup[2] removing gi.importer\n# cleanup[2] removing gi.repository\n# cleanup[2] removing _socket\n# cleanup[2] removing math\n# cleanup[2] removing select\n# cleanup[2] removing selectors\n# cleanup[2] removing errno\n# cleanup[2] removing array\n# cleanup[2] removing socket\n# cleanup[2] removing __future__\n# destroy __future__\n# cleanup[2] removing signal\n# cleanup[2] removing gi._ossighelper\n# cleanup[2] removing textwrap\n# cleanup[2] removing gettext\n# cleanup[2] removing _locale\n# cleanup[2] removing locale\n# cleanup[2] removing optparse\n# cleanup[2] removing gi._option\n# cleanup[2] removing gi.overrides.GLib\n# cleanup[2] removing gi.repository.GLib\n# cleanup[2] removing gi.overrides.GObject\n# cleanup[2] removing gi.repository.GObject\n# cleanup[2] removing argparse\n# cleanup[2] removing firewall\n# cleanup[2] removing dbus._compat\n# cleanup[2] removing dbus.exceptions\n# cleanup[2] removing _dbus_bindings\n# cleanup[2] removing dbus.types\n# cleanup[2] removing token\n# cleanup[2] removing _tokenize\n# cleanup[2] removing tokenize\n# cleanup[2] removing linecache\n# cleanup[2] removing traceback\n# cleanup[2] removing _string\n# cleanup[2] removing string\n# cleanup[2] removing atexit\n# cleanup[2] removing logging\n# cleanup[2] removing dbus.lowlevel\n# cleanup[2] removing xml\n# cleanup[2] removing xml.parsers\n# cleanup[2] removing pyexpat.errors\n# cleanup[2] removing pyexpat.model\n# cleanup[2] removing pyexpat\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 dbus._expat_introspect_parser\n# cleanup[2] removing dbus.proxies\n# cleanup[2] removing dbus.connection\n# cleanup[2] removing dbus.bus\n# cleanup[2] removing dbus._dbus\n# cleanup[2] removing dbus\n# cleanup[2] removing dbus.mainloop\n# cleanup[2] removing _dbus_glib_bindings\n# cleanup[2] removing dbus.mainloop.glib\n# cleanup[2] removing _struct\n# cleanup[2] removing struct\n# cleanup[2] removing copy\n# cleanup[2] removing firewall.config.dbus\n# cleanup[2] removing firewall.config\n# cleanup[2] removing firewall.core\n# cleanup[2] removing firewall.core.base\n# cleanup[2] removing xml.etree\n# cleanup[2] removing xml.etree.ElementPath\n# cleanup[2] removing _elementtree\n# cleanup[2] removing xml.etree.ElementTree\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 inspect\n# cleanup[2] removing fnmatch\n# cleanup[2] removing syslog\n# cleanup[2] removing fcntl\n# cleanup[2] removing firewall.core.logger\n# cleanup[2] removing firewall.dbus_utils\n# cleanup[2] removing dataclasses\n# destroy dataclasses\n# cleanup[2] removing shlex\n# cleanup[2] removing zlib\n# cleanup[2] removing _compression\n# cleanup[2] removing _bz2\n# cleanup[2] removing bz2\n# destroy bz2\n# cleanup[2] removing _lzma\n# cleanup[2] removing lzma\n# destroy lzma\n# cleanup[2] removing shutil\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 tempfile\n# cleanup[2] removing firewall.functions\n# cleanup[2] removing ipaddress\n# cleanup[2] removing firewall.errors\n# cleanup[2] removing _posixsubprocess\n# cleanup[2] removing subprocess\n# cleanup[2] removing firewall.core.prog\n# cleanup[2] removing firewall.core.ipset\n# cleanup[2] removing firewall.core.rich\n# cleanup[2] removing firewall.client\n# cleanup[2] removing gi.overrides.Gio\n# cleanup[2] removing gi.repository.Gio\n# cleanup[2] removing firewall.core.fw_nm\n# cleanup[2] removing firewall.core.io\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 urllib\n# cleanup[2] removing urllib.parse\n# cleanup[2] removing binascii\n# cleanup[2] removing base64\n# cleanup[2] removing email\n# cleanup[2] removing http\n# cleanup[2] removing email.errors\n# cleanup[2] removing email.quoprimime\n# cleanup[2] removing email.base64mime\n# cleanup[2] removing quopri\n# cleanup[2] removing email.encoders\n# cleanup[2] removing email.charset\n# cleanup[2] removing email.header\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 email.utils\n# cleanup[2] removing email._policybase\n# cleanup[2] removing email.feedparser\n# cleanup[2] removing email.parser\n# cleanup[2] removing email._encoded_words\n# cleanup[2] removing email.iterators\n# cleanup[2] removing email.message\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 firewall.core.io.io_object\n# cleanup[2] removing firewall.core.io.policy\n# cleanup[2] removing firewall.core.io.zone\n# cleanup[2] removing firewall.core.io.service\n# cleanup[2] removing firewall.core.icmp\n# cleanup[2] removing firewall.core.io.ipset\n# cleanup[2] removing firewall.core.io.icmptype\n# cleanup[2] removing firewall.core.io.helper\n# cleanup[2] removing firewall.command\n# destroy _sitebuiltins\n# destroy zlib\n# destroy _bz2\n# destroy _compression\n# destroy _lzma\n# cleanup[3] wiping firewall.command\n# cleanup[3] wiping firewall.core.io.helper\n# cleanup[3] wiping firewall.core.io.icmptype\n# cleanup[3] wiping firewall.core.io.ipset\n# cleanup[3] wiping firewall.core.icmp\n# cleanup[3] wiping firewall.core.io.service\n# cleanup[3] wiping firewall.core.io.zone\n# cleanup[3] wiping firewall.core.io.policy\n# cleanup[3] wiping firewall.core.io.io_object\n# cleanup[3] wiping xml.sax.saxutils\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 email.message\n# destroy quopri\n# cleanup[3] wiping email.iterators\n# cleanup[3] wiping email._encoded_words\n# cleanup[3] wiping email.parser\n# cleanup[3] wiping email.feedparser\n# cleanup[3] wiping email._policybase\n# cleanup[3] wiping email.utils\n# destroy random\n# destroy urllib\n# destroy urllib.parse\n# destroy urllib.response\n# destroy urllib.error\n# destroy urllib.request\n# cleanup[3] wiping email._parseaddr\n# destroy calendar\n# cleanup[3] wiping datetime\n# cleanup[3] wiping _datetime\n# cleanup[3] wiping email.header\n# cleanup[3] wiping email.charset\n# destroy email\n# cleanup[3] wiping email.encoders\n# cleanup[3] wiping email.base64mime\n# cleanup[3] wiping email.quoprimime\n# cleanup[3] wiping email.errors\n# cleanup[3] wiping base64\n# destroy struct\n# cleanup[3] wiping binascii\n# cleanup[3] wiping xml.sax\n# destroy xml.sax._exceptions\n# destroy xml.sax.xmlreader\n# destroy xml.sax.saxutils\n# cleanup[3] wiping xml.sax.handler\n# cleanup[3] wiping firewall.core.io\n# destroy xml\n# destroy xml.parsers\n# destroy xml.parsers.expat\n# destroy xml.etree\n# destroy xml.sax\n# destroy firewall.core.io.io_object\n# destroy firewall.core.io.policy\n# destroy firewall.core.io.zone\n# destroy firewall.core.io.service\n# destroy firewall.core.io.ipset\n# destroy firewall.core.io.icmptype\n# destroy firewall.core.io.helper\n# cleanup[3] wiping firewall.core.fw_nm\n# cleanup[3] wiping gi.repository.Gio\n# cleanup[3] wiping gi.overrides.Gio\n# cleanup[3] wiping firewall.client\n# destroy firewall\n# destroy firewall.config\n# destroy firewall.core\n# destroy firewall.core.base\n# destroy firewall.core.logger\n# destroy firewall.core.prog\n# destroy firewall.core.ipset\n# destroy firewall.core.rich\n# destroy firewall.core.fw_nm\n# destroy firewall.core.io\n# destroy firewall.core.icmp\n# destroy firewall.dbus_utils\n# destroy firewall.command\n# destroy firewall.client\n# cleanup[3] wiping subprocess\n# cleanup[3] wiping _posixsubprocess\n# destroy _posixsubprocess\n# cleanup[3] wiping firewall.errors\n# cleanup[3] wiping ipaddress\n# cleanup[3] wiping firewall.functions\n# destroy shlex\n# destroy string\n# destroy tempfile\n# cleanup[3] wiping _blake2\n# cleanup[3] wiping _hashlib\n# cleanup[3] wiping _random\n# cleanup[3] wiping _bisect\n# cleanup[3] wiping shutil\n# cleanup[3] wiping fcntl\n# cleanup[3] wiping syslog\n# cleanup[3] wiping fnmatch\n# cleanup[3] wiping inspect\n# destroy ast\n# destroy dis\n# destroy token\n# cleanup[3] wiping _opcode\n# cleanup[3] wiping xml.etree.ElementTree\n# cleanup[3] wiping _elementtree\n# cleanup[3] wiping xml.etree.ElementPath\n# cleanup[3] wiping firewall.config.dbus\n# cleanup[3] wiping copy\n# cleanup[3] wiping _struct\n# cleanup[3] wiping dbus.mainloop.glib\n# cleanup[3] wiping _dbus_glib_bindings\n# cleanup[3] wiping dbus.mainloop\n# destroy dbus.mainloop.glib\n# cleanup[3] wiping dbus\n# destroy dbus._compat\n# destroy dbus._expat_introspect_parser\n# destroy dbus._dbus\n# destroy dbus.exceptions\n# destroy dbus.types\n# destroy dbus.lowlevel\n# destroy dbus.proxies\n# destroy dbus.connection\n# destroy dbus.bus\n# destroy dbus.mainloop\n# cleanup[3] wiping xml.parsers.expat.errors\n# cleanup[3] wiping xml.parsers.expat.model\n# cleanup[3] wiping pyexpat\n# destroy pyexpat.errors\n# destroy pyexpat.model\n# cleanup[3] wiping logging\n# cleanup[3] wiping atexit\n# destroy atexit\n# cleanup[3] wiping _string\n# cleanup[3] wiping traceback\n# destroy linecache\n# cleanup[3] wiping tokenize\n# cleanup[3] wiping _tokenize\n# cleanup[3] wiping _dbus_bindings\n# cleanup[3] wiping argparse\n# cleanup[3] wiping gi.repository.GObject\n# cleanup[3] wiping gi.overrides.GObject\n# cleanup[3] wiping gi.repository.GLib\n# cleanup[3] wiping gi.overrides.GLib\n# cleanup[3] wiping gi._option\n# destroy optparse\n# cleanup[3] wiping locale\n# destroy encodings\n# cleanup[3] wiping _locale\n# destroy _locale\n# cleanup[3] wiping gettext\n# cleanup[3] wiping textwrap\n# cleanup[3] wiping gi._ossighelper\n# destroy signal\n# cleanup[3] wiping socket\n# destroy selectors\n# cleanup[3] wiping array\n# cleanup[3] wiping errno\n# cleanup[3] wiping select\n# cleanup[3] wiping math\n# cleanup[3] wiping _socket\n# cleanup[3] wiping gi.repository\n# destroy gi.repository.GLib\n# destroy gi.repository.Gio\n# cleanup[3] wiping gi.importer\n# cleanup[3] wiping gi.overrides\n# destroy gi.overrides.GLib\n# destroy gi.overrides.GObject\n# destroy gi.overrides.Gio\n# cleanup[3] wiping gi.module\n# destroy gi\n# cleanup[3] wiping gi.types\n# cleanup[3] wiping gi._signalhelper\n# cleanup[3] wiping gi._propertyhelper\n# cleanup[3] wiping gi.docstring\n# cleanup[3] wiping gi._constants\n# cleanup[3] wiping threading\n# cleanup[3] wiping gobject\n# cleanup[3] wiping gi._gobject\n# cleanup[3] wiping gi._gi\n# cleanup[3] wiping gi._error\n# cleanup[3] wiping _typing\n# cleanup[3] wiping re\n# destroy re._constants\n# destroy re._casefix\n# destroy re._compiler\n# destroy enum\n# cleanup[3] wiping re._parser\n# cleanup[3] wiping _sre\n# cleanup[3] wiping contextlib\n# cleanup[3] wiping copyreg\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# cleanup[3] wiping warnings\n# cleanup[3] wiping importlib._bootstrap_external\n# cleanup[3] wiping importlib._bootstrap\n# cleanup[3] wiping functools\n# cleanup[3] wiping _functools\n# cleanup[3] wiping types\n# cleanup[3] wiping collections\n# destroy _collections_abc\n# destroy collections.abc\n# cleanup[3] wiping _collections\n# cleanup[3] wiping operator\n# cleanup[3] wiping _operator\n# cleanup[3] wiping keyword\n# cleanup[3] wiping itertools\n# cleanup[3] wiping encodings.utf_8_sig\n# cleanup[3] wiping os\n# destroy posixpath\n# cleanup[3] wiping genericpath\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 _datetime\n# destroy _dbus_glib_bindings\n# destroy sys.monitoring\n# destroy _io\n# destroy _socket\n# destroy gi.repository.GObject\n# destroy argparse\n# destroy zipimport\n# destroy importlib\n# destroy gi.types\n# destroy gi._error\n# destroy gi._gobject\n# destroy gi._constants\n# destroy gi.docstring\n# destroy gi._propertyhelper\n# destroy gi._signalhelper\n# destroy gi.module\n# destroy gi.overrides\n# destroy gi.importer\n# destroy gi.repository\n# destroy gi._ossighelper\n# destroy gi._option\n# destroy gi._gi\n# destroy _collections\n# destroy re._parser\n# destroy array\n# destroy textwrap\n# destroy stat\n# destroy genericpath\n# destroy tokenize\n# destroy _string\n# destroy shutil\n# destroy gettext\n# destroy firewall.config.dbus\n# destroy firewall.functions\n# destroy select\n# destroy _signal\n# destroy dbus\n# destroy xml.etree.ElementTree\n# destroy firewall.errors\n# destroy time\n# destroy fnmatch\n# destroy syslog\n# destroy traceback\n# destroy fcntl\n# destroy xml.sax.handler\n# destroy copy\n# destroy inspect\n# destroy keyword\n# destroy abc\n# destroy _thread\n# destroy copyreg\n# destroy contextlib\n# destroy operator\n# destroy subprocess\n# destroy _typing\n# destroy _tokenize\n# destroy xml.etree.ElementPath\n# destroy collections\n# destroy io\n# destroy _opcode\n# destroy functools\n# destroy types\n# destroy ipaddress\n# destroy _elementtree\n# destroy email.errors\n# destroy email.quoprimime\n# destroy email.base64mime\n# destroy email.encoders\n# destroy email.charset\n# destroy email.header\n# destroy email._parseaddr\n# destroy email.utils\n# destroy email._policybase\n# destroy email.feedparser\n# destroy email.parser\n# destroy email._encoded_words\n# destroy email.iterators\n# destroy email.message\n# destroy http.client\n# destroy socket\n# destroy base64\n# destroy errno\n# destroy _blake2\n# destroy _ssl\n# destroy binascii\n# destroy datetime\n# destroy locale\n# destroy warnings\n# destroy _struct\n# clear sys.meta_path\n# clear sys.modules\n# destroy _frozen_importlib\n# destroy codecs\n# destroy encodings.aliases\n# destroy encodings.utf_8\n# destroy encodings.utf_8_sig\n# destroy _codecs\n# destroy _warnings\n# destroy math\n# destroy _bisect\n# destroy os\n# destroy re\n# destroy _random\n# destroy _hashlib\n# destroy _operator\n# destroy builtins\n# destroy itertools\n# destroy _sre\n# destroy posix\n# destroy _functools\n# clear sys.audit hooks\nimport _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 0x7facc4710530>\nimport \'encodings\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc46dbb60>\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 0x7facc4712ab0>\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/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 0x7facc44e5190>\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 0x7facc44e5fd0>\nimport \'site\' # \nPython 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\nType "help", "copyright", "credits" or "license" for more information.\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/__init__.py\n# code object from \'/usr/lib64/python3.12/site-packages/gi/__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/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 0x7facc45d28a0>\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 0x7facc45d2f30>\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 0x7facc45d38c0>\nimport \'_collections\' # \nimport \'collections\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc42ae4b0>\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/__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 0x7facc45aa390>\nimport \'_functools\' # \nimport \'functools\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc42ae810>\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 0x7facc45aaf00>\nimport \'importlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc45d2e40>\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 0x7facc45abc20>\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 0x7facc4579400>\nimport \'weakref\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc45abef0>\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 0x7facc45475c0>\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 0x7facc45476e0>\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 0x7facc4484470>\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\'\nimport \'enum\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc4486e40>\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 0x7facc4438f50>\nimport \'re._parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc4463b30>\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 0x7facc4438fb0>\nimport \'re._compiler\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc4462240>\nimport \'re\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc44861e0>\nimport \'_typing\' # \nimport \'typing\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc457a360>\nimport \'pkgutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc42ade50>\n# possible namespace for /usr/lib/python3.12/site-packages/gi\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_error.py\n# code object from \'/usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc\'\nimport \'gi._error\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc4546960>\n# extension module \'gi._gi\' loaded from \'/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so\'\n# extension module \'gi._gi\' executed from \'/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so\'\nimport \'gi._gi\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7facc4545100>\nimport \'gi\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc42ace60>\n# /usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/repository/__init__.py\n# code object from \'/usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc\'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/importer.py\n# code object from \'/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc\'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/module.py\n# code object from \'/usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc\'\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 0x7facc43de480>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/types.py\n# code object from \'/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc\'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_constants.py\n# code object from \'/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc\'\nimport \'gi._constants\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc43a9b50>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/docstring.py\n# code object from \'/usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc\'\nimport \'gi.docstring\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc43a9e80>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_propertyhelper.py\n# code object from \'/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc\'\nimport \'gi._propertyhelper\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc43aa330>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_signalhelper.py\n# code object from \'/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc\'\nimport \'gi._signalhelper\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc43aac00>\nimport \'gi.types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc43a9400>\nimport \'gi.module\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc43ddfa0>\n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/__init__.py\n# code object from \'/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc\'\nimport \'gi.overrides\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc43de540>\nimport \'gi.importer\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc43dda30>\nimport \'gi.repository\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc4578da0>\n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GLib.py\n# code object from \'/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc\'\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 0x7facc4287680>\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 \'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 0x7facc42555b0>\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 0x7facc4255f70>\nimport \'selectors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc4254140>\nimport \'errno\' # \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 0x7facc4238440>\nimport \'socket\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc4285c70>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_ossighelper.py\n# code object from \'/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.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 0x7facc4238830>\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 0x7facc4238ce0>\nimport \'gi._ossighelper\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc4286900>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_option.py\n# code object from \'/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc\'\n# /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py\n# code object from \'/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc\'\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 0x7facc4211070>\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 0x7facc4211ee0>\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 0x7facc4213ad0>\nimport \'optparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc423a4e0>\nimport \'gi._option\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc4239c10>\nimport \'gi.overrides.GLib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc43abf20>\nimport \'gi.repository.GLib\' # \n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GObject.py\n# code object from \'/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc\'\nimport \'gi.overrides.GObject\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc42d3110>\nimport \'gi.repository.GObject\' # \n# destroy gobject\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\'\nimport \'argparse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3e24950>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/__init__.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc\'\nimport \'firewall\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3e260f0>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/client.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc\'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc\'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc\'\nimport \'dbus._compat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3ebcc50>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc\'\nimport \'dbus.exceptions\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3ebcd10>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc\'\n# extension module \'_dbus_bindings\' loaded from \'/usr/lib64/python3.12/site-packages/_dbus_bindings.so\'\n# extension module \'_dbus_bindings\' executed from \'/usr/lib64/python3.12/site-packages/_dbus_bindings.so\'\nimport \'_dbus_bindings\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7facc3ebd460>\nimport \'dbus.types\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3ebd2e0>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc\'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc\'\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\'\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\'\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 0x7facc3f01ca0>\nimport \'_tokenize\' # \nimport \'tokenize\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3f007a0>\nimport \'linecache\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3f00500>\nimport \'traceback\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3eda780>\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 0x7facc3f02f60>\nimport \'atexit\' # \nimport \'logging\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3ebef00>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc\'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc\'\nimport \'dbus.lowlevel\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3f0b140>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc\'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.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 0x7facc3b80410>\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 0x7facc3b80680>\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\'\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 0x7facc3b807a0>\nimport \'xml.parsers.expat\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3b806b0>\nimport \'dbus._expat_introspect_parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3f0be90>\nimport \'dbus.proxies\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3f0b2c0>\nimport \'dbus.connection\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3f0a660>\nimport \'dbus.bus\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3ebe480>\nimport \'dbus._dbus\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3ebdd00>\nimport \'dbus\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3ebc710>\n# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/__init__.py\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc\'\nimport \'dbus.mainloop\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3ebe180>\n# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/glib.py\n# code object from \'/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc\'\n# extension module \'_dbus_glib_bindings\' loaded from \'/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so\'\n# extension module \'_dbus_glib_bindings\' executed from \'/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so\'\nimport \'_dbus_glib_bindings\' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7facc3b809e0>\nimport \'dbus.mainloop.glib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3b80230>\n# /usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/__init__.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc\'\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 0x7facc3b810d0>\nimport \'struct\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3b80f80>\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 0x7facc3b832f0>\n# /usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/dbus.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc\'\nimport \'firewall.config.dbus\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3b83740>\nimport \'firewall.config\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3b80b30>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/__init__.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc\'\nimport \'firewall.core\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3b83680>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/base.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc\'\nimport \'firewall.core.base\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3b83890>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/dbus_utils.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc\'\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 0x7facc3b83f50>\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 0x7facc3bb32c0>\n# extension module \'_elementtree\' loaded from \'/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so\'\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 0x7facc3bd4530>\nimport \'xml.etree.ElementTree\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3b83e60>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/logger.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc\'\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 0x7facc3bb2810>\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 0x7facc3701640>\nimport \'opcode\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3700a10>\nimport \'dis\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3c16bd0>\nimport \'inspect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3bd5e20>\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 0x7facc46dbe90>\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 0x7facc3709730>\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 0x7facc3709a30>\nimport \'firewall.core.logger\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3bd46e0>\nimport \'firewall.dbus_utils\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3b83ad0>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/rich.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc\'\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 0x7facc3734470>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/functions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/functions.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/__pycache__/functions.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 0x7facc3737890>\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\'\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 0x7facc375bb90>\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 0x7facc3780aa0>\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 0x7facc3781100>\nimport \'bz2\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc375bfe0>\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 0x7facc3781b20>\nimport \'lzma\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3781250>\nimport \'shutil\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3759b80>\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 0x7facc3783d70>\nimport \'bisect\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3783ad0>\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 0x7facc3783d10>\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 0x7facc37a8620>\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 0x7facc37a8fe0>\nimport \'hashlib\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3783ef0>\nimport \'random\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc375a210>\nimport \'tempfile\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3758140>\nimport \'firewall.functions\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3736390>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/ipset.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc\'\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 0x7facc37a99a0>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/errors.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc\'\nimport \'firewall.errors\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc37dc920>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/prog.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc\'\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# 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 0x7facc3101040>\nimport \'subprocess\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc37df260>\nimport \'firewall.core.prog\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc37df0b0>\nimport \'firewall.core.ipset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc37a8470>\nimport \'firewall.core.rich\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc370a9f0>\nimport \'firewall.client\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3e26d20>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/fw_nm.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc\'\n# destroy gi.repository.GModule\nimport \'gi.repository.GModule\' # \n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/Gio.py\n# code object from \'/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc\'\nimport \'gi.overrides.Gio\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3188ef0>\nimport \'gi.repository.Gio\' # \n# destroy gi.repository.NM\nimport \'gi.repository.NM\' # \nimport \'firewall.core.fw_nm\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc31883e0>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/__init__.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc\'\nimport \'firewall.core.io\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3188a40>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/zone.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc\'\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 0x7facc31ace00>\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 0x7facc31ad490>\nimport \'xml.sax.xmlreader\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc318b830>\nimport \'xml.sax\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc318b530>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/io_object.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc\'\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__/__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 0x7facc31d00e0>\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\'\nimport \'urllib.parse\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc31d0170>\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/__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\'\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 0x7facc2cc88f0>\nimport \'base64\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc31f3590>\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 0x7facc2cc8b30>\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 0x7facc2cc8dd0>\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/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\'\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 0x7facc2d01160>\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\'\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\'\nimport \'email.quoprimime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d03620>\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\'\nimport \'email.base64mime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d03530>\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__/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\'\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 0x7facc2d2c170>\nimport \'email.encoders\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d27ce0>\nimport \'email.charset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d271d0>\nimport \'email.header\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d02870>\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__/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 0x7facc2d2daf0>\nimport \'datetime\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d2d8b0>\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 0x7facc2d2f3e0>\nimport \'email._parseaddr\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d2e060>\nimport \'email.utils\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d27b00>\nimport \'email._policybase\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d011f0>\nimport \'email.feedparser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d00560>\nimport \'email.parser\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2ccbc80>\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/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 0x7facc2d4f8f0>\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 0x7facc2d84110>\nimport \'email.message\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d2fbf0>\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 0x7facc2d86cc0>\nimport \'ssl\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d84410>\nimport \'http.client\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2cc9f10>\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 0x7facc2ab6570>\nimport \'urllib.error\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2ccbef0>\nimport \'urllib.request\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc31d31d0>\nimport \'xml.sax.saxutils\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc31aede0>\nimport \'firewall.core.io.io_object\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc31ae030>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/policy.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc\'\nimport \'firewall.core.io.policy\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc31ae840>\nimport \'firewall.core.io.zone\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3188ec0>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/service.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc\'\nimport \'firewall.core.io.service\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2ab77a0>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/ipset.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc\'\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/icmp.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc\'\nimport \'firewall.core.icmp\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2ae4320>\nimport \'firewall.core.io.ipset\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2ab7b00>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/icmptype.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc\'\nimport \'firewall.core.io.icmptype\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2ae4da0>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/helper.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc\'\nimport \'firewall.core.io.helper\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2ae51c0>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/command.py\n# code object from \'/usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc\'\nimport \'firewall.command\' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2ae55e0>\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# destroy __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 itertools\n# cleanup[2] removing keyword\n# cleanup[2] removing _operator\n# cleanup[2] removing operator\n# cleanup[2] removing reprlib\n# destroy reprlib\n# cleanup[2] removing _collections\n# cleanup[2] removing collections\n# cleanup[2] removing types\n# cleanup[2] removing _functools\n# cleanup[2] removing functools\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 copyreg\n# cleanup[2] removing contextlib\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 re\n# cleanup[2] removing _typing\n# cleanup[2] removing typing\n# destroy typing\n# cleanup[2] removing pkgutil\n# destroy pkgutil\n# cleanup[2] removing gi._error\n# cleanup[2] removing gi._gi\n# cleanup[2] removing gi._gobject\n# cleanup[2] removing glib\n# destroy glib\n# cleanup[2] removing gobject\n# cleanup[2] removing gio\n# destroy gio\n# cleanup[2] removing gtk\n# destroy gtk\n# cleanup[2] removing gtk.gdk\n# destroy gtk.gdk\n# cleanup[2] removing gi\n# cleanup[2] removing threading\n# cleanup[2] removing gi._constants\n# cleanup[2] removing gi.docstring\n# cleanup[2] removing gi._propertyhelper\n# cleanup[2] removing gi._signalhelper\n# cleanup[2] removing gi.types\n# cleanup[2] removing gi.module\n# cleanup[2] removing gi.overrides\n# cleanup[2] removing gi.importer\n# cleanup[2] removing gi.repository\n# cleanup[2] removing _socket\n# cleanup[2] removing math\n# cleanup[2] removing select\n# cleanup[2] removing selectors\n# cleanup[2] removing errno\n# cleanup[2] removing array\n# cleanup[2] removing socket\n# cleanup[2] removing __future__\n# destroy __future__\n# cleanup[2] removing signal\n# cleanup[2] removing gi._ossighelper\n# cleanup[2] removing textwrap\n# cleanup[2] removing gettext\n# cleanup[2] removing _locale\n# cleanup[2] removing locale\n# cleanup[2] removing optparse\n# cleanup[2] removing gi._option\n# cleanup[2] removing gi.overrides.GLib\n# cleanup[2] removing gi.repository.GLib\n# cleanup[2] removing gi.overrides.GObject\n# cleanup[2] removing gi.repository.GObject\n# cleanup[2] removing argparse\n# cleanup[2] removing firewall\n# cleanup[2] removing dbus._compat\n# cleanup[2] removing dbus.exceptions\n# cleanup[2] removing _dbus_bindings\n# cleanup[2] removing dbus.types\n# cleanup[2] removing token\n# cleanup[2] removing _tokenize\n# cleanup[2] removing tokenize\n# cleanup[2] removing linecache\n# cleanup[2] removing traceback\n# cleanup[2] removing _string\n# cleanup[2] removing string\n# cleanup[2] removing atexit\n# cleanup[2] removing logging\n# cleanup[2] removing dbus.lowlevel\n# cleanup[2] removing xml\n# cleanup[2] removing xml.parsers\n# cleanup[2] removing pyexpat.errors\n# cleanup[2] removing pyexpat.model\n# cleanup[2] removing pyexpat\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 dbus._expat_introspect_parser\n# cleanup[2] removing dbus.proxies\n# cleanup[2] removing dbus.connection\n# cleanup[2] removing dbus.bus\n# cleanup[2] removing dbus._dbus\n# cleanup[2] removing dbus\n# cleanup[2] removing dbus.mainloop\n# cleanup[2] removing _dbus_glib_bindings\n# cleanup[2] removing dbus.mainloop.glib\n# cleanup[2] removing _struct\n# cleanup[2] removing struct\n# cleanup[2] removing copy\n# cleanup[2] removing firewall.config.dbus\n# cleanup[2] removing firewall.config\n# cleanup[2] removing firewall.core\n# cleanup[2] removing firewall.core.base\n# cleanup[2] removing xml.etree\n# cleanup[2] removing xml.etree.ElementPath\n# cleanup[2] removing _elementtree\n# cleanup[2] removing xml.etree.ElementTree\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 inspect\n# cleanup[2] removing fnmatch\n# cleanup[2] removing syslog\n# cleanup[2] removing fcntl\n# cleanup[2] removing firewall.core.logger\n# cleanup[2] removing firewall.dbus_utils\n# cleanup[2] removing dataclasses\n# destroy dataclasses\n# cleanup[2] removing shlex\n# cleanup[2] removing zlib\n# cleanup[2] removing _compression\n# cleanup[2] removing _bz2\n# cleanup[2] removing bz2\n# destroy bz2\n# cleanup[2] removing _lzma\n# cleanup[2] removing lzma\n# destroy lzma\n# cleanup[2] removing shutil\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 tempfile\n# cleanup[2] removing firewall.functions\n# cleanup[2] removing ipaddress\n# cleanup[2] removing firewall.errors\n# cleanup[2] removing _posixsubprocess\n# cleanup[2] removing subprocess\n# cleanup[2] removing firewall.core.prog\n# cleanup[2] removing firewall.core.ipset\n# cleanup[2] removing firewall.core.rich\n# cleanup[2] removing firewall.client\n# cleanup[2] removing gi.overrides.Gio\n# cleanup[2] removing gi.repository.Gio\n# cleanup[2] removing firewall.core.fw_nm\n# cleanup[2] removing firewall.core.io\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 urllib\n# cleanup[2] removing urllib.parse\n# cleanup[2] removing binascii\n# cleanup[2] removing base64\n# cleanup[2] removing email\n# cleanup[2] removing http\n# cleanup[2] removing email.errors\n# cleanup[2] removing email.quoprimime\n# cleanup[2] removing email.base64mime\n# cleanup[2] removing quopri\n# cleanup[2] removing email.encoders\n# cleanup[2] removing email.charset\n# cleanup[2] removing email.header\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 email.utils\n# cleanup[2] removing email._policybase\n# cleanup[2] removing email.feedparser\n# cleanup[2] removing email.parser\n# cleanup[2] removing email._encoded_words\n# cleanup[2] removing email.iterators\n# cleanup[2] removing email.message\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 firewall.core.io.io_object\n# cleanup[2] removing firewall.core.io.policy\n# cleanup[2] removing firewall.core.io.zone\n# cleanup[2] removing firewall.core.io.service\n# cleanup[2] removing firewall.core.icmp\n# cleanup[2] removing firewall.core.io.ipset\n# cleanup[2] removing firewall.core.io.icmptype\n# cleanup[2] removing firewall.core.io.helper\n# cleanup[2] removing firewall.command\n# destroy _sitebuiltins\n# destroy zlib\n# destroy _bz2\n# destroy _compression\n# destroy _lzma\n# cleanup[3] wiping firewall.command\n# cleanup[3] wiping firewall.core.io.helper\n# cleanup[3] wiping firewall.core.io.icmptype\n# cleanup[3] wiping firewall.core.io.ipset\n# cleanup[3] wiping firewall.core.icmp\n# cleanup[3] wiping firewall.core.io.service\n# cleanup[3] wiping firewall.core.io.zone\n# cleanup[3] wiping firewall.core.io.policy\n# cleanup[3] wiping firewall.core.io.io_object\n# cleanup[3] wiping xml.sax.saxutils\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 email.message\n# destroy quopri\n# cleanup[3] wiping email.iterators\n# cleanup[3] wiping email._encoded_words\n# cleanup[3] wiping email.parser\n# cleanup[3] wiping email.feedparser\n# cleanup[3] wiping email._policybase\n# cleanup[3] wiping email.utils\n# destroy random\n# destroy urllib\n# destroy urllib.parse\n# destroy urllib.response\n# destroy urllib.error\n# destroy urllib.request\n# cleanup[3] wiping email._parseaddr\n# destroy calendar\n# cleanup[3] wiping datetime\n# cleanup[3] wiping _datetime\n# cleanup[3] wiping email.header\n# cleanup[3] wiping email.charset\n# destroy email\n# cleanup[3] wiping email.encoders\n# cleanup[3] wiping email.base64mime\n# cleanup[3] wiping email.quoprimime\n# cleanup[3] wiping email.errors\n# cleanup[3] wiping base64\n# destroy struct\n# cleanup[3] wiping binascii\n# cleanup[3] wiping xml.sax\n# destroy xml.sax._exceptions\n# destroy xml.sax.xmlreader\n# destroy xml.sax.saxutils\n# cleanup[3] wiping xml.sax.handler\n# cleanup[3] wiping firewall.core.io\n# destroy xml\n# destroy xml.parsers\n# destroy xml.parsers.expat\n# destroy xml.etree\n# destroy xml.sax\n# destroy firewall.core.io.io_object\n# destroy firewall.core.io.policy\n# destroy firewall.core.io.zone\n# destroy firewall.core.io.service\n# destroy firewall.core.io.ipset\n# destroy firewall.core.io.icmptype\n# destroy firewall.core.io.helper\n# cleanup[3] wiping firewall.core.fw_nm\n# cleanup[3] wiping gi.repository.Gio\n# cleanup[3] wiping gi.overrides.Gio\n# cleanup[3] wiping firewall.client\n# destroy firewall\n# destroy firewall.config\n# destroy firewall.core\n# destroy firewall.core.base\n# destroy firewall.core.logger\n# destroy firewall.core.prog\n# destroy firewall.core.ipset\n# destroy firewall.core.rich\n# destroy firewall.core.fw_nm\n# destroy firewall.core.io\n# destroy firewall.core.icmp\n# destroy firewall.dbus_utils\n# destroy firewall.command\n# destroy firewall.client\n# cleanup[3] wiping subprocess\n# cleanup[3] wiping _posixsubprocess\n# destroy _posixsubprocess\n# cleanup[3] wiping firewall.errors\n# cleanup[3] wiping ipaddress\n# cleanup[3] wiping firewall.functions\n# destroy shlex\n# destroy string\n# destroy tempfile\n# cleanup[3] wiping _blake2\n# cleanup[3] wiping _hashlib\n# cleanup[3] wiping _random\n# cleanup[3] wiping _bisect\n# cleanup[3] wiping shutil\n# cleanup[3] wiping fcntl\n# cleanup[3] wiping syslog\n# cleanup[3] wiping fnmatch\n# cleanup[3] wiping inspect\n# destroy ast\n# destroy dis\n# destroy token\n# cleanup[3] wiping _opcode\n# cleanup[3] wiping xml.etree.ElementTree\n# cleanup[3] wiping _elementtree\n# cleanup[3] wiping xml.etree.ElementPath\n# cleanup[3] wiping firewall.config.dbus\n# cleanup[3] wiping copy\n# cleanup[3] wiping _struct\n# cleanup[3] wiping dbus.mainloop.glib\n# cleanup[3] wiping _dbus_glib_bindings\n# cleanup[3] wiping dbus.mainloop\n# destroy dbus.mainloop.glib\n# cleanup[3] wiping dbus\n# destroy dbus._compat\n# destroy dbus._expat_introspect_parser\n# destroy dbus._dbus\n# destroy dbus.exceptions\n# destroy dbus.types\n# destroy dbus.lowlevel\n# destroy dbus.proxies\n# destroy dbus.connection\n# destroy dbus.bus\n# destroy dbus.mainloop\n# cleanup[3] wiping xml.parsers.expat.errors\n# cleanup[3] wiping xml.parsers.expat.model\n# cleanup[3] wiping pyexpat\n# destroy pyexpat.errors\n# destroy pyexpat.model\n# cleanup[3] wiping logging\n# cleanup[3] wiping atexit\n# destroy atexit\n# cleanup[3] wiping _string\n# cleanup[3] wiping traceback\n# destroy linecache\n# cleanup[3] wiping tokenize\n# cleanup[3] wiping _tokenize\n# cleanup[3] wiping _dbus_bindings\n# cleanup[3] wiping argparse\n# cleanup[3] wiping gi.repository.GObject\n# cleanup[3] wiping gi.overrides.GObject\n# cleanup[3] wiping gi.repository.GLib\n# cleanup[3] wiping gi.overrides.GLib\n# cleanup[3] wiping gi._option\n# destroy optparse\n# cleanup[3] wiping locale\n# destroy encodings\n# cleanup[3] wiping _locale\n# destroy _locale\n# cleanup[3] wiping gettext\n# cleanup[3] wiping textwrap\n# cleanup[3] wiping gi._ossighelper\n# destroy signal\n# cleanup[3] wiping socket\n# destroy selectors\n# cleanup[3] wiping array\n# cleanup[3] wiping errno\n# cleanup[3] wiping select\n# cleanup[3] wiping math\n# cleanup[3] wiping _socket\n# cleanup[3] wiping gi.repository\n# destroy gi.repository.GLib\n# destroy gi.repository.Gio\n# cleanup[3] wiping gi.importer\n# cleanup[3] wiping gi.overrides\n# destroy gi.overrides.GLib\n# destroy gi.overrides.GObject\n# destroy gi.overrides.Gio\n# cleanup[3] wiping gi.module\n# destroy gi\n# cleanup[3] wiping gi.types\n# cleanup[3] wiping gi._signalhelper\n# cleanup[3] wiping gi._propertyhelper\n# cleanup[3] wiping gi.docstring\n# cleanup[3] wiping gi._constants\n# cleanup[3] wiping threading\n# cleanup[3] wiping gobject\n# cleanup[3] wiping gi._gobject\n# cleanup[3] wiping gi._gi\n# cleanup[3] wiping gi._error\n# cleanup[3] wiping _typing\n# cleanup[3] wiping re\n# destroy re._constants\n# destroy re._casefix\n# destroy re._compiler\n# destroy enum\n# cleanup[3] wiping re._parser\n# cleanup[3] wiping _sre\n# cleanup[3] wiping contextlib\n# cleanup[3] wiping copyreg\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# cleanup[3] wiping warnings\n# cleanup[3] wiping importlib._bootstrap_external\n# cleanup[3] wiping importlib._bootstrap\n# cleanup[3] wiping functools\n# cleanup[3] wiping _functools\n# cleanup[3] wiping types\n# cleanup[3] wiping collections\n# destroy _collections_abc\n# destroy collections.abc\n# cleanup[3] wiping _collections\n# cleanup[3] wiping operator\n# cleanup[3] wiping _operator\n# cleanup[3] wiping keyword\n# cleanup[3] wiping itertools\n# cleanup[3] wiping encodings.utf_8_sig\n# cleanup[3] wiping os\n# destroy posixpath\n# cleanup[3] wiping genericpath\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 _datetime\n# destroy _dbus_glib_bindings\n# destroy sys.monitoring\n# destroy _io\n# destroy _socket\n# destroy gi.repository.GObject\n# destroy argparse\n# destroy zipimport\n# destroy importlib\n# destroy gi.types\n# destroy gi._error\n# destroy gi._gobject\n# destroy gi._constants\n# destroy gi.docstring\n# destroy gi._propertyhelper\n# destroy gi._signalhelper\n# destroy gi.module\n# destroy gi.overrides\n# destroy gi.importer\n# destroy gi.repository\n# destroy gi._ossighelper\n# destroy gi._option\n# destroy gi._gi\n# destroy _collections\n# destroy re._parser\n# destroy array\n# destroy textwrap\n# destroy stat\n# destroy genericpath\n# destroy tokenize\n# destroy _string\n# destroy shutil\n# destroy gettext\n# destroy firewall.config.dbus\n# destroy firewall.functions\n# destroy select\n# destroy _signal\n# destroy dbus\n# destroy xml.etree.ElementTree\n# destroy firewall.errors\n# destroy time\n# destroy fnmatch\n# destroy syslog\n# destroy traceback\n# destroy fcntl\n# destroy xml.sax.handler\n# destroy copy\n# destroy inspect\n# destroy keyword\n# destroy abc\n# destroy _thread\n# destroy copyreg\n# destroy contextlib\n# destroy operator\n# destroy subprocess\n# destroy _typing\n# destroy _tokenize\n# destroy xml.etree.ElementPath\n# destroy collections\n# destroy io\n# destroy _opcode\n# destroy functools\n# destroy types\n# destroy ipaddress\n# destroy _elementtree\n# destroy email.errors\n# destroy email.quoprimime\n# destroy email.base64mime\n# destroy email.encoders\n# destroy email.charset\n# destroy email.header\n# destroy email._parseaddr\n# destroy email.utils\n# destroy email._policybase\n# destroy email.feedparser\n# destroy email.parser\n# destroy email._encoded_words\n# destroy email.iterators\n# destroy email.message\n# destroy http.client\n# destroy socket\n# destroy base64\n# destroy errno\n# destroy _blake2\n# destroy _ssl\n# destroy binascii\n# destroy datetime\n# destroy locale\n# destroy warnings\n# destroy _struct\n# clear sys.meta_path\n# clear sys.modules\n# destroy _frozen_importlib\n# destroy codecs\n# destroy encodings.aliases\n# destroy encodings.utf_8\n# destroy encodings.utf_8_sig\n# destroy _codecs\n# destroy _warnings\n# destroy math\n# destroy _bisect\n# destroy os\n# destroy re\n# destroy _random\n# destroy _hashlib\n# destroy _operator\n# destroy builtins\n# destroy itertools\n# destroy _sre\n# destroy posix\n# destroy _functools\n# clear sys.audit hooks', 'rc': 0, 'cmd': 'set -euo pipefail\nports="$(firewall-cmd --info-service="smtp-submission" | \\\n grep -E " +ports: +" | sed -e "s/ *ports: //")" || :\nif [ -z "$ports" ]; then\n include="$(firewall-cmd --info-service="smtp-submission" | \\\n awk \'/^ +includes:/ {print $2}\')" || :\n if [ -n "$include" ]; then\n ports="$(firewall-cmd --info-service="$include" | \\\n grep -E " +ports: +" | sed -e "s/ *ports: //")"\n fi\nfi\nif [ -z "$ports" ]; then\n exit 1\nfi\necho "$ports"', 'start': '2024-09-20 13:25:42.938551', 'end': '2024-09-20 13:25:43.531755', 'delta': '0:00:00.593204', 'msg': '', 'invocation': {'module_args': {'_raw_params': 'set -euo pipefail\nports="$(firewall-cmd --info-service="smtp-submission" | \\\n grep -E " +ports: +" | sed -e "s/ *ports: //")" || :\nif [ -z "$ports" ]; then\n include="$(firewall-cmd --info-service="smtp-submission" | \\\n awk \'/^ +includes:/ {print $2}\')" || :\n if [ -n "$include" ]; then\n ports="$(firewall-cmd --info-service="$include" | \\\n grep -E " +ports: +" | sed -e "s/ *ports: //")"\n fi\nfi\nif [ -z "$ports" ]; then\n exit 1\nfi\necho "$ports"', '_uses_shell': True, 'expand_argument_vars': True, 'stdin_add_newline': True, 'strip_empty_ends': True, 'argv': None, 'chdir': None, 'executable': None, 'creates': None, 'removes': None, 'stdin': None}}, 'stdout_lines': ['587/tcp'], 'stderr_lines': ['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 0x7f5634e18530>", "import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634de3b60>", '# /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 0x7f5634e1aab0>", "import '_signal' # ", "import '_abc' # ", "import 'abc' # ", "import 'io' # ", "import '_stat' # ", "import 'stat' # ", "import '_collections_abc' # ", "import 'genericpath' # ", "import 'posixpath' # ", "import 'os' # ", "import '_sitebuiltins' # ", 'Processing user site-packages', 'Processing global site-packages', "Adding directory: '/usr/lib64/python3.12/site-packages'", "Adding directory: '/usr/lib/python3.12/site-packages'", "Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'", '# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py', "# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'", "import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634be9190>", '# /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 0x7f5634be9fa0>", "import 'site' # ", 'Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux', 'Type "help", "copyright", "credits" or "license" for more information.', '# /usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/__init__.py', "# code object from '/usr/lib64/python3.12/site-packages/gi/__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/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 0x7f5634cda8a0>", '# /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 0x7f5634cdaf30>", '# /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 0x7f5634cdb8c0>", "import '_collections' # ", "import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56349aa480>", '# /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/__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 0x7f5634cb2360>", "import '_functools' # ", "import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56349aa7e0>", '# /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 0x7f5634cb2ed0>", "import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56349abfe0>", '# /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 0x7f5634cb3bf0>", "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 0x7f5634c81400>", "import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634cb3ec0>", '# /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 0x7f5634c4f5c0>", '# /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 0x7f5634c4f680>", '# /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 0x7f5634b90440>", '# /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'", "import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634b92de0>", '# /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 0x7f5634b44e30>", "import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634b6fa10>", '# /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 0x7f5634b44e90>", "import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634b6e0c0>", "import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634b921b0>", "import '_typing' # ", "import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634c82360>", "import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56349a9e20>", '# possible namespace for /usr/lib/python3.12/site-packages/gi', '# /usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_error.py', "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc'", "import 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634c4eb70>", "# extension module 'gi._gi' loaded from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so'", "# extension module 'gi._gi' executed from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so'", "import 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5634c4d100>", "import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56349a8e30>", '# /usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/repository/__init__.py', "# code object from '/usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc'", '# /usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/importer.py', "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc'", '# /usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/module.py', "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.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 0x7f5634aea3f0>", '# /usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/types.py', "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc'", '# /usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_constants.py', "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc'", "import 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634ab5a90>", '# /usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/docstring.py', "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc'", "import 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634ab5dc0>", '# /usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_propertyhelper.py', "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc'", "import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634ab6270>", '# /usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_signalhelper.py', "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc'", "import 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634ab6b40>", "import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634ab5340>", "import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634ae9f10>", '# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/__init__.py', "# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc'", "import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634aea4b0>", "import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634ae99a0>", "import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634c80d70>", '# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GLib.py', "# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc'", '# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py', "# code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'", "# extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'", "# extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'", "import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f563498b590>", '# /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 '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 0x7f5634959490>", "# 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 0x7f5634959eb0>", "import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563498bfe0>", "import 'errno' # ", "# 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 0x7f56349381d0>", "import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634989b50>", '# /usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_ossighelper.py', "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.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 0x7f5634938530>", '# /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 0x7f56349389e0>", "import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563498a7e0>", '# /usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_option.py', "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc'", '# /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py', "# code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc'", '# /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 0x7f5634910d10>", '# /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 0x7f5634911b80>", '# /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 0x7f5634913740>", "import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563493a180>", "import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56349398b0>", "import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634ab7e00>", "import 'gi.repository.GLib' # ", '# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GObject.py', "# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc'", "import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56349cede0>", "import 'gi.repository.GObject' # ", '# destroy gobject', '# /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'", "import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563451c7a0>", '# /usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/__init__.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc'", "import 'firewall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563451df40>", '# /usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/client.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc'", '# /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py', "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc'", '# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py', "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc'", "import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345b4aa0>", '# /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py', "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc'", "import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345b4b60>", '# /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py', "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc'", "# extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'", "# extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'", "import '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f56345b52b0>", "import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345b5130>", '# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py', "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc'", '# /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py', "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc'", '# /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__/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 0x7f56345f9a90>", "import '_tokenize' # ", "import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345f8590>", "import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345f82f0>", "import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345de570>", '# /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 0x7f56345facf0>", "import 'atexit' # ", "import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345b6cf0>", '# /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py', "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc'", '# /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py', "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc'", "import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634602e70>", '# /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py', "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc'", '# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py', "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.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 0x7f5634284110>", '# /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 0x7f5634284350>", '# /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'", "# 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 0x7f56342844d0>", "import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56342843b0>", "import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634603b90>", "import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634602fc0>", "import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634602390>", "import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345b6270>", "import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345b5b20>", "import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345b4560>", '# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/__init__.py', "# code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc'", "import 'dbus.mainloop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345b5f70>", '# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/glib.py', "# code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc'", "# extension module '_dbus_glib_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so'", "# extension module '_dbus_glib_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so'", "import '_dbus_glib_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5634284740>", "import 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345b4dd0>", '# /usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/__init__.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc'", '# /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 0x7f5634284e30>", "import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634284ce0>", '# /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 0x7f5634287050>", '# /usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/dbus.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc'", "import 'firewall.config.dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56342874a0>", "import 'firewall.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634284890>", '# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/__init__.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc'", "import 'firewall.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634287410>", '# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/base.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc'", "import 'firewall.core.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634287620>", '# /usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/dbus_utils.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc'", '# /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 0x7f5634287da0>", '# /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 0x7f56342b7050>", "# extension module '_elementtree' loaded from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so'", "# 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 0x7f56342d8200>", "import 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634287ce0>", '# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/logger.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc'", '# /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 0x7f56342b6570>", '# /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 0x7f56343693a0>", "import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634368770>", "import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563431a9c0>", "import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56342d9c10>", '# /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 0x7f56342db0e0>", "# 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 0x7f5634371490>", "# 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 0x7f5634371820>", "import 'firewall.core.logger' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56342d8500>", "import 'firewall.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634287830>", '# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/rich.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc'", '# /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 0x7f5634134260>", '# /usr/lib/python3.12/site-packages/firewall/__pycache__/functions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/functions.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/functions.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 0x7f5634137650>", '# /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__/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 0x7f563415b950>", '# /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 0x7f5634180830>", "# 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 0x7f5634180e90>", "import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563415bd40>", '# /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 0x7f56341818b0>", "import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634181010>", "import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634159940>", '# /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 0x7f5634183b90>", "import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56341838c0>", "# 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 0x7f5634183a10>", '# /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 0x7f56341a8410>", "# 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 0x7f56341a8e00>", "import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634183d10>", "import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634159fd0>", "import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634137ec0>", "import 'firewall.functions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634136150>", '# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/ipset.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.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 0x7f56341a9850>", '# /usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/errors.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc'", "import 'firewall.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56341dc7a0>", '# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/prog.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc'", '# /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'", "# 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 0x7f5634201010>", "import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56341df230>", "import 'firewall.core.prog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56341df080>", "import 'firewall.core.ipset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634183830>", "import 'firewall.core.rich' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56343727e0>", "import 'firewall.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563451eb70>", '# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/fw_nm.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc'", '# destroy gi.repository.GModule', "import 'gi.repository.GModule' # ", '# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/Gio.py', "# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc'", "import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d34f50>", "import 'gi.repository.Gio' # ", '# destroy gi.repository.NM', "import 'gi.repository.NM' # ", "import 'firewall.core.fw_nm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d34410>", '# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/__init__.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc'", "import 'firewall.core.io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d34a40>", '# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/zone.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc'", '# /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 0x7f5633d58ec0>", '# /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 0x7f5633d59550>", "import 'xml.sax.xmlreader' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d378f0>", "import 'xml.sax' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d375f0>", '# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/io_object.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc'", '# /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__/__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 0x7f5633d7c170>", '# /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'", "import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d7c200>", '# /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/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py', "# code object from '/usr/lib64/python3.12/__pycache__/base64.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 0x7f56333c89e0>", "import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d9f680>", '# /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 0x7f56333c8c50>", '# /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 0x7f56333c8ef0>", '# /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/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'", '# /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 0x7f56334011c0>", '# /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'", '# /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'", "import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633403680>", '# /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'", "import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633403590>", '# /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__/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'", '# /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 0x7f563342c1a0>", "import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633427d10>", "import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633427230>", "import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56334028d0>", '# /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__/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 0x7f563342db20>", "import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563342d8e0>", '# /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 0x7f563342f3b0>", "import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563342e030>", "import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56334270b0>", "import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633401250>", "import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56334005c0>", "import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56334000e0>", '# /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/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 0x7f563344f800>", '# /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 0x7f563344fe90>", "import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633400ec0>", '# /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 0x7f5633486ba0>", "import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56334842f0>", "import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56333c9f70>", '# /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 0x7f56331be570>", "import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56333cbf50>", "import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d7f2c0>", "import 'xml.sax.saxutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d5ae70>", "import 'firewall.core.io.io_object' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d5a0c0>", '# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/policy.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc'", "import 'firewall.core.io.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d5a8d0>", "import 'firewall.core.io.zone' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d34aa0>", '# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/service.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc'", "import 'firewall.core.io.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56331bf800>", '# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/ipset.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc'", '# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/icmp.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc'", "import 'firewall.core.icmp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56331e8350>", "import 'firewall.core.io.ipset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56331bfb60>", '# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/icmptype.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc'", "import 'firewall.core.io.icmptype' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56331e8dd0>", '# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/helper.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc'", "import 'firewall.core.io.helper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56331e91f0>", '# /usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/command.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc'", "import 'firewall.command' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56331e9610>", '# 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__', '# destroy __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 itertools', '# cleanup[2] removing 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 types', '# cleanup[2] removing _functools', '# cleanup[2] removing functools', '# 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 copyreg', '# cleanup[2] removing contextlib', '# 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 re', '# cleanup[2] removing _typing', '# cleanup[2] removing typing', '# destroy typing', '# cleanup[2] removing pkgutil', '# destroy pkgutil', '# 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', '# 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 threading', '# 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 _socket', '# cleanup[2] removing math', '# cleanup[2] removing select', '# cleanup[2] removing selectors', '# cleanup[2] removing errno', '# cleanup[2] removing array', '# cleanup[2] removing socket', '# cleanup[2] removing __future__', '# destroy __future__', '# cleanup[2] removing signal', '# cleanup[2] removing gi._ossighelper', '# cleanup[2] removing textwrap', '# cleanup[2] removing gettext', '# cleanup[2] removing _locale', '# cleanup[2] removing locale', '# cleanup[2] removing optparse', '# cleanup[2] removing gi._option', '# cleanup[2] removing gi.overrides.GLib', '# cleanup[2] removing gi.repository.GLib', '# cleanup[2] removing gi.overrides.GObject', '# cleanup[2] removing gi.repository.GObject', '# cleanup[2] removing argparse', '# cleanup[2] removing firewall', '# cleanup[2] removing dbus._compat', '# cleanup[2] removing dbus.exceptions', '# cleanup[2] removing _dbus_bindings', '# cleanup[2] removing dbus.types', '# cleanup[2] removing token', '# cleanup[2] removing _tokenize', '# cleanup[2] removing tokenize', '# cleanup[2] removing linecache', '# cleanup[2] removing traceback', '# cleanup[2] removing _string', '# cleanup[2] removing string', '# cleanup[2] removing atexit', '# cleanup[2] removing logging', '# cleanup[2] removing dbus.lowlevel', '# cleanup[2] removing xml', '# cleanup[2] removing 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', '# 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 dbus.mainloop', '# cleanup[2] removing _dbus_glib_bindings', '# cleanup[2] removing dbus.mainloop.glib', '# cleanup[2] removing _struct', '# cleanup[2] removing struct', '# cleanup[2] removing copy', '# cleanup[2] removing firewall.config.dbus', '# cleanup[2] removing firewall.config', '# cleanup[2] removing firewall.core', '# cleanup[2] removing firewall.core.base', '# cleanup[2] removing xml.etree', '# cleanup[2] removing xml.etree.ElementPath', '# cleanup[2] removing _elementtree', '# cleanup[2] removing xml.etree.ElementTree', '# 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 inspect', '# cleanup[2] removing fnmatch', '# cleanup[2] removing syslog', '# cleanup[2] removing fcntl', '# cleanup[2] removing firewall.core.logger', '# cleanup[2] removing firewall.dbus_utils', '# cleanup[2] removing dataclasses', '# destroy dataclasses', '# cleanup[2] removing shlex', '# cleanup[2] removing zlib', '# cleanup[2] removing _compression', '# cleanup[2] removing _bz2', '# cleanup[2] removing bz2', '# destroy bz2', '# cleanup[2] removing _lzma', '# cleanup[2] removing lzma', '# destroy lzma', '# cleanup[2] removing shutil', '# 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 firewall.functions', '# cleanup[2] removing ipaddress', '# cleanup[2] removing firewall.errors', '# cleanup[2] removing _posixsubprocess', '# cleanup[2] removing subprocess', '# cleanup[2] removing firewall.core.prog', '# cleanup[2] removing firewall.core.ipset', '# cleanup[2] removing firewall.core.rich', '# cleanup[2] removing firewall.client', '# cleanup[2] removing gi.overrides.Gio', '# cleanup[2] removing gi.repository.Gio', '# cleanup[2] removing firewall.core.fw_nm', '# cleanup[2] removing firewall.core.io', '# 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 urllib', '# cleanup[2] removing urllib.parse', '# cleanup[2] removing binascii', '# cleanup[2] removing base64', '# cleanup[2] removing email', '# cleanup[2] removing http', '# cleanup[2] removing email.errors', '# cleanup[2] removing email.quoprimime', '# cleanup[2] removing email.base64mime', '# cleanup[2] removing quopri', '# cleanup[2] removing email.encoders', '# cleanup[2] removing email.charset', '# cleanup[2] removing email.header', '# cleanup[2] removing _datetime', '# cleanup[2] removing datetime', '# cleanup[2] removing calendar', '# cleanup[2] removing email._parseaddr', '# cleanup[2] removing email.utils', '# cleanup[2] removing email._policybase', '# cleanup[2] removing email.feedparser', '# cleanup[2] removing email.parser', '# cleanup[2] removing email._encoded_words', '# cleanup[2] removing email.iterators', '# cleanup[2] removing email.message', '# 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 firewall.core.io.io_object', '# cleanup[2] removing firewall.core.io.policy', '# cleanup[2] removing firewall.core.io.zone', '# cleanup[2] removing firewall.core.io.service', '# cleanup[2] removing firewall.core.icmp', '# cleanup[2] removing firewall.core.io.ipset', '# cleanup[2] removing firewall.core.io.icmptype', '# cleanup[2] removing firewall.core.io.helper', '# cleanup[2] removing firewall.command', '# destroy _sitebuiltins', '# destroy zlib', '# destroy _bz2', '# destroy _compression', '# destroy _lzma', '# cleanup[3] wiping firewall.command', '# cleanup[3] wiping firewall.core.io.helper', '# cleanup[3] wiping firewall.core.io.icmptype', '# cleanup[3] wiping firewall.core.io.ipset', '# cleanup[3] wiping firewall.core.icmp', '# cleanup[3] wiping firewall.core.io.service', '# cleanup[3] wiping firewall.core.io.zone', '# cleanup[3] wiping firewall.core.io.policy', '# cleanup[3] wiping firewall.core.io.io_object', '# cleanup[3] wiping xml.sax.saxutils', '# 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 email.message', '# destroy quopri', '# cleanup[3] wiping email.iterators', '# cleanup[3] wiping email._encoded_words', '# cleanup[3] wiping email.parser', '# cleanup[3] wiping email.feedparser', '# cleanup[3] wiping email._policybase', '# cleanup[3] wiping email.utils', '# destroy random', '# destroy urllib', '# destroy urllib.parse', '# destroy urllib.response', '# destroy urllib.error', '# destroy urllib.request', '# cleanup[3] wiping email._parseaddr', '# destroy calendar', '# cleanup[3] wiping datetime', '# cleanup[3] wiping _datetime', '# cleanup[3] wiping email.header', '# cleanup[3] wiping email.charset', '# destroy email', '# cleanup[3] wiping email.encoders', '# cleanup[3] wiping email.base64mime', '# cleanup[3] wiping email.quoprimime', '# cleanup[3] wiping email.errors', '# cleanup[3] wiping base64', '# destroy struct', '# cleanup[3] wiping binascii', '# cleanup[3] wiping xml.sax', '# destroy xml.sax._exceptions', '# destroy xml.sax.xmlreader', '# destroy xml.sax.saxutils', '# cleanup[3] wiping xml.sax.handler', '# cleanup[3] wiping firewall.core.io', '# destroy xml', '# destroy xml.parsers', '# destroy xml.parsers.expat', '# destroy xml.etree', '# destroy xml.sax', '# destroy firewall.core.io.io_object', '# destroy firewall.core.io.policy', '# destroy firewall.core.io.zone', '# destroy firewall.core.io.service', '# destroy firewall.core.io.ipset', '# destroy firewall.core.io.icmptype', '# destroy firewall.core.io.helper', '# cleanup[3] wiping firewall.core.fw_nm', '# cleanup[3] wiping gi.repository.Gio', '# cleanup[3] wiping gi.overrides.Gio', '# cleanup[3] wiping firewall.client', '# destroy firewall', '# destroy firewall.config', '# destroy firewall.core', '# destroy firewall.core.base', '# destroy firewall.core.logger', '# destroy firewall.core.prog', '# destroy firewall.core.ipset', '# destroy firewall.core.rich', '# destroy firewall.core.fw_nm', '# destroy firewall.core.io', '# destroy firewall.core.icmp', '# destroy firewall.dbus_utils', '# destroy firewall.command', '# destroy firewall.client', '# cleanup[3] wiping subprocess', '# cleanup[3] wiping _posixsubprocess', '# destroy _posixsubprocess', '# cleanup[3] wiping firewall.errors', '# cleanup[3] wiping ipaddress', '# cleanup[3] wiping firewall.functions', '# destroy shlex', '# destroy string', '# destroy tempfile', '# cleanup[3] wiping _blake2', '# cleanup[3] wiping _hashlib', '# cleanup[3] wiping _random', '# cleanup[3] wiping _bisect', '# cleanup[3] wiping shutil', '# cleanup[3] wiping fcntl', '# cleanup[3] wiping syslog', '# cleanup[3] wiping fnmatch', '# cleanup[3] wiping inspect', '# destroy ast', '# destroy dis', '# destroy token', '# cleanup[3] wiping _opcode', '# cleanup[3] wiping xml.etree.ElementTree', '# cleanup[3] wiping _elementtree', '# cleanup[3] wiping xml.etree.ElementPath', '# cleanup[3] wiping firewall.config.dbus', '# cleanup[3] wiping copy', '# cleanup[3] wiping _struct', '# 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', '# 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.mainloop', '# cleanup[3] wiping xml.parsers.expat.errors', '# cleanup[3] wiping xml.parsers.expat.model', '# cleanup[3] wiping pyexpat', '# destroy pyexpat.errors', '# destroy pyexpat.model', '# cleanup[3] wiping logging', '# cleanup[3] wiping atexit', '# destroy atexit', '# cleanup[3] wiping _string', '# cleanup[3] wiping traceback', '# destroy linecache', '# cleanup[3] wiping tokenize', '# cleanup[3] wiping _tokenize', '# cleanup[3] wiping _dbus_bindings', '# cleanup[3] wiping argparse', '# cleanup[3] wiping gi.repository.GObject', '# cleanup[3] wiping gi.overrides.GObject', '# cleanup[3] wiping gi.repository.GLib', '# cleanup[3] wiping gi.overrides.GLib', '# cleanup[3] wiping gi._option', '# destroy optparse', '# cleanup[3] wiping locale', '# destroy encodings', '# cleanup[3] wiping _locale', '# destroy _locale', '# cleanup[3] wiping gettext', '# cleanup[3] wiping textwrap', '# cleanup[3] wiping gi._ossighelper', '# destroy signal', '# cleanup[3] wiping socket', '# destroy selectors', '# cleanup[3] wiping array', '# cleanup[3] wiping errno', '# cleanup[3] wiping select', '# cleanup[3] wiping math', '# cleanup[3] wiping _socket', '# cleanup[3] wiping gi.repository', '# destroy gi.repository.GLib', '# destroy gi.repository.Gio', '# cleanup[3] wiping gi.importer', '# cleanup[3] wiping gi.overrides', '# destroy gi.overrides.GLib', '# destroy gi.overrides.GObject', '# destroy gi.overrides.Gio', '# 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 threading', '# cleanup[3] wiping gobject', '# cleanup[3] wiping gi._gobject', '# cleanup[3] wiping gi._gi', '# cleanup[3] wiping gi._error', '# cleanup[3] wiping _typing', '# cleanup[3] wiping re', '# destroy re._constants', '# destroy re._casefix', '# destroy re._compiler', '# destroy enum', '# cleanup[3] wiping re._parser', '# cleanup[3] wiping _sre', '# cleanup[3] wiping contextlib', '# cleanup[3] wiping copyreg', '# 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', '# cleanup[3] wiping warnings', '# cleanup[3] wiping importlib._bootstrap_external', '# cleanup[3] wiping importlib._bootstrap', '# cleanup[3] wiping functools', '# cleanup[3] wiping _functools', '# cleanup[3] wiping types', '# cleanup[3] wiping collections', '# destroy _collections_abc', '# destroy collections.abc', '# cleanup[3] wiping _collections', '# cleanup[3] wiping operator', '# cleanup[3] wiping _operator', '# cleanup[3] wiping keyword', '# cleanup[3] wiping itertools', '# 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', '# 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 _datetime', '# destroy _dbus_glib_bindings', '# destroy sys.monitoring', '# destroy _io', '# destroy _socket', '# destroy gi.repository.GObject', '# destroy argparse', '# destroy zipimport', '# destroy importlib', '# destroy gi.types', '# destroy gi._error', '# 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 gi._gi', '# destroy _collections', '# destroy re._parser', '# destroy array', '# destroy textwrap', '# destroy stat', '# destroy genericpath', '# destroy tokenize', '# destroy _string', '# destroy shutil', '# destroy gettext', '# destroy firewall.config.dbus', '# destroy firewall.functions', '# destroy select', '# destroy _signal', '# destroy dbus', '# destroy xml.etree.ElementTree', '# destroy firewall.errors', '# destroy time', '# destroy fnmatch', '# destroy syslog', '# destroy traceback', '# destroy fcntl', '# destroy xml.sax.handler', '# destroy copy', '# destroy inspect', '# destroy keyword', '# destroy abc', '# destroy _thread', '# destroy copyreg', '# destroy contextlib', '# destroy operator', '# destroy subprocess', '# destroy _typing', '# destroy _tokenize', '# destroy xml.etree.ElementPath', '# destroy collections', '# destroy io', '# destroy _opcode', '# destroy functools', '# destroy types', '# destroy ipaddress', '# destroy _elementtree', '# destroy email.errors', '# destroy email.quoprimime', '# destroy email.base64mime', '# destroy email.encoders', '# destroy email.charset', '# destroy email.header', '# destroy email._parseaddr', '# destroy email.utils', '# destroy email._policybase', '# destroy email.feedparser', '# destroy email.parser', '# destroy email._encoded_words', '# destroy email.iterators', '# destroy email.message', '# destroy http.client', '# destroy socket', '# destroy base64', '# destroy errno', '# destroy _blake2', '# destroy _ssl', '# destroy binascii', '# destroy datetime', '# destroy locale', '# destroy warnings', '# destroy _struct', '# 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 _codecs', '# destroy _warnings', '# destroy math', '# destroy _bisect', '# destroy os', '# destroy re', '# destroy _random', '# destroy _hashlib', '# destroy _operator', '# destroy builtins', '# destroy itertools', '# destroy _sre', '# destroy posix', '# destroy _functools', '# clear sys.audit hooks', '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 0x7f14fb018530>", "import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fafe3b60>", '# /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 0x7f14fb01aab0>", "import '_signal' # ", "import '_abc' # ", "import 'abc' # ", "import 'io' # ", "import '_stat' # ", "import 'stat' # ", "import '_collections_abc' # ", "import 'genericpath' # ", "import 'posixpath' # ", "import 'os' # ", "import '_sitebuiltins' # ", 'Processing user site-packages', 'Processing global site-packages', "Adding directory: '/usr/lib64/python3.12/site-packages'", "Adding directory: '/usr/lib/python3.12/site-packages'", "Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'", '# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py', "# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'", "import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fae2d190>", '# /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 0x7f14fae2dfd0>", "import 'site' # ", 'Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux', 'Type "help", "copyright", "credits" or "license" for more information.', '# /usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/__init__.py', "# code object from '/usr/lib64/python3.12/site-packages/gi/__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/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 0x7f14faf1a8a0>", '# /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 0x7f14faf1af30>", '# /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 0x7f14faf1b8c0>", "import '_collections' # ", "import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fac164b0>", '# /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/__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 0x7f14faef2390>", "import '_functools' # ", "import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fac16810>", '# /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 0x7f14faef2f00>", "import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14faf1ae40>", '# /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 0x7f14faef3c20>", "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 0x7f14faec1400>", "import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14faef3ef0>", '# /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 0x7f14fae8f5c0>", '# /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 0x7f14fae8f6e0>", '# /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 0x7f14fadec470>", '# /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'", "import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fadeee40>", '# /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 0x7f14fada0f50>", "import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fadcbb30>", '# /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 0x7f14fada0fb0>", "import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fadca240>", "import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fadee1e0>", "import '_typing' # ", "import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14faec2360>", "import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fac15e50>", '# possible namespace for /usr/lib/python3.12/site-packages/gi', '# /usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_error.py', "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc'", "import 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fae8e960>", "# extension module 'gi._gi' loaded from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so'", "# extension module 'gi._gi' executed from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so'", "import 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f14fae8d100>", "import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fac14e60>", '# /usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/repository/__init__.py', "# code object from '/usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc'", '# /usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/importer.py', "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc'", '# /usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/module.py', "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.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 0x7f14fad46480>", '# /usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/types.py', "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc'", '# /usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_constants.py', "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc'", "import 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fad11b50>", '# /usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/docstring.py', "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc'", "import 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fad11e80>", '# /usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_propertyhelper.py', "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc'", "import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fad12330>", '# /usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_signalhelper.py', "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc'", "import 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fad12c00>", "import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fad11400>", "import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fad45fa0>", '# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/__init__.py', "# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc'", "import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fad46540>", "import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fad45a30>", "import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14faec0da0>", '# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GLib.py', "# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc'", '# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py', "# code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'", "# extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'", "# extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'", "import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f14fabef680>", '# /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 '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 0x7f14fabbd5b0>", "# 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 0x7f14fabbdf70>", "import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fabbc140>", "import 'errno' # ", "# 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 0x7f14faba0440>", "import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fabedc70>", '# /usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_ossighelper.py', "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.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 0x7f14faba0830>", '# /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 0x7f14faba0ce0>", "import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fabee900>", '# /usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_option.py', "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc'", '# /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py', "# code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc'", '# /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 0x7f14fab79070>", '# /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 0x7f14fab79ee0>", '# /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 0x7f14fab7bad0>", "import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14faba24e0>", "import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14faba1c10>", "import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fad13f20>", "import 'gi.repository.GLib' # ", '# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GObject.py', "# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc'", "import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fac3b110>", "import 'gi.repository.GObject' # ", '# destroy gobject', '# /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'", "import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa78c950>", '# /usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/__init__.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc'", "import 'firewall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa78e0f0>", '# /usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/client.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc'", '# /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py', "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc'", '# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py', "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc'", "import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa824c50>", '# /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py', "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc'", "import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa824d10>", '# /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py', "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc'", "# extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'", "# extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'", "import '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f14fa825460>", "import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa8252e0>", '# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py', "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc'", '# /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py', "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc'", '# /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__/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 0x7f14fa869ca0>", "import '_tokenize' # ", "import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa8687a0>", "import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa868500>", "import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa842780>", '# /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 0x7f14fa86b050>", "import 'atexit' # ", "import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa826f00>", '# /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py', "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc'", '# /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py', "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc'", "import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa873140>", '# /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py', "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc'", '# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py', "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.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 0x7f14fa4f8410>", '# /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 0x7f14fa4f8680>", '# /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'", "# 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 0x7f14fa4f87a0>", "import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa4f86b0>", "import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa873e90>", "import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa8732c0>", "import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa872660>", "import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa826480>", "import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa825d00>", "import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa824710>", '# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/__init__.py', "# code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc'", "import 'dbus.mainloop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa826180>", '# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/glib.py', "# code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc'", "# extension module '_dbus_glib_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so'", "# extension module '_dbus_glib_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so'", "import '_dbus_glib_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f14fa4f89e0>", "import 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa4f8230>", '# /usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/__init__.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc'", '# /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 0x7f14fa4f90d0>", "import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa4f8f80>", '# /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 0x7f14fa4fb2f0>", '# /usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/dbus.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc'", "import 'firewall.config.dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa4fb740>", "import 'firewall.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa4f8b30>", '# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/__init__.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc'", "import 'firewall.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa4fb680>", '# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/base.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc'", "import 'firewall.core.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa4fb890>", '# /usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/dbus_utils.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc'", '# /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 0x7f14fa4fbf50>", '# /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 0x7f14fa52b2c0>", "# extension module '_elementtree' loaded from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so'", "# 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 0x7f14fa54c530>", "import 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa4fbe60>", '# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/logger.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc'", '# /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 0x7f14fa52a810>", '# /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 0x7f14fa105640>", "import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa104a10>", "import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa58ebd0>", "import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa54de20>", '# /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 0x7f14fafe3e90>", "# 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 0x7f14fa10d730>", "# 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 0x7f14fa10da00>", "import 'firewall.core.logger' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa54c6e0>", "import 'firewall.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa4fbad0>", '# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/rich.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc'", '# /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 0x7f14fa1384a0>", '# /usr/lib/python3.12/site-packages/firewall/__pycache__/functions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/functions.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/functions.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 0x7f14fa13b890>", '# /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__/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 0x7f14fa15fb90>", '# /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 0x7f14fa184ad0>", "# 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 0x7f14fa185130>", "import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa15ffe0>", '# /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 0x7f14fa185b80>", "import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa1852e0>", "import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa15db80>", '# /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 0x7f14fa187e00>", "import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa187b30>", "# 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 0x7f14fa187e30>", '# /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 0x7f14fa1ac6b0>", "# 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 0x7f14fa1ad0a0>", "import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa187f80>", "import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa15e210>", "import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa15c140>", "import 'firewall.functions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa13a360>", '# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/ipset.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.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 0x7f14fa1ada90>", '# /usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/errors.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc'", "import 'firewall.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa1e0a10>", '# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/prog.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc'", '# /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'", "# 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 0x7f14f9f35130>", "import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa1e3350>", "import 'firewall.core.prog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa1e31a0>", "import 'firewall.core.ipset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa1ac530>", "import 'firewall.core.rich' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa10ea20>", "import 'firewall.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa78ed20>", '# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/fw_nm.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc'", '# destroy gi.repository.GModule', "import 'gi.repository.GModule' # ", '# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/Gio.py', "# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc'", "import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9fbd040>", "import 'gi.repository.Gio' # ", '# destroy gi.repository.NM', "import 'gi.repository.NM' # ", "import 'firewall.core.fw_nm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9f35010>", '# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/__init__.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc'", "import 'firewall.core.io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9fbcb30>", '# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/zone.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc'", '# /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 0x7f14f9fe0f50>", '# /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 0x7f14f9fe15e0>", "import 'xml.sax.xmlreader' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9fbf980>", "import 'xml.sax' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9fbf680>", '# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/io_object.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc'", '# /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__/__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 0x7f14fa004200>", '# /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'", "import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa004290>", '# /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/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py', "# code object from '/usr/lib64/python3.12/__pycache__/base64.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 0x7f14f9630aa0>", "import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa027740>", '# /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 0x7f14f9630cb0>", '# /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 0x7f14f9630f50>", '# /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/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'", '# /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 0x7f14f9665250>", '# /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'", '# /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'", "import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9667710>", '# /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'", "import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9667620>", '# /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__/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'", '# /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 0x7f14f9694260>", "import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f968fdd0>", "import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f968f2c0>", "import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9666960>", '# /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__/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 0x7f14f9695b80>", "import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9695970>", '# /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 0x7f14f9697410>", "import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9696090>", "import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f96667e0>", "import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f96652e0>", "import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9664650>", "import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f96641a0>", '# /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/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 0x7f14f96b78c0>", '# /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 0x7f14f96ec0e0>", "import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f96644a0>", '# /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 0x7f14f96eec90>", "import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f96ec3e0>", "import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9632030>", '# /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 0x7f14f94264b0>", "import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9664050>", "import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa007380>", "import 'xml.sax.saxutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9fe2f00>", "import 'firewall.core.io.io_object' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9fe2150>", '# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/policy.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc'", "import 'firewall.core.io.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9fe2960>", "import 'firewall.core.io.zone' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9fbd010>", '# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/service.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc'", "import 'firewall.core.io.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9427710>", '# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/ipset.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc'", '# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/icmp.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc'", "import 'firewall.core.icmp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9454230>", "import 'firewall.core.io.ipset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9427a40>", '# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/icmptype.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc'", "import 'firewall.core.io.icmptype' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9454cb0>", '# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/helper.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc'", "import 'firewall.core.io.helper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f94550d0>", '# /usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/command.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc'", "import 'firewall.command' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f94554f0>", '# 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__', '# destroy __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 itertools', '# cleanup[2] removing 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 types', '# cleanup[2] removing _functools', '# cleanup[2] removing functools', '# 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 copyreg', '# cleanup[2] removing contextlib', '# 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 re', '# cleanup[2] removing _typing', '# cleanup[2] removing typing', '# destroy typing', '# cleanup[2] removing pkgutil', '# destroy pkgutil', '# 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', '# 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 threading', '# 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 _socket', '# cleanup[2] removing math', '# cleanup[2] removing select', '# cleanup[2] removing selectors', '# cleanup[2] removing errno', '# cleanup[2] removing array', '# cleanup[2] removing socket', '# cleanup[2] removing __future__', '# destroy __future__', '# cleanup[2] removing signal', '# cleanup[2] removing gi._ossighelper', '# cleanup[2] removing textwrap', '# cleanup[2] removing gettext', '# cleanup[2] removing _locale', '# cleanup[2] removing locale', '# cleanup[2] removing optparse', '# cleanup[2] removing gi._option', '# cleanup[2] removing gi.overrides.GLib', '# cleanup[2] removing gi.repository.GLib', '# cleanup[2] removing gi.overrides.GObject', '# cleanup[2] removing gi.repository.GObject', '# cleanup[2] removing argparse', '# cleanup[2] removing firewall', '# cleanup[2] removing dbus._compat', '# cleanup[2] removing dbus.exceptions', '# cleanup[2] removing _dbus_bindings', '# cleanup[2] removing dbus.types', '# cleanup[2] removing token', '# cleanup[2] removing _tokenize', '# cleanup[2] removing tokenize', '# cleanup[2] removing linecache', '# cleanup[2] removing traceback', '# cleanup[2] removing _string', '# cleanup[2] removing string', '# cleanup[2] removing atexit', '# cleanup[2] removing logging', '# cleanup[2] removing dbus.lowlevel', '# cleanup[2] removing xml', '# cleanup[2] removing 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', '# 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 dbus.mainloop', '# cleanup[2] removing _dbus_glib_bindings', '# cleanup[2] removing dbus.mainloop.glib', '# cleanup[2] removing _struct', '# cleanup[2] removing struct', '# cleanup[2] removing copy', '# cleanup[2] removing firewall.config.dbus', '# cleanup[2] removing firewall.config', '# cleanup[2] removing firewall.core', '# cleanup[2] removing firewall.core.base', '# cleanup[2] removing xml.etree', '# cleanup[2] removing xml.etree.ElementPath', '# cleanup[2] removing _elementtree', '# cleanup[2] removing xml.etree.ElementTree', '# 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 inspect', '# cleanup[2] removing fnmatch', '# cleanup[2] removing syslog', '# cleanup[2] removing fcntl', '# cleanup[2] removing firewall.core.logger', '# cleanup[2] removing firewall.dbus_utils', '# cleanup[2] removing dataclasses', '# destroy dataclasses', '# cleanup[2] removing shlex', '# cleanup[2] removing zlib', '# cleanup[2] removing _compression', '# cleanup[2] removing _bz2', '# cleanup[2] removing bz2', '# destroy bz2', '# cleanup[2] removing _lzma', '# cleanup[2] removing lzma', '# destroy lzma', '# cleanup[2] removing shutil', '# 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 firewall.functions', '# cleanup[2] removing ipaddress', '# cleanup[2] removing firewall.errors', '# cleanup[2] removing _posixsubprocess', '# cleanup[2] removing subprocess', '# cleanup[2] removing firewall.core.prog', '# cleanup[2] removing firewall.core.ipset', '# cleanup[2] removing firewall.core.rich', '# cleanup[2] removing firewall.client', '# cleanup[2] removing gi.overrides.Gio', '# cleanup[2] removing gi.repository.Gio', '# cleanup[2] removing firewall.core.fw_nm', '# cleanup[2] removing firewall.core.io', '# 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 urllib', '# cleanup[2] removing urllib.parse', '# cleanup[2] removing binascii', '# cleanup[2] removing base64', '# cleanup[2] removing email', '# cleanup[2] removing http', '# cleanup[2] removing email.errors', '# cleanup[2] removing email.quoprimime', '# cleanup[2] removing email.base64mime', '# cleanup[2] removing quopri', '# cleanup[2] removing email.encoders', '# cleanup[2] removing email.charset', '# cleanup[2] removing email.header', '# cleanup[2] removing _datetime', '# cleanup[2] removing datetime', '# cleanup[2] removing calendar', '# cleanup[2] removing email._parseaddr', '# cleanup[2] removing email.utils', '# cleanup[2] removing email._policybase', '# cleanup[2] removing email.feedparser', '# cleanup[2] removing email.parser', '# cleanup[2] removing email._encoded_words', '# cleanup[2] removing email.iterators', '# cleanup[2] removing email.message', '# 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 firewall.core.io.io_object', '# cleanup[2] removing firewall.core.io.policy', '# cleanup[2] removing firewall.core.io.zone', '# cleanup[2] removing firewall.core.io.service', '# cleanup[2] removing firewall.core.icmp', '# cleanup[2] removing firewall.core.io.ipset', '# cleanup[2] removing firewall.core.io.icmptype', '# cleanup[2] removing firewall.core.io.helper', '# cleanup[2] removing firewall.command', '# destroy _sitebuiltins', '# destroy zlib', '# destroy _bz2', '# destroy _compression', '# destroy _lzma', '# cleanup[3] wiping firewall.command', '# cleanup[3] wiping firewall.core.io.helper', '# cleanup[3] wiping firewall.core.io.icmptype', '# cleanup[3] wiping firewall.core.io.ipset', '# cleanup[3] wiping firewall.core.icmp', '# cleanup[3] wiping firewall.core.io.service', '# cleanup[3] wiping firewall.core.io.zone', '# cleanup[3] wiping firewall.core.io.policy', '# cleanup[3] wiping firewall.core.io.io_object', '# cleanup[3] wiping xml.sax.saxutils', '# 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 email.message', '# destroy quopri', '# cleanup[3] wiping email.iterators', '# cleanup[3] wiping email._encoded_words', '# cleanup[3] wiping email.parser', '# cleanup[3] wiping email.feedparser', '# cleanup[3] wiping email._policybase', '# cleanup[3] wiping email.utils', '# destroy random', '# destroy urllib', '# destroy urllib.parse', '# destroy urllib.response', '# destroy urllib.error', '# destroy urllib.request', '# cleanup[3] wiping email._parseaddr', '# destroy calendar', '# cleanup[3] wiping datetime', '# cleanup[3] wiping _datetime', '# cleanup[3] wiping email.header', '# cleanup[3] wiping email.charset', '# destroy email', '# cleanup[3] wiping email.encoders', '# cleanup[3] wiping email.base64mime', '# cleanup[3] wiping email.quoprimime', '# cleanup[3] wiping email.errors', '# cleanup[3] wiping base64', '# destroy struct', '# cleanup[3] wiping binascii', '# cleanup[3] wiping xml.sax', '# destroy xml.sax._exceptions', '# destroy xml.sax.xmlreader', '# destroy xml.sax.saxutils', '# cleanup[3] wiping xml.sax.handler', '# cleanup[3] wiping firewall.core.io', '# destroy xml', '# destroy xml.parsers', '# destroy xml.parsers.expat', '# destroy xml.etree', '# destroy xml.sax', '# destroy firewall.core.io.io_object', '# destroy firewall.core.io.policy', '# destroy firewall.core.io.zone', '# destroy firewall.core.io.service', '# destroy firewall.core.io.ipset', '# destroy firewall.core.io.icmptype', '# destroy firewall.core.io.helper', '# cleanup[3] wiping firewall.core.fw_nm', '# cleanup[3] wiping gi.repository.Gio', '# cleanup[3] wiping gi.overrides.Gio', '# cleanup[3] wiping firewall.client', '# destroy firewall', '# destroy firewall.config', '# destroy firewall.core', '# destroy firewall.core.base', '# destroy firewall.core.logger', '# destroy firewall.core.prog', '# destroy firewall.core.ipset', '# destroy firewall.core.rich', '# destroy firewall.core.fw_nm', '# destroy firewall.core.io', '# destroy firewall.core.icmp', '# destroy firewall.dbus_utils', '# destroy firewall.command', '# destroy firewall.client', '# cleanup[3] wiping subprocess', '# cleanup[3] wiping _posixsubprocess', '# destroy _posixsubprocess', '# cleanup[3] wiping firewall.errors', '# cleanup[3] wiping ipaddress', '# cleanup[3] wiping firewall.functions', '# destroy shlex', '# destroy string', '# destroy tempfile', '# cleanup[3] wiping _blake2', '# cleanup[3] wiping _hashlib', '# cleanup[3] wiping _random', '# cleanup[3] wiping _bisect', '# cleanup[3] wiping shutil', '# cleanup[3] wiping fcntl', '# cleanup[3] wiping syslog', '# cleanup[3] wiping fnmatch', '# cleanup[3] wiping inspect', '# destroy ast', '# destroy dis', '# destroy token', '# cleanup[3] wiping _opcode', '# cleanup[3] wiping xml.etree.ElementTree', '# cleanup[3] wiping _elementtree', '# cleanup[3] wiping xml.etree.ElementPath', '# cleanup[3] wiping firewall.config.dbus', '# cleanup[3] wiping copy', '# cleanup[3] wiping _struct', '# 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', '# 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.mainloop', '# cleanup[3] wiping xml.parsers.expat.errors', '# cleanup[3] wiping xml.parsers.expat.model', '# cleanup[3] wiping pyexpat', '# destroy pyexpat.errors', '# destroy pyexpat.model', '# cleanup[3] wiping logging', '# cleanup[3] wiping atexit', '# destroy atexit', '# cleanup[3] wiping _string', '# cleanup[3] wiping traceback', '# destroy linecache', '# cleanup[3] wiping tokenize', '# cleanup[3] wiping _tokenize', '# cleanup[3] wiping _dbus_bindings', '# cleanup[3] wiping argparse', '# cleanup[3] wiping gi.repository.GObject', '# cleanup[3] wiping gi.overrides.GObject', '# cleanup[3] wiping gi.repository.GLib', '# cleanup[3] wiping gi.overrides.GLib', '# cleanup[3] wiping gi._option', '# destroy optparse', '# cleanup[3] wiping locale', '# destroy encodings', '# cleanup[3] wiping _locale', '# destroy _locale', '# cleanup[3] wiping gettext', '# cleanup[3] wiping textwrap', '# cleanup[3] wiping gi._ossighelper', '# destroy signal', '# cleanup[3] wiping socket', '# destroy selectors', '# cleanup[3] wiping array', '# cleanup[3] wiping errno', '# cleanup[3] wiping select', '# cleanup[3] wiping math', '# cleanup[3] wiping _socket', '# cleanup[3] wiping gi.repository', '# destroy gi.repository.GLib', '# destroy gi.repository.Gio', '# cleanup[3] wiping gi.importer', '# cleanup[3] wiping gi.overrides', '# destroy gi.overrides.GLib', '# destroy gi.overrides.GObject', '# destroy gi.overrides.Gio', '# 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 threading', '# cleanup[3] wiping gobject', '# cleanup[3] wiping gi._gobject', '# cleanup[3] wiping gi._gi', '# cleanup[3] wiping gi._error', '# cleanup[3] wiping _typing', '# cleanup[3] wiping re', '# destroy re._constants', '# destroy re._casefix', '# destroy re._compiler', '# destroy enum', '# cleanup[3] wiping re._parser', '# cleanup[3] wiping _sre', '# cleanup[3] wiping contextlib', '# cleanup[3] wiping copyreg', '# 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', '# cleanup[3] wiping warnings', '# cleanup[3] wiping importlib._bootstrap_external', '# cleanup[3] wiping importlib._bootstrap', '# cleanup[3] wiping functools', '# cleanup[3] wiping _functools', '# cleanup[3] wiping types', '# cleanup[3] wiping collections', '# destroy _collections_abc', '# destroy collections.abc', '# cleanup[3] wiping _collections', '# cleanup[3] wiping operator', '# cleanup[3] wiping _operator', '# cleanup[3] wiping keyword', '# cleanup[3] wiping itertools', '# 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', '# 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 _datetime', '# destroy _dbus_glib_bindings', '# destroy sys.monitoring', '# destroy _io', '# destroy _socket', '# destroy gi.repository.GObject', '# destroy argparse', '# destroy zipimport', '# destroy importlib', '# destroy gi.types', '# destroy gi._error', '# 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 gi._gi', '# destroy _collections', '# destroy re._parser', '# destroy array', '# destroy textwrap', '# destroy stat', '# destroy genericpath', '# destroy tokenize', '# destroy _string', '# destroy shutil', '# destroy gettext', '# destroy firewall.config.dbus', '# destroy firewall.functions', '# destroy select', '# destroy _signal', '# destroy dbus', '# destroy xml.etree.ElementTree', '# destroy firewall.errors', '# destroy time', '# destroy fnmatch', '# destroy syslog', '# destroy traceback', '# destroy fcntl', '# destroy xml.sax.handler', '# destroy copy', '# destroy inspect', '# destroy keyword', '# destroy abc', '# destroy _thread', '# destroy copyreg', '# destroy contextlib', '# destroy operator', '# destroy subprocess', '# destroy _typing', '# destroy _tokenize', '# destroy xml.etree.ElementPath', '# destroy collections', '# destroy io', '# destroy _opcode', '# destroy functools', '# destroy types', '# destroy ipaddress', '# destroy _elementtree', '# destroy email.errors', '# destroy email.quoprimime', '# destroy email.base64mime', '# destroy email.encoders', '# destroy email.charset', '# destroy email.header', '# destroy email._parseaddr', '# destroy email.utils', '# destroy email._policybase', '# destroy email.feedparser', '# destroy email.parser', '# destroy email._encoded_words', '# destroy email.iterators', '# destroy email.message', '# destroy http.client', '# destroy socket', '# destroy base64', '# destroy errno', '# destroy _blake2', '# destroy _ssl', '# destroy binascii', '# destroy datetime', '# destroy locale', '# destroy warnings', '# destroy _struct', '# 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 _codecs', '# destroy _warnings', '# destroy math', '# destroy _bisect', '# destroy os', '# destroy re', '# destroy _random', '# destroy _hashlib', '# destroy _operator', '# destroy builtins', '# destroy itertools', '# destroy _sre', '# destroy posix', '# destroy _functools', '# clear sys.audit hooks', '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 0x7facc4710530>", "import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc46dbb60>", '# /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 0x7facc4712ab0>", "import '_signal' # ", "import '_abc' # ", "import 'abc' # ", "import 'io' # ", "import '_stat' # ", "import 'stat' # ", "import '_collections_abc' # ", "import 'genericpath' # ", "import 'posixpath' # ", "import 'os' # ", "import '_sitebuiltins' # ", 'Processing user site-packages', 'Processing global site-packages', "Adding directory: '/usr/lib64/python3.12/site-packages'", "Adding directory: '/usr/lib/python3.12/site-packages'", "Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'", '# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py', "# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'", "import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc44e5190>", '# /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 0x7facc44e5fd0>", "import 'site' # ", 'Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux', 'Type "help", "copyright", "credits" or "license" for more information.', '# /usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/__init__.py', "# code object from '/usr/lib64/python3.12/site-packages/gi/__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/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 0x7facc45d28a0>", '# /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 0x7facc45d2f30>", '# /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 0x7facc45d38c0>", "import '_collections' # ", "import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc42ae4b0>", '# /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/__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 0x7facc45aa390>", "import '_functools' # ", "import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc42ae810>", '# /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 0x7facc45aaf00>", "import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc45d2e40>", '# /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 0x7facc45abc20>", "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 0x7facc4579400>", "import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc45abef0>", '# /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 0x7facc45475c0>", '# /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 0x7facc45476e0>", '# /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 0x7facc4484470>", '# /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'", "import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc4486e40>", '# /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 0x7facc4438f50>", "import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc4463b30>", '# /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 0x7facc4438fb0>", "import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc4462240>", "import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc44861e0>", "import '_typing' # ", "import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc457a360>", "import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc42ade50>", '# possible namespace for /usr/lib/python3.12/site-packages/gi', '# /usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_error.py', "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc'", "import 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc4546960>", "# extension module 'gi._gi' loaded from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so'", "# extension module 'gi._gi' executed from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so'", "import 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7facc4545100>", "import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc42ace60>", '# /usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/repository/__init__.py', "# code object from '/usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc'", '# /usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/importer.py', "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc'", '# /usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/module.py', "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.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 0x7facc43de480>", '# /usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/types.py', "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc'", '# /usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_constants.py', "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc'", "import 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc43a9b50>", '# /usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/docstring.py', "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc'", "import 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc43a9e80>", '# /usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_propertyhelper.py', "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc'", "import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc43aa330>", '# /usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_signalhelper.py', "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc'", "import 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc43aac00>", "import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc43a9400>", "import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc43ddfa0>", '# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/__init__.py', "# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc'", "import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc43de540>", "import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc43dda30>", "import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc4578da0>", '# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GLib.py', "# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc'", '# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py', "# code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'", "# extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'", "# extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'", "import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7facc4287680>", '# /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 '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 0x7facc42555b0>", "# 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 0x7facc4255f70>", "import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc4254140>", "import 'errno' # ", "# 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 0x7facc4238440>", "import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc4285c70>", '# /usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_ossighelper.py', "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.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 0x7facc4238830>", '# /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 0x7facc4238ce0>", "import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc4286900>", '# /usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_option.py', "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc'", '# /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py', "# code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc'", '# /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 0x7facc4211070>", '# /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 0x7facc4211ee0>", '# /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 0x7facc4213ad0>", "import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc423a4e0>", "import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc4239c10>", "import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc43abf20>", "import 'gi.repository.GLib' # ", '# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GObject.py', "# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc'", "import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc42d3110>", "import 'gi.repository.GObject' # ", '# destroy gobject', '# /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'", "import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3e24950>", '# /usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/__init__.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc'", "import 'firewall' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3e260f0>", '# /usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/client.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc'", '# /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py', "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc'", '# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py', "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc'", "import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3ebcc50>", '# /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py', "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc'", "import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3ebcd10>", '# /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py', "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc'", "# extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'", "# extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'", "import '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7facc3ebd460>", "import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3ebd2e0>", '# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py', "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc'", '# /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py', "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc'", '# /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__/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 0x7facc3f01ca0>", "import '_tokenize' # ", "import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3f007a0>", "import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3f00500>", "import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3eda780>", '# /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 0x7facc3f02f60>", "import 'atexit' # ", "import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3ebef00>", '# /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py', "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc'", '# /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py', "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc'", "import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3f0b140>", '# /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py', "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc'", '# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py', "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.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 0x7facc3b80410>", '# /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 0x7facc3b80680>", '# /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'", "# 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 0x7facc3b807a0>", "import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3b806b0>", "import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3f0be90>", "import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3f0b2c0>", "import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3f0a660>", "import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3ebe480>", "import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3ebdd00>", "import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3ebc710>", '# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/__init__.py', "# code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc'", "import 'dbus.mainloop' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3ebe180>", '# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/glib.py', "# code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc'", "# extension module '_dbus_glib_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so'", "# extension module '_dbus_glib_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so'", "import '_dbus_glib_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7facc3b809e0>", "import 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3b80230>", '# /usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/__init__.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc'", '# /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 0x7facc3b810d0>", "import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3b80f80>", '# /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 0x7facc3b832f0>", '# /usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/dbus.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc'", "import 'firewall.config.dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3b83740>", "import 'firewall.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3b80b30>", '# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/__init__.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc'", "import 'firewall.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3b83680>", '# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/base.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc'", "import 'firewall.core.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3b83890>", '# /usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/dbus_utils.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc'", '# /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 0x7facc3b83f50>", '# /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 0x7facc3bb32c0>", "# extension module '_elementtree' loaded from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so'", "# 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 0x7facc3bd4530>", "import 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3b83e60>", '# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/logger.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc'", '# /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 0x7facc3bb2810>", '# /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 0x7facc3701640>", "import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3700a10>", "import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3c16bd0>", "import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3bd5e20>", '# /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 0x7facc46dbe90>", "# 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 0x7facc3709730>", "# 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 0x7facc3709a30>", "import 'firewall.core.logger' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3bd46e0>", "import 'firewall.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3b83ad0>", '# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/rich.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc'", '# /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 0x7facc3734470>", '# /usr/lib/python3.12/site-packages/firewall/__pycache__/functions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/functions.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/functions.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 0x7facc3737890>", '# /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__/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 0x7facc375bb90>", '# /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 0x7facc3780aa0>", "# 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 0x7facc3781100>", "import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc375bfe0>", '# /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 0x7facc3781b20>", "import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3781250>", "import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3759b80>", '# /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 0x7facc3783d70>", "import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3783ad0>", "# 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 0x7facc3783d10>", '# /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 0x7facc37a8620>", "# 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 0x7facc37a8fe0>", "import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3783ef0>", "import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc375a210>", "import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3758140>", "import 'firewall.functions' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3736390>", '# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/ipset.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.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 0x7facc37a99a0>", '# /usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/errors.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc'", "import 'firewall.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc37dc920>", '# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/prog.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc'", '# /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'", "# 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 0x7facc3101040>", "import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc37df260>", "import 'firewall.core.prog' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc37df0b0>", "import 'firewall.core.ipset' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc37a8470>", "import 'firewall.core.rich' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc370a9f0>", "import 'firewall.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3e26d20>", '# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/fw_nm.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc'", '# destroy gi.repository.GModule', "import 'gi.repository.GModule' # ", '# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/Gio.py', "# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc'", "import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3188ef0>", "import 'gi.repository.Gio' # ", '# destroy gi.repository.NM', "import 'gi.repository.NM' # ", "import 'firewall.core.fw_nm' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc31883e0>", '# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/__init__.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc'", "import 'firewall.core.io' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3188a40>", '# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/zone.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc'", '# /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 0x7facc31ace00>", '# /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 0x7facc31ad490>", "import 'xml.sax.xmlreader' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc318b830>", "import 'xml.sax' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc318b530>", '# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/io_object.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc'", '# /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__/__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 0x7facc31d00e0>", '# /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'", "import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc31d0170>", '# /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/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py', "# code object from '/usr/lib64/python3.12/__pycache__/base64.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 0x7facc2cc88f0>", "import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc31f3590>", '# /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 0x7facc2cc8b30>", '# /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 0x7facc2cc8dd0>", '# /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/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'", '# /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 0x7facc2d01160>", '# /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'", '# /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'", "import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d03620>", '# /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'", "import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d03530>", '# /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__/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'", '# /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 0x7facc2d2c170>", "import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d27ce0>", "import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d271d0>", "import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d02870>", '# /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__/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 0x7facc2d2daf0>", "import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d2d8b0>", '# /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 0x7facc2d2f3e0>", "import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d2e060>", "import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d27b00>", "import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d011f0>", "import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d00560>", "import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2ccbc80>", '# /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/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 0x7facc2d4f8f0>", '# /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 0x7facc2d84110>", "import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d2fbf0>", '# /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 0x7facc2d86cc0>", "import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d84410>", "import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2cc9f10>", '# /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 0x7facc2ab6570>", "import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2ccbef0>", "import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc31d31d0>", "import 'xml.sax.saxutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc31aede0>", "import 'firewall.core.io.io_object' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc31ae030>", '# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/policy.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc'", "import 'firewall.core.io.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc31ae840>", "import 'firewall.core.io.zone' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3188ec0>", '# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/service.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc'", "import 'firewall.core.io.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2ab77a0>", '# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/ipset.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc'", '# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/icmp.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc'", "import 'firewall.core.icmp' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2ae4320>", "import 'firewall.core.io.ipset' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2ab7b00>", '# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/icmptype.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc'", "import 'firewall.core.io.icmptype' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2ae4da0>", '# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/helper.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc'", "import 'firewall.core.io.helper' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2ae51c0>", '# /usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/command.py', "# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc'", "import 'firewall.command' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2ae55e0>", '# 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__', '# destroy __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 itertools', '# cleanup[2] removing 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 types', '# cleanup[2] removing _functools', '# cleanup[2] removing functools', '# 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 copyreg', '# cleanup[2] removing contextlib', '# 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 re', '# cleanup[2] removing _typing', '# cleanup[2] removing typing', '# destroy typing', '# cleanup[2] removing pkgutil', '# destroy pkgutil', '# 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', '# 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 threading', '# 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 _socket', '# cleanup[2] removing math', '# cleanup[2] removing select', '# cleanup[2] removing selectors', '# cleanup[2] removing errno', '# cleanup[2] removing array', '# cleanup[2] removing socket', '# cleanup[2] removing __future__', '# destroy __future__', '# cleanup[2] removing signal', '# cleanup[2] removing gi._ossighelper', '# cleanup[2] removing textwrap', '# cleanup[2] removing gettext', '# cleanup[2] removing _locale', '# cleanup[2] removing locale', '# cleanup[2] removing optparse', '# cleanup[2] removing gi._option', '# cleanup[2] removing gi.overrides.GLib', '# cleanup[2] removing gi.repository.GLib', '# cleanup[2] removing gi.overrides.GObject', '# cleanup[2] removing gi.repository.GObject', '# cleanup[2] removing argparse', '# cleanup[2] removing firewall', '# cleanup[2] removing dbus._compat', '# cleanup[2] removing dbus.exceptions', '# cleanup[2] removing _dbus_bindings', '# cleanup[2] removing dbus.types', '# cleanup[2] removing token', '# cleanup[2] removing _tokenize', '# cleanup[2] removing tokenize', '# cleanup[2] removing linecache', '# cleanup[2] removing traceback', '# cleanup[2] removing _string', '# cleanup[2] removing string', '# cleanup[2] removing atexit', '# cleanup[2] removing logging', '# cleanup[2] removing dbus.lowlevel', '# cleanup[2] removing xml', '# cleanup[2] removing 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', '# 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 dbus.mainloop', '# cleanup[2] removing _dbus_glib_bindings', '# cleanup[2] removing dbus.mainloop.glib', '# cleanup[2] removing _struct', '# cleanup[2] removing struct', '# cleanup[2] removing copy', '# cleanup[2] removing firewall.config.dbus', '# cleanup[2] removing firewall.config', '# cleanup[2] removing firewall.core', '# cleanup[2] removing firewall.core.base', '# cleanup[2] removing xml.etree', '# cleanup[2] removing xml.etree.ElementPath', '# cleanup[2] removing _elementtree', '# cleanup[2] removing xml.etree.ElementTree', '# 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 inspect', '# cleanup[2] removing fnmatch', '# cleanup[2] removing syslog', '# cleanup[2] removing fcntl', '# cleanup[2] removing firewall.core.logger', '# cleanup[2] removing firewall.dbus_utils', '# cleanup[2] removing dataclasses', '# destroy dataclasses', '# cleanup[2] removing shlex', '# cleanup[2] removing zlib', '# cleanup[2] removing _compression', '# cleanup[2] removing _bz2', '# cleanup[2] removing bz2', '# destroy bz2', '# cleanup[2] removing _lzma', '# cleanup[2] removing lzma', '# destroy lzma', '# cleanup[2] removing shutil', '# 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 firewall.functions', '# cleanup[2] removing ipaddress', '# cleanup[2] removing firewall.errors', '# cleanup[2] removing _posixsubprocess', '# cleanup[2] removing subprocess', '# cleanup[2] removing firewall.core.prog', '# cleanup[2] removing firewall.core.ipset', '# cleanup[2] removing firewall.core.rich', '# cleanup[2] removing firewall.client', '# cleanup[2] removing gi.overrides.Gio', '# cleanup[2] removing gi.repository.Gio', '# cleanup[2] removing firewall.core.fw_nm', '# cleanup[2] removing firewall.core.io', '# 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 urllib', '# cleanup[2] removing urllib.parse', '# cleanup[2] removing binascii', '# cleanup[2] removing base64', '# cleanup[2] removing email', '# cleanup[2] removing http', '# cleanup[2] removing email.errors', '# cleanup[2] removing email.quoprimime', '# cleanup[2] removing email.base64mime', '# cleanup[2] removing quopri', '# cleanup[2] removing email.encoders', '# cleanup[2] removing email.charset', '# cleanup[2] removing email.header', '# cleanup[2] removing _datetime', '# cleanup[2] removing datetime', '# cleanup[2] removing calendar', '# cleanup[2] removing email._parseaddr', '# cleanup[2] removing email.utils', '# cleanup[2] removing email._policybase', '# cleanup[2] removing email.feedparser', '# cleanup[2] removing email.parser', '# cleanup[2] removing email._encoded_words', '# cleanup[2] removing email.iterators', '# cleanup[2] removing email.message', '# 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 firewall.core.io.io_object', '# cleanup[2] removing firewall.core.io.policy', '# cleanup[2] removing firewall.core.io.zone', '# cleanup[2] removing firewall.core.io.service', '# cleanup[2] removing firewall.core.icmp', '# cleanup[2] removing firewall.core.io.ipset', '# cleanup[2] removing firewall.core.io.icmptype', '# cleanup[2] removing firewall.core.io.helper', '# cleanup[2] removing firewall.command', '# destroy _sitebuiltins', '# destroy zlib', '# destroy _bz2', '# destroy _compression', '# destroy _lzma', '# cleanup[3] wiping firewall.command', '# cleanup[3] wiping firewall.core.io.helper', '# cleanup[3] wiping firewall.core.io.icmptype', '# cleanup[3] wiping firewall.core.io.ipset', '# cleanup[3] wiping firewall.core.icmp', '# cleanup[3] wiping firewall.core.io.service', '# cleanup[3] wiping firewall.core.io.zone', '# cleanup[3] wiping firewall.core.io.policy', '# cleanup[3] wiping firewall.core.io.io_object', '# cleanup[3] wiping xml.sax.saxutils', '# 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 email.message', '# destroy quopri', '# cleanup[3] wiping email.iterators', '# cleanup[3] wiping email._encoded_words', '# cleanup[3] wiping email.parser', '# cleanup[3] wiping email.feedparser', '# cleanup[3] wiping email._policybase', '# cleanup[3] wiping email.utils', '# destroy random', '# destroy urllib', '# destroy urllib.parse', '# destroy urllib.response', '# destroy urllib.error', '# destroy urllib.request', '# cleanup[3] wiping email._parseaddr', '# destroy calendar', '# cleanup[3] wiping datetime', '# cleanup[3] wiping _datetime', '# cleanup[3] wiping email.header', '# cleanup[3] wiping email.charset', '# destroy email', '# cleanup[3] wiping email.encoders', '# cleanup[3] wiping email.base64mime', '# cleanup[3] wiping email.quoprimime', '# cleanup[3] wiping email.errors', '# cleanup[3] wiping base64', '# destroy struct', '# cleanup[3] wiping binascii', '# cleanup[3] wiping xml.sax', '# destroy xml.sax._exceptions', '# destroy xml.sax.xmlreader', '# destroy xml.sax.saxutils', '# cleanup[3] wiping xml.sax.handler', '# cleanup[3] wiping firewall.core.io', '# destroy xml', '# destroy xml.parsers', '# destroy xml.parsers.expat', '# destroy xml.etree', '# destroy xml.sax', '# destroy firewall.core.io.io_object', '# destroy firewall.core.io.policy', '# destroy firewall.core.io.zone', '# destroy firewall.core.io.service', '# destroy firewall.core.io.ipset', '# destroy firewall.core.io.icmptype', '# destroy firewall.core.io.helper', '# cleanup[3] wiping firewall.core.fw_nm', '# cleanup[3] wiping gi.repository.Gio', '# cleanup[3] wiping gi.overrides.Gio', '# cleanup[3] wiping firewall.client', '# destroy firewall', '# destroy firewall.config', '# destroy firewall.core', '# destroy firewall.core.base', '# destroy firewall.core.logger', '# destroy firewall.core.prog', '# destroy firewall.core.ipset', '# destroy firewall.core.rich', '# destroy firewall.core.fw_nm', '# destroy firewall.core.io', '# destroy firewall.core.icmp', '# destroy firewall.dbus_utils', '# destroy firewall.command', '# destroy firewall.client', '# cleanup[3] wiping subprocess', '# cleanup[3] wiping _posixsubprocess', '# destroy _posixsubprocess', '# cleanup[3] wiping firewall.errors', '# cleanup[3] wiping ipaddress', '# cleanup[3] wiping firewall.functions', '# destroy shlex', '# destroy string', '# destroy tempfile', '# cleanup[3] wiping _blake2', '# cleanup[3] wiping _hashlib', '# cleanup[3] wiping _random', '# cleanup[3] wiping _bisect', '# cleanup[3] wiping shutil', '# cleanup[3] wiping fcntl', '# cleanup[3] wiping syslog', '# cleanup[3] wiping fnmatch', '# cleanup[3] wiping inspect', '# destroy ast', '# destroy dis', '# destroy token', '# cleanup[3] wiping _opcode', '# cleanup[3] wiping xml.etree.ElementTree', '# cleanup[3] wiping _elementtree', '# cleanup[3] wiping xml.etree.ElementPath', '# cleanup[3] wiping firewall.config.dbus', '# cleanup[3] wiping copy', '# cleanup[3] wiping _struct', '# 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', '# 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.mainloop', '# cleanup[3] wiping xml.parsers.expat.errors', '# cleanup[3] wiping xml.parsers.expat.model', '# cleanup[3] wiping pyexpat', '# destroy pyexpat.errors', '# destroy pyexpat.model', '# cleanup[3] wiping logging', '# cleanup[3] wiping atexit', '# destroy atexit', '# cleanup[3] wiping _string', '# cleanup[3] wiping traceback', '# destroy linecache', '# cleanup[3] wiping tokenize', '# cleanup[3] wiping _tokenize', '# cleanup[3] wiping _dbus_bindings', '# cleanup[3] wiping argparse', '# cleanup[3] wiping gi.repository.GObject', '# cleanup[3] wiping gi.overrides.GObject', '# cleanup[3] wiping gi.repository.GLib', '# cleanup[3] wiping gi.overrides.GLib', '# cleanup[3] wiping gi._option', '# destroy optparse', '# cleanup[3] wiping locale', '# destroy encodings', '# cleanup[3] wiping _locale', '# destroy _locale', '# cleanup[3] wiping gettext', '# cleanup[3] wiping textwrap', '# cleanup[3] wiping gi._ossighelper', '# destroy signal', '# cleanup[3] wiping socket', '# destroy selectors', '# cleanup[3] wiping array', '# cleanup[3] wiping errno', '# cleanup[3] wiping select', '# cleanup[3] wiping math', '# cleanup[3] wiping _socket', '# cleanup[3] wiping gi.repository', '# destroy gi.repository.GLib', '# destroy gi.repository.Gio', '# cleanup[3] wiping gi.importer', '# cleanup[3] wiping gi.overrides', '# destroy gi.overrides.GLib', '# destroy gi.overrides.GObject', '# destroy gi.overrides.Gio', '# 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 threading', '# cleanup[3] wiping gobject', '# cleanup[3] wiping gi._gobject', '# cleanup[3] wiping gi._gi', '# cleanup[3] wiping gi._error', '# cleanup[3] wiping _typing', '# cleanup[3] wiping re', '# destroy re._constants', '# destroy re._casefix', '# destroy re._compiler', '# destroy enum', '# cleanup[3] wiping re._parser', '# cleanup[3] wiping _sre', '# cleanup[3] wiping contextlib', '# cleanup[3] wiping copyreg', '# 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', '# cleanup[3] wiping warnings', '# cleanup[3] wiping importlib._bootstrap_external', '# cleanup[3] wiping importlib._bootstrap', '# cleanup[3] wiping functools', '# cleanup[3] wiping _functools', '# cleanup[3] wiping types', '# cleanup[3] wiping collections', '# destroy _collections_abc', '# destroy collections.abc', '# cleanup[3] wiping _collections', '# cleanup[3] wiping operator', '# cleanup[3] wiping _operator', '# cleanup[3] wiping keyword', '# cleanup[3] wiping itertools', '# 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', '# 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 _datetime', '# destroy _dbus_glib_bindings', '# destroy sys.monitoring', '# destroy _io', '# destroy _socket', '# destroy gi.repository.GObject', '# destroy argparse', '# destroy zipimport', '# destroy importlib', '# destroy gi.types', '# destroy gi._error', '# 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 gi._gi', '# destroy _collections', '# destroy re._parser', '# destroy array', '# destroy textwrap', '# destroy stat', '# destroy genericpath', '# destroy tokenize', '# destroy _string', '# destroy shutil', '# destroy gettext', '# destroy firewall.config.dbus', '# destroy firewall.functions', '# destroy select', '# destroy _signal', '# destroy dbus', '# destroy xml.etree.ElementTree', '# destroy firewall.errors', '# destroy time', '# destroy fnmatch', '# destroy syslog', '# destroy traceback', '# destroy fcntl', '# destroy xml.sax.handler', '# destroy copy', '# destroy inspect', '# destroy keyword', '# destroy abc', '# destroy _thread', '# destroy copyreg', '# destroy contextlib', '# destroy operator', '# destroy subprocess', '# destroy _typing', '# destroy _tokenize', '# destroy xml.etree.ElementPath', '# destroy collections', '# destroy io', '# destroy _opcode', '# destroy functools', '# destroy types', '# destroy ipaddress', '# destroy _elementtree', '# destroy email.errors', '# destroy email.quoprimime', '# destroy email.base64mime', '# destroy email.encoders', '# destroy email.charset', '# destroy email.header', '# destroy email._parseaddr', '# destroy email.utils', '# destroy email._policybase', '# destroy email.feedparser', '# destroy email.parser', '# destroy email._encoded_words', '# destroy email.iterators', '# destroy email.message', '# destroy http.client', '# destroy socket', '# destroy base64', '# destroy errno', '# destroy _blake2', '# destroy _ssl', '# destroy binascii', '# destroy datetime', '# destroy locale', '# destroy warnings', '# destroy _struct', '# 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 _codecs', '# destroy _warnings', '# destroy math', '# destroy _bisect', '# destroy os', '# destroy re', '# destroy _random', '# destroy _hashlib', '# destroy _operator', '# destroy builtins', '# destroy itertools', '# destroy _sre', '# destroy posix', '# destroy _functools', '# clear sys.audit hooks'], 'failed': False, 'item': 'smtp-submission', 'ansible_loop_var': 'item'}) => { "ansible_facts": { "_postfix_selinux": [ { "local": "true", "ports": "25", "proto": "tcp", "setype": "smtp_port_t", "state": "present" }, { "local": "true", "ports": "465", "proto": "tcp", "setype": "smtp_port_t", "state": "present" }, { "local": "true", "ports": "587", "proto": "tcp", "setype": "smtp_port_t", "state": "present" } ] }, "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nports=\"$(firewall-cmd --info-service=\"smtp-submission\" | \\\n grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\" || :\nif [ -z \"$ports\" ]; then\n include=\"$(firewall-cmd --info-service=\"smtp-submission\" | \\\n awk '/^ +includes:/ {print $2}')\" || :\n if [ -n \"$include\" ]; then\n ports=\"$(firewall-cmd --info-service=\"$include\" | \\\n grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\"\n fi\nfi\nif [ -z \"$ports\" ]; then\n exit 1\nfi\necho \"$ports\"", "delta": "0:00:00.593204", "end": "2024-09-20 13:25:43.531755", "failed": false, "invocation": { "module_args": { "_raw_params": "set -euo pipefail\nports=\"$(firewall-cmd --info-service=\"smtp-submission\" | \\\n grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\" || :\nif [ -z \"$ports\" ]; then\n include=\"$(firewall-cmd --info-service=\"smtp-submission\" | \\\n awk '/^ +includes:/ {print $2}')\" || :\n if [ -n \"$include\" ]; then\n ports=\"$(firewall-cmd --info-service=\"$include\" | \\\n grep -E \" +ports: +\" | sed -e \"s/ *ports: //\")\"\n fi\nfi\nif [ -z \"$ports\" ]; then\n exit 1\nfi\necho \"$ports\"", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "expand_argument_vars": true, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true } }, "item": "smtp-submission", "msg": "", "rc": 0, "start": "2024-09-20 13:25:42.938551", "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 0x7f5634e18530>\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634de3b60>\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 0x7f5634e1aab0>\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/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 0x7f5634be9190>\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 0x7f5634be9fa0>\nimport 'site' # \nPython 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__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/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 0x7f5634cda8a0>\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 0x7f5634cdaf30>\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 0x7f5634cdb8c0>\nimport '_collections' # \nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56349aa480>\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/__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 0x7f5634cb2360>\nimport '_functools' # \nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56349aa7e0>\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 0x7f5634cb2ed0>\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56349abfe0>\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 0x7f5634cb3bf0>\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 0x7f5634c81400>\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634cb3ec0>\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 0x7f5634c4f5c0>\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 0x7f5634c4f680>\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 0x7f5634b90440>\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'\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634b92de0>\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 0x7f5634b44e30>\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634b6fa10>\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 0x7f5634b44e90>\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634b6e0c0>\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634b921b0>\nimport '_typing' # \nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634c82360>\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56349a9e20>\n# possible namespace for /usr/lib/python3.12/site-packages/gi\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_error.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc'\nimport 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634c4eb70>\n# extension module 'gi._gi' loaded from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so'\n# extension module 'gi._gi' executed from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so'\nimport 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5634c4d100>\nimport 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56349a8e30>\n# /usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/repository/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/importer.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/module.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc'\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 0x7f5634aea3f0>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/types.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_constants.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc'\nimport 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634ab5a90>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/docstring.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc'\nimport 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634ab5dc0>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_propertyhelper.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc'\nimport 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634ab6270>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_signalhelper.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc'\nimport 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634ab6b40>\nimport 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634ab5340>\nimport 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634ae9f10>\n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc'\nimport 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634aea4b0>\nimport 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634ae99a0>\nimport 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634c80d70>\n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GLib.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc'\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 0x7f563498b590>\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 '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 0x7f5634959490>\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 0x7f5634959eb0>\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563498bfe0>\nimport 'errno' # \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 0x7f56349381d0>\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634989b50>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_ossighelper.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.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 0x7f5634938530>\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 0x7f56349389e0>\nimport 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563498a7e0>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_option.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py\n# code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc'\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 0x7f5634910d10>\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 0x7f5634911b80>\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 0x7f5634913740>\nimport 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563493a180>\nimport 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56349398b0>\nimport 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634ab7e00>\nimport 'gi.repository.GLib' # \n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GObject.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc'\nimport 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56349cede0>\nimport 'gi.repository.GObject' # \n# destroy gobject\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'\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563451c7a0>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc'\nimport 'firewall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563451df40>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/client.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc'\nimport 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345b4aa0>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc'\nimport 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345b4b60>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc'\n# extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'\n# extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'\nimport '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f56345b52b0>\nimport 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345b5130>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc'\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'\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'\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 0x7f56345f9a90>\nimport '_tokenize' # \nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345f8590>\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345f82f0>\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345de570>\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 0x7f56345facf0>\nimport 'atexit' # \nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345b6cf0>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc'\nimport 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634602e70>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.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 0x7f5634284110>\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 0x7f5634284350>\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'\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 0x7f56342844d0>\nimport 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56342843b0>\nimport 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634603b90>\nimport 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634602fc0>\nimport 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634602390>\nimport 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345b6270>\nimport 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345b5b20>\nimport 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345b4560>\n# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc'\nimport 'dbus.mainloop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345b5f70>\n# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/glib.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc'\n# extension module '_dbus_glib_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so'\n# extension module '_dbus_glib_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so'\nimport '_dbus_glib_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5634284740>\nimport 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345b4dd0>\n# /usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc'\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 0x7f5634284e30>\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634284ce0>\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 0x7f5634287050>\n# /usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/dbus.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc'\nimport 'firewall.config.dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56342874a0>\nimport 'firewall.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634284890>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc'\nimport 'firewall.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634287410>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/base.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc'\nimport 'firewall.core.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634287620>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/dbus_utils.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc'\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 0x7f5634287da0>\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 0x7f56342b7050>\n# extension module '_elementtree' loaded from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so'\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 0x7f56342d8200>\nimport 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634287ce0>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/logger.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc'\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 0x7f56342b6570>\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 0x7f56343693a0>\nimport 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634368770>\nimport 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563431a9c0>\nimport 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56342d9c10>\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 0x7f56342db0e0>\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 0x7f5634371490>\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 0x7f5634371820>\nimport 'firewall.core.logger' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56342d8500>\nimport 'firewall.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634287830>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/rich.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc'\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 0x7f5634134260>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/functions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/functions.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/functions.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 0x7f5634137650>\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'\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 0x7f563415b950>\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 0x7f5634180830>\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 0x7f5634180e90>\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563415bd40>\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 0x7f56341818b0>\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634181010>\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634159940>\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 0x7f5634183b90>\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56341838c0>\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 0x7f5634183a10>\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 0x7f56341a8410>\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 0x7f56341a8e00>\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634183d10>\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634159fd0>\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634137ec0>\nimport 'firewall.functions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634136150>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/ipset.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc'\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 0x7f56341a9850>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/errors.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc'\nimport 'firewall.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56341dc7a0>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/prog.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc'\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# 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 0x7f5634201010>\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56341df230>\nimport 'firewall.core.prog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56341df080>\nimport 'firewall.core.ipset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634183830>\nimport 'firewall.core.rich' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56343727e0>\nimport 'firewall.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563451eb70>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/fw_nm.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc'\n# destroy gi.repository.GModule\nimport 'gi.repository.GModule' # \n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/Gio.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc'\nimport 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d34f50>\nimport 'gi.repository.Gio' # \n# destroy gi.repository.NM\nimport 'gi.repository.NM' # \nimport 'firewall.core.fw_nm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d34410>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc'\nimport 'firewall.core.io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d34a40>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/zone.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc'\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 0x7f5633d58ec0>\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 0x7f5633d59550>\nimport 'xml.sax.xmlreader' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d378f0>\nimport 'xml.sax' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d375f0>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/io_object.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc'\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__/__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 0x7f5633d7c170>\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'\nimport 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d7c200>\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/__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'\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 0x7f56333c89e0>\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d9f680>\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 0x7f56333c8c50>\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 0x7f56333c8ef0>\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/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'\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 0x7f56334011c0>\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'\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'\nimport 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633403680>\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'\nimport 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633403590>\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__/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'\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 0x7f563342c1a0>\nimport 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633427d10>\nimport 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633427230>\nimport 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56334028d0>\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__/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 0x7f563342db20>\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563342d8e0>\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 0x7f563342f3b0>\nimport 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563342e030>\nimport 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56334270b0>\nimport 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633401250>\nimport 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56334005c0>\nimport 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56334000e0>\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/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 0x7f563344f800>\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 0x7f563344fe90>\nimport 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633400ec0>\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 0x7f5633486ba0>\nimport 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56334842f0>\nimport 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56333c9f70>\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 0x7f56331be570>\nimport 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56333cbf50>\nimport 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d7f2c0>\nimport 'xml.sax.saxutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d5ae70>\nimport 'firewall.core.io.io_object' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d5a0c0>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/policy.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc'\nimport 'firewall.core.io.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d5a8d0>\nimport 'firewall.core.io.zone' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d34aa0>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/service.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc'\nimport 'firewall.core.io.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56331bf800>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/ipset.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/icmp.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc'\nimport 'firewall.core.icmp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56331e8350>\nimport 'firewall.core.io.ipset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56331bfb60>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/icmptype.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc'\nimport 'firewall.core.io.icmptype' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56331e8dd0>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/helper.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc'\nimport 'firewall.core.io.helper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56331e91f0>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/command.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc'\nimport 'firewall.command' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56331e9610>\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# destroy __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 itertools\n# cleanup[2] removing keyword\n# cleanup[2] removing _operator\n# cleanup[2] removing operator\n# cleanup[2] removing reprlib\n# destroy reprlib\n# cleanup[2] removing _collections\n# cleanup[2] removing collections\n# cleanup[2] removing types\n# cleanup[2] removing _functools\n# cleanup[2] removing functools\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 copyreg\n# cleanup[2] removing contextlib\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 re\n# cleanup[2] removing _typing\n# cleanup[2] removing typing\n# destroy typing\n# cleanup[2] removing pkgutil\n# destroy pkgutil\n# cleanup[2] removing gi._error\n# cleanup[2] removing gi._gi\n# cleanup[2] removing gi._gobject\n# cleanup[2] removing glib\n# destroy glib\n# cleanup[2] removing gobject\n# cleanup[2] removing gio\n# destroy gio\n# cleanup[2] removing gtk\n# destroy gtk\n# cleanup[2] removing gtk.gdk\n# destroy gtk.gdk\n# cleanup[2] removing gi\n# cleanup[2] removing threading\n# cleanup[2] removing gi._constants\n# cleanup[2] removing gi.docstring\n# cleanup[2] removing gi._propertyhelper\n# cleanup[2] removing gi._signalhelper\n# cleanup[2] removing gi.types\n# cleanup[2] removing gi.module\n# cleanup[2] removing gi.overrides\n# cleanup[2] removing gi.importer\n# cleanup[2] removing gi.repository\n# cleanup[2] removing _socket\n# cleanup[2] removing math\n# cleanup[2] removing select\n# cleanup[2] removing selectors\n# cleanup[2] removing errno\n# cleanup[2] removing array\n# cleanup[2] removing socket\n# cleanup[2] removing __future__\n# destroy __future__\n# cleanup[2] removing signal\n# cleanup[2] removing gi._ossighelper\n# cleanup[2] removing textwrap\n# cleanup[2] removing gettext\n# cleanup[2] removing _locale\n# cleanup[2] removing locale\n# cleanup[2] removing optparse\n# cleanup[2] removing gi._option\n# cleanup[2] removing gi.overrides.GLib\n# cleanup[2] removing gi.repository.GLib\n# cleanup[2] removing gi.overrides.GObject\n# cleanup[2] removing gi.repository.GObject\n# cleanup[2] removing argparse\n# cleanup[2] removing firewall\n# cleanup[2] removing dbus._compat\n# cleanup[2] removing dbus.exceptions\n# cleanup[2] removing _dbus_bindings\n# cleanup[2] removing dbus.types\n# cleanup[2] removing token\n# cleanup[2] removing _tokenize\n# cleanup[2] removing tokenize\n# cleanup[2] removing linecache\n# cleanup[2] removing traceback\n# cleanup[2] removing _string\n# cleanup[2] removing string\n# cleanup[2] removing atexit\n# cleanup[2] removing logging\n# cleanup[2] removing dbus.lowlevel\n# cleanup[2] removing xml\n# cleanup[2] removing xml.parsers\n# cleanup[2] removing pyexpat.errors\n# cleanup[2] removing pyexpat.model\n# cleanup[2] removing pyexpat\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 dbus._expat_introspect_parser\n# cleanup[2] removing dbus.proxies\n# cleanup[2] removing dbus.connection\n# cleanup[2] removing dbus.bus\n# cleanup[2] removing dbus._dbus\n# cleanup[2] removing dbus\n# cleanup[2] removing dbus.mainloop\n# cleanup[2] removing _dbus_glib_bindings\n# cleanup[2] removing dbus.mainloop.glib\n# cleanup[2] removing _struct\n# cleanup[2] removing struct\n# cleanup[2] removing copy\n# cleanup[2] removing firewall.config.dbus\n# cleanup[2] removing firewall.config\n# cleanup[2] removing firewall.core\n# cleanup[2] removing firewall.core.base\n# cleanup[2] removing xml.etree\n# cleanup[2] removing xml.etree.ElementPath\n# cleanup[2] removing _elementtree\n# cleanup[2] removing xml.etree.ElementTree\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 inspect\n# cleanup[2] removing fnmatch\n# cleanup[2] removing syslog\n# cleanup[2] removing fcntl\n# cleanup[2] removing firewall.core.logger\n# cleanup[2] removing firewall.dbus_utils\n# cleanup[2] removing dataclasses\n# destroy dataclasses\n# cleanup[2] removing shlex\n# cleanup[2] removing zlib\n# cleanup[2] removing _compression\n# cleanup[2] removing _bz2\n# cleanup[2] removing bz2\n# destroy bz2\n# cleanup[2] removing _lzma\n# cleanup[2] removing lzma\n# destroy lzma\n# cleanup[2] removing shutil\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 tempfile\n# cleanup[2] removing firewall.functions\n# cleanup[2] removing ipaddress\n# cleanup[2] removing firewall.errors\n# cleanup[2] removing _posixsubprocess\n# cleanup[2] removing subprocess\n# cleanup[2] removing firewall.core.prog\n# cleanup[2] removing firewall.core.ipset\n# cleanup[2] removing firewall.core.rich\n# cleanup[2] removing firewall.client\n# cleanup[2] removing gi.overrides.Gio\n# cleanup[2] removing gi.repository.Gio\n# cleanup[2] removing firewall.core.fw_nm\n# cleanup[2] removing firewall.core.io\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 urllib\n# cleanup[2] removing urllib.parse\n# cleanup[2] removing binascii\n# cleanup[2] removing base64\n# cleanup[2] removing email\n# cleanup[2] removing http\n# cleanup[2] removing email.errors\n# cleanup[2] removing email.quoprimime\n# cleanup[2] removing email.base64mime\n# cleanup[2] removing quopri\n# cleanup[2] removing email.encoders\n# cleanup[2] removing email.charset\n# cleanup[2] removing email.header\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 email.utils\n# cleanup[2] removing email._policybase\n# cleanup[2] removing email.feedparser\n# cleanup[2] removing email.parser\n# cleanup[2] removing email._encoded_words\n# cleanup[2] removing email.iterators\n# cleanup[2] removing email.message\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 firewall.core.io.io_object\n# cleanup[2] removing firewall.core.io.policy\n# cleanup[2] removing firewall.core.io.zone\n# cleanup[2] removing firewall.core.io.service\n# cleanup[2] removing firewall.core.icmp\n# cleanup[2] removing firewall.core.io.ipset\n# cleanup[2] removing firewall.core.io.icmptype\n# cleanup[2] removing firewall.core.io.helper\n# cleanup[2] removing firewall.command\n# destroy _sitebuiltins\n# destroy zlib\n# destroy _bz2\n# destroy _compression\n# destroy _lzma\n# cleanup[3] wiping firewall.command\n# cleanup[3] wiping firewall.core.io.helper\n# cleanup[3] wiping firewall.core.io.icmptype\n# cleanup[3] wiping firewall.core.io.ipset\n# cleanup[3] wiping firewall.core.icmp\n# cleanup[3] wiping firewall.core.io.service\n# cleanup[3] wiping firewall.core.io.zone\n# cleanup[3] wiping firewall.core.io.policy\n# cleanup[3] wiping firewall.core.io.io_object\n# cleanup[3] wiping xml.sax.saxutils\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 email.message\n# destroy quopri\n# cleanup[3] wiping email.iterators\n# cleanup[3] wiping email._encoded_words\n# cleanup[3] wiping email.parser\n# cleanup[3] wiping email.feedparser\n# cleanup[3] wiping email._policybase\n# cleanup[3] wiping email.utils\n# destroy random\n# destroy urllib\n# destroy urllib.parse\n# destroy urllib.response\n# destroy urllib.error\n# destroy urllib.request\n# cleanup[3] wiping email._parseaddr\n# destroy calendar\n# cleanup[3] wiping datetime\n# cleanup[3] wiping _datetime\n# cleanup[3] wiping email.header\n# cleanup[3] wiping email.charset\n# destroy email\n# cleanup[3] wiping email.encoders\n# cleanup[3] wiping email.base64mime\n# cleanup[3] wiping email.quoprimime\n# cleanup[3] wiping email.errors\n# cleanup[3] wiping base64\n# destroy struct\n# cleanup[3] wiping binascii\n# cleanup[3] wiping xml.sax\n# destroy xml.sax._exceptions\n# destroy xml.sax.xmlreader\n# destroy xml.sax.saxutils\n# cleanup[3] wiping xml.sax.handler\n# cleanup[3] wiping firewall.core.io\n# destroy xml\n# destroy xml.parsers\n# destroy xml.parsers.expat\n# destroy xml.etree\n# destroy xml.sax\n# destroy firewall.core.io.io_object\n# destroy firewall.core.io.policy\n# destroy firewall.core.io.zone\n# destroy firewall.core.io.service\n# destroy firewall.core.io.ipset\n# destroy firewall.core.io.icmptype\n# destroy firewall.core.io.helper\n# cleanup[3] wiping firewall.core.fw_nm\n# cleanup[3] wiping gi.repository.Gio\n# cleanup[3] wiping gi.overrides.Gio\n# cleanup[3] wiping firewall.client\n# destroy firewall\n# destroy firewall.config\n# destroy firewall.core\n# destroy firewall.core.base\n# destroy firewall.core.logger\n# destroy firewall.core.prog\n# destroy firewall.core.ipset\n# destroy firewall.core.rich\n# destroy firewall.core.fw_nm\n# destroy firewall.core.io\n# destroy firewall.core.icmp\n# destroy firewall.dbus_utils\n# destroy firewall.command\n# destroy firewall.client\n# cleanup[3] wiping subprocess\n# cleanup[3] wiping _posixsubprocess\n# destroy _posixsubprocess\n# cleanup[3] wiping firewall.errors\n# cleanup[3] wiping ipaddress\n# cleanup[3] wiping firewall.functions\n# destroy shlex\n# destroy string\n# destroy tempfile\n# cleanup[3] wiping _blake2\n# cleanup[3] wiping _hashlib\n# cleanup[3] wiping _random\n# cleanup[3] wiping _bisect\n# cleanup[3] wiping shutil\n# cleanup[3] wiping fcntl\n# cleanup[3] wiping syslog\n# cleanup[3] wiping fnmatch\n# cleanup[3] wiping inspect\n# destroy ast\n# destroy dis\n# destroy token\n# cleanup[3] wiping _opcode\n# cleanup[3] wiping xml.etree.ElementTree\n# cleanup[3] wiping _elementtree\n# cleanup[3] wiping xml.etree.ElementPath\n# cleanup[3] wiping firewall.config.dbus\n# cleanup[3] wiping copy\n# cleanup[3] wiping _struct\n# cleanup[3] wiping dbus.mainloop.glib\n# cleanup[3] wiping _dbus_glib_bindings\n# cleanup[3] wiping dbus.mainloop\n# destroy dbus.mainloop.glib\n# cleanup[3] wiping dbus\n# destroy dbus._compat\n# destroy dbus._expat_introspect_parser\n# destroy dbus._dbus\n# destroy dbus.exceptions\n# destroy dbus.types\n# destroy dbus.lowlevel\n# destroy dbus.proxies\n# destroy dbus.connection\n# destroy dbus.bus\n# destroy dbus.mainloop\n# cleanup[3] wiping xml.parsers.expat.errors\n# cleanup[3] wiping xml.parsers.expat.model\n# cleanup[3] wiping pyexpat\n# destroy pyexpat.errors\n# destroy pyexpat.model\n# cleanup[3] wiping logging\n# cleanup[3] wiping atexit\n# destroy atexit\n# cleanup[3] wiping _string\n# cleanup[3] wiping traceback\n# destroy linecache\n# cleanup[3] wiping tokenize\n# cleanup[3] wiping _tokenize\n# cleanup[3] wiping _dbus_bindings\n# cleanup[3] wiping argparse\n# cleanup[3] wiping gi.repository.GObject\n# cleanup[3] wiping gi.overrides.GObject\n# cleanup[3] wiping gi.repository.GLib\n# cleanup[3] wiping gi.overrides.GLib\n# cleanup[3] wiping gi._option\n# destroy optparse\n# cleanup[3] wiping locale\n# destroy encodings\n# cleanup[3] wiping _locale\n# destroy _locale\n# cleanup[3] wiping gettext\n# cleanup[3] wiping textwrap\n# cleanup[3] wiping gi._ossighelper\n# destroy signal\n# cleanup[3] wiping socket\n# destroy selectors\n# cleanup[3] wiping array\n# cleanup[3] wiping errno\n# cleanup[3] wiping select\n# cleanup[3] wiping math\n# cleanup[3] wiping _socket\n# cleanup[3] wiping gi.repository\n# destroy gi.repository.GLib\n# destroy gi.repository.Gio\n# cleanup[3] wiping gi.importer\n# cleanup[3] wiping gi.overrides\n# destroy gi.overrides.GLib\n# destroy gi.overrides.GObject\n# destroy gi.overrides.Gio\n# cleanup[3] wiping gi.module\n# destroy gi\n# cleanup[3] wiping gi.types\n# cleanup[3] wiping gi._signalhelper\n# cleanup[3] wiping gi._propertyhelper\n# cleanup[3] wiping gi.docstring\n# cleanup[3] wiping gi._constants\n# cleanup[3] wiping threading\n# cleanup[3] wiping gobject\n# cleanup[3] wiping gi._gobject\n# cleanup[3] wiping gi._gi\n# cleanup[3] wiping gi._error\n# cleanup[3] wiping _typing\n# cleanup[3] wiping re\n# destroy re._constants\n# destroy re._casefix\n# destroy re._compiler\n# destroy enum\n# cleanup[3] wiping re._parser\n# cleanup[3] wiping _sre\n# cleanup[3] wiping contextlib\n# cleanup[3] wiping copyreg\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# cleanup[3] wiping warnings\n# cleanup[3] wiping importlib._bootstrap_external\n# cleanup[3] wiping importlib._bootstrap\n# cleanup[3] wiping functools\n# cleanup[3] wiping _functools\n# cleanup[3] wiping types\n# cleanup[3] wiping collections\n# destroy _collections_abc\n# destroy collections.abc\n# cleanup[3] wiping _collections\n# cleanup[3] wiping operator\n# cleanup[3] wiping _operator\n# cleanup[3] wiping keyword\n# cleanup[3] wiping itertools\n# cleanup[3] wiping encodings.utf_8_sig\n# cleanup[3] wiping os\n# destroy posixpath\n# cleanup[3] wiping genericpath\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 _datetime\n# destroy _dbus_glib_bindings\n# destroy sys.monitoring\n# destroy _io\n# destroy _socket\n# destroy gi.repository.GObject\n# destroy argparse\n# destroy zipimport\n# destroy importlib\n# destroy gi.types\n# destroy gi._error\n# destroy gi._gobject\n# destroy gi._constants\n# destroy gi.docstring\n# destroy gi._propertyhelper\n# destroy gi._signalhelper\n# destroy gi.module\n# destroy gi.overrides\n# destroy gi.importer\n# destroy gi.repository\n# destroy gi._ossighelper\n# destroy gi._option\n# destroy gi._gi\n# destroy _collections\n# destroy re._parser\n# destroy array\n# destroy textwrap\n# destroy stat\n# destroy genericpath\n# destroy tokenize\n# destroy _string\n# destroy shutil\n# destroy gettext\n# destroy firewall.config.dbus\n# destroy firewall.functions\n# destroy select\n# destroy _signal\n# destroy dbus\n# destroy xml.etree.ElementTree\n# destroy firewall.errors\n# destroy time\n# destroy fnmatch\n# destroy syslog\n# destroy traceback\n# destroy fcntl\n# destroy xml.sax.handler\n# destroy copy\n# destroy inspect\n# destroy keyword\n# destroy abc\n# destroy _thread\n# destroy copyreg\n# destroy contextlib\n# destroy operator\n# destroy subprocess\n# destroy _typing\n# destroy _tokenize\n# destroy xml.etree.ElementPath\n# destroy collections\n# destroy io\n# destroy _opcode\n# destroy functools\n# destroy types\n# destroy ipaddress\n# destroy _elementtree\n# destroy email.errors\n# destroy email.quoprimime\n# destroy email.base64mime\n# destroy email.encoders\n# destroy email.charset\n# destroy email.header\n# destroy email._parseaddr\n# destroy email.utils\n# destroy email._policybase\n# destroy email.feedparser\n# destroy email.parser\n# destroy email._encoded_words\n# destroy email.iterators\n# destroy email.message\n# destroy http.client\n# destroy socket\n# destroy base64\n# destroy errno\n# destroy _blake2\n# destroy _ssl\n# destroy binascii\n# destroy datetime\n# destroy locale\n# destroy warnings\n# destroy _struct\n# clear sys.meta_path\n# clear sys.modules\n# destroy _frozen_importlib\n# destroy codecs\n# destroy encodings.aliases\n# destroy encodings.utf_8\n# destroy encodings.utf_8_sig\n# destroy _codecs\n# destroy _warnings\n# destroy math\n# destroy _bisect\n# destroy os\n# destroy re\n# destroy _random\n# destroy _hashlib\n# destroy _operator\n# destroy builtins\n# destroy itertools\n# destroy _sre\n# destroy posix\n# destroy _functools\n# clear sys.audit hooks\nimport _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 0x7f14fb018530>\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fafe3b60>\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 0x7f14fb01aab0>\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/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 0x7f14fae2d190>\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 0x7f14fae2dfd0>\nimport 'site' # \nPython 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__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/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 0x7f14faf1a8a0>\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 0x7f14faf1af30>\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 0x7f14faf1b8c0>\nimport '_collections' # \nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fac164b0>\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/__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 0x7f14faef2390>\nimport '_functools' # \nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fac16810>\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 0x7f14faef2f00>\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14faf1ae40>\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 0x7f14faef3c20>\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 0x7f14faec1400>\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14faef3ef0>\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 0x7f14fae8f5c0>\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 0x7f14fae8f6e0>\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 0x7f14fadec470>\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'\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fadeee40>\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 0x7f14fada0f50>\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fadcbb30>\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 0x7f14fada0fb0>\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fadca240>\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fadee1e0>\nimport '_typing' # \nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14faec2360>\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fac15e50>\n# possible namespace for /usr/lib/python3.12/site-packages/gi\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_error.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc'\nimport 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fae8e960>\n# extension module 'gi._gi' loaded from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so'\n# extension module 'gi._gi' executed from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so'\nimport 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f14fae8d100>\nimport 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fac14e60>\n# /usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/repository/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/importer.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/module.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc'\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 0x7f14fad46480>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/types.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_constants.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc'\nimport 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fad11b50>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/docstring.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc'\nimport 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fad11e80>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_propertyhelper.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc'\nimport 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fad12330>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_signalhelper.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc'\nimport 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fad12c00>\nimport 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fad11400>\nimport 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fad45fa0>\n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc'\nimport 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fad46540>\nimport 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fad45a30>\nimport 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14faec0da0>\n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GLib.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc'\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 0x7f14fabef680>\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 '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 0x7f14fabbd5b0>\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 0x7f14fabbdf70>\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fabbc140>\nimport 'errno' # \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 0x7f14faba0440>\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fabedc70>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_ossighelper.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.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 0x7f14faba0830>\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 0x7f14faba0ce0>\nimport 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fabee900>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_option.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py\n# code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc'\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 0x7f14fab79070>\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 0x7f14fab79ee0>\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 0x7f14fab7bad0>\nimport 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14faba24e0>\nimport 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14faba1c10>\nimport 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fad13f20>\nimport 'gi.repository.GLib' # \n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GObject.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc'\nimport 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fac3b110>\nimport 'gi.repository.GObject' # \n# destroy gobject\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'\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa78c950>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc'\nimport 'firewall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa78e0f0>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/client.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc'\nimport 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa824c50>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc'\nimport 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa824d10>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc'\n# extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'\n# extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'\nimport '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f14fa825460>\nimport 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa8252e0>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc'\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'\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'\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 0x7f14fa869ca0>\nimport '_tokenize' # \nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa8687a0>\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa868500>\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa842780>\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 0x7f14fa86b050>\nimport 'atexit' # \nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa826f00>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc'\nimport 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa873140>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.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 0x7f14fa4f8410>\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 0x7f14fa4f8680>\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'\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 0x7f14fa4f87a0>\nimport 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa4f86b0>\nimport 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa873e90>\nimport 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa8732c0>\nimport 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa872660>\nimport 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa826480>\nimport 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa825d00>\nimport 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa824710>\n# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc'\nimport 'dbus.mainloop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa826180>\n# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/glib.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc'\n# extension module '_dbus_glib_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so'\n# extension module '_dbus_glib_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so'\nimport '_dbus_glib_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f14fa4f89e0>\nimport 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa4f8230>\n# /usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc'\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 0x7f14fa4f90d0>\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa4f8f80>\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 0x7f14fa4fb2f0>\n# /usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/dbus.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc'\nimport 'firewall.config.dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa4fb740>\nimport 'firewall.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa4f8b30>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc'\nimport 'firewall.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa4fb680>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/base.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc'\nimport 'firewall.core.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa4fb890>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/dbus_utils.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc'\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 0x7f14fa4fbf50>\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 0x7f14fa52b2c0>\n# extension module '_elementtree' loaded from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so'\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 0x7f14fa54c530>\nimport 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa4fbe60>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/logger.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc'\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 0x7f14fa52a810>\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 0x7f14fa105640>\nimport 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa104a10>\nimport 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa58ebd0>\nimport 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa54de20>\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 0x7f14fafe3e90>\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 0x7f14fa10d730>\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 0x7f14fa10da00>\nimport 'firewall.core.logger' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa54c6e0>\nimport 'firewall.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa4fbad0>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/rich.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc'\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 0x7f14fa1384a0>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/functions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/functions.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/functions.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 0x7f14fa13b890>\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'\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 0x7f14fa15fb90>\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 0x7f14fa184ad0>\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 0x7f14fa185130>\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa15ffe0>\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 0x7f14fa185b80>\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa1852e0>\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa15db80>\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 0x7f14fa187e00>\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa187b30>\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 0x7f14fa187e30>\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 0x7f14fa1ac6b0>\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 0x7f14fa1ad0a0>\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa187f80>\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa15e210>\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa15c140>\nimport 'firewall.functions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa13a360>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/ipset.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc'\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 0x7f14fa1ada90>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/errors.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc'\nimport 'firewall.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa1e0a10>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/prog.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc'\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# 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 0x7f14f9f35130>\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa1e3350>\nimport 'firewall.core.prog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa1e31a0>\nimport 'firewall.core.ipset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa1ac530>\nimport 'firewall.core.rich' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa10ea20>\nimport 'firewall.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa78ed20>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/fw_nm.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc'\n# destroy gi.repository.GModule\nimport 'gi.repository.GModule' # \n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/Gio.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc'\nimport 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9fbd040>\nimport 'gi.repository.Gio' # \n# destroy gi.repository.NM\nimport 'gi.repository.NM' # \nimport 'firewall.core.fw_nm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9f35010>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc'\nimport 'firewall.core.io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9fbcb30>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/zone.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc'\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 0x7f14f9fe0f50>\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 0x7f14f9fe15e0>\nimport 'xml.sax.xmlreader' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9fbf980>\nimport 'xml.sax' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9fbf680>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/io_object.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc'\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__/__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 0x7f14fa004200>\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'\nimport 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa004290>\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/__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'\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 0x7f14f9630aa0>\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa027740>\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 0x7f14f9630cb0>\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 0x7f14f9630f50>\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/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'\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 0x7f14f9665250>\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'\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'\nimport 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9667710>\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'\nimport 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9667620>\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__/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'\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 0x7f14f9694260>\nimport 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f968fdd0>\nimport 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f968f2c0>\nimport 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9666960>\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__/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 0x7f14f9695b80>\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9695970>\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 0x7f14f9697410>\nimport 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9696090>\nimport 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f96667e0>\nimport 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f96652e0>\nimport 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9664650>\nimport 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f96641a0>\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/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 0x7f14f96b78c0>\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 0x7f14f96ec0e0>\nimport 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f96644a0>\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 0x7f14f96eec90>\nimport 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f96ec3e0>\nimport 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9632030>\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 0x7f14f94264b0>\nimport 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9664050>\nimport 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa007380>\nimport 'xml.sax.saxutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9fe2f00>\nimport 'firewall.core.io.io_object' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9fe2150>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/policy.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc'\nimport 'firewall.core.io.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9fe2960>\nimport 'firewall.core.io.zone' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9fbd010>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/service.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc'\nimport 'firewall.core.io.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9427710>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/ipset.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/icmp.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc'\nimport 'firewall.core.icmp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9454230>\nimport 'firewall.core.io.ipset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9427a40>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/icmptype.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc'\nimport 'firewall.core.io.icmptype' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9454cb0>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/helper.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc'\nimport 'firewall.core.io.helper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f94550d0>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/command.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc'\nimport 'firewall.command' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f94554f0>\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# destroy __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 itertools\n# cleanup[2] removing keyword\n# cleanup[2] removing _operator\n# cleanup[2] removing operator\n# cleanup[2] removing reprlib\n# destroy reprlib\n# cleanup[2] removing _collections\n# cleanup[2] removing collections\n# cleanup[2] removing types\n# cleanup[2] removing _functools\n# cleanup[2] removing functools\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 copyreg\n# cleanup[2] removing contextlib\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 re\n# cleanup[2] removing _typing\n# cleanup[2] removing typing\n# destroy typing\n# cleanup[2] removing pkgutil\n# destroy pkgutil\n# cleanup[2] removing gi._error\n# cleanup[2] removing gi._gi\n# cleanup[2] removing gi._gobject\n# cleanup[2] removing glib\n# destroy glib\n# cleanup[2] removing gobject\n# cleanup[2] removing gio\n# destroy gio\n# cleanup[2] removing gtk\n# destroy gtk\n# cleanup[2] removing gtk.gdk\n# destroy gtk.gdk\n# cleanup[2] removing gi\n# cleanup[2] removing threading\n# cleanup[2] removing gi._constants\n# cleanup[2] removing gi.docstring\n# cleanup[2] removing gi._propertyhelper\n# cleanup[2] removing gi._signalhelper\n# cleanup[2] removing gi.types\n# cleanup[2] removing gi.module\n# cleanup[2] removing gi.overrides\n# cleanup[2] removing gi.importer\n# cleanup[2] removing gi.repository\n# cleanup[2] removing _socket\n# cleanup[2] removing math\n# cleanup[2] removing select\n# cleanup[2] removing selectors\n# cleanup[2] removing errno\n# cleanup[2] removing array\n# cleanup[2] removing socket\n# cleanup[2] removing __future__\n# destroy __future__\n# cleanup[2] removing signal\n# cleanup[2] removing gi._ossighelper\n# cleanup[2] removing textwrap\n# cleanup[2] removing gettext\n# cleanup[2] removing _locale\n# cleanup[2] removing locale\n# cleanup[2] removing optparse\n# cleanup[2] removing gi._option\n# cleanup[2] removing gi.overrides.GLib\n# cleanup[2] removing gi.repository.GLib\n# cleanup[2] removing gi.overrides.GObject\n# cleanup[2] removing gi.repository.GObject\n# cleanup[2] removing argparse\n# cleanup[2] removing firewall\n# cleanup[2] removing dbus._compat\n# cleanup[2] removing dbus.exceptions\n# cleanup[2] removing _dbus_bindings\n# cleanup[2] removing dbus.types\n# cleanup[2] removing token\n# cleanup[2] removing _tokenize\n# cleanup[2] removing tokenize\n# cleanup[2] removing linecache\n# cleanup[2] removing traceback\n# cleanup[2] removing _string\n# cleanup[2] removing string\n# cleanup[2] removing atexit\n# cleanup[2] removing logging\n# cleanup[2] removing dbus.lowlevel\n# cleanup[2] removing xml\n# cleanup[2] removing xml.parsers\n# cleanup[2] removing pyexpat.errors\n# cleanup[2] removing pyexpat.model\n# cleanup[2] removing pyexpat\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 dbus._expat_introspect_parser\n# cleanup[2] removing dbus.proxies\n# cleanup[2] removing dbus.connection\n# cleanup[2] removing dbus.bus\n# cleanup[2] removing dbus._dbus\n# cleanup[2] removing dbus\n# cleanup[2] removing dbus.mainloop\n# cleanup[2] removing _dbus_glib_bindings\n# cleanup[2] removing dbus.mainloop.glib\n# cleanup[2] removing _struct\n# cleanup[2] removing struct\n# cleanup[2] removing copy\n# cleanup[2] removing firewall.config.dbus\n# cleanup[2] removing firewall.config\n# cleanup[2] removing firewall.core\n# cleanup[2] removing firewall.core.base\n# cleanup[2] removing xml.etree\n# cleanup[2] removing xml.etree.ElementPath\n# cleanup[2] removing _elementtree\n# cleanup[2] removing xml.etree.ElementTree\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 inspect\n# cleanup[2] removing fnmatch\n# cleanup[2] removing syslog\n# cleanup[2] removing fcntl\n# cleanup[2] removing firewall.core.logger\n# cleanup[2] removing firewall.dbus_utils\n# cleanup[2] removing dataclasses\n# destroy dataclasses\n# cleanup[2] removing shlex\n# cleanup[2] removing zlib\n# cleanup[2] removing _compression\n# cleanup[2] removing _bz2\n# cleanup[2] removing bz2\n# destroy bz2\n# cleanup[2] removing _lzma\n# cleanup[2] removing lzma\n# destroy lzma\n# cleanup[2] removing shutil\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 tempfile\n# cleanup[2] removing firewall.functions\n# cleanup[2] removing ipaddress\n# cleanup[2] removing firewall.errors\n# cleanup[2] removing _posixsubprocess\n# cleanup[2] removing subprocess\n# cleanup[2] removing firewall.core.prog\n# cleanup[2] removing firewall.core.ipset\n# cleanup[2] removing firewall.core.rich\n# cleanup[2] removing firewall.client\n# cleanup[2] removing gi.overrides.Gio\n# cleanup[2] removing gi.repository.Gio\n# cleanup[2] removing firewall.core.fw_nm\n# cleanup[2] removing firewall.core.io\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 urllib\n# cleanup[2] removing urllib.parse\n# cleanup[2] removing binascii\n# cleanup[2] removing base64\n# cleanup[2] removing email\n# cleanup[2] removing http\n# cleanup[2] removing email.errors\n# cleanup[2] removing email.quoprimime\n# cleanup[2] removing email.base64mime\n# cleanup[2] removing quopri\n# cleanup[2] removing email.encoders\n# cleanup[2] removing email.charset\n# cleanup[2] removing email.header\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 email.utils\n# cleanup[2] removing email._policybase\n# cleanup[2] removing email.feedparser\n# cleanup[2] removing email.parser\n# cleanup[2] removing email._encoded_words\n# cleanup[2] removing email.iterators\n# cleanup[2] removing email.message\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 firewall.core.io.io_object\n# cleanup[2] removing firewall.core.io.policy\n# cleanup[2] removing firewall.core.io.zone\n# cleanup[2] removing firewall.core.io.service\n# cleanup[2] removing firewall.core.icmp\n# cleanup[2] removing firewall.core.io.ipset\n# cleanup[2] removing firewall.core.io.icmptype\n# cleanup[2] removing firewall.core.io.helper\n# cleanup[2] removing firewall.command\n# destroy _sitebuiltins\n# destroy zlib\n# destroy _bz2\n# destroy _compression\n# destroy _lzma\n# cleanup[3] wiping firewall.command\n# cleanup[3] wiping firewall.core.io.helper\n# cleanup[3] wiping firewall.core.io.icmptype\n# cleanup[3] wiping firewall.core.io.ipset\n# cleanup[3] wiping firewall.core.icmp\n# cleanup[3] wiping firewall.core.io.service\n# cleanup[3] wiping firewall.core.io.zone\n# cleanup[3] wiping firewall.core.io.policy\n# cleanup[3] wiping firewall.core.io.io_object\n# cleanup[3] wiping xml.sax.saxutils\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 email.message\n# destroy quopri\n# cleanup[3] wiping email.iterators\n# cleanup[3] wiping email._encoded_words\n# cleanup[3] wiping email.parser\n# cleanup[3] wiping email.feedparser\n# cleanup[3] wiping email._policybase\n# cleanup[3] wiping email.utils\n# destroy random\n# destroy urllib\n# destroy urllib.parse\n# destroy urllib.response\n# destroy urllib.error\n# destroy urllib.request\n# cleanup[3] wiping email._parseaddr\n# destroy calendar\n# cleanup[3] wiping datetime\n# cleanup[3] wiping _datetime\n# cleanup[3] wiping email.header\n# cleanup[3] wiping email.charset\n# destroy email\n# cleanup[3] wiping email.encoders\n# cleanup[3] wiping email.base64mime\n# cleanup[3] wiping email.quoprimime\n# cleanup[3] wiping email.errors\n# cleanup[3] wiping base64\n# destroy struct\n# cleanup[3] wiping binascii\n# cleanup[3] wiping xml.sax\n# destroy xml.sax._exceptions\n# destroy xml.sax.xmlreader\n# destroy xml.sax.saxutils\n# cleanup[3] wiping xml.sax.handler\n# cleanup[3] wiping firewall.core.io\n# destroy xml\n# destroy xml.parsers\n# destroy xml.parsers.expat\n# destroy xml.etree\n# destroy xml.sax\n# destroy firewall.core.io.io_object\n# destroy firewall.core.io.policy\n# destroy firewall.core.io.zone\n# destroy firewall.core.io.service\n# destroy firewall.core.io.ipset\n# destroy firewall.core.io.icmptype\n# destroy firewall.core.io.helper\n# cleanup[3] wiping firewall.core.fw_nm\n# cleanup[3] wiping gi.repository.Gio\n# cleanup[3] wiping gi.overrides.Gio\n# cleanup[3] wiping firewall.client\n# destroy firewall\n# destroy firewall.config\n# destroy firewall.core\n# destroy firewall.core.base\n# destroy firewall.core.logger\n# destroy firewall.core.prog\n# destroy firewall.core.ipset\n# destroy firewall.core.rich\n# destroy firewall.core.fw_nm\n# destroy firewall.core.io\n# destroy firewall.core.icmp\n# destroy firewall.dbus_utils\n# destroy firewall.command\n# destroy firewall.client\n# cleanup[3] wiping subprocess\n# cleanup[3] wiping _posixsubprocess\n# destroy _posixsubprocess\n# cleanup[3] wiping firewall.errors\n# cleanup[3] wiping ipaddress\n# cleanup[3] wiping firewall.functions\n# destroy shlex\n# destroy string\n# destroy tempfile\n# cleanup[3] wiping _blake2\n# cleanup[3] wiping _hashlib\n# cleanup[3] wiping _random\n# cleanup[3] wiping _bisect\n# cleanup[3] wiping shutil\n# cleanup[3] wiping fcntl\n# cleanup[3] wiping syslog\n# cleanup[3] wiping fnmatch\n# cleanup[3] wiping inspect\n# destroy ast\n# destroy dis\n# destroy token\n# cleanup[3] wiping _opcode\n# cleanup[3] wiping xml.etree.ElementTree\n# cleanup[3] wiping _elementtree\n# cleanup[3] wiping xml.etree.ElementPath\n# cleanup[3] wiping firewall.config.dbus\n# cleanup[3] wiping copy\n# cleanup[3] wiping _struct\n# cleanup[3] wiping dbus.mainloop.glib\n# cleanup[3] wiping _dbus_glib_bindings\n# cleanup[3] wiping dbus.mainloop\n# destroy dbus.mainloop.glib\n# cleanup[3] wiping dbus\n# destroy dbus._compat\n# destroy dbus._expat_introspect_parser\n# destroy dbus._dbus\n# destroy dbus.exceptions\n# destroy dbus.types\n# destroy dbus.lowlevel\n# destroy dbus.proxies\n# destroy dbus.connection\n# destroy dbus.bus\n# destroy dbus.mainloop\n# cleanup[3] wiping xml.parsers.expat.errors\n# cleanup[3] wiping xml.parsers.expat.model\n# cleanup[3] wiping pyexpat\n# destroy pyexpat.errors\n# destroy pyexpat.model\n# cleanup[3] wiping logging\n# cleanup[3] wiping atexit\n# destroy atexit\n# cleanup[3] wiping _string\n# cleanup[3] wiping traceback\n# destroy linecache\n# cleanup[3] wiping tokenize\n# cleanup[3] wiping _tokenize\n# cleanup[3] wiping _dbus_bindings\n# cleanup[3] wiping argparse\n# cleanup[3] wiping gi.repository.GObject\n# cleanup[3] wiping gi.overrides.GObject\n# cleanup[3] wiping gi.repository.GLib\n# cleanup[3] wiping gi.overrides.GLib\n# cleanup[3] wiping gi._option\n# destroy optparse\n# cleanup[3] wiping locale\n# destroy encodings\n# cleanup[3] wiping _locale\n# destroy _locale\n# cleanup[3] wiping gettext\n# cleanup[3] wiping textwrap\n# cleanup[3] wiping gi._ossighelper\n# destroy signal\n# cleanup[3] wiping socket\n# destroy selectors\n# cleanup[3] wiping array\n# cleanup[3] wiping errno\n# cleanup[3] wiping select\n# cleanup[3] wiping math\n# cleanup[3] wiping _socket\n# cleanup[3] wiping gi.repository\n# destroy gi.repository.GLib\n# destroy gi.repository.Gio\n# cleanup[3] wiping gi.importer\n# cleanup[3] wiping gi.overrides\n# destroy gi.overrides.GLib\n# destroy gi.overrides.GObject\n# destroy gi.overrides.Gio\n# cleanup[3] wiping gi.module\n# destroy gi\n# cleanup[3] wiping gi.types\n# cleanup[3] wiping gi._signalhelper\n# cleanup[3] wiping gi._propertyhelper\n# cleanup[3] wiping gi.docstring\n# cleanup[3] wiping gi._constants\n# cleanup[3] wiping threading\n# cleanup[3] wiping gobject\n# cleanup[3] wiping gi._gobject\n# cleanup[3] wiping gi._gi\n# cleanup[3] wiping gi._error\n# cleanup[3] wiping _typing\n# cleanup[3] wiping re\n# destroy re._constants\n# destroy re._casefix\n# destroy re._compiler\n# destroy enum\n# cleanup[3] wiping re._parser\n# cleanup[3] wiping _sre\n# cleanup[3] wiping contextlib\n# cleanup[3] wiping copyreg\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# cleanup[3] wiping warnings\n# cleanup[3] wiping importlib._bootstrap_external\n# cleanup[3] wiping importlib._bootstrap\n# cleanup[3] wiping functools\n# cleanup[3] wiping _functools\n# cleanup[3] wiping types\n# cleanup[3] wiping collections\n# destroy _collections_abc\n# destroy collections.abc\n# cleanup[3] wiping _collections\n# cleanup[3] wiping operator\n# cleanup[3] wiping _operator\n# cleanup[3] wiping keyword\n# cleanup[3] wiping itertools\n# cleanup[3] wiping encodings.utf_8_sig\n# cleanup[3] wiping os\n# destroy posixpath\n# cleanup[3] wiping genericpath\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 _datetime\n# destroy _dbus_glib_bindings\n# destroy sys.monitoring\n# destroy _io\n# destroy _socket\n# destroy gi.repository.GObject\n# destroy argparse\n# destroy zipimport\n# destroy importlib\n# destroy gi.types\n# destroy gi._error\n# destroy gi._gobject\n# destroy gi._constants\n# destroy gi.docstring\n# destroy gi._propertyhelper\n# destroy gi._signalhelper\n# destroy gi.module\n# destroy gi.overrides\n# destroy gi.importer\n# destroy gi.repository\n# destroy gi._ossighelper\n# destroy gi._option\n# destroy gi._gi\n# destroy _collections\n# destroy re._parser\n# destroy array\n# destroy textwrap\n# destroy stat\n# destroy genericpath\n# destroy tokenize\n# destroy _string\n# destroy shutil\n# destroy gettext\n# destroy firewall.config.dbus\n# destroy firewall.functions\n# destroy select\n# destroy _signal\n# destroy dbus\n# destroy xml.etree.ElementTree\n# destroy firewall.errors\n# destroy time\n# destroy fnmatch\n# destroy syslog\n# destroy traceback\n# destroy fcntl\n# destroy xml.sax.handler\n# destroy copy\n# destroy inspect\n# destroy keyword\n# destroy abc\n# destroy _thread\n# destroy copyreg\n# destroy contextlib\n# destroy operator\n# destroy subprocess\n# destroy _typing\n# destroy _tokenize\n# destroy xml.etree.ElementPath\n# destroy collections\n# destroy io\n# destroy _opcode\n# destroy functools\n# destroy types\n# destroy ipaddress\n# destroy _elementtree\n# destroy email.errors\n# destroy email.quoprimime\n# destroy email.base64mime\n# destroy email.encoders\n# destroy email.charset\n# destroy email.header\n# destroy email._parseaddr\n# destroy email.utils\n# destroy email._policybase\n# destroy email.feedparser\n# destroy email.parser\n# destroy email._encoded_words\n# destroy email.iterators\n# destroy email.message\n# destroy http.client\n# destroy socket\n# destroy base64\n# destroy errno\n# destroy _blake2\n# destroy _ssl\n# destroy binascii\n# destroy datetime\n# destroy locale\n# destroy warnings\n# destroy _struct\n# clear sys.meta_path\n# clear sys.modules\n# destroy _frozen_importlib\n# destroy codecs\n# destroy encodings.aliases\n# destroy encodings.utf_8\n# destroy encodings.utf_8_sig\n# destroy _codecs\n# destroy _warnings\n# destroy math\n# destroy _bisect\n# destroy os\n# destroy re\n# destroy _random\n# destroy _hashlib\n# destroy _operator\n# destroy builtins\n# destroy itertools\n# destroy _sre\n# destroy posix\n# destroy _functools\n# clear sys.audit hooks\nimport _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 0x7facc4710530>\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc46dbb60>\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 0x7facc4712ab0>\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/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 0x7facc44e5190>\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 0x7facc44e5fd0>\nimport 'site' # \nPython 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__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/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 0x7facc45d28a0>\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 0x7facc45d2f30>\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 0x7facc45d38c0>\nimport '_collections' # \nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc42ae4b0>\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/__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 0x7facc45aa390>\nimport '_functools' # \nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc42ae810>\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 0x7facc45aaf00>\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc45d2e40>\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 0x7facc45abc20>\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 0x7facc4579400>\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc45abef0>\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 0x7facc45475c0>\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 0x7facc45476e0>\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 0x7facc4484470>\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'\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc4486e40>\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 0x7facc4438f50>\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc4463b30>\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 0x7facc4438fb0>\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc4462240>\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc44861e0>\nimport '_typing' # \nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc457a360>\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc42ade50>\n# possible namespace for /usr/lib/python3.12/site-packages/gi\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_error.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc'\nimport 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc4546960>\n# extension module 'gi._gi' loaded from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so'\n# extension module 'gi._gi' executed from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so'\nimport 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7facc4545100>\nimport 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc42ace60>\n# /usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/repository/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/importer.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/module.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc'\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 0x7facc43de480>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/types.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_constants.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc'\nimport 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc43a9b50>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/docstring.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc'\nimport 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc43a9e80>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_propertyhelper.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc'\nimport 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc43aa330>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_signalhelper.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc'\nimport 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc43aac00>\nimport 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc43a9400>\nimport 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc43ddfa0>\n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc'\nimport 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc43de540>\nimport 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc43dda30>\nimport 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc4578da0>\n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GLib.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc'\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 0x7facc4287680>\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 '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 0x7facc42555b0>\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 0x7facc4255f70>\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc4254140>\nimport 'errno' # \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 0x7facc4238440>\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc4285c70>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_ossighelper.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.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 0x7facc4238830>\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 0x7facc4238ce0>\nimport 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc4286900>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_option.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py\n# code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc'\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 0x7facc4211070>\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 0x7facc4211ee0>\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 0x7facc4213ad0>\nimport 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc423a4e0>\nimport 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc4239c10>\nimport 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc43abf20>\nimport 'gi.repository.GLib' # \n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GObject.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc'\nimport 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc42d3110>\nimport 'gi.repository.GObject' # \n# destroy gobject\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'\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3e24950>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc'\nimport 'firewall' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3e260f0>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/client.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc'\nimport 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3ebcc50>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc'\nimport 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3ebcd10>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc'\n# extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'\n# extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'\nimport '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7facc3ebd460>\nimport 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3ebd2e0>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc'\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'\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'\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 0x7facc3f01ca0>\nimport '_tokenize' # \nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3f007a0>\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3f00500>\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3eda780>\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 0x7facc3f02f60>\nimport 'atexit' # \nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3ebef00>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc'\nimport 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3f0b140>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.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 0x7facc3b80410>\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 0x7facc3b80680>\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'\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 0x7facc3b807a0>\nimport 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3b806b0>\nimport 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3f0be90>\nimport 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3f0b2c0>\nimport 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3f0a660>\nimport 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3ebe480>\nimport 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3ebdd00>\nimport 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3ebc710>\n# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc'\nimport 'dbus.mainloop' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3ebe180>\n# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/glib.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc'\n# extension module '_dbus_glib_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so'\n# extension module '_dbus_glib_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so'\nimport '_dbus_glib_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7facc3b809e0>\nimport 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3b80230>\n# /usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc'\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 0x7facc3b810d0>\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3b80f80>\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 0x7facc3b832f0>\n# /usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/dbus.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc'\nimport 'firewall.config.dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3b83740>\nimport 'firewall.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3b80b30>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc'\nimport 'firewall.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3b83680>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/base.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc'\nimport 'firewall.core.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3b83890>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/dbus_utils.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc'\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 0x7facc3b83f50>\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 0x7facc3bb32c0>\n# extension module '_elementtree' loaded from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so'\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 0x7facc3bd4530>\nimport 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3b83e60>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/logger.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc'\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 0x7facc3bb2810>\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 0x7facc3701640>\nimport 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3700a10>\nimport 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3c16bd0>\nimport 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3bd5e20>\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 0x7facc46dbe90>\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 0x7facc3709730>\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 0x7facc3709a30>\nimport 'firewall.core.logger' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3bd46e0>\nimport 'firewall.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3b83ad0>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/rich.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc'\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 0x7facc3734470>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/functions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/functions.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/functions.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 0x7facc3737890>\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'\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 0x7facc375bb90>\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 0x7facc3780aa0>\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 0x7facc3781100>\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc375bfe0>\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 0x7facc3781b20>\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3781250>\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3759b80>\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 0x7facc3783d70>\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3783ad0>\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 0x7facc3783d10>\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 0x7facc37a8620>\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 0x7facc37a8fe0>\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3783ef0>\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc375a210>\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3758140>\nimport 'firewall.functions' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3736390>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/ipset.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc'\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 0x7facc37a99a0>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/errors.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc'\nimport 'firewall.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc37dc920>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/prog.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc'\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# 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 0x7facc3101040>\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc37df260>\nimport 'firewall.core.prog' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc37df0b0>\nimport 'firewall.core.ipset' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc37a8470>\nimport 'firewall.core.rich' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc370a9f0>\nimport 'firewall.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3e26d20>\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/fw_nm.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc'\n# destroy gi.repository.GModule\nimport 'gi.repository.GModule' # \n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/Gio.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc'\nimport 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3188ef0>\nimport 'gi.repository.Gio' # \n# destroy gi.repository.NM\nimport 'gi.repository.NM' # \nimport 'firewall.core.fw_nm' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc31883e0>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc'\nimport 'firewall.core.io' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3188a40>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/zone.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc'\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 0x7facc31ace00>\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 0x7facc31ad490>\nimport 'xml.sax.xmlreader' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc318b830>\nimport 'xml.sax' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc318b530>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/io_object.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc'\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__/__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 0x7facc31d00e0>\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'\nimport 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc31d0170>\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/__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'\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 0x7facc2cc88f0>\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc31f3590>\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 0x7facc2cc8b30>\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 0x7facc2cc8dd0>\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/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'\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 0x7facc2d01160>\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'\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'\nimport 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d03620>\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'\nimport 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d03530>\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__/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'\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 0x7facc2d2c170>\nimport 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d27ce0>\nimport 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d271d0>\nimport 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d02870>\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__/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 0x7facc2d2daf0>\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d2d8b0>\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 0x7facc2d2f3e0>\nimport 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d2e060>\nimport 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d27b00>\nimport 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d011f0>\nimport 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d00560>\nimport 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2ccbc80>\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/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 0x7facc2d4f8f0>\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 0x7facc2d84110>\nimport 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d2fbf0>\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 0x7facc2d86cc0>\nimport 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d84410>\nimport 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2cc9f10>\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 0x7facc2ab6570>\nimport 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2ccbef0>\nimport 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc31d31d0>\nimport 'xml.sax.saxutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc31aede0>\nimport 'firewall.core.io.io_object' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc31ae030>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/policy.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc'\nimport 'firewall.core.io.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc31ae840>\nimport 'firewall.core.io.zone' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3188ec0>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/service.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc'\nimport 'firewall.core.io.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2ab77a0>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/ipset.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/icmp.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc'\nimport 'firewall.core.icmp' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2ae4320>\nimport 'firewall.core.io.ipset' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2ab7b00>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/icmptype.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc'\nimport 'firewall.core.io.icmptype' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2ae4da0>\n# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/helper.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc'\nimport 'firewall.core.io.helper' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2ae51c0>\n# /usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/command.py\n# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc'\nimport 'firewall.command' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2ae55e0>\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# destroy __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 itertools\n# cleanup[2] removing keyword\n# cleanup[2] removing _operator\n# cleanup[2] removing operator\n# cleanup[2] removing reprlib\n# destroy reprlib\n# cleanup[2] removing _collections\n# cleanup[2] removing collections\n# cleanup[2] removing types\n# cleanup[2] removing _functools\n# cleanup[2] removing functools\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 copyreg\n# cleanup[2] removing contextlib\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 re\n# cleanup[2] removing _typing\n# cleanup[2] removing typing\n# destroy typing\n# cleanup[2] removing pkgutil\n# destroy pkgutil\n# cleanup[2] removing gi._error\n# cleanup[2] removing gi._gi\n# cleanup[2] removing gi._gobject\n# cleanup[2] removing glib\n# destroy glib\n# cleanup[2] removing gobject\n# cleanup[2] removing gio\n# destroy gio\n# cleanup[2] removing gtk\n# destroy gtk\n# cleanup[2] removing gtk.gdk\n# destroy gtk.gdk\n# cleanup[2] removing gi\n# cleanup[2] removing threading\n# cleanup[2] removing gi._constants\n# cleanup[2] removing gi.docstring\n# cleanup[2] removing gi._propertyhelper\n# cleanup[2] removing gi._signalhelper\n# cleanup[2] removing gi.types\n# cleanup[2] removing gi.module\n# cleanup[2] removing gi.overrides\n# cleanup[2] removing gi.importer\n# cleanup[2] removing gi.repository\n# cleanup[2] removing _socket\n# cleanup[2] removing math\n# cleanup[2] removing select\n# cleanup[2] removing selectors\n# cleanup[2] removing errno\n# cleanup[2] removing array\n# cleanup[2] removing socket\n# cleanup[2] removing __future__\n# destroy __future__\n# cleanup[2] removing signal\n# cleanup[2] removing gi._ossighelper\n# cleanup[2] removing textwrap\n# cleanup[2] removing gettext\n# cleanup[2] removing _locale\n# cleanup[2] removing locale\n# cleanup[2] removing optparse\n# cleanup[2] removing gi._option\n# cleanup[2] removing gi.overrides.GLib\n# cleanup[2] removing gi.repository.GLib\n# cleanup[2] removing gi.overrides.GObject\n# cleanup[2] removing gi.repository.GObject\n# cleanup[2] removing argparse\n# cleanup[2] removing firewall\n# cleanup[2] removing dbus._compat\n# cleanup[2] removing dbus.exceptions\n# cleanup[2] removing _dbus_bindings\n# cleanup[2] removing dbus.types\n# cleanup[2] removing token\n# cleanup[2] removing _tokenize\n# cleanup[2] removing tokenize\n# cleanup[2] removing linecache\n# cleanup[2] removing traceback\n# cleanup[2] removing _string\n# cleanup[2] removing string\n# cleanup[2] removing atexit\n# cleanup[2] removing logging\n# cleanup[2] removing dbus.lowlevel\n# cleanup[2] removing xml\n# cleanup[2] removing xml.parsers\n# cleanup[2] removing pyexpat.errors\n# cleanup[2] removing pyexpat.model\n# cleanup[2] removing pyexpat\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 dbus._expat_introspect_parser\n# cleanup[2] removing dbus.proxies\n# cleanup[2] removing dbus.connection\n# cleanup[2] removing dbus.bus\n# cleanup[2] removing dbus._dbus\n# cleanup[2] removing dbus\n# cleanup[2] removing dbus.mainloop\n# cleanup[2] removing _dbus_glib_bindings\n# cleanup[2] removing dbus.mainloop.glib\n# cleanup[2] removing _struct\n# cleanup[2] removing struct\n# cleanup[2] removing copy\n# cleanup[2] removing firewall.config.dbus\n# cleanup[2] removing firewall.config\n# cleanup[2] removing firewall.core\n# cleanup[2] removing firewall.core.base\n# cleanup[2] removing xml.etree\n# cleanup[2] removing xml.etree.ElementPath\n# cleanup[2] removing _elementtree\n# cleanup[2] removing xml.etree.ElementTree\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 inspect\n# cleanup[2] removing fnmatch\n# cleanup[2] removing syslog\n# cleanup[2] removing fcntl\n# cleanup[2] removing firewall.core.logger\n# cleanup[2] removing firewall.dbus_utils\n# cleanup[2] removing dataclasses\n# destroy dataclasses\n# cleanup[2] removing shlex\n# cleanup[2] removing zlib\n# cleanup[2] removing _compression\n# cleanup[2] removing _bz2\n# cleanup[2] removing bz2\n# destroy bz2\n# cleanup[2] removing _lzma\n# cleanup[2] removing lzma\n# destroy lzma\n# cleanup[2] removing shutil\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 tempfile\n# cleanup[2] removing firewall.functions\n# cleanup[2] removing ipaddress\n# cleanup[2] removing firewall.errors\n# cleanup[2] removing _posixsubprocess\n# cleanup[2] removing subprocess\n# cleanup[2] removing firewall.core.prog\n# cleanup[2] removing firewall.core.ipset\n# cleanup[2] removing firewall.core.rich\n# cleanup[2] removing firewall.client\n# cleanup[2] removing gi.overrides.Gio\n# cleanup[2] removing gi.repository.Gio\n# cleanup[2] removing firewall.core.fw_nm\n# cleanup[2] removing firewall.core.io\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 urllib\n# cleanup[2] removing urllib.parse\n# cleanup[2] removing binascii\n# cleanup[2] removing base64\n# cleanup[2] removing email\n# cleanup[2] removing http\n# cleanup[2] removing email.errors\n# cleanup[2] removing email.quoprimime\n# cleanup[2] removing email.base64mime\n# cleanup[2] removing quopri\n# cleanup[2] removing email.encoders\n# cleanup[2] removing email.charset\n# cleanup[2] removing email.header\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 email.utils\n# cleanup[2] removing email._policybase\n# cleanup[2] removing email.feedparser\n# cleanup[2] removing email.parser\n# cleanup[2] removing email._encoded_words\n# cleanup[2] removing email.iterators\n# cleanup[2] removing email.message\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 firewall.core.io.io_object\n# cleanup[2] removing firewall.core.io.policy\n# cleanup[2] removing firewall.core.io.zone\n# cleanup[2] removing firewall.core.io.service\n# cleanup[2] removing firewall.core.icmp\n# cleanup[2] removing firewall.core.io.ipset\n# cleanup[2] removing firewall.core.io.icmptype\n# cleanup[2] removing firewall.core.io.helper\n# cleanup[2] removing firewall.command\n# destroy _sitebuiltins\n# destroy zlib\n# destroy _bz2\n# destroy _compression\n# destroy _lzma\n# cleanup[3] wiping firewall.command\n# cleanup[3] wiping firewall.core.io.helper\n# cleanup[3] wiping firewall.core.io.icmptype\n# cleanup[3] wiping firewall.core.io.ipset\n# cleanup[3] wiping firewall.core.icmp\n# cleanup[3] wiping firewall.core.io.service\n# cleanup[3] wiping firewall.core.io.zone\n# cleanup[3] wiping firewall.core.io.policy\n# cleanup[3] wiping firewall.core.io.io_object\n# cleanup[3] wiping xml.sax.saxutils\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 email.message\n# destroy quopri\n# cleanup[3] wiping email.iterators\n# cleanup[3] wiping email._encoded_words\n# cleanup[3] wiping email.parser\n# cleanup[3] wiping email.feedparser\n# cleanup[3] wiping email._policybase\n# cleanup[3] wiping email.utils\n# destroy random\n# destroy urllib\n# destroy urllib.parse\n# destroy urllib.response\n# destroy urllib.error\n# destroy urllib.request\n# cleanup[3] wiping email._parseaddr\n# destroy calendar\n# cleanup[3] wiping datetime\n# cleanup[3] wiping _datetime\n# cleanup[3] wiping email.header\n# cleanup[3] wiping email.charset\n# destroy email\n# cleanup[3] wiping email.encoders\n# cleanup[3] wiping email.base64mime\n# cleanup[3] wiping email.quoprimime\n# cleanup[3] wiping email.errors\n# cleanup[3] wiping base64\n# destroy struct\n# cleanup[3] wiping binascii\n# cleanup[3] wiping xml.sax\n# destroy xml.sax._exceptions\n# destroy xml.sax.xmlreader\n# destroy xml.sax.saxutils\n# cleanup[3] wiping xml.sax.handler\n# cleanup[3] wiping firewall.core.io\n# destroy xml\n# destroy xml.parsers\n# destroy xml.parsers.expat\n# destroy xml.etree\n# destroy xml.sax\n# destroy firewall.core.io.io_object\n# destroy firewall.core.io.policy\n# destroy firewall.core.io.zone\n# destroy firewall.core.io.service\n# destroy firewall.core.io.ipset\n# destroy firewall.core.io.icmptype\n# destroy firewall.core.io.helper\n# cleanup[3] wiping firewall.core.fw_nm\n# cleanup[3] wiping gi.repository.Gio\n# cleanup[3] wiping gi.overrides.Gio\n# cleanup[3] wiping firewall.client\n# destroy firewall\n# destroy firewall.config\n# destroy firewall.core\n# destroy firewall.core.base\n# destroy firewall.core.logger\n# destroy firewall.core.prog\n# destroy firewall.core.ipset\n# destroy firewall.core.rich\n# destroy firewall.core.fw_nm\n# destroy firewall.core.io\n# destroy firewall.core.icmp\n# destroy firewall.dbus_utils\n# destroy firewall.command\n# destroy firewall.client\n# cleanup[3] wiping subprocess\n# cleanup[3] wiping _posixsubprocess\n# destroy _posixsubprocess\n# cleanup[3] wiping firewall.errors\n# cleanup[3] wiping ipaddress\n# cleanup[3] wiping firewall.functions\n# destroy shlex\n# destroy string\n# destroy tempfile\n# cleanup[3] wiping _blake2\n# cleanup[3] wiping _hashlib\n# cleanup[3] wiping _random\n# cleanup[3] wiping _bisect\n# cleanup[3] wiping shutil\n# cleanup[3] wiping fcntl\n# cleanup[3] wiping syslog\n# cleanup[3] wiping fnmatch\n# cleanup[3] wiping inspect\n# destroy ast\n# destroy dis\n# destroy token\n# cleanup[3] wiping _opcode\n# cleanup[3] wiping xml.etree.ElementTree\n# cleanup[3] wiping _elementtree\n# cleanup[3] wiping xml.etree.ElementPath\n# cleanup[3] wiping firewall.config.dbus\n# cleanup[3] wiping copy\n# cleanup[3] wiping _struct\n# cleanup[3] wiping dbus.mainloop.glib\n# cleanup[3] wiping _dbus_glib_bindings\n# cleanup[3] wiping dbus.mainloop\n# destroy dbus.mainloop.glib\n# cleanup[3] wiping dbus\n# destroy dbus._compat\n# destroy dbus._expat_introspect_parser\n# destroy dbus._dbus\n# destroy dbus.exceptions\n# destroy dbus.types\n# destroy dbus.lowlevel\n# destroy dbus.proxies\n# destroy dbus.connection\n# destroy dbus.bus\n# destroy dbus.mainloop\n# cleanup[3] wiping xml.parsers.expat.errors\n# cleanup[3] wiping xml.parsers.expat.model\n# cleanup[3] wiping pyexpat\n# destroy pyexpat.errors\n# destroy pyexpat.model\n# cleanup[3] wiping logging\n# cleanup[3] wiping atexit\n# destroy atexit\n# cleanup[3] wiping _string\n# cleanup[3] wiping traceback\n# destroy linecache\n# cleanup[3] wiping tokenize\n# cleanup[3] wiping _tokenize\n# cleanup[3] wiping _dbus_bindings\n# cleanup[3] wiping argparse\n# cleanup[3] wiping gi.repository.GObject\n# cleanup[3] wiping gi.overrides.GObject\n# cleanup[3] wiping gi.repository.GLib\n# cleanup[3] wiping gi.overrides.GLib\n# cleanup[3] wiping gi._option\n# destroy optparse\n# cleanup[3] wiping locale\n# destroy encodings\n# cleanup[3] wiping _locale\n# destroy _locale\n# cleanup[3] wiping gettext\n# cleanup[3] wiping textwrap\n# cleanup[3] wiping gi._ossighelper\n# destroy signal\n# cleanup[3] wiping socket\n# destroy selectors\n# cleanup[3] wiping array\n# cleanup[3] wiping errno\n# cleanup[3] wiping select\n# cleanup[3] wiping math\n# cleanup[3] wiping _socket\n# cleanup[3] wiping gi.repository\n# destroy gi.repository.GLib\n# destroy gi.repository.Gio\n# cleanup[3] wiping gi.importer\n# cleanup[3] wiping gi.overrides\n# destroy gi.overrides.GLib\n# destroy gi.overrides.GObject\n# destroy gi.overrides.Gio\n# cleanup[3] wiping gi.module\n# destroy gi\n# cleanup[3] wiping gi.types\n# cleanup[3] wiping gi._signalhelper\n# cleanup[3] wiping gi._propertyhelper\n# cleanup[3] wiping gi.docstring\n# cleanup[3] wiping gi._constants\n# cleanup[3] wiping threading\n# cleanup[3] wiping gobject\n# cleanup[3] wiping gi._gobject\n# cleanup[3] wiping gi._gi\n# cleanup[3] wiping gi._error\n# cleanup[3] wiping _typing\n# cleanup[3] wiping re\n# destroy re._constants\n# destroy re._casefix\n# destroy re._compiler\n# destroy enum\n# cleanup[3] wiping re._parser\n# cleanup[3] wiping _sre\n# cleanup[3] wiping contextlib\n# cleanup[3] wiping copyreg\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# cleanup[3] wiping warnings\n# cleanup[3] wiping importlib._bootstrap_external\n# cleanup[3] wiping importlib._bootstrap\n# cleanup[3] wiping functools\n# cleanup[3] wiping _functools\n# cleanup[3] wiping types\n# cleanup[3] wiping collections\n# destroy _collections_abc\n# destroy collections.abc\n# cleanup[3] wiping _collections\n# cleanup[3] wiping operator\n# cleanup[3] wiping _operator\n# cleanup[3] wiping keyword\n# cleanup[3] wiping itertools\n# cleanup[3] wiping encodings.utf_8_sig\n# cleanup[3] wiping os\n# destroy posixpath\n# cleanup[3] wiping genericpath\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 _datetime\n# destroy _dbus_glib_bindings\n# destroy sys.monitoring\n# destroy _io\n# destroy _socket\n# destroy gi.repository.GObject\n# destroy argparse\n# destroy zipimport\n# destroy importlib\n# destroy gi.types\n# destroy gi._error\n# destroy gi._gobject\n# destroy gi._constants\n# destroy gi.docstring\n# destroy gi._propertyhelper\n# destroy gi._signalhelper\n# destroy gi.module\n# destroy gi.overrides\n# destroy gi.importer\n# destroy gi.repository\n# destroy gi._ossighelper\n# destroy gi._option\n# destroy gi._gi\n# destroy _collections\n# destroy re._parser\n# destroy array\n# destroy textwrap\n# destroy stat\n# destroy genericpath\n# destroy tokenize\n# destroy _string\n# destroy shutil\n# destroy gettext\n# destroy firewall.config.dbus\n# destroy firewall.functions\n# destroy select\n# destroy _signal\n# destroy dbus\n# destroy xml.etree.ElementTree\n# destroy firewall.errors\n# destroy time\n# destroy fnmatch\n# destroy syslog\n# destroy traceback\n# destroy fcntl\n# destroy xml.sax.handler\n# destroy copy\n# destroy inspect\n# destroy keyword\n# destroy abc\n# destroy _thread\n# destroy copyreg\n# destroy contextlib\n# destroy operator\n# destroy subprocess\n# destroy _typing\n# destroy _tokenize\n# destroy xml.etree.ElementPath\n# destroy collections\n# destroy io\n# destroy _opcode\n# destroy functools\n# destroy types\n# destroy ipaddress\n# destroy _elementtree\n# destroy email.errors\n# destroy email.quoprimime\n# destroy email.base64mime\n# destroy email.encoders\n# destroy email.charset\n# destroy email.header\n# destroy email._parseaddr\n# destroy email.utils\n# destroy email._policybase\n# destroy email.feedparser\n# destroy email.parser\n# destroy email._encoded_words\n# destroy email.iterators\n# destroy email.message\n# destroy http.client\n# destroy socket\n# destroy base64\n# destroy errno\n# destroy _blake2\n# destroy _ssl\n# destroy binascii\n# destroy datetime\n# destroy locale\n# destroy warnings\n# destroy _struct\n# clear sys.meta_path\n# clear sys.modules\n# destroy _frozen_importlib\n# destroy codecs\n# destroy encodings.aliases\n# destroy encodings.utf_8\n# destroy encodings.utf_8_sig\n# destroy _codecs\n# destroy _warnings\n# destroy math\n# destroy _bisect\n# destroy os\n# destroy re\n# destroy _random\n# destroy _hashlib\n# destroy _operator\n# destroy builtins\n# destroy itertools\n# destroy _sre\n# destroy posix\n# destroy _functools\n# clear sys.audit hooks", "stderr_lines": [ "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 0x7f5634e18530>", "import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634de3b60>", "# /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 0x7f5634e1aab0>", "import '_signal' # ", "import '_abc' # ", "import 'abc' # ", "import 'io' # ", "import '_stat' # ", "import 'stat' # ", "import '_collections_abc' # ", "import 'genericpath' # ", "import 'posixpath' # ", "import 'os' # ", "import '_sitebuiltins' # ", "Processing user site-packages", "Processing global site-packages", "Adding directory: '/usr/lib64/python3.12/site-packages'", "Adding directory: '/usr/lib/python3.12/site-packages'", "Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'", "# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py", "# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'", "import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634be9190>", "# /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 0x7f5634be9fa0>", "import 'site' # ", "Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux", "Type \"help\", \"copyright\", \"credits\" or \"license\" for more information.", "# /usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/__init__.py", "# code object from '/usr/lib64/python3.12/site-packages/gi/__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/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 0x7f5634cda8a0>", "# /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 0x7f5634cdaf30>", "# /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 0x7f5634cdb8c0>", "import '_collections' # ", "import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56349aa480>", "# /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/__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 0x7f5634cb2360>", "import '_functools' # ", "import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56349aa7e0>", "# /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 0x7f5634cb2ed0>", "import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56349abfe0>", "# /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 0x7f5634cb3bf0>", "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 0x7f5634c81400>", "import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634cb3ec0>", "# /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 0x7f5634c4f5c0>", "# /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 0x7f5634c4f680>", "# /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 0x7f5634b90440>", "# /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'", "import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634b92de0>", "# /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 0x7f5634b44e30>", "import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634b6fa10>", "# /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 0x7f5634b44e90>", "import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634b6e0c0>", "import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634b921b0>", "import '_typing' # ", "import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634c82360>", "import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56349a9e20>", "# possible namespace for /usr/lib/python3.12/site-packages/gi", "# /usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_error.py", "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc'", "import 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634c4eb70>", "# extension module 'gi._gi' loaded from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so'", "# extension module 'gi._gi' executed from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so'", "import 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5634c4d100>", "import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56349a8e30>", "# /usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/repository/__init__.py", "# code object from '/usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc'", "# /usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/importer.py", "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc'", "# /usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/module.py", "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.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 0x7f5634aea3f0>", "# /usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/types.py", "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc'", "# /usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_constants.py", "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc'", "import 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634ab5a90>", "# /usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/docstring.py", "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc'", "import 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634ab5dc0>", "# /usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_propertyhelper.py", "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc'", "import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634ab6270>", "# /usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_signalhelper.py", "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc'", "import 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634ab6b40>", "import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634ab5340>", "import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634ae9f10>", "# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/__init__.py", "# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc'", "import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634aea4b0>", "import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634ae99a0>", "import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634c80d70>", "# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GLib.py", "# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc'", "# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py", "# code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'", "# extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'", "# extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'", "import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f563498b590>", "# /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 '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 0x7f5634959490>", "# 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 0x7f5634959eb0>", "import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563498bfe0>", "import 'errno' # ", "# 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 0x7f56349381d0>", "import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634989b50>", "# /usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_ossighelper.py", "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.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 0x7f5634938530>", "# /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 0x7f56349389e0>", "import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563498a7e0>", "# /usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_option.py", "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc'", "# /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py", "# code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc'", "# /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 0x7f5634910d10>", "# /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 0x7f5634911b80>", "# /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 0x7f5634913740>", "import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563493a180>", "import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56349398b0>", "import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634ab7e00>", "import 'gi.repository.GLib' # ", "# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GObject.py", "# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc'", "import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56349cede0>", "import 'gi.repository.GObject' # ", "# destroy gobject", "# /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'", "import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563451c7a0>", "# /usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/__init__.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc'", "import 'firewall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563451df40>", "# /usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/client.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc'", "# /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py", "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc'", "# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py", "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc'", "import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345b4aa0>", "# /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py", "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc'", "import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345b4b60>", "# /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py", "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc'", "# extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'", "# extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'", "import '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f56345b52b0>", "import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345b5130>", "# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py", "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc'", "# /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py", "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc'", "# /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__/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 0x7f56345f9a90>", "import '_tokenize' # ", "import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345f8590>", "import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345f82f0>", "import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345de570>", "# /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 0x7f56345facf0>", "import 'atexit' # ", "import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345b6cf0>", "# /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py", "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc'", "# /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py", "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc'", "import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634602e70>", "# /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py", "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc'", "# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py", "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.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 0x7f5634284110>", "# /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 0x7f5634284350>", "# /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'", "# 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 0x7f56342844d0>", "import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56342843b0>", "import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634603b90>", "import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634602fc0>", "import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634602390>", "import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345b6270>", "import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345b5b20>", "import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345b4560>", "# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/__init__.py", "# code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc'", "import 'dbus.mainloop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345b5f70>", "# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/glib.py", "# code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc'", "# extension module '_dbus_glib_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so'", "# extension module '_dbus_glib_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so'", "import '_dbus_glib_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5634284740>", "import 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56345b4dd0>", "# /usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/__init__.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc'", "# /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 0x7f5634284e30>", "import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634284ce0>", "# /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 0x7f5634287050>", "# /usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/dbus.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc'", "import 'firewall.config.dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56342874a0>", "import 'firewall.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634284890>", "# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/__init__.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc'", "import 'firewall.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634287410>", "# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/base.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc'", "import 'firewall.core.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634287620>", "# /usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/dbus_utils.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc'", "# /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 0x7f5634287da0>", "# /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 0x7f56342b7050>", "# extension module '_elementtree' loaded from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so'", "# 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 0x7f56342d8200>", "import 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634287ce0>", "# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/logger.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc'", "# /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 0x7f56342b6570>", "# /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 0x7f56343693a0>", "import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634368770>", "import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563431a9c0>", "import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56342d9c10>", "# /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 0x7f56342db0e0>", "# 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 0x7f5634371490>", "# 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 0x7f5634371820>", "import 'firewall.core.logger' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56342d8500>", "import 'firewall.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634287830>", "# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/rich.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc'", "# /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 0x7f5634134260>", "# /usr/lib/python3.12/site-packages/firewall/__pycache__/functions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/functions.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/functions.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 0x7f5634137650>", "# /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__/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 0x7f563415b950>", "# /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 0x7f5634180830>", "# 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 0x7f5634180e90>", "import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563415bd40>", "# /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 0x7f56341818b0>", "import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634181010>", "import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634159940>", "# /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 0x7f5634183b90>", "import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56341838c0>", "# 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 0x7f5634183a10>", "# /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 0x7f56341a8410>", "# 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 0x7f56341a8e00>", "import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634183d10>", "import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634159fd0>", "import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634137ec0>", "import 'firewall.functions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634136150>", "# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/ipset.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.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 0x7f56341a9850>", "# /usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/errors.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc'", "import 'firewall.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56341dc7a0>", "# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/prog.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc'", "# /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'", "# 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 0x7f5634201010>", "import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56341df230>", "import 'firewall.core.prog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56341df080>", "import 'firewall.core.ipset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5634183830>", "import 'firewall.core.rich' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56343727e0>", "import 'firewall.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563451eb70>", "# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/fw_nm.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc'", "# destroy gi.repository.GModule", "import 'gi.repository.GModule' # ", "# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/Gio.py", "# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc'", "import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d34f50>", "import 'gi.repository.Gio' # ", "# destroy gi.repository.NM", "import 'gi.repository.NM' # ", "import 'firewall.core.fw_nm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d34410>", "# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/__init__.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc'", "import 'firewall.core.io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d34a40>", "# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/zone.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc'", "# /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 0x7f5633d58ec0>", "# /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 0x7f5633d59550>", "import 'xml.sax.xmlreader' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d378f0>", "import 'xml.sax' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d375f0>", "# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/io_object.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc'", "# /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__/__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 0x7f5633d7c170>", "# /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'", "import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d7c200>", "# /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/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py", "# code object from '/usr/lib64/python3.12/__pycache__/base64.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 0x7f56333c89e0>", "import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d9f680>", "# /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 0x7f56333c8c50>", "# /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 0x7f56333c8ef0>", "# /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/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'", "# /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 0x7f56334011c0>", "# /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'", "# /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'", "import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633403680>", "# /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'", "import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633403590>", "# /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__/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'", "# /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 0x7f563342c1a0>", "import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633427d10>", "import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633427230>", "import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56334028d0>", "# /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__/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 0x7f563342db20>", "import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563342d8e0>", "# /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 0x7f563342f3b0>", "import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f563342e030>", "import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56334270b0>", "import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633401250>", "import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56334005c0>", "import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56334000e0>", "# /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/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 0x7f563344f800>", "# /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 0x7f563344fe90>", "import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633400ec0>", "# /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 0x7f5633486ba0>", "import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56334842f0>", "import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56333c9f70>", "# /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 0x7f56331be570>", "import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56333cbf50>", "import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d7f2c0>", "import 'xml.sax.saxutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d5ae70>", "import 'firewall.core.io.io_object' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d5a0c0>", "# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/policy.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc'", "import 'firewall.core.io.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d5a8d0>", "import 'firewall.core.io.zone' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5633d34aa0>", "# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/service.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc'", "import 'firewall.core.io.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56331bf800>", "# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/ipset.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc'", "# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/icmp.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc'", "import 'firewall.core.icmp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56331e8350>", "import 'firewall.core.io.ipset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56331bfb60>", "# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/icmptype.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc'", "import 'firewall.core.io.icmptype' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56331e8dd0>", "# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/helper.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc'", "import 'firewall.core.io.helper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56331e91f0>", "# /usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/command.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc'", "import 'firewall.command' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56331e9610>", "# 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__", "# destroy __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 itertools", "# cleanup[2] removing 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 types", "# cleanup[2] removing _functools", "# cleanup[2] removing functools", "# 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 copyreg", "# cleanup[2] removing contextlib", "# 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 re", "# cleanup[2] removing _typing", "# cleanup[2] removing typing", "# destroy typing", "# cleanup[2] removing pkgutil", "# destroy pkgutil", "# 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", "# 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 threading", "# 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 _socket", "# cleanup[2] removing math", "# cleanup[2] removing select", "# cleanup[2] removing selectors", "# cleanup[2] removing errno", "# cleanup[2] removing array", "# cleanup[2] removing socket", "# cleanup[2] removing __future__", "# destroy __future__", "# cleanup[2] removing signal", "# cleanup[2] removing gi._ossighelper", "# cleanup[2] removing textwrap", "# cleanup[2] removing gettext", "# cleanup[2] removing _locale", "# cleanup[2] removing locale", "# cleanup[2] removing optparse", "# cleanup[2] removing gi._option", "# cleanup[2] removing gi.overrides.GLib", "# cleanup[2] removing gi.repository.GLib", "# cleanup[2] removing gi.overrides.GObject", "# cleanup[2] removing gi.repository.GObject", "# cleanup[2] removing argparse", "# cleanup[2] removing firewall", "# cleanup[2] removing dbus._compat", "# cleanup[2] removing dbus.exceptions", "# cleanup[2] removing _dbus_bindings", "# cleanup[2] removing dbus.types", "# cleanup[2] removing token", "# cleanup[2] removing _tokenize", "# cleanup[2] removing tokenize", "# cleanup[2] removing linecache", "# cleanup[2] removing traceback", "# cleanup[2] removing _string", "# cleanup[2] removing string", "# cleanup[2] removing atexit", "# cleanup[2] removing logging", "# cleanup[2] removing dbus.lowlevel", "# cleanup[2] removing xml", "# cleanup[2] removing 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", "# 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 dbus.mainloop", "# cleanup[2] removing _dbus_glib_bindings", "# cleanup[2] removing dbus.mainloop.glib", "# cleanup[2] removing _struct", "# cleanup[2] removing struct", "# cleanup[2] removing copy", "# cleanup[2] removing firewall.config.dbus", "# cleanup[2] removing firewall.config", "# cleanup[2] removing firewall.core", "# cleanup[2] removing firewall.core.base", "# cleanup[2] removing xml.etree", "# cleanup[2] removing xml.etree.ElementPath", "# cleanup[2] removing _elementtree", "# cleanup[2] removing xml.etree.ElementTree", "# 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 inspect", "# cleanup[2] removing fnmatch", "# cleanup[2] removing syslog", "# cleanup[2] removing fcntl", "# cleanup[2] removing firewall.core.logger", "# cleanup[2] removing firewall.dbus_utils", "# cleanup[2] removing dataclasses", "# destroy dataclasses", "# cleanup[2] removing shlex", "# cleanup[2] removing zlib", "# cleanup[2] removing _compression", "# cleanup[2] removing _bz2", "# cleanup[2] removing bz2", "# destroy bz2", "# cleanup[2] removing _lzma", "# cleanup[2] removing lzma", "# destroy lzma", "# cleanup[2] removing shutil", "# 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 firewall.functions", "# cleanup[2] removing ipaddress", "# cleanup[2] removing firewall.errors", "# cleanup[2] removing _posixsubprocess", "# cleanup[2] removing subprocess", "# cleanup[2] removing firewall.core.prog", "# cleanup[2] removing firewall.core.ipset", "# cleanup[2] removing firewall.core.rich", "# cleanup[2] removing firewall.client", "# cleanup[2] removing gi.overrides.Gio", "# cleanup[2] removing gi.repository.Gio", "# cleanup[2] removing firewall.core.fw_nm", "# cleanup[2] removing firewall.core.io", "# 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 urllib", "# cleanup[2] removing urllib.parse", "# cleanup[2] removing binascii", "# cleanup[2] removing base64", "# cleanup[2] removing email", "# cleanup[2] removing http", "# cleanup[2] removing email.errors", "# cleanup[2] removing email.quoprimime", "# cleanup[2] removing email.base64mime", "# cleanup[2] removing quopri", "# cleanup[2] removing email.encoders", "# cleanup[2] removing email.charset", "# cleanup[2] removing email.header", "# cleanup[2] removing _datetime", "# cleanup[2] removing datetime", "# cleanup[2] removing calendar", "# cleanup[2] removing email._parseaddr", "# cleanup[2] removing email.utils", "# cleanup[2] removing email._policybase", "# cleanup[2] removing email.feedparser", "# cleanup[2] removing email.parser", "# cleanup[2] removing email._encoded_words", "# cleanup[2] removing email.iterators", "# cleanup[2] removing email.message", "# 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 firewall.core.io.io_object", "# cleanup[2] removing firewall.core.io.policy", "# cleanup[2] removing firewall.core.io.zone", "# cleanup[2] removing firewall.core.io.service", "# cleanup[2] removing firewall.core.icmp", "# cleanup[2] removing firewall.core.io.ipset", "# cleanup[2] removing firewall.core.io.icmptype", "# cleanup[2] removing firewall.core.io.helper", "# cleanup[2] removing firewall.command", "# destroy _sitebuiltins", "# destroy zlib", "# destroy _bz2", "# destroy _compression", "# destroy _lzma", "# cleanup[3] wiping firewall.command", "# cleanup[3] wiping firewall.core.io.helper", "# cleanup[3] wiping firewall.core.io.icmptype", "# cleanup[3] wiping firewall.core.io.ipset", "# cleanup[3] wiping firewall.core.icmp", "# cleanup[3] wiping firewall.core.io.service", "# cleanup[3] wiping firewall.core.io.zone", "# cleanup[3] wiping firewall.core.io.policy", "# cleanup[3] wiping firewall.core.io.io_object", "# cleanup[3] wiping xml.sax.saxutils", "# 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 email.message", "# destroy quopri", "# cleanup[3] wiping email.iterators", "# cleanup[3] wiping email._encoded_words", "# cleanup[3] wiping email.parser", "# cleanup[3] wiping email.feedparser", "# cleanup[3] wiping email._policybase", "# cleanup[3] wiping email.utils", "# destroy random", "# destroy urllib", "# destroy urllib.parse", "# destroy urllib.response", "# destroy urllib.error", "# destroy urllib.request", "# cleanup[3] wiping email._parseaddr", "# destroy calendar", "# cleanup[3] wiping datetime", "# cleanup[3] wiping _datetime", "# cleanup[3] wiping email.header", "# cleanup[3] wiping email.charset", "# destroy email", "# cleanup[3] wiping email.encoders", "# cleanup[3] wiping email.base64mime", "# cleanup[3] wiping email.quoprimime", "# cleanup[3] wiping email.errors", "# cleanup[3] wiping base64", "# destroy struct", "# cleanup[3] wiping binascii", "# cleanup[3] wiping xml.sax", "# destroy xml.sax._exceptions", "# destroy xml.sax.xmlreader", "# destroy xml.sax.saxutils", "# cleanup[3] wiping xml.sax.handler", "# cleanup[3] wiping firewall.core.io", "# destroy xml", "# destroy xml.parsers", "# destroy xml.parsers.expat", "# destroy xml.etree", "# destroy xml.sax", "# destroy firewall.core.io.io_object", "# destroy firewall.core.io.policy", "# destroy firewall.core.io.zone", "# destroy firewall.core.io.service", "# destroy firewall.core.io.ipset", "# destroy firewall.core.io.icmptype", "# destroy firewall.core.io.helper", "# cleanup[3] wiping firewall.core.fw_nm", "# cleanup[3] wiping gi.repository.Gio", "# cleanup[3] wiping gi.overrides.Gio", "# cleanup[3] wiping firewall.client", "# destroy firewall", "# destroy firewall.config", "# destroy firewall.core", "# destroy firewall.core.base", "# destroy firewall.core.logger", "# destroy firewall.core.prog", "# destroy firewall.core.ipset", "# destroy firewall.core.rich", "# destroy firewall.core.fw_nm", "# destroy firewall.core.io", "# destroy firewall.core.icmp", "# destroy firewall.dbus_utils", "# destroy firewall.command", "# destroy firewall.client", "# cleanup[3] wiping subprocess", "# cleanup[3] wiping _posixsubprocess", "# destroy _posixsubprocess", "# cleanup[3] wiping firewall.errors", "# cleanup[3] wiping ipaddress", "# cleanup[3] wiping firewall.functions", "# destroy shlex", "# destroy string", "# destroy tempfile", "# cleanup[3] wiping _blake2", "# cleanup[3] wiping _hashlib", "# cleanup[3] wiping _random", "# cleanup[3] wiping _bisect", "# cleanup[3] wiping shutil", "# cleanup[3] wiping fcntl", "# cleanup[3] wiping syslog", "# cleanup[3] wiping fnmatch", "# cleanup[3] wiping inspect", "# destroy ast", "# destroy dis", "# destroy token", "# cleanup[3] wiping _opcode", "# cleanup[3] wiping xml.etree.ElementTree", "# cleanup[3] wiping _elementtree", "# cleanup[3] wiping xml.etree.ElementPath", "# cleanup[3] wiping firewall.config.dbus", "# cleanup[3] wiping copy", "# cleanup[3] wiping _struct", "# 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", "# 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.mainloop", "# cleanup[3] wiping xml.parsers.expat.errors", "# cleanup[3] wiping xml.parsers.expat.model", "# cleanup[3] wiping pyexpat", "# destroy pyexpat.errors", "# destroy pyexpat.model", "# cleanup[3] wiping logging", "# cleanup[3] wiping atexit", "# destroy atexit", "# cleanup[3] wiping _string", "# cleanup[3] wiping traceback", "# destroy linecache", "# cleanup[3] wiping tokenize", "# cleanup[3] wiping _tokenize", "# cleanup[3] wiping _dbus_bindings", "# cleanup[3] wiping argparse", "# cleanup[3] wiping gi.repository.GObject", "# cleanup[3] wiping gi.overrides.GObject", "# cleanup[3] wiping gi.repository.GLib", "# cleanup[3] wiping gi.overrides.GLib", "# cleanup[3] wiping gi._option", "# destroy optparse", "# cleanup[3] wiping locale", "# destroy encodings", "# cleanup[3] wiping _locale", "# destroy _locale", "# cleanup[3] wiping gettext", "# cleanup[3] wiping textwrap", "# cleanup[3] wiping gi._ossighelper", "# destroy signal", "# cleanup[3] wiping socket", "# destroy selectors", "# cleanup[3] wiping array", "# cleanup[3] wiping errno", "# cleanup[3] wiping select", "# cleanup[3] wiping math", "# cleanup[3] wiping _socket", "# cleanup[3] wiping gi.repository", "# destroy gi.repository.GLib", "# destroy gi.repository.Gio", "# cleanup[3] wiping gi.importer", "# cleanup[3] wiping gi.overrides", "# destroy gi.overrides.GLib", "# destroy gi.overrides.GObject", "# destroy gi.overrides.Gio", "# 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 threading", "# cleanup[3] wiping gobject", "# cleanup[3] wiping gi._gobject", "# cleanup[3] wiping gi._gi", "# cleanup[3] wiping gi._error", "# cleanup[3] wiping _typing", "# cleanup[3] wiping re", "# destroy re._constants", "# destroy re._casefix", "# destroy re._compiler", "# destroy enum", "# cleanup[3] wiping re._parser", "# cleanup[3] wiping _sre", "# cleanup[3] wiping contextlib", "# cleanup[3] wiping copyreg", "# 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", "# cleanup[3] wiping warnings", "# cleanup[3] wiping importlib._bootstrap_external", "# cleanup[3] wiping importlib._bootstrap", "# cleanup[3] wiping functools", "# cleanup[3] wiping _functools", "# cleanup[3] wiping types", "# cleanup[3] wiping collections", "# destroy _collections_abc", "# destroy collections.abc", "# cleanup[3] wiping _collections", "# cleanup[3] wiping operator", "# cleanup[3] wiping _operator", "# cleanup[3] wiping keyword", "# cleanup[3] wiping itertools", "# 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", "# 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 _datetime", "# destroy _dbus_glib_bindings", "# destroy sys.monitoring", "# destroy _io", "# destroy _socket", "# destroy gi.repository.GObject", "# destroy argparse", "# destroy zipimport", "# destroy importlib", "# destroy gi.types", "# destroy gi._error", "# 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 gi._gi", "# destroy _collections", "# destroy re._parser", "# destroy array", "# destroy textwrap", "# destroy stat", "# destroy genericpath", "# destroy tokenize", "# destroy _string", "# destroy shutil", "# destroy gettext", "# destroy firewall.config.dbus", "# destroy firewall.functions", "# destroy select", "# destroy _signal", "# destroy dbus", "# destroy xml.etree.ElementTree", "# destroy firewall.errors", "# destroy time", "# destroy fnmatch", "# destroy syslog", "# destroy traceback", "# destroy fcntl", "# destroy xml.sax.handler", "# destroy copy", "# destroy inspect", "# destroy keyword", "# destroy abc", "# destroy _thread", "# destroy copyreg", "# destroy contextlib", "# destroy operator", "# destroy subprocess", "# destroy _typing", "# destroy _tokenize", "# destroy xml.etree.ElementPath", "# destroy collections", "# destroy io", "# destroy _opcode", "# destroy functools", "# destroy types", "# destroy ipaddress", "# destroy _elementtree", "# destroy email.errors", "# destroy email.quoprimime", "# destroy email.base64mime", "# destroy email.encoders", "# destroy email.charset", "# destroy email.header", "# destroy email._parseaddr", "# destroy email.utils", "# destroy email._policybase", "# destroy email.feedparser", "# destroy email.parser", "# destroy email._encoded_words", "# destroy email.iterators", "# destroy email.message", "# destroy http.client", "# destroy socket", "# destroy base64", "# destroy errno", "# destroy _blake2", "# destroy _ssl", "# destroy binascii", "# destroy datetime", "# destroy locale", "# destroy warnings", "# destroy _struct", "# 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 _codecs", "# destroy _warnings", "# destroy math", "# destroy _bisect", "# destroy os", "# destroy re", "# destroy _random", "# destroy _hashlib", "# destroy _operator", "# destroy builtins", "# destroy itertools", "# destroy _sre", "# destroy posix", "# destroy _functools", "# clear sys.audit hooks", "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 0x7f14fb018530>", "import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fafe3b60>", "# /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 0x7f14fb01aab0>", "import '_signal' # ", "import '_abc' # ", "import 'abc' # ", "import 'io' # ", "import '_stat' # ", "import 'stat' # ", "import '_collections_abc' # ", "import 'genericpath' # ", "import 'posixpath' # ", "import 'os' # ", "import '_sitebuiltins' # ", "Processing user site-packages", "Processing global site-packages", "Adding directory: '/usr/lib64/python3.12/site-packages'", "Adding directory: '/usr/lib/python3.12/site-packages'", "Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'", "# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py", "# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'", "import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fae2d190>", "# /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 0x7f14fae2dfd0>", "import 'site' # ", "Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux", "Type \"help\", \"copyright\", \"credits\" or \"license\" for more information.", "# /usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/__init__.py", "# code object from '/usr/lib64/python3.12/site-packages/gi/__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/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 0x7f14faf1a8a0>", "# /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 0x7f14faf1af30>", "# /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 0x7f14faf1b8c0>", "import '_collections' # ", "import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fac164b0>", "# /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/__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 0x7f14faef2390>", "import '_functools' # ", "import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fac16810>", "# /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 0x7f14faef2f00>", "import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14faf1ae40>", "# /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 0x7f14faef3c20>", "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 0x7f14faec1400>", "import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14faef3ef0>", "# /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 0x7f14fae8f5c0>", "# /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 0x7f14fae8f6e0>", "# /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 0x7f14fadec470>", "# /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'", "import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fadeee40>", "# /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 0x7f14fada0f50>", "import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fadcbb30>", "# /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 0x7f14fada0fb0>", "import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fadca240>", "import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fadee1e0>", "import '_typing' # ", "import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14faec2360>", "import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fac15e50>", "# possible namespace for /usr/lib/python3.12/site-packages/gi", "# /usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_error.py", "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc'", "import 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fae8e960>", "# extension module 'gi._gi' loaded from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so'", "# extension module 'gi._gi' executed from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so'", "import 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f14fae8d100>", "import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fac14e60>", "# /usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/repository/__init__.py", "# code object from '/usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc'", "# /usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/importer.py", "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc'", "# /usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/module.py", "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.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 0x7f14fad46480>", "# /usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/types.py", "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc'", "# /usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_constants.py", "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc'", "import 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fad11b50>", "# /usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/docstring.py", "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc'", "import 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fad11e80>", "# /usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_propertyhelper.py", "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc'", "import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fad12330>", "# /usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_signalhelper.py", "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc'", "import 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fad12c00>", "import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fad11400>", "import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fad45fa0>", "# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/__init__.py", "# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc'", "import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fad46540>", "import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fad45a30>", "import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14faec0da0>", "# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GLib.py", "# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc'", "# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py", "# code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'", "# extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'", "# extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'", "import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f14fabef680>", "# /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 '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 0x7f14fabbd5b0>", "# 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 0x7f14fabbdf70>", "import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fabbc140>", "import 'errno' # ", "# 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 0x7f14faba0440>", "import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fabedc70>", "# /usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_ossighelper.py", "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.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 0x7f14faba0830>", "# /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 0x7f14faba0ce0>", "import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fabee900>", "# /usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_option.py", "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc'", "# /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py", "# code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc'", "# /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 0x7f14fab79070>", "# /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 0x7f14fab79ee0>", "# /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 0x7f14fab7bad0>", "import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14faba24e0>", "import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14faba1c10>", "import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fad13f20>", "import 'gi.repository.GLib' # ", "# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GObject.py", "# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc'", "import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fac3b110>", "import 'gi.repository.GObject' # ", "# destroy gobject", "# /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'", "import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa78c950>", "# /usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/__init__.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc'", "import 'firewall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa78e0f0>", "# /usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/client.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc'", "# /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py", "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc'", "# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py", "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc'", "import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa824c50>", "# /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py", "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc'", "import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa824d10>", "# /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py", "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc'", "# extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'", "# extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'", "import '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f14fa825460>", "import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa8252e0>", "# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py", "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc'", "# /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py", "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc'", "# /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__/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 0x7f14fa869ca0>", "import '_tokenize' # ", "import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa8687a0>", "import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa868500>", "import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa842780>", "# /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 0x7f14fa86b050>", "import 'atexit' # ", "import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa826f00>", "# /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py", "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc'", "# /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py", "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc'", "import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa873140>", "# /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py", "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc'", "# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py", "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.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 0x7f14fa4f8410>", "# /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 0x7f14fa4f8680>", "# /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'", "# 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 0x7f14fa4f87a0>", "import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa4f86b0>", "import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa873e90>", "import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa8732c0>", "import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa872660>", "import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa826480>", "import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa825d00>", "import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa824710>", "# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/__init__.py", "# code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc'", "import 'dbus.mainloop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa826180>", "# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/glib.py", "# code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc'", "# extension module '_dbus_glib_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so'", "# extension module '_dbus_glib_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so'", "import '_dbus_glib_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f14fa4f89e0>", "import 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa4f8230>", "# /usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/__init__.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc'", "# /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 0x7f14fa4f90d0>", "import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa4f8f80>", "# /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 0x7f14fa4fb2f0>", "# /usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/dbus.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc'", "import 'firewall.config.dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa4fb740>", "import 'firewall.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa4f8b30>", "# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/__init__.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc'", "import 'firewall.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa4fb680>", "# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/base.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc'", "import 'firewall.core.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa4fb890>", "# /usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/dbus_utils.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc'", "# /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 0x7f14fa4fbf50>", "# /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 0x7f14fa52b2c0>", "# extension module '_elementtree' loaded from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so'", "# 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 0x7f14fa54c530>", "import 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa4fbe60>", "# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/logger.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc'", "# /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 0x7f14fa52a810>", "# /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 0x7f14fa105640>", "import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa104a10>", "import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa58ebd0>", "import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa54de20>", "# /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 0x7f14fafe3e90>", "# 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 0x7f14fa10d730>", "# 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 0x7f14fa10da00>", "import 'firewall.core.logger' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa54c6e0>", "import 'firewall.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa4fbad0>", "# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/rich.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc'", "# /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 0x7f14fa1384a0>", "# /usr/lib/python3.12/site-packages/firewall/__pycache__/functions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/functions.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/functions.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 0x7f14fa13b890>", "# /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__/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 0x7f14fa15fb90>", "# /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 0x7f14fa184ad0>", "# 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 0x7f14fa185130>", "import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa15ffe0>", "# /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 0x7f14fa185b80>", "import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa1852e0>", "import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa15db80>", "# /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 0x7f14fa187e00>", "import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa187b30>", "# 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 0x7f14fa187e30>", "# /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 0x7f14fa1ac6b0>", "# 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 0x7f14fa1ad0a0>", "import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa187f80>", "import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa15e210>", "import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa15c140>", "import 'firewall.functions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa13a360>", "# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/ipset.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.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 0x7f14fa1ada90>", "# /usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/errors.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc'", "import 'firewall.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa1e0a10>", "# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/prog.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc'", "# /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'", "# 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 0x7f14f9f35130>", "import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa1e3350>", "import 'firewall.core.prog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa1e31a0>", "import 'firewall.core.ipset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa1ac530>", "import 'firewall.core.rich' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa10ea20>", "import 'firewall.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa78ed20>", "# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/fw_nm.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc'", "# destroy gi.repository.GModule", "import 'gi.repository.GModule' # ", "# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/Gio.py", "# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc'", "import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9fbd040>", "import 'gi.repository.Gio' # ", "# destroy gi.repository.NM", "import 'gi.repository.NM' # ", "import 'firewall.core.fw_nm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9f35010>", "# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/__init__.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc'", "import 'firewall.core.io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9fbcb30>", "# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/zone.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc'", "# /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 0x7f14f9fe0f50>", "# /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 0x7f14f9fe15e0>", "import 'xml.sax.xmlreader' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9fbf980>", "import 'xml.sax' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9fbf680>", "# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/io_object.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc'", "# /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__/__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 0x7f14fa004200>", "# /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'", "import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa004290>", "# /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/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py", "# code object from '/usr/lib64/python3.12/__pycache__/base64.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 0x7f14f9630aa0>", "import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa027740>", "# /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 0x7f14f9630cb0>", "# /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 0x7f14f9630f50>", "# /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/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'", "# /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 0x7f14f9665250>", "# /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'", "# /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'", "import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9667710>", "# /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'", "import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9667620>", "# /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__/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'", "# /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 0x7f14f9694260>", "import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f968fdd0>", "import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f968f2c0>", "import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9666960>", "# /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__/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 0x7f14f9695b80>", "import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9695970>", "# /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 0x7f14f9697410>", "import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9696090>", "import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f96667e0>", "import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f96652e0>", "import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9664650>", "import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f96641a0>", "# /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/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 0x7f14f96b78c0>", "# /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 0x7f14f96ec0e0>", "import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f96644a0>", "# /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 0x7f14f96eec90>", "import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f96ec3e0>", "import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9632030>", "# /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 0x7f14f94264b0>", "import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9664050>", "import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14fa007380>", "import 'xml.sax.saxutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9fe2f00>", "import 'firewall.core.io.io_object' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9fe2150>", "# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/policy.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc'", "import 'firewall.core.io.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9fe2960>", "import 'firewall.core.io.zone' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9fbd010>", "# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/service.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc'", "import 'firewall.core.io.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9427710>", "# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/ipset.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc'", "# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/icmp.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc'", "import 'firewall.core.icmp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9454230>", "import 'firewall.core.io.ipset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9427a40>", "# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/icmptype.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc'", "import 'firewall.core.io.icmptype' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f9454cb0>", "# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/helper.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc'", "import 'firewall.core.io.helper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f94550d0>", "# /usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/command.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc'", "import 'firewall.command' # <_frozen_importlib_external.SourceFileLoader object at 0x7f14f94554f0>", "# 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__", "# destroy __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 itertools", "# cleanup[2] removing 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 types", "# cleanup[2] removing _functools", "# cleanup[2] removing functools", "# 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 copyreg", "# cleanup[2] removing contextlib", "# 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 re", "# cleanup[2] removing _typing", "# cleanup[2] removing typing", "# destroy typing", "# cleanup[2] removing pkgutil", "# destroy pkgutil", "# 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", "# 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 threading", "# 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 _socket", "# cleanup[2] removing math", "# cleanup[2] removing select", "# cleanup[2] removing selectors", "# cleanup[2] removing errno", "# cleanup[2] removing array", "# cleanup[2] removing socket", "# cleanup[2] removing __future__", "# destroy __future__", "# cleanup[2] removing signal", "# cleanup[2] removing gi._ossighelper", "# cleanup[2] removing textwrap", "# cleanup[2] removing gettext", "# cleanup[2] removing _locale", "# cleanup[2] removing locale", "# cleanup[2] removing optparse", "# cleanup[2] removing gi._option", "# cleanup[2] removing gi.overrides.GLib", "# cleanup[2] removing gi.repository.GLib", "# cleanup[2] removing gi.overrides.GObject", "# cleanup[2] removing gi.repository.GObject", "# cleanup[2] removing argparse", "# cleanup[2] removing firewall", "# cleanup[2] removing dbus._compat", "# cleanup[2] removing dbus.exceptions", "# cleanup[2] removing _dbus_bindings", "# cleanup[2] removing dbus.types", "# cleanup[2] removing token", "# cleanup[2] removing _tokenize", "# cleanup[2] removing tokenize", "# cleanup[2] removing linecache", "# cleanup[2] removing traceback", "# cleanup[2] removing _string", "# cleanup[2] removing string", "# cleanup[2] removing atexit", "# cleanup[2] removing logging", "# cleanup[2] removing dbus.lowlevel", "# cleanup[2] removing xml", "# cleanup[2] removing 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", "# 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 dbus.mainloop", "# cleanup[2] removing _dbus_glib_bindings", "# cleanup[2] removing dbus.mainloop.glib", "# cleanup[2] removing _struct", "# cleanup[2] removing struct", "# cleanup[2] removing copy", "# cleanup[2] removing firewall.config.dbus", "# cleanup[2] removing firewall.config", "# cleanup[2] removing firewall.core", "# cleanup[2] removing firewall.core.base", "# cleanup[2] removing xml.etree", "# cleanup[2] removing xml.etree.ElementPath", "# cleanup[2] removing _elementtree", "# cleanup[2] removing xml.etree.ElementTree", "# 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 inspect", "# cleanup[2] removing fnmatch", "# cleanup[2] removing syslog", "# cleanup[2] removing fcntl", "# cleanup[2] removing firewall.core.logger", "# cleanup[2] removing firewall.dbus_utils", "# cleanup[2] removing dataclasses", "# destroy dataclasses", "# cleanup[2] removing shlex", "# cleanup[2] removing zlib", "# cleanup[2] removing _compression", "# cleanup[2] removing _bz2", "# cleanup[2] removing bz2", "# destroy bz2", "# cleanup[2] removing _lzma", "# cleanup[2] removing lzma", "# destroy lzma", "# cleanup[2] removing shutil", "# 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 firewall.functions", "# cleanup[2] removing ipaddress", "# cleanup[2] removing firewall.errors", "# cleanup[2] removing _posixsubprocess", "# cleanup[2] removing subprocess", "# cleanup[2] removing firewall.core.prog", "# cleanup[2] removing firewall.core.ipset", "# cleanup[2] removing firewall.core.rich", "# cleanup[2] removing firewall.client", "# cleanup[2] removing gi.overrides.Gio", "# cleanup[2] removing gi.repository.Gio", "# cleanup[2] removing firewall.core.fw_nm", "# cleanup[2] removing firewall.core.io", "# 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 urllib", "# cleanup[2] removing urllib.parse", "# cleanup[2] removing binascii", "# cleanup[2] removing base64", "# cleanup[2] removing email", "# cleanup[2] removing http", "# cleanup[2] removing email.errors", "# cleanup[2] removing email.quoprimime", "# cleanup[2] removing email.base64mime", "# cleanup[2] removing quopri", "# cleanup[2] removing email.encoders", "# cleanup[2] removing email.charset", "# cleanup[2] removing email.header", "# cleanup[2] removing _datetime", "# cleanup[2] removing datetime", "# cleanup[2] removing calendar", "# cleanup[2] removing email._parseaddr", "# cleanup[2] removing email.utils", "# cleanup[2] removing email._policybase", "# cleanup[2] removing email.feedparser", "# cleanup[2] removing email.parser", "# cleanup[2] removing email._encoded_words", "# cleanup[2] removing email.iterators", "# cleanup[2] removing email.message", "# 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 firewall.core.io.io_object", "# cleanup[2] removing firewall.core.io.policy", "# cleanup[2] removing firewall.core.io.zone", "# cleanup[2] removing firewall.core.io.service", "# cleanup[2] removing firewall.core.icmp", "# cleanup[2] removing firewall.core.io.ipset", "# cleanup[2] removing firewall.core.io.icmptype", "# cleanup[2] removing firewall.core.io.helper", "# cleanup[2] removing firewall.command", "# destroy _sitebuiltins", "# destroy zlib", "# destroy _bz2", "# destroy _compression", "# destroy _lzma", "# cleanup[3] wiping firewall.command", "# cleanup[3] wiping firewall.core.io.helper", "# cleanup[3] wiping firewall.core.io.icmptype", "# cleanup[3] wiping firewall.core.io.ipset", "# cleanup[3] wiping firewall.core.icmp", "# cleanup[3] wiping firewall.core.io.service", "# cleanup[3] wiping firewall.core.io.zone", "# cleanup[3] wiping firewall.core.io.policy", "# cleanup[3] wiping firewall.core.io.io_object", "# cleanup[3] wiping xml.sax.saxutils", "# 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 email.message", "# destroy quopri", "# cleanup[3] wiping email.iterators", "# cleanup[3] wiping email._encoded_words", "# cleanup[3] wiping email.parser", "# cleanup[3] wiping email.feedparser", "# cleanup[3] wiping email._policybase", "# cleanup[3] wiping email.utils", "# destroy random", "# destroy urllib", "# destroy urllib.parse", "# destroy urllib.response", "# destroy urllib.error", "# destroy urllib.request", "# cleanup[3] wiping email._parseaddr", "# destroy calendar", "# cleanup[3] wiping datetime", "# cleanup[3] wiping _datetime", "# cleanup[3] wiping email.header", "# cleanup[3] wiping email.charset", "# destroy email", "# cleanup[3] wiping email.encoders", "# cleanup[3] wiping email.base64mime", "# cleanup[3] wiping email.quoprimime", "# cleanup[3] wiping email.errors", "# cleanup[3] wiping base64", "# destroy struct", "# cleanup[3] wiping binascii", "# cleanup[3] wiping xml.sax", "# destroy xml.sax._exceptions", "# destroy xml.sax.xmlreader", "# destroy xml.sax.saxutils", "# cleanup[3] wiping xml.sax.handler", "# cleanup[3] wiping firewall.core.io", "# destroy xml", "# destroy xml.parsers", "# destroy xml.parsers.expat", "# destroy xml.etree", "# destroy xml.sax", "# destroy firewall.core.io.io_object", "# destroy firewall.core.io.policy", "# destroy firewall.core.io.zone", "# destroy firewall.core.io.service", "# destroy firewall.core.io.ipset", "# destroy firewall.core.io.icmptype", "# destroy firewall.core.io.helper", "# cleanup[3] wiping firewall.core.fw_nm", "# cleanup[3] wiping gi.repository.Gio", "# cleanup[3] wiping gi.overrides.Gio", "# cleanup[3] wiping firewall.client", "# destroy firewall", "# destroy firewall.config", "# destroy firewall.core", "# destroy firewall.core.base", "# destroy firewall.core.logger", "# destroy firewall.core.prog", "# destroy firewall.core.ipset", "# destroy firewall.core.rich", "# destroy firewall.core.fw_nm", "# destroy firewall.core.io", "# destroy firewall.core.icmp", "# destroy firewall.dbus_utils", "# destroy firewall.command", "# destroy firewall.client", "# cleanup[3] wiping subprocess", "# cleanup[3] wiping _posixsubprocess", "# destroy _posixsubprocess", "# cleanup[3] wiping firewall.errors", "# cleanup[3] wiping ipaddress", "# cleanup[3] wiping firewall.functions", "# destroy shlex", "# destroy string", "# destroy tempfile", "# cleanup[3] wiping _blake2", "# cleanup[3] wiping _hashlib", "# cleanup[3] wiping _random", "# cleanup[3] wiping _bisect", "# cleanup[3] wiping shutil", "# cleanup[3] wiping fcntl", "# cleanup[3] wiping syslog", "# cleanup[3] wiping fnmatch", "# cleanup[3] wiping inspect", "# destroy ast", "# destroy dis", "# destroy token", "# cleanup[3] wiping _opcode", "# cleanup[3] wiping xml.etree.ElementTree", "# cleanup[3] wiping _elementtree", "# cleanup[3] wiping xml.etree.ElementPath", "# cleanup[3] wiping firewall.config.dbus", "# cleanup[3] wiping copy", "# cleanup[3] wiping _struct", "# 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", "# 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.mainloop", "# cleanup[3] wiping xml.parsers.expat.errors", "# cleanup[3] wiping xml.parsers.expat.model", "# cleanup[3] wiping pyexpat", "# destroy pyexpat.errors", "# destroy pyexpat.model", "# cleanup[3] wiping logging", "# cleanup[3] wiping atexit", "# destroy atexit", "# cleanup[3] wiping _string", "# cleanup[3] wiping traceback", "# destroy linecache", "# cleanup[3] wiping tokenize", "# cleanup[3] wiping _tokenize", "# cleanup[3] wiping _dbus_bindings", "# cleanup[3] wiping argparse", "# cleanup[3] wiping gi.repository.GObject", "# cleanup[3] wiping gi.overrides.GObject", "# cleanup[3] wiping gi.repository.GLib", "# cleanup[3] wiping gi.overrides.GLib", "# cleanup[3] wiping gi._option", "# destroy optparse", "# cleanup[3] wiping locale", "# destroy encodings", "# cleanup[3] wiping _locale", "# destroy _locale", "# cleanup[3] wiping gettext", "# cleanup[3] wiping textwrap", "# cleanup[3] wiping gi._ossighelper", "# destroy signal", "# cleanup[3] wiping socket", "# destroy selectors", "# cleanup[3] wiping array", "# cleanup[3] wiping errno", "# cleanup[3] wiping select", "# cleanup[3] wiping math", "# cleanup[3] wiping _socket", "# cleanup[3] wiping gi.repository", "# destroy gi.repository.GLib", "# destroy gi.repository.Gio", "# cleanup[3] wiping gi.importer", "# cleanup[3] wiping gi.overrides", "# destroy gi.overrides.GLib", "# destroy gi.overrides.GObject", "# destroy gi.overrides.Gio", "# 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 threading", "# cleanup[3] wiping gobject", "# cleanup[3] wiping gi._gobject", "# cleanup[3] wiping gi._gi", "# cleanup[3] wiping gi._error", "# cleanup[3] wiping _typing", "# cleanup[3] wiping re", "# destroy re._constants", "# destroy re._casefix", "# destroy re._compiler", "# destroy enum", "# cleanup[3] wiping re._parser", "# cleanup[3] wiping _sre", "# cleanup[3] wiping contextlib", "# cleanup[3] wiping copyreg", "# 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", "# cleanup[3] wiping warnings", "# cleanup[3] wiping importlib._bootstrap_external", "# cleanup[3] wiping importlib._bootstrap", "# cleanup[3] wiping functools", "# cleanup[3] wiping _functools", "# cleanup[3] wiping types", "# cleanup[3] wiping collections", "# destroy _collections_abc", "# destroy collections.abc", "# cleanup[3] wiping _collections", "# cleanup[3] wiping operator", "# cleanup[3] wiping _operator", "# cleanup[3] wiping keyword", "# cleanup[3] wiping itertools", "# 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", "# 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 _datetime", "# destroy _dbus_glib_bindings", "# destroy sys.monitoring", "# destroy _io", "# destroy _socket", "# destroy gi.repository.GObject", "# destroy argparse", "# destroy zipimport", "# destroy importlib", "# destroy gi.types", "# destroy gi._error", "# 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 gi._gi", "# destroy _collections", "# destroy re._parser", "# destroy array", "# destroy textwrap", "# destroy stat", "# destroy genericpath", "# destroy tokenize", "# destroy _string", "# destroy shutil", "# destroy gettext", "# destroy firewall.config.dbus", "# destroy firewall.functions", "# destroy select", "# destroy _signal", "# destroy dbus", "# destroy xml.etree.ElementTree", "# destroy firewall.errors", "# destroy time", "# destroy fnmatch", "# destroy syslog", "# destroy traceback", "# destroy fcntl", "# destroy xml.sax.handler", "# destroy copy", "# destroy inspect", "# destroy keyword", "# destroy abc", "# destroy _thread", "# destroy copyreg", "# destroy contextlib", "# destroy operator", "# destroy subprocess", "# destroy _typing", "# destroy _tokenize", "# destroy xml.etree.ElementPath", "# destroy collections", "# destroy io", "# destroy _opcode", "# destroy functools", "# destroy types", "# destroy ipaddress", "# destroy _elementtree", "# destroy email.errors", "# destroy email.quoprimime", "# destroy email.base64mime", "# destroy email.encoders", "# destroy email.charset", "# destroy email.header", "# destroy email._parseaddr", "# destroy email.utils", "# destroy email._policybase", "# destroy email.feedparser", "# destroy email.parser", "# destroy email._encoded_words", "# destroy email.iterators", "# destroy email.message", "# destroy http.client", "# destroy socket", "# destroy base64", "# destroy errno", "# destroy _blake2", "# destroy _ssl", "# destroy binascii", "# destroy datetime", "# destroy locale", "# destroy warnings", "# destroy _struct", "# 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 _codecs", "# destroy _warnings", "# destroy math", "# destroy _bisect", "# destroy os", "# destroy re", "# destroy _random", "# destroy _hashlib", "# destroy _operator", "# destroy builtins", "# destroy itertools", "# destroy _sre", "# destroy posix", "# destroy _functools", "# clear sys.audit hooks", "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 0x7facc4710530>", "import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc46dbb60>", "# /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 0x7facc4712ab0>", "import '_signal' # ", "import '_abc' # ", "import 'abc' # ", "import 'io' # ", "import '_stat' # ", "import 'stat' # ", "import '_collections_abc' # ", "import 'genericpath' # ", "import 'posixpath' # ", "import 'os' # ", "import '_sitebuiltins' # ", "Processing user site-packages", "Processing global site-packages", "Adding directory: '/usr/lib64/python3.12/site-packages'", "Adding directory: '/usr/lib/python3.12/site-packages'", "Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'", "# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py", "# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'", "import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc44e5190>", "# /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 0x7facc44e5fd0>", "import 'site' # ", "Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux", "Type \"help\", \"copyright\", \"credits\" or \"license\" for more information.", "# /usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/__init__.py", "# code object from '/usr/lib64/python3.12/site-packages/gi/__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/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 0x7facc45d28a0>", "# /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 0x7facc45d2f30>", "# /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 0x7facc45d38c0>", "import '_collections' # ", "import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc42ae4b0>", "# /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/__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 0x7facc45aa390>", "import '_functools' # ", "import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc42ae810>", "# /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 0x7facc45aaf00>", "import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc45d2e40>", "# /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 0x7facc45abc20>", "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 0x7facc4579400>", "import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc45abef0>", "# /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 0x7facc45475c0>", "# /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 0x7facc45476e0>", "# /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 0x7facc4484470>", "# /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'", "import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc4486e40>", "# /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 0x7facc4438f50>", "import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc4463b30>", "# /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 0x7facc4438fb0>", "import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc4462240>", "import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc44861e0>", "import '_typing' # ", "import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc457a360>", "import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc42ade50>", "# possible namespace for /usr/lib/python3.12/site-packages/gi", "# /usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_error.py", "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc'", "import 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc4546960>", "# extension module 'gi._gi' loaded from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so'", "# extension module 'gi._gi' executed from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so'", "import 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7facc4545100>", "import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc42ace60>", "# /usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/repository/__init__.py", "# code object from '/usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc'", "# /usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/importer.py", "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc'", "# /usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/module.py", "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.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 0x7facc43de480>", "# /usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/types.py", "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc'", "# /usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_constants.py", "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc'", "import 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc43a9b50>", "# /usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/docstring.py", "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc'", "import 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc43a9e80>", "# /usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_propertyhelper.py", "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc'", "import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc43aa330>", "# /usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_signalhelper.py", "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc'", "import 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc43aac00>", "import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc43a9400>", "import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc43ddfa0>", "# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/__init__.py", "# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc'", "import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc43de540>", "import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc43dda30>", "import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc4578da0>", "# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GLib.py", "# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc'", "# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py", "# code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'", "# extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'", "# extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'", "import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7facc4287680>", "# /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 '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 0x7facc42555b0>", "# 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 0x7facc4255f70>", "import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc4254140>", "import 'errno' # ", "# 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 0x7facc4238440>", "import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc4285c70>", "# /usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_ossighelper.py", "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.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 0x7facc4238830>", "# /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 0x7facc4238ce0>", "import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc4286900>", "# /usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_option.py", "# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc'", "# /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py", "# code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc'", "# /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 0x7facc4211070>", "# /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 0x7facc4211ee0>", "# /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 0x7facc4213ad0>", "import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc423a4e0>", "import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc4239c10>", "import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc43abf20>", "import 'gi.repository.GLib' # ", "# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GObject.py", "# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc'", "import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc42d3110>", "import 'gi.repository.GObject' # ", "# destroy gobject", "# /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'", "import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3e24950>", "# /usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/__init__.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/__init__.cpython-312.pyc'", "import 'firewall' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3e260f0>", "# /usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/client.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/client.cpython-312.pyc'", "# /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py", "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc'", "# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py", "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc'", "import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3ebcc50>", "# /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py", "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc'", "import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3ebcd10>", "# /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py", "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc'", "# extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'", "# extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'", "import '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7facc3ebd460>", "import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3ebd2e0>", "# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py", "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc'", "# /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py", "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc'", "# /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__/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 0x7facc3f01ca0>", "import '_tokenize' # ", "import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3f007a0>", "import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3f00500>", "import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3eda780>", "# /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 0x7facc3f02f60>", "import 'atexit' # ", "import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3ebef00>", "# /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py", "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc'", "# /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py", "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc'", "import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3f0b140>", "# /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py", "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc'", "# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py", "# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.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 0x7facc3b80410>", "# /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 0x7facc3b80680>", "# /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'", "# 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 0x7facc3b807a0>", "import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3b806b0>", "import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3f0be90>", "import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3f0b2c0>", "import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3f0a660>", "import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3ebe480>", "import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3ebdd00>", "import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3ebc710>", "# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/__init__.py", "# code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc'", "import 'dbus.mainloop' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3ebe180>", "# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/glib.py", "# code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc'", "# extension module '_dbus_glib_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so'", "# extension module '_dbus_glib_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so'", "import '_dbus_glib_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7facc3b809e0>", "import 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3b80230>", "# /usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/__init__.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/__init__.cpython-312.pyc'", "# /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 0x7facc3b810d0>", "import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3b80f80>", "# /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 0x7facc3b832f0>", "# /usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/config/dbus.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/config/__pycache__/dbus.cpython-312.pyc'", "import 'firewall.config.dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3b83740>", "import 'firewall.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3b80b30>", "# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/__init__.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/__init__.cpython-312.pyc'", "import 'firewall.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3b83680>", "# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/base.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/base.cpython-312.pyc'", "import 'firewall.core.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3b83890>", "# /usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/dbus_utils.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/dbus_utils.cpython-312.pyc'", "# /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 0x7facc3b83f50>", "# /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 0x7facc3bb32c0>", "# extension module '_elementtree' loaded from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so'", "# 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 0x7facc3bd4530>", "import 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3b83e60>", "# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/logger.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/logger.cpython-312.pyc'", "# /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 0x7facc3bb2810>", "# /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 0x7facc3701640>", "import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3700a10>", "import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3c16bd0>", "import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3bd5e20>", "# /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 0x7facc46dbe90>", "# 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 0x7facc3709730>", "# 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 0x7facc3709a30>", "import 'firewall.core.logger' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3bd46e0>", "import 'firewall.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3b83ad0>", "# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/rich.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/rich.cpython-312.pyc'", "# /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 0x7facc3734470>", "# /usr/lib/python3.12/site-packages/firewall/__pycache__/functions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/functions.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/functions.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 0x7facc3737890>", "# /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__/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 0x7facc375bb90>", "# /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 0x7facc3780aa0>", "# 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 0x7facc3781100>", "import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc375bfe0>", "# /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 0x7facc3781b20>", "import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3781250>", "import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3759b80>", "# /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 0x7facc3783d70>", "import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3783ad0>", "# 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 0x7facc3783d10>", "# /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 0x7facc37a8620>", "# 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 0x7facc37a8fe0>", "import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3783ef0>", "import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc375a210>", "import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3758140>", "import 'firewall.functions' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3736390>", "# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/ipset.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/ipset.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 0x7facc37a99a0>", "# /usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/errors.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/errors.cpython-312.pyc'", "import 'firewall.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc37dc920>", "# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/prog.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/prog.cpython-312.pyc'", "# /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'", "# 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 0x7facc3101040>", "import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc37df260>", "import 'firewall.core.prog' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc37df0b0>", "import 'firewall.core.ipset' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc37a8470>", "import 'firewall.core.rich' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc370a9f0>", "import 'firewall.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3e26d20>", "# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/fw_nm.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/fw_nm.cpython-312.pyc'", "# destroy gi.repository.GModule", "import 'gi.repository.GModule' # ", "# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/Gio.py", "# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc'", "import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3188ef0>", "import 'gi.repository.Gio' # ", "# destroy gi.repository.NM", "import 'gi.repository.NM' # ", "import 'firewall.core.fw_nm' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc31883e0>", "# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/__init__.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/__init__.cpython-312.pyc'", "import 'firewall.core.io' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3188a40>", "# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/zone.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/zone.cpython-312.pyc'", "# /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 0x7facc31ace00>", "# /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 0x7facc31ad490>", "import 'xml.sax.xmlreader' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc318b830>", "import 'xml.sax' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc318b530>", "# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/io_object.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/io_object.cpython-312.pyc'", "# /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__/__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 0x7facc31d00e0>", "# /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'", "import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc31d0170>", "# /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/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py", "# code object from '/usr/lib64/python3.12/__pycache__/base64.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 0x7facc2cc88f0>", "import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc31f3590>", "# /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 0x7facc2cc8b30>", "# /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 0x7facc2cc8dd0>", "# /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/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'", "# /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 0x7facc2d01160>", "# /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'", "# /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'", "import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d03620>", "# /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'", "import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d03530>", "# /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__/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'", "# /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 0x7facc2d2c170>", "import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d27ce0>", "import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d271d0>", "import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d02870>", "# /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__/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 0x7facc2d2daf0>", "import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d2d8b0>", "# /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 0x7facc2d2f3e0>", "import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d2e060>", "import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d27b00>", "import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d011f0>", "import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d00560>", "import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2ccbc80>", "# /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/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 0x7facc2d4f8f0>", "# /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 0x7facc2d84110>", "import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d2fbf0>", "# /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 0x7facc2d86cc0>", "import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2d84410>", "import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2cc9f10>", "# /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 0x7facc2ab6570>", "import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2ccbef0>", "import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc31d31d0>", "import 'xml.sax.saxutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc31aede0>", "import 'firewall.core.io.io_object' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc31ae030>", "# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/policy.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/policy.cpython-312.pyc'", "import 'firewall.core.io.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc31ae840>", "import 'firewall.core.io.zone' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc3188ec0>", "# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/service.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/service.cpython-312.pyc'", "import 'firewall.core.io.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2ab77a0>", "# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/ipset.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/ipset.cpython-312.pyc'", "# /usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/icmp.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/__pycache__/icmp.cpython-312.pyc'", "import 'firewall.core.icmp' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2ae4320>", "import 'firewall.core.io.ipset' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2ab7b00>", "# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/icmptype.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/icmptype.cpython-312.pyc'", "import 'firewall.core.io.icmptype' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2ae4da0>", "# /usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/core/io/helper.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/core/io/__pycache__/helper.cpython-312.pyc'", "import 'firewall.core.io.helper' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2ae51c0>", "# /usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc matches /usr/lib/python3.12/site-packages/firewall/command.py", "# code object from '/usr/lib/python3.12/site-packages/firewall/__pycache__/command.cpython-312.pyc'", "import 'firewall.command' # <_frozen_importlib_external.SourceFileLoader object at 0x7facc2ae55e0>", "# 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__", "# destroy __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 itertools", "# cleanup[2] removing 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 types", "# cleanup[2] removing _functools", "# cleanup[2] removing functools", "# 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 copyreg", "# cleanup[2] removing contextlib", "# 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 re", "# cleanup[2] removing _typing", "# cleanup[2] removing typing", "# destroy typing", "# cleanup[2] removing pkgutil", "# destroy pkgutil", "# 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", "# 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 threading", "# 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 _socket", "# cleanup[2] removing math", "# cleanup[2] removing select", "# cleanup[2] removing selectors", "# cleanup[2] removing errno", "# cleanup[2] removing array", "# cleanup[2] removing socket", "# cleanup[2] removing __future__", "# destroy __future__", "# cleanup[2] removing signal", "# cleanup[2] removing gi._ossighelper", "# cleanup[2] removing textwrap", "# cleanup[2] removing gettext", "# cleanup[2] removing _locale", "# cleanup[2] removing locale", "# cleanup[2] removing optparse", "# cleanup[2] removing gi._option", "# cleanup[2] removing gi.overrides.GLib", "# cleanup[2] removing gi.repository.GLib", "# cleanup[2] removing gi.overrides.GObject", "# cleanup[2] removing gi.repository.GObject", "# cleanup[2] removing argparse", "# cleanup[2] removing firewall", "# cleanup[2] removing dbus._compat", "# cleanup[2] removing dbus.exceptions", "# cleanup[2] removing _dbus_bindings", "# cleanup[2] removing dbus.types", "# cleanup[2] removing token", "# cleanup[2] removing _tokenize", "# cleanup[2] removing tokenize", "# cleanup[2] removing linecache", "# cleanup[2] removing traceback", "# cleanup[2] removing _string", "# cleanup[2] removing string", "# cleanup[2] removing atexit", "# cleanup[2] removing logging", "# cleanup[2] removing dbus.lowlevel", "# cleanup[2] removing xml", "# cleanup[2] removing 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", "# 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 dbus.mainloop", "# cleanup[2] removing _dbus_glib_bindings", "# cleanup[2] removing dbus.mainloop.glib", "# cleanup[2] removing _struct", "# cleanup[2] removing struct", "# cleanup[2] removing copy", "# cleanup[2] removing firewall.config.dbus", "# cleanup[2] removing firewall.config", "# cleanup[2] removing firewall.core", "# cleanup[2] removing firewall.core.base", "# cleanup[2] removing xml.etree", "# cleanup[2] removing xml.etree.ElementPath", "# cleanup[2] removing _elementtree", "# cleanup[2] removing xml.etree.ElementTree", "# 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 inspect", "# cleanup[2] removing fnmatch", "# cleanup[2] removing syslog", "# cleanup[2] removing fcntl", "# cleanup[2] removing firewall.core.logger", "# cleanup[2] removing firewall.dbus_utils", "# cleanup[2] removing dataclasses", "# destroy dataclasses", "# cleanup[2] removing shlex", "# cleanup[2] removing zlib", "# cleanup[2] removing _compression", "# cleanup[2] removing _bz2", "# cleanup[2] removing bz2", "# destroy bz2", "# cleanup[2] removing _lzma", "# cleanup[2] removing lzma", "# destroy lzma", "# cleanup[2] removing shutil", "# 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 firewall.functions", "# cleanup[2] removing ipaddress", "# cleanup[2] removing firewall.errors", "# cleanup[2] removing _posixsubprocess", "# cleanup[2] removing subprocess", "# cleanup[2] removing firewall.core.prog", "# cleanup[2] removing firewall.core.ipset", "# cleanup[2] removing firewall.core.rich", "# cleanup[2] removing firewall.client", "# cleanup[2] removing gi.overrides.Gio", "# cleanup[2] removing gi.repository.Gio", "# cleanup[2] removing firewall.core.fw_nm", "# cleanup[2] removing firewall.core.io", "# 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 urllib", "# cleanup[2] removing urllib.parse", "# cleanup[2] removing binascii", "# cleanup[2] removing base64", "# cleanup[2] removing email", "# cleanup[2] removing http", "# cleanup[2] removing email.errors", "# cleanup[2] removing email.quoprimime", "# cleanup[2] removing email.base64mime", "# cleanup[2] removing quopri", "# cleanup[2] removing email.encoders", "# cleanup[2] removing email.charset", "# cleanup[2] removing email.header", "# cleanup[2] removing _datetime", "# cleanup[2] removing datetime", "# cleanup[2] removing calendar", "# cleanup[2] removing email._parseaddr", "# cleanup[2] removing email.utils", "# cleanup[2] removing email._policybase", "# cleanup[2] removing email.feedparser", "# cleanup[2] removing email.parser", "# cleanup[2] removing email._encoded_words", "# cleanup[2] removing email.iterators", "# cleanup[2] removing email.message", "# 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 firewall.core.io.io_object", "# cleanup[2] removing firewall.core.io.policy", "# cleanup[2] removing firewall.core.io.zone", "# cleanup[2] removing firewall.core.io.service", "# cleanup[2] removing firewall.core.icmp", "# cleanup[2] removing firewall.core.io.ipset", "# cleanup[2] removing firewall.core.io.icmptype", "# cleanup[2] removing firewall.core.io.helper", "# cleanup[2] removing firewall.command", "# destroy _sitebuiltins", "# destroy zlib", "# destroy _bz2", "# destroy _compression", "# destroy _lzma", "# cleanup[3] wiping firewall.command", "# cleanup[3] wiping firewall.core.io.helper", "# cleanup[3] wiping firewall.core.io.icmptype", "# cleanup[3] wiping firewall.core.io.ipset", "# cleanup[3] wiping firewall.core.icmp", "# cleanup[3] wiping firewall.core.io.service", "# cleanup[3] wiping firewall.core.io.zone", "# cleanup[3] wiping firewall.core.io.policy", "# cleanup[3] wiping firewall.core.io.io_object", "# cleanup[3] wiping xml.sax.saxutils", "# 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 email.message", "# destroy quopri", "# cleanup[3] wiping email.iterators", "# cleanup[3] wiping email._encoded_words", "# cleanup[3] wiping email.parser", "# cleanup[3] wiping email.feedparser", "# cleanup[3] wiping email._policybase", "# cleanup[3] wiping email.utils", "# destroy random", "# destroy urllib", "# destroy urllib.parse", "# destroy urllib.response", "# destroy urllib.error", "# destroy urllib.request", "# cleanup[3] wiping email._parseaddr", "# destroy calendar", "# cleanup[3] wiping datetime", "# cleanup[3] wiping _datetime", "# cleanup[3] wiping email.header", "# cleanup[3] wiping email.charset", "# destroy email", "# cleanup[3] wiping email.encoders", "# cleanup[3] wiping email.base64mime", "# cleanup[3] wiping email.quoprimime", "# cleanup[3] wiping email.errors", "# cleanup[3] wiping base64", "# destroy struct", "# cleanup[3] wiping binascii", "# cleanup[3] wiping xml.sax", "# destroy xml.sax._exceptions", "# destroy xml.sax.xmlreader", "# destroy xml.sax.saxutils", "# cleanup[3] wiping xml.sax.handler", "# cleanup[3] wiping firewall.core.io", "# destroy xml", "# destroy xml.parsers", "# destroy xml.parsers.expat", "# destroy xml.etree", "# destroy xml.sax", "# destroy firewall.core.io.io_object", "# destroy firewall.core.io.policy", "# destroy firewall.core.io.zone", "# destroy firewall.core.io.service", "# destroy firewall.core.io.ipset", "# destroy firewall.core.io.icmptype", "# destroy firewall.core.io.helper", "# cleanup[3] wiping firewall.core.fw_nm", "# cleanup[3] wiping gi.repository.Gio", "# cleanup[3] wiping gi.overrides.Gio", "# cleanup[3] wiping firewall.client", "# destroy firewall", "# destroy firewall.config", "# destroy firewall.core", "# destroy firewall.core.base", "# destroy firewall.core.logger", "# destroy firewall.core.prog", "# destroy firewall.core.ipset", "# destroy firewall.core.rich", "# destroy firewall.core.fw_nm", "# destroy firewall.core.io", "# destroy firewall.core.icmp", "# destroy firewall.dbus_utils", "# destroy firewall.command", "# destroy firewall.client", "# cleanup[3] wiping subprocess", "# cleanup[3] wiping _posixsubprocess", "# destroy _posixsubprocess", "# cleanup[3] wiping firewall.errors", "# cleanup[3] wiping ipaddress", "# cleanup[3] wiping firewall.functions", "# destroy shlex", "# destroy string", "# destroy tempfile", "# cleanup[3] wiping _blake2", "# cleanup[3] wiping _hashlib", "# cleanup[3] wiping _random", "# cleanup[3] wiping _bisect", "# cleanup[3] wiping shutil", "# cleanup[3] wiping fcntl", "# cleanup[3] wiping syslog", "# cleanup[3] wiping fnmatch", "# cleanup[3] wiping inspect", "# destroy ast", "# destroy dis", "# destroy token", "# cleanup[3] wiping _opcode", "# cleanup[3] wiping xml.etree.ElementTree", "# cleanup[3] wiping _elementtree", "# cleanup[3] wiping xml.etree.ElementPath", "# cleanup[3] wiping firewall.config.dbus", "# cleanup[3] wiping copy", "# cleanup[3] wiping _struct", "# 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", "# 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.mainloop", "# cleanup[3] wiping xml.parsers.expat.errors", "# cleanup[3] wiping xml.parsers.expat.model", "# cleanup[3] wiping pyexpat", "# destroy pyexpat.errors", "# destroy pyexpat.model", "# cleanup[3] wiping logging", "# cleanup[3] wiping atexit", "# destroy atexit", "# cleanup[3] wiping _string", "# cleanup[3] wiping traceback", "# destroy linecache", "# cleanup[3] wiping tokenize", "# cleanup[3] wiping _tokenize", "# cleanup[3] wiping _dbus_bindings", "# cleanup[3] wiping argparse", "# cleanup[3] wiping gi.repository.GObject", "# cleanup[3] wiping gi.overrides.GObject", "# cleanup[3] wiping gi.repository.GLib", "# cleanup[3] wiping gi.overrides.GLib", "# cleanup[3] wiping gi._option", "# destroy optparse", "# cleanup[3] wiping locale", "# destroy encodings", "# cleanup[3] wiping _locale", "# destroy _locale", "# cleanup[3] wiping gettext", "# cleanup[3] wiping textwrap", "# cleanup[3] wiping gi._ossighelper", "# destroy signal", "# cleanup[3] wiping socket", "# destroy selectors", "# cleanup[3] wiping array", "# cleanup[3] wiping errno", "# cleanup[3] wiping select", "# cleanup[3] wiping math", "# cleanup[3] wiping _socket", "# cleanup[3] wiping gi.repository", "# destroy gi.repository.GLib", "# destroy gi.repository.Gio", "# cleanup[3] wiping gi.importer", "# cleanup[3] wiping gi.overrides", "# destroy gi.overrides.GLib", "# destroy gi.overrides.GObject", "# destroy gi.overrides.Gio", "# 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 threading", "# cleanup[3] wiping gobject", "# cleanup[3] wiping gi._gobject", "# cleanup[3] wiping gi._gi", "# cleanup[3] wiping gi._error", "# cleanup[3] wiping _typing", "# cleanup[3] wiping re", "# destroy re._constants", "# destroy re._casefix", "# destroy re._compiler", "# destroy enum", "# cleanup[3] wiping re._parser", "# cleanup[3] wiping _sre", "# cleanup[3] wiping contextlib", "# cleanup[3] wiping copyreg", "# 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", "# cleanup[3] wiping warnings", "# cleanup[3] wiping importlib._bootstrap_external", "# cleanup[3] wiping importlib._bootstrap", "# cleanup[3] wiping functools", "# cleanup[3] wiping _functools", "# cleanup[3] wiping types", "# cleanup[3] wiping collections", "# destroy _collections_abc", "# destroy collections.abc", "# cleanup[3] wiping _collections", "# cleanup[3] wiping operator", "# cleanup[3] wiping _operator", "# cleanup[3] wiping keyword", "# cleanup[3] wiping itertools", "# 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", "# 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 _datetime", "# destroy _dbus_glib_bindings", "# destroy sys.monitoring", "# destroy _io", "# destroy _socket", "# destroy gi.repository.GObject", "# destroy argparse", "# destroy zipimport", "# destroy importlib", "# destroy gi.types", "# destroy gi._error", "# 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 gi._gi", "# destroy _collections", "# destroy re._parser", "# destroy array", "# destroy textwrap", "# destroy stat", "# destroy genericpath", "# destroy tokenize", "# destroy _string", "# destroy shutil", "# destroy gettext", "# destroy firewall.config.dbus", "# destroy firewall.functions", "# destroy select", "# destroy _signal", "# destroy dbus", "# destroy xml.etree.ElementTree", "# destroy firewall.errors", "# destroy time", "# destroy fnmatch", "# destroy syslog", "# destroy traceback", "# destroy fcntl", "# destroy xml.sax.handler", "# destroy copy", "# destroy inspect", "# destroy keyword", "# destroy abc", "# destroy _thread", "# destroy copyreg", "# destroy contextlib", "# destroy operator", "# destroy subprocess", "# destroy _typing", "# destroy _tokenize", "# destroy xml.etree.ElementPath", "# destroy collections", "# destroy io", "# destroy _opcode", "# destroy functools", "# destroy types", "# destroy ipaddress", "# destroy _elementtree", "# destroy email.errors", "# destroy email.quoprimime", "# destroy email.base64mime", "# destroy email.encoders", "# destroy email.charset", "# destroy email.header", "# destroy email._parseaddr", "# destroy email.utils", "# destroy email._policybase", "# destroy email.feedparser", "# destroy email.parser", "# destroy email._encoded_words", "# destroy email.iterators", "# destroy email.message", "# destroy http.client", "# destroy socket", "# destroy base64", "# destroy errno", "# destroy _blake2", "# destroy _ssl", "# destroy binascii", "# destroy datetime", "# destroy locale", "# destroy warnings", "# destroy _struct", "# 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 _codecs", "# destroy _warnings", "# destroy math", "# destroy _bisect", "# destroy os", "# destroy re", "# destroy _random", "# destroy _hashlib", "# destroy _operator", "# destroy builtins", "# destroy itertools", "# destroy _sre", "# destroy posix", "# destroy _functools", "# clear sys.audit hooks" ], "stdout": "587/tcp", "stdout_lines": [ "587/tcp" ] } } 6494 1726853143.97844: dumping result to json 6494 1726853143.97848: done dumping result, returning 6494 1726853143.97851: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.postfix : Add the smtp related service ports to _postfix_selinux [0affc48f-66db-1e98-6787-0000000001f4] 6494 1726853143.97853: sending task result for task 0affc48f-66db-1e98-6787-0000000001f4 6494 1726853143.99021: done sending task result for task 0affc48f-66db-1e98-6787-0000000001f4 6494 1726853143.99025: WORKER PROCESS EXITING 6494 1726853144.00560: no more pending results, returning what we have 6494 1726853144.00564: results queue empty 6494 1726853144.00564: checking for any_errors_fatal 6494 1726853144.00567: done checking for any_errors_fatal 6494 1726853144.00568: checking for max_fail_percentage 6494 1726853144.00569: done checking for max_fail_percentage 6494 1726853144.00569: checking to see if all hosts have failed and the running result is not ok 6494 1726853144.00570: done checking to see if all hosts have failed 6494 1726853144.00570: getting the remaining hosts for this loop 6494 1726853144.00571: done getting the remaining hosts for this loop 6494 1726853144.00574: getting the next task for host managed_node1 6494 1726853144.00581: done getting next task for host managed_node1 6494 1726853144.00583: ^ task is: TASK: fedora.linux_system_roles.postfix : Set hardcoded ports to _postfix_selinux for no firewall or rhel-6 or not redhat 6494 1726853144.00586: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853144.00593: getting variables 6494 1726853144.00594: in VariableManager get_vars() 6494 1726853144.00619: Calling all_inventory to load vars for managed_node1 6494 1726853144.00622: Calling groups_inventory to load vars for managed_node1 6494 1726853144.00623: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853144.00630: Calling all_plugins_play to load vars for managed_node1 6494 1726853144.00634: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853144.00636: Calling groups_plugins_play to load vars for managed_node1 6494 1726853144.00672: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853144.00707: done with get_vars() 6494 1726853144.00715: done getting variables 6494 1726853144.00759: 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.postfix : Set hardcoded ports to _postfix_selinux for no firewall or rhel-6 or not redhat] *** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:46 Friday 20 September 2024 13:25:44 -0400 (0:00:00.308) 0:00:18.930 ****** 6494 1726853144.00782: entering _queue_task() for managed_node1/set_fact 6494 1726853144.01050: worker is 1 (out of 1 available) 6494 1726853144.01066: exiting _queue_task() for managed_node1/set_fact 6494 1726853144.01077: done queuing things up, now waiting for results queue to drain 6494 1726853144.01079: waiting for pending results... 6494 1726853144.01258: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.postfix : Set hardcoded ports to _postfix_selinux for no firewall or rhel-6 or not redhat 6494 1726853144.01335: in run() - task 0affc48f-66db-1e98-6787-0000000001f5 6494 1726853144.01346: variable 'ansible_search_path' from source: unknown 6494 1726853144.01350: variable 'ansible_search_path' from source: unknown 6494 1726853144.01380: calling self._execute() 6494 1726853144.01443: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853144.01447: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853144.01455: variable 'omit' from source: magic vars 6494 1726853144.01722: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853144.03230: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853144.03293: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853144.03322: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853144.03350: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853144.03372: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853144.03446: variable 'postfix_manage_selinux' from source: include params 6494 1726853144.03460: Evaluated conditional (postfix_manage_selinux | bool): True 6494 1726853144.03617: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6494 1726853144.03738: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6494 1726853144.03764: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6494 1726853144.03788: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6494 1726853144.03814: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6494 1726853144.03913: variable 'postfix_manage_firewall' from source: include params 6494 1726853144.03917: variable 'ansible_facts' from source: unknown 6494 1726853144.03941: Evaluated conditional ((not postfix_manage_firewall | bool) or (ansible_facts['os_family'] != 'RedHat') or (ansible_facts['distribution_version'] is version('7', '<'))): False 6494 1726853144.03944: when evaluation is False, skipping this task 6494 1726853144.03947: _execute() done 6494 1726853144.03949: dumping result to json 6494 1726853144.03952: done dumping result, returning 6494 1726853144.03958: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.postfix : Set hardcoded ports to _postfix_selinux for no firewall or rhel-6 or not redhat [0affc48f-66db-1e98-6787-0000000001f5] 6494 1726853144.03963: sending task result for task 0affc48f-66db-1e98-6787-0000000001f5 6494 1726853144.04071: done sending task result for task 0affc48f-66db-1e98-6787-0000000001f5 6494 1726853144.04074: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "(not postfix_manage_firewall | bool) or (ansible_facts['os_family'] != 'RedHat') or (ansible_facts['distribution_version'] is version('7', '<'))", "skip_reason": "Conditional result was False" } 6494 1726853144.04126: no more pending results, returning what we have 6494 1726853144.04129: results queue empty 6494 1726853144.04130: checking for any_errors_fatal 6494 1726853144.04398: done checking for any_errors_fatal 6494 1726853144.04399: checking for max_fail_percentage 6494 1726853144.04403: done checking for max_fail_percentage 6494 1726853144.04403: checking to see if all hosts have failed and the running result is not ok 6494 1726853144.04404: done checking to see if all hosts have failed 6494 1726853144.04404: getting the remaining hosts for this loop 6494 1726853144.04405: done getting the remaining hosts for this loop 6494 1726853144.04409: getting the next task for host managed_node1 6494 1726853144.04413: done getting next task for host managed_node1 6494 1726853144.04415: ^ task is: TASK: Ensure the service and the ports status with the selinux role 6494 1726853144.04418: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853144.04428: getting variables 6494 1726853144.04429: in VariableManager get_vars() 6494 1726853144.04461: Calling all_inventory to load vars for managed_node1 6494 1726853144.04463: Calling groups_inventory to load vars for managed_node1 6494 1726853144.04464: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853144.04471: Calling all_plugins_play to load vars for managed_node1 6494 1726853144.04473: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853144.04475: Calling groups_plugins_play to load vars for managed_node1 6494 1726853144.04514: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853144.04555: done with get_vars() 6494 1726853144.04565: done getting variables TASK [Ensure the service and the ports status with the selinux role] *********** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:55 Friday 20 September 2024 13:25:44 -0400 (0:00:00.038) 0:00:18.969 ****** 6494 1726853144.04638: entering _queue_task() for managed_node1/include_role 6494 1726853144.04878: worker is 1 (out of 1 available) 6494 1726853144.04892: exiting _queue_task() for managed_node1/include_role 6494 1726853144.04906: done queuing things up, now waiting for results queue to drain 6494 1726853144.04907: waiting for pending results... 6494 1726853144.05082: running TaskExecutor() for managed_node1/TASK: Ensure the service and the ports status with the selinux role 6494 1726853144.05160: in run() - task 0affc48f-66db-1e98-6787-0000000001f6 6494 1726853144.05170: variable 'ansible_search_path' from source: unknown 6494 1726853144.05174: variable 'ansible_search_path' from source: unknown 6494 1726853144.05206: calling self._execute() 6494 1726853144.05266: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853144.05269: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853144.05277: variable 'omit' from source: magic vars 6494 1726853144.05537: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853144.06983: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853144.07038: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853144.07066: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853144.07092: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853144.07114: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853144.07183: variable 'postfix_manage_selinux' from source: include params 6494 1726853144.07198: Evaluated conditional (postfix_manage_selinux | bool): True 6494 1726853144.07205: _execute() done 6494 1726853144.07208: dumping result to json 6494 1726853144.07210: done dumping result, returning 6494 1726853144.07216: done running TaskExecutor() for managed_node1/TASK: Ensure the service and the ports status with the selinux role [0affc48f-66db-1e98-6787-0000000001f6] 6494 1726853144.07219: sending task result for task 0affc48f-66db-1e98-6787-0000000001f6 6494 1726853144.07315: done sending task result for task 0affc48f-66db-1e98-6787-0000000001f6 6494 1726853144.07317: WORKER PROCESS EXITING 6494 1726853144.07355: no more pending results, returning what we have 6494 1726853144.07360: in VariableManager get_vars() 6494 1726853144.07404: Calling all_inventory to load vars for managed_node1 6494 1726853144.07406: Calling groups_inventory to load vars for managed_node1 6494 1726853144.07409: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853144.07419: Calling all_plugins_play to load vars for managed_node1 6494 1726853144.07422: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853144.07424: Calling groups_plugins_play to load vars for managed_node1 6494 1726853144.07478: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853144.07526: done with get_vars() 6494 1726853144.07531: variable 'ansible_search_path' from source: unknown 6494 1726853144.07538: variable 'ansible_search_path' from source: unknown 6494 1726853144.07805: variable 'omit' from source: magic vars 6494 1726853144.07840: variable 'omit' from source: magic vars 6494 1726853144.07849: variable 'omit' from source: magic vars 6494 1726853144.07852: we have included files to process 6494 1726853144.07852: generating all_blocks data 6494 1726853144.07854: done generating all_blocks data 6494 1726853144.07857: processing included file: fedora.linux_system_roles.selinux 6494 1726853144.07871: in VariableManager get_vars() 6494 1726853144.07882: done with get_vars() 6494 1726853144.07920: in VariableManager get_vars() 6494 1726853144.07938: done with get_vars() 6494 1726853144.07962: Loading data from /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/selinux/vars/main.yml 6494 1726853144.08018: Loading data from /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/selinux/defaults/main.yml 6494 1726853144.08064: Loading data from /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/selinux/meta/main.yml 6494 1726853144.08179: Loading data from /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml 6494 1726853144.08540: in VariableManager get_vars() 6494 1726853144.08555: done with get_vars() 6494 1726853144.08605: trying /usr/local/lib/python3.12/site-packages/ansible/modules/__pycache__ redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux redirecting (type: modules) ansible.builtin.seboolean to ansible.posix.seboolean 6494 1726853144.10398: in VariableManager get_vars() 6494 1726853144.10418: done with get_vars() 6494 1726853144.10554: Loading data from /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/selinux/handlers/main.yml 6494 1726853144.10861: iterating over new_blocks loaded from include file 6494 1726853144.10863: in VariableManager get_vars() 6494 1726853144.10881: done with get_vars() 6494 1726853144.10882: filtering new block on tags 6494 1726853144.10929: done filtering new block on tags 6494 1726853144.10933: in VariableManager get_vars() 6494 1726853144.10948: done with get_vars() 6494 1726853144.10949: filtering new block on tags 6494 1726853144.10959: done filtering new block on tags 6494 1726853144.10960: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.selinux for managed_node1 6494 1726853144.10964: extending task lists for all hosts with included blocks 6494 1726853144.11208: done extending task lists 6494 1726853144.11209: done processing included files 6494 1726853144.11210: results queue empty 6494 1726853144.11210: checking for any_errors_fatal 6494 1726853144.11214: done checking for any_errors_fatal 6494 1726853144.11215: checking for max_fail_percentage 6494 1726853144.11216: done checking for max_fail_percentage 6494 1726853144.11216: checking to see if all hosts have failed and the running result is not ok 6494 1726853144.11217: done checking to see if all hosts have failed 6494 1726853144.11217: getting the remaining hosts for this loop 6494 1726853144.11218: done getting the remaining hosts for this loop 6494 1726853144.11219: getting the next task for host managed_node1 6494 1726853144.11222: done getting next task for host managed_node1 6494 1726853144.11224: ^ task is: TASK: fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages 6494 1726853144.11227: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853144.11240: getting variables 6494 1726853144.11241: in VariableManager get_vars() 6494 1726853144.11251: Calling all_inventory to load vars for managed_node1 6494 1726853144.11253: Calling groups_inventory to load vars for managed_node1 6494 1726853144.11254: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853144.11258: Calling all_plugins_play to load vars for managed_node1 6494 1726853144.11259: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853144.11261: Calling groups_plugins_play to load vars for managed_node1 6494 1726853144.11286: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853144.11317: done with get_vars() 6494 1726853144.11322: done getting variables TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] *** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Friday 20 September 2024 13:25:44 -0400 (0:00:00.067) 0:00:19.036 ****** 6494 1726853144.11376: entering _queue_task() for managed_node1/include_tasks 6494 1726853144.11637: worker is 1 (out of 1 available) 6494 1726853144.11650: exiting _queue_task() for managed_node1/include_tasks 6494 1726853144.11662: done queuing things up, now waiting for results queue to drain 6494 1726853144.11664: waiting for pending results... 6494 1726853144.11847: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages 6494 1726853144.11938: in run() - task 0affc48f-66db-1e98-6787-000000000275 6494 1726853144.11948: variable 'ansible_search_path' from source: unknown 6494 1726853144.11952: variable 'ansible_search_path' from source: unknown 6494 1726853144.11979: calling self._execute() 6494 1726853144.12040: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853144.12044: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853144.12053: variable 'omit' from source: magic vars 6494 1726853144.12315: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853144.13749: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853144.13808: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853144.13835: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853144.13863: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853144.13884: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853144.13957: variable 'postfix_manage_selinux' from source: include params 6494 1726853144.13971: Evaluated conditional (postfix_manage_selinux | bool): True 6494 1726853144.13976: _execute() done 6494 1726853144.13979: dumping result to json 6494 1726853144.13981: done dumping result, returning 6494 1726853144.13988: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages [0affc48f-66db-1e98-6787-000000000275] 6494 1726853144.13993: sending task result for task 0affc48f-66db-1e98-6787-000000000275 6494 1726853144.14084: done sending task result for task 0affc48f-66db-1e98-6787-000000000275 6494 1726853144.14087: WORKER PROCESS EXITING 6494 1726853144.14129: no more pending results, returning what we have 6494 1726853144.14136: in VariableManager get_vars() 6494 1726853144.14180: Calling all_inventory to load vars for managed_node1 6494 1726853144.14183: Calling groups_inventory to load vars for managed_node1 6494 1726853144.14185: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853144.14203: Calling all_plugins_play to load vars for managed_node1 6494 1726853144.14207: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853144.14210: Calling groups_plugins_play to load vars for managed_node1 6494 1726853144.14267: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853144.14321: done with get_vars() 6494 1726853144.14327: variable 'ansible_search_path' from source: unknown 6494 1726853144.14328: variable 'ansible_search_path' from source: unknown 6494 1726853144.14362: we have included files to process 6494 1726853144.14363: generating all_blocks data 6494 1726853144.14364: done generating all_blocks data 6494 1726853144.14366: processing included file: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml 6494 1726853144.14367: loading included file: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml 6494 1726853144.14368: Loading data from /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml 6494 1726853144.14565: in VariableManager get_vars() 6494 1726853144.14591: done with get_vars() 6494 1726853144.14604: done processing included file 6494 1726853144.14606: iterating over new_blocks loaded from include file 6494 1726853144.14608: in VariableManager get_vars() 6494 1726853144.14624: done with get_vars() 6494 1726853144.14625: filtering new block on tags 6494 1726853144.14642: done filtering new block on tags 6494 1726853144.14644: done iterating over new_blocks loaded from include file included: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml for managed_node1 6494 1726853144.14647: extending task lists for all hosts with included blocks 6494 1726853144.15480: done extending task lists 6494 1726853144.15481: done processing included files 6494 1726853144.15482: results queue empty 6494 1726853144.15482: checking for any_errors_fatal 6494 1726853144.15484: done checking for any_errors_fatal 6494 1726853144.15484: checking for max_fail_percentage 6494 1726853144.15485: done checking for max_fail_percentage 6494 1726853144.15486: checking to see if all hosts have failed and the running result is not ok 6494 1726853144.15486: done checking to see if all hosts have failed 6494 1726853144.15487: getting the remaining hosts for this loop 6494 1726853144.15488: done getting the remaining hosts for this loop 6494 1726853144.15489: getting the next task for host managed_node1 6494 1726853144.15493: done getting next task for host managed_node1 6494 1726853144.15494: ^ task is: TASK: fedora.linux_system_roles.selinux : Ensure ansible_facts used by role 6494 1726853144.15498: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), 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 6494 1726853144.15507: getting variables 6494 1726853144.15508: in VariableManager get_vars() 6494 1726853144.15518: Calling all_inventory to load vars for managed_node1 6494 1726853144.15520: Calling groups_inventory to load vars for managed_node1 6494 1726853144.15521: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853144.15525: Calling all_plugins_play to load vars for managed_node1 6494 1726853144.15526: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853144.15528: Calling groups_plugins_play to load vars for managed_node1 6494 1726853144.15556: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853144.15588: done with get_vars() 6494 1726853144.15593: done getting variables TASK [fedora.linux_system_roles.selinux : Ensure ansible_facts used by role] *** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Friday 20 September 2024 13:25:44 -0400 (0:00:00.042) 0:00:19.079 ****** 6494 1726853144.15661: entering _queue_task() for managed_node1/setup 6494 1726853144.15918: worker is 1 (out of 1 available) 6494 1726853144.15929: exiting _queue_task() for managed_node1/setup 6494 1726853144.15943: done queuing things up, now waiting for results queue to drain 6494 1726853144.15945: waiting for pending results... 6494 1726853144.16124: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.selinux : Ensure ansible_facts used by role 6494 1726853144.16226: in run() - task 0affc48f-66db-1e98-6787-0000000002f0 6494 1726853144.16244: variable 'ansible_search_path' from source: unknown 6494 1726853144.16247: variable 'ansible_search_path' from source: unknown 6494 1726853144.16276: calling self._execute() 6494 1726853144.16336: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853144.16340: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853144.16349: variable 'omit' from source: magic vars 6494 1726853144.16614: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853144.18058: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853144.18105: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853144.18142: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853144.18162: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853144.18183: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853144.18256: variable 'postfix_manage_selinux' from source: include params 6494 1726853144.18271: Evaluated conditional (postfix_manage_selinux | bool): True 6494 1726853144.18408: 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) 6494 1726853144.18428: 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) 6494 1726853144.18448: 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) 6494 1726853144.18479: 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) 6494 1726853144.18489: 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) 6494 1726853144.18523: 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) 6494 1726853144.18541: 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) 6494 1726853144.18557: 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) 6494 1726853144.18587: 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) 6494 1726853144.18597: 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) 6494 1726853144.18697: variable '__selinux_required_facts' from source: role '' all vars 6494 1726853144.18706: variable 'ansible_facts' from source: unknown 6494 1726853144.18731: Evaluated conditional (__selinux_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 6494 1726853144.18736: when evaluation is False, skipping this task 6494 1726853144.18739: _execute() done 6494 1726853144.18741: dumping result to json 6494 1726853144.18744: done dumping result, returning 6494 1726853144.18751: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.selinux : Ensure ansible_facts used by role [0affc48f-66db-1e98-6787-0000000002f0] 6494 1726853144.18755: sending task result for task 0affc48f-66db-1e98-6787-0000000002f0 6494 1726853144.18845: done sending task result for task 0affc48f-66db-1e98-6787-0000000002f0 6494 1726853144.18848: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "__selinux_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } 6494 1726853144.18895: no more pending results, returning what we have 6494 1726853144.18899: results queue empty 6494 1726853144.18900: checking for any_errors_fatal 6494 1726853144.18904: done checking for any_errors_fatal 6494 1726853144.18905: checking for max_fail_percentage 6494 1726853144.18906: done checking for max_fail_percentage 6494 1726853144.18907: checking to see if all hosts have failed and the running result is not ok 6494 1726853144.18908: done checking to see if all hosts have failed 6494 1726853144.18909: getting the remaining hosts for this loop 6494 1726853144.18910: done getting the remaining hosts for this loop 6494 1726853144.18914: getting the next task for host managed_node1 6494 1726853144.18922: done getting next task for host managed_node1 6494 1726853144.18925: ^ task is: TASK: fedora.linux_system_roles.selinux : Ensure SELinux packages 6494 1726853144.18930: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), 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 6494 1726853144.18949: getting variables 6494 1726853144.18951: in VariableManager get_vars() 6494 1726853144.18994: Calling all_inventory to load vars for managed_node1 6494 1726853144.18997: Calling groups_inventory to load vars for managed_node1 6494 1726853144.18999: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853144.19012: Calling all_plugins_play to load vars for managed_node1 6494 1726853144.19014: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853144.19023: Calling groups_plugins_play to load vars for managed_node1 6494 1726853144.19084: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853144.19142: done with get_vars() 6494 1726853144.19150: done getting variables TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Friday 20 September 2024 13:25:44 -0400 (0:00:00.035) 0:00:19.114 ****** 6494 1726853144.19224: entering _queue_task() for managed_node1/include_tasks 6494 1726853144.19445: worker is 1 (out of 1 available) 6494 1726853144.19457: exiting _queue_task() for managed_node1/include_tasks 6494 1726853144.19469: done queuing things up, now waiting for results queue to drain 6494 1726853144.19470: waiting for pending results... 6494 1726853144.19648: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.selinux : Ensure SELinux packages 6494 1726853144.19751: in run() - task 0affc48f-66db-1e98-6787-0000000002f1 6494 1726853144.19763: variable 'ansible_search_path' from source: unknown 6494 1726853144.19766: variable 'ansible_search_path' from source: unknown 6494 1726853144.19796: calling self._execute() 6494 1726853144.19860: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853144.19864: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853144.19872: variable 'omit' from source: magic vars 6494 1726853144.20138: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853144.21612: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853144.21664: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853144.21690: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853144.21717: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853144.21739: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853144.21814: variable 'postfix_manage_selinux' from source: include params 6494 1726853144.21827: Evaluated conditional (postfix_manage_selinux | bool): True 6494 1726853144.21835: _execute() done 6494 1726853144.21838: dumping result to json 6494 1726853144.21840: done dumping result, returning 6494 1726853144.21847: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.selinux : Ensure SELinux packages [0affc48f-66db-1e98-6787-0000000002f1] 6494 1726853144.21852: sending task result for task 0affc48f-66db-1e98-6787-0000000002f1 6494 1726853144.21946: done sending task result for task 0affc48f-66db-1e98-6787-0000000002f1 6494 1726853144.21949: WORKER PROCESS EXITING 6494 1726853144.22007: no more pending results, returning what we have 6494 1726853144.22012: in VariableManager get_vars() 6494 1726853144.22062: Calling all_inventory to load vars for managed_node1 6494 1726853144.22065: Calling groups_inventory to load vars for managed_node1 6494 1726853144.22067: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853144.22079: Calling all_plugins_play to load vars for managed_node1 6494 1726853144.22081: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853144.22084: Calling groups_plugins_play to load vars for managed_node1 6494 1726853144.22142: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853144.22195: done with get_vars() 6494 1726853144.22200: variable 'ansible_search_path' from source: unknown 6494 1726853144.22202: variable 'ansible_search_path' from source: unknown 6494 1726853144.22229: we have included files to process 6494 1726853144.22230: generating all_blocks data 6494 1726853144.22233: done generating all_blocks data 6494 1726853144.22237: processing included file: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml 6494 1726853144.22237: loading included file: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml 6494 1726853144.22239: Loading data from /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml 6494 1726853144.23250: done processing included file 6494 1726853144.23253: iterating over new_blocks loaded from include file 6494 1726853144.23254: in VariableManager get_vars() 6494 1726853144.23274: done with get_vars() 6494 1726853144.23275: filtering new block on tags 6494 1726853144.23292: done filtering new block on tags 6494 1726853144.23293: in VariableManager get_vars() 6494 1726853144.23318: done with get_vars() 6494 1726853144.23320: filtering new block on tags 6494 1726853144.23337: done filtering new block on tags 6494 1726853144.23339: in VariableManager get_vars() 6494 1726853144.23356: done with get_vars() 6494 1726853144.23357: filtering new block on tags 6494 1726853144.23375: done filtering new block on tags 6494 1726853144.23377: in VariableManager get_vars() 6494 1726853144.23392: done with get_vars() 6494 1726853144.23393: filtering new block on tags 6494 1726853144.23411: done filtering new block on tags 6494 1726853144.23413: in VariableManager get_vars() 6494 1726853144.23428: done with get_vars() 6494 1726853144.23429: filtering new block on tags 6494 1726853144.23442: done filtering new block on tags 6494 1726853144.23443: done iterating over new_blocks loaded from include file included: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml for managed_node1 6494 1726853144.23447: extending task lists for all hosts with included blocks 6494 1726853144.23609: done extending task lists 6494 1726853144.23610: done processing included files 6494 1726853144.23610: results queue empty 6494 1726853144.23611: checking for any_errors_fatal 6494 1726853144.23613: done checking for any_errors_fatal 6494 1726853144.23613: checking for max_fail_percentage 6494 1726853144.23614: done checking for max_fail_percentage 6494 1726853144.23614: checking to see if all hosts have failed and the running result is not ok 6494 1726853144.23615: done checking to see if all hosts have failed 6494 1726853144.23616: getting the remaining hosts for this loop 6494 1726853144.23616: done getting the remaining hosts for this loop 6494 1726853144.23618: getting the next task for host managed_node1 6494 1726853144.23621: done getting next task for host managed_node1 6494 1726853144.23623: ^ task is: TASK: fedora.linux_system_roles.selinux : Check if system is ostree 6494 1726853144.23626: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853144.23638: getting variables 6494 1726853144.23639: in VariableManager get_vars() 6494 1726853144.23648: Calling all_inventory to load vars for managed_node1 6494 1726853144.23650: Calling groups_inventory to load vars for managed_node1 6494 1726853144.23652: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853144.23656: Calling all_plugins_play to load vars for managed_node1 6494 1726853144.23657: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853144.23659: Calling groups_plugins_play to load vars for managed_node1 6494 1726853144.23684: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853144.23719: done with get_vars() 6494 1726853144.23723: done getting variables TASK [fedora.linux_system_roles.selinux : Check if system is ostree] *********** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Friday 20 September 2024 13:25:44 -0400 (0:00:00.045) 0:00:19.160 ****** 6494 1726853144.23781: entering _queue_task() for managed_node1/stat 6494 1726853144.24046: worker is 1 (out of 1 available) 6494 1726853144.24059: exiting _queue_task() for managed_node1/stat 6494 1726853144.24072: done queuing things up, now waiting for results queue to drain 6494 1726853144.24073: waiting for pending results... 6494 1726853144.24265: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.selinux : Check if system is ostree 6494 1726853144.24377: in run() - task 0affc48f-66db-1e98-6787-00000000039a 6494 1726853144.24389: variable 'ansible_search_path' from source: unknown 6494 1726853144.24392: variable 'ansible_search_path' from source: unknown 6494 1726853144.24425: calling self._execute() 6494 1726853144.24483: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853144.24488: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853144.24496: variable 'omit' from source: magic vars 6494 1726853144.24770: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853144.26279: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853144.26328: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853144.26360: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853144.26386: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853144.26408: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853144.26485: variable 'postfix_manage_selinux' from source: include params 6494 1726853144.26499: Evaluated conditional (postfix_manage_selinux | bool): True 6494 1726853144.26599: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6494 1726853144.26736: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6494 1726853144.26764: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6494 1726853144.26788: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6494 1726853144.26813: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6494 1726853144.26871: 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) 6494 1726853144.26888: 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) 6494 1726853144.26911: 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) 6494 1726853144.26929: 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) 6494 1726853144.26995: Evaluated conditional (not __selinux_is_ostree is defined): True 6494 1726853144.27001: variable 'omit' from source: magic vars 6494 1726853144.27072: variable 'omit' from source: magic vars 6494 1726853144.27097: variable 'omit' from source: magic vars 6494 1726853144.27123: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6494 1726853144.27143: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6494 1726853144.27158: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6494 1726853144.27170: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853144.27178: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853144.27201: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6494 1726853144.27207: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853144.27210: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853144.27278: Set connection var ansible_shell_type to sh 6494 1726853144.27285: Set connection var ansible_pipelining to False 6494 1726853144.27290: Set connection var ansible_shell_executable to /bin/sh 6494 1726853144.27295: Set connection var ansible_timeout to 10 6494 1726853144.27301: Set connection var ansible_connection to ssh 6494 1726853144.27309: Set connection var ansible_module_compression to ZIP_DEFLATED 6494 1726853144.27327: variable 'ansible_shell_executable' from source: unknown 6494 1726853144.27329: variable 'ansible_connection' from source: unknown 6494 1726853144.27338: variable 'ansible_module_compression' from source: unknown 6494 1726853144.27343: variable 'ansible_shell_type' from source: unknown 6494 1726853144.27345: variable 'ansible_shell_executable' from source: unknown 6494 1726853144.27347: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853144.27350: variable 'ansible_pipelining' from source: unknown 6494 1726853144.27352: variable 'ansible_timeout' from source: unknown 6494 1726853144.27354: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853144.27449: 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__) 6494 1726853144.27457: variable 'omit' from source: magic vars 6494 1726853144.27463: starting attempt loop 6494 1726853144.27466: running the handler 6494 1726853144.27476: _low_level_execute_command(): starting 6494 1726853144.27481: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6494 1726853144.27999: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853144.28006: 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.41.218 originally 10.31.41.218 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853144.28010: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 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 <<< 6494 1726853144.28013: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853144.28057: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853144.28060: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853144.28062: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853144.28191: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853144.29999: stdout chunk (state=3): >>>/root <<< 6494 1726853144.30092: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853144.30127: stderr chunk (state=3): >>><<< 6494 1726853144.30134: stdout chunk (state=3): >>><<< 6494 1726853144.30158: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853144.30168: _low_level_execute_command(): starting 6494 1726853144.30174: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726853144.301583-7023-27253020784336 `" && echo ansible-tmp-1726853144.301583-7023-27253020784336="` echo /root/.ansible/tmp/ansible-tmp-1726853144.301583-7023-27253020784336 `" ) && sleep 0' 6494 1726853144.30618: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853144.30621: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6494 1726853144.30656: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match not found <<< 6494 1726853144.30659: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853144.30662: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853144.30664: 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.41.218 originally 10.31.41.218 debug2: match found <<< 6494 1726853144.30666: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853144.30715: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853144.30719: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853144.30728: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853144.30857: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853144.32940: stdout chunk (state=3): >>>ansible-tmp-1726853144.301583-7023-27253020784336=/root/.ansible/tmp/ansible-tmp-1726853144.301583-7023-27253020784336 <<< 6494 1726853144.33040: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853144.33068: stderr chunk (state=3): >>><<< 6494 1726853144.33071: stdout chunk (state=3): >>><<< 6494 1726853144.33087: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726853144.301583-7023-27253020784336=/root/.ansible/tmp/ansible-tmp-1726853144.301583-7023-27253020784336 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853144.33136: variable 'ansible_module_compression' from source: unknown 6494 1726853144.33182: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6494dydhg1yg/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6494 1726853144.33212: variable 'ansible_facts' from source: unknown 6494 1726853144.33275: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726853144.301583-7023-27253020784336/AnsiballZ_stat.py 6494 1726853144.33386: Sending initial data 6494 1726853144.33390: Sent initial data (149 bytes) 6494 1726853144.33864: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853144.33867: 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.41.218 originally 10.31.41.218 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853144.33869: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6494 1726853144.33872: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.41.218 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853144.33874: 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853144.33918: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853144.33924: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853144.33942: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853144.34063: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853144.35818: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6494 1726853144.35936: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6494 1726853144.36051: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6494dydhg1yg/tmpjf5othj4 /root/.ansible/tmp/ansible-tmp-1726853144.301583-7023-27253020784336/AnsiballZ_stat.py <<< 6494 1726853144.36054: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726853144.301583-7023-27253020784336/AnsiballZ_stat.py" <<< 6494 1726853144.36164: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6494dydhg1yg/tmpjf5othj4" to remote "/root/.ansible/tmp/ansible-tmp-1726853144.301583-7023-27253020784336/AnsiballZ_stat.py" <<< 6494 1726853144.36168: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726853144.301583-7023-27253020784336/AnsiballZ_stat.py" <<< 6494 1726853144.37001: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853144.37051: stderr chunk (state=3): >>><<< 6494 1726853144.37054: stdout chunk (state=3): >>><<< 6494 1726853144.37091: done transferring module to remote 6494 1726853144.37106: _low_level_execute_command(): starting 6494 1726853144.37111: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726853144.301583-7023-27253020784336/ /root/.ansible/tmp/ansible-tmp-1726853144.301583-7023-27253020784336/AnsiballZ_stat.py && sleep 0' 6494 1726853144.37573: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853144.37576: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match not found <<< 6494 1726853144.37578: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853144.37580: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853144.37585: 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853144.37637: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853144.37641: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853144.37653: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853144.37764: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853144.39718: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853144.39748: stderr chunk (state=3): >>><<< 6494 1726853144.39752: stdout chunk (state=3): >>><<< 6494 1726853144.39765: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853144.39768: _low_level_execute_command(): starting 6494 1726853144.39774: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726853144.301583-7023-27253020784336/AnsiballZ_stat.py && sleep 0' 6494 1726853144.40233: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853144.40262: 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.41.218 originally 10.31.41.218 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853144.40267: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 is address debug1: re-parsing configuration <<< 6494 1726853144.40270: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6494 1726853144.40273: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853144.40328: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853144.40334: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853144.40338: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853144.40467: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853144.42796: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 6494 1726853144.42808: stdout chunk (state=3): >>>import _imp # builtin <<< 6494 1726853144.42842: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 6494 1726853144.42847: stdout chunk (state=3): >>>import '_weakref' # <<< 6494 1726853144.42918: stdout chunk (state=3): >>>import '_io' # <<< 6494 1726853144.42921: stdout chunk (state=3): >>>import 'marshal' # <<< 6494 1726853144.42961: stdout chunk (state=3): >>>import 'posix' # <<< 6494 1726853144.42993: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 6494 1726853144.43019: stdout chunk (state=3): >>>import 'time' # <<< 6494 1726853144.43042: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 6494 1726853144.43094: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc'<<< 6494 1726853144.43100: stdout chunk (state=3): >>> <<< 6494 1726853144.43122: stdout chunk (state=3): >>>import '_codecs' # <<< 6494 1726853144.43151: stdout chunk (state=3): >>>import 'codecs' # <<< 6494 1726853144.43187: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 6494 1726853144.43215: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 6494 1726853144.43228: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1b7684d0> <<< 6494 1726853144.43234: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1b737b30> <<< 6494 1726853144.43265: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 6494 1726853144.43269: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1b76aa50> <<< 6494 1726853144.43296: stdout chunk (state=3): >>>import '_signal' # <<< 6494 1726853144.43321: stdout chunk (state=3): >>>import '_abc' # <<< 6494 1726853144.43330: stdout chunk (state=3): >>>import 'abc' # <<< 6494 1726853144.43349: stdout chunk (state=3): >>> <<< 6494 1726853144.43354: stdout chunk (state=3): >>>import 'io' # <<< 6494 1726853144.43389: stdout chunk (state=3): >>>import '_stat' # <<< 6494 1726853144.43395: stdout chunk (state=3): >>>import 'stat' # <<< 6494 1726853144.43489: stdout chunk (state=3): >>>import '_collections_abc' # <<< 6494 1726853144.43522: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 6494 1726853144.43555: stdout chunk (state=3): >>>import 'os' # <<< 6494 1726853144.43558: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 6494 1726853144.43588: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 6494 1726853144.43598: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 6494 1726853144.43618: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 6494 1726853144.43621: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 6494 1726853144.43646: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 6494 1726853144.43675: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1b51d130> <<< 6494 1726853144.43743: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 6494 1726853144.43757: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853144.43766: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1b51dfa0> <<< 6494 1726853144.43785: stdout chunk (state=3): >>>import 'site' # <<< 6494 1726853144.43818: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 6494 1726853144.44151: stdout chunk (state=3): >>># /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 <<< 6494 1726853144.44186: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 6494 1726853144.44199: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 6494 1726853144.44238: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 6494 1726853144.44260: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1b55bec0> <<< 6494 1726853144.44280: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 6494 1726853144.44310: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 6494 1726853144.44315: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1b55bf80> <<< 6494 1726853144.44337: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 6494 1726853144.44363: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 6494 1726853144.44389: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 6494 1726853144.44454: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853144.44483: stdout chunk (state=3): >>>import 'itertools' # <<< 6494 1726853144.44499: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1b593830> <<< 6494 1726853144.44527: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 6494 1726853144.44548: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1b593ec0> import '_collections' # <<< 6494 1726853144.44628: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1b573b60> <<< 6494 1726853144.44654: stdout chunk (state=3): >>>import '_functools' # <<< 6494 1726853144.44658: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1b5712b0> <<< 6494 1726853144.44758: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1b559070> <<< 6494 1726853144.44800: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 6494 1726853144.44844: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 6494 1726853144.44870: stdout chunk (state=3): >>>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' <<< 6494 1726853144.44907: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 6494 1726853144.44981: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1b5b37d0> <<< 6494 1726853144.44984: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1b5b23f0> <<< 6494 1726853144.45008: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1b572150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1b5b0bc0> <<< 6494 1726853144.45083: stdout chunk (state=3): >>># /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 0x7fbf1b5e8890> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1b5582f0> <<< 6494 1726853144.45134: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 6494 1726853144.45161: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf1b5e8d40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1b5e8bf0> <<< 6494 1726853144.45205: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf1b5e8fe0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1b556e10> <<< 6494 1726853144.45252: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 6494 1726853144.45269: stdout chunk (state=3): >>># 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 <<< 6494 1726853144.45318: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1b5e9670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1b5e9370> import 'importlib.machinery' # <<< 6494 1726853144.45361: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 6494 1726853144.45390: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1b5ea540> <<< 6494 1726853144.45429: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 6494 1726853144.45434: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 6494 1726853144.45657: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 6494 1726853144.45721: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1b600740> 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 0x7fbf1b601e20> # /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 0x7fbf1b602cc0> # 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 0x7fbf1b6032f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1b602210> <<< 6494 1726853144.45725: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 6494 1726853144.45794: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf1b603d70> <<< 6494 1726853144.45808: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1b6034a0> <<< 6494 1726853144.45858: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1b5ea4b0> <<< 6494 1726853144.45908: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 6494 1726853144.45953: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 6494 1726853144.45957: stdout chunk (state=3): >>># /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' <<< 6494 1726853144.46066: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf1b387c50> <<< 6494 1726853144.46075: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf1b3b07a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1b3b0500> # 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 0x7fbf1b3b07d0> <<< 6494 1726853144.46111: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 6494 1726853144.46166: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853144.46294: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf1b3b1100> <<< 6494 1726853144.46460: stdout chunk (state=3): >>># 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 0x7fbf1b3b1af0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1b3b09b0> <<< 6494 1726853144.46498: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1b385df0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 6494 1726853144.46517: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 6494 1726853144.46566: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1b3b2f00> <<< 6494 1726853144.46609: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1b3b1c40> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1b5eac60> <<< 6494 1726853144.46623: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 6494 1726853144.46708: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853144.46736: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 6494 1726853144.46755: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 6494 1726853144.46774: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1b3d7230> <<< 6494 1726853144.46993: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 6494 1726853144.47028: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1b3ff620> # /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' <<< 6494 1726853144.47063: stdout chunk (state=3): >>>import 'ntpath' # <<< 6494 1726853144.47087: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1b460380> <<< 6494 1726853144.47134: stdout chunk (state=3): >>># /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' <<< 6494 1726853144.47149: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 6494 1726853144.47204: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 6494 1726853144.47275: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1b462ae0> <<< 6494 1726853144.47354: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1b4604a0> <<< 6494 1726853144.47404: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1b4213a0> <<< 6494 1726853144.47437: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 6494 1726853144.47459: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1ad29430> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1b3fe420> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1b3b3e00> <<< 6494 1726853144.47583: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fbf1b3fe780> <<< 6494 1726853144.47755: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_jbekw_8y/ansible_stat_payload.zip' # zipimport: zlib available <<< 6494 1726853144.47891: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853144.47931: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 6494 1726853144.47945: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 6494 1726853144.47976: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 6494 1726853144.48056: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 6494 1726853144.48106: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' <<< 6494 1726853144.48110: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1ad7f1d0> import '_typing' # <<< 6494 1726853144.48295: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1ad5e0c0> <<< 6494 1726853144.48299: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1ad5d220> <<< 6494 1726853144.48304: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853144.48334: stdout chunk (state=3): >>>import 'ansible' # <<< 6494 1726853144.48343: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853144.48364: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853144.48367: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853144.48384: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 6494 1726853144.48403: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853144.49871: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853144.51068: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1ad7d070> <<< 6494 1726853144.51093: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 6494 1726853144.51097: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853144.51121: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 6494 1726853144.51129: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 6494 1726853144.51178: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 6494 1726853144.51203: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf1ada6b10> <<< 6494 1726853144.51241: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1ada68a0> <<< 6494 1726853144.51292: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1ada61b0> <<< 6494 1726853144.51295: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 6494 1726853144.51387: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1ada6600> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1ad7fbf0> import 'atexit' # <<< 6494 1726853144.51414: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf1ada78c0> # 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 0x7fbf1ada7b00> <<< 6494 1726853144.51433: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 6494 1726853144.51491: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 6494 1726853144.51527: stdout chunk (state=3): >>>import '_locale' # <<< 6494 1726853144.51570: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1ada7f80> import 'pwd' # <<< 6494 1726853144.51609: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 6494 1726853144.51647: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 6494 1726853144.51687: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1ac11d90> <<< 6494 1726853144.51715: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf1ac139b0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 6494 1726853144.51773: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 6494 1726853144.51789: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1ac143b0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 6494 1726853144.51820: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 6494 1726853144.51823: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1ac15550> <<< 6494 1726853144.51843: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 6494 1726853144.51906: stdout chunk (state=3): >>># 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' <<< 6494 1726853144.51951: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1ac17fb0> <<< 6494 1726853144.51989: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853144.51998: stdout chunk (state=3): >>># 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 0x7fbf1ac1c2f0> <<< 6494 1726853144.52012: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1ac16270> <<< 6494 1726853144.52029: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 6494 1726853144.52063: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 6494 1726853144.52090: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 6494 1726853144.52106: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 6494 1726853144.52108: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 6494 1726853144.52139: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 6494 1726853144.52170: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 6494 1726853144.52178: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1ac1ff20> <<< 6494 1726853144.52192: stdout chunk (state=3): >>>import '_tokenize' # <<< 6494 1726853144.52259: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1ac1e9f0> <<< 6494 1726853144.52267: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1ac1e780> <<< 6494 1726853144.52290: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 6494 1726853144.52292: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 6494 1726853144.52365: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1ac1ecc0> <<< 6494 1726853144.52447: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1ac16780> <<< 6494 1726853144.52451: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853144.52459: stdout chunk (state=3): >>># extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf1ac67fb0> <<< 6494 1726853144.52470: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1ac682f0> <<< 6494 1726853144.52490: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 6494 1726853144.52542: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 6494 1726853144.52589: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf1ac69dc0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1ac69b80> <<< 6494 1726853144.52596: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 6494 1726853144.52736: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 6494 1726853144.52763: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853144.52784: stdout chunk (state=3): >>># 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 0x7fbf1ac6c320> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1ac6a4b0> <<< 6494 1726853144.52800: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 6494 1726853144.52840: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853144.52868: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 6494 1726853144.52876: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 6494 1726853144.52883: stdout chunk (state=3): >>>import '_string' # <<< 6494 1726853144.52925: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1ac6fb00> <<< 6494 1726853144.53059: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1ac6c4d0> <<< 6494 1726853144.53121: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853144.53126: stdout chunk (state=3): >>># extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf1ac708f0> <<< 6494 1726853144.53159: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853144.53164: stdout chunk (state=3): >>># extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf1ac70b30> <<< 6494 1726853144.53199: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853144.53203: stdout chunk (state=3): >>># extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf1ac70dd0> <<< 6494 1726853144.53215: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1ac684d0> <<< 6494 1726853144.53238: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py <<< 6494 1726853144.53244: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 6494 1726853144.53261: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 6494 1726853144.53287: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 6494 1726853144.53317: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853144.53350: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf1acfc3b0><<< 6494 1726853144.53355: stdout chunk (state=3): >>> <<< 6494 1726853144.53508: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853144.53522: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf1acfd7f0> <<< 6494 1726853144.53528: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1ac72b70> <<< 6494 1726853144.53563: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf1ac73f20> <<< 6494 1726853144.53571: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1ac727b0> <<< 6494 1726853144.53591: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853144.53594: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 6494 1726853144.53618: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853144.53863: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853144.53866: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853144.53869: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 6494 1726853144.53871: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853144.53873: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 6494 1726853144.53876: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853144.53996: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853144.54254: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853144.54703: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853144.55276: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 6494 1726853144.55282: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 6494 1726853144.55294: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 6494 1726853144.55311: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 6494 1726853144.55338: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853144.55393: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf1ab01940> <<< 6494 1726853144.55476: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 6494 1726853144.55485: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 6494 1726853144.55500: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1ab026f0> <<< 6494 1726853144.55505: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1acfd910> <<< 6494 1726853144.55559: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 6494 1726853144.55568: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853144.55597: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853144.55606: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 6494 1726853144.55618: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853144.55779: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853144.55947: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 6494 1726853144.55958: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1ab02690> <<< 6494 1726853144.55968: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853144.56458: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853144.56936: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853144.57011: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853144.57092: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 6494 1726853144.57096: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853144.57128: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853144.57340: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 6494 1726853144.57371: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 6494 1726853144.57408: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853144.57444: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 6494 1726853144.57470: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853144.57703: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853144.57944: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 6494 1726853144.58012: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 6494 1726853144.58038: stdout chunk (state=3): >>>import '_ast' # <<< 6494 1726853144.58103: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1ab038c0> <<< 6494 1726853144.58115: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853144.58181: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853144.58286: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 6494 1726853144.58311: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853144.58376: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853144.58403: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 6494 1726853144.58445: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853144.58481: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853144.58538: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853144.58612: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 6494 1726853144.58655: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853144.58764: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf1ab0e3f0> <<< 6494 1726853144.58796: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1ab09a60> <<< 6494 1726853144.58847: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 6494 1726853144.58850: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853144.58912: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853144.59023: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853144.59062: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853144.59066: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853144.59099: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 6494 1726853144.59105: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 6494 1726853144.59126: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 6494 1726853144.59194: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 6494 1726853144.59218: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 6494 1726853144.59241: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 6494 1726853144.59297: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1adfab70> <<< 6494 1726853144.59348: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1adee840> <<< 6494 1726853144.59442: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1ab0e150> <<< 6494 1726853144.59445: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1ac736b0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 6494 1726853144.59460: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853144.59477: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853144.59505: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 6494 1726853144.59508: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 6494 1726853144.59575: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 6494 1726853144.59580: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853144.59603: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 6494 1726853144.59623: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853144.59776: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853144.59984: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853144.60103: 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"}}} <<< 6494 1726853144.60122: stdout chunk (state=3): >>># destroy __main__ <<< 6494 1726853144.60517: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 6494 1726853144.60552: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path <<< 6494 1726853144.60562: stdout chunk (state=3): >>># 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 <<< 6494 1726853144.60570: 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 enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix<<< 6494 1726853144.60588: stdout chunk (state=3): >>> # 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 <<< 6494 1726853144.60603: stdout chunk (state=3): >>># 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 <<< 6494 1726853144.60634: stdout chunk (state=3): >>># 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 <<< 6494 1726853144.60647: stdout chunk (state=3): >>># cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader <<< 6494 1726853144.60661: stdout chunk (state=3): >>># cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common <<< 6494 1726853144.60665: 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 <<< 6494 1726853144.60699: 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 # 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 <<< 6494 1726853144.60702: stdout chunk (state=3): >>># cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 6494 1726853144.61095: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 6494 1726853144.61099: stdout chunk (state=3): >>># 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 <<< 6494 1726853144.61102: stdout chunk (state=3): >>># destroy zipfile._path <<< 6494 1726853144.61111: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath <<< 6494 1726853144.61180: stdout chunk (state=3): >>># destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal <<< 6494 1726853144.61228: stdout chunk (state=3): >>># destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime <<< 6494 1726853144.61266: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 6494 1726853144.61290: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 6494 1726853144.61408: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 6494 1726853144.61414: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes <<< 6494 1726853144.61436: 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 # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix <<< 6494 1726853144.61511: stdout chunk (state=3): >>># 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 <<< 6494 1726853144.61530: stdout chunk (state=3): >>># 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 <<< 6494 1726853144.61554: stdout chunk (state=3): >>># cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 6494 1726853144.61766: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket # destroy _collections <<< 6494 1726853144.61806: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 6494 1726853144.61828: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 6494 1726853144.61847: stdout chunk (state=3): >>># destroy _typing <<< 6494 1726853144.61867: stdout chunk (state=3): >>># destroy _tokenize <<< 6494 1726853144.61899: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 6494 1726853144.61906: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 6494 1726853144.62000: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8<<< 6494 1726853144.62011: stdout chunk (state=3): >>> # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading <<< 6494 1726853144.62014: stdout chunk (state=3): >>># destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 6494 1726853144.62049: stdout chunk (state=3): >>># destroy time <<< 6494 1726853144.62053: stdout chunk (state=3): >>># destroy _random <<< 6494 1726853144.62055: stdout chunk (state=3): >>># destroy _weakref <<< 6494 1726853144.62074: stdout chunk (state=3): >>># destroy _hashlib <<< 6494 1726853144.62087: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 6494 1726853144.62115: stdout chunk (state=3): >>># destroy itertools <<< 6494 1726853144.62118: stdout chunk (state=3): >>># destroy _abc <<< 6494 1726853144.62120: stdout chunk (state=3): >>># destroy _sre # destroy posix # destroy _functools # destroy builtins <<< 6494 1726853144.62137: stdout chunk (state=3): >>># destroy _thread <<< 6494 1726853144.62143: stdout chunk (state=3): >>># clear sys.audit hooks <<< 6494 1726853144.62520: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.41.218 closed. <<< 6494 1726853144.62551: stderr chunk (state=3): >>><<< 6494 1726853144.62554: stdout chunk (state=3): >>><<< 6494 1726853144.62623: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1b7684d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1b737b30> # /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 0x7fbf1b76aa50> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1b51d130> # /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 0x7fbf1b51dfa0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1b55bec0> # /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 0x7fbf1b55bf80> # /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 0x7fbf1b593830> # /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 0x7fbf1b593ec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1b573b60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1b5712b0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1b559070> # /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 0x7fbf1b5b37d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1b5b23f0> # /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 0x7fbf1b572150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1b5b0bc0> # /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 0x7fbf1b5e8890> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1b5582f0> # /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 0x7fbf1b5e8d40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1b5e8bf0> # 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 0x7fbf1b5e8fe0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1b556e10> # /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 0x7fbf1b5e9670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1b5e9370> 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 0x7fbf1b5ea540> 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 0x7fbf1b600740> 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 0x7fbf1b601e20> # /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 0x7fbf1b602cc0> # 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 0x7fbf1b6032f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1b602210> # /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 0x7fbf1b603d70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1b6034a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1b5ea4b0> # /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 0x7fbf1b387c50> # /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 0x7fbf1b3b07a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1b3b0500> # 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 0x7fbf1b3b07d0> # /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 0x7fbf1b3b1100> # 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 0x7fbf1b3b1af0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1b3b09b0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1b385df0> # /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 0x7fbf1b3b2f00> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1b3b1c40> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1b5eac60> # /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 0x7fbf1b3d7230> # /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 0x7fbf1b3ff620> # /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 0x7fbf1b460380> # /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 0x7fbf1b462ae0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1b4604a0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1b4213a0> # /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 0x7fbf1ad29430> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1b3fe420> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1b3b3e00> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fbf1b3fe780> # zipimport: found 30 names in '/tmp/ansible_stat_payload_jbekw_8y/ansible_stat_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1ad7f1d0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1ad5e0c0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1ad5d220> # 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 0x7fbf1ad7d070> # /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 0x7fbf1ada6b10> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1ada68a0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1ada61b0> # /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 0x7fbf1ada6600> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1ad7fbf0> 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 0x7fbf1ada78c0> # 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 0x7fbf1ada7b00> # /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 0x7fbf1ada7f80> 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 0x7fbf1ac11d90> # 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 0x7fbf1ac139b0> # /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 0x7fbf1ac143b0> # /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 0x7fbf1ac15550> # /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 0x7fbf1ac17fb0> # 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 0x7fbf1ac1c2f0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1ac16270> # /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 0x7fbf1ac1ff20> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1ac1e9f0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1ac1e780> # /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 0x7fbf1ac1ecc0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1ac16780> # 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 0x7fbf1ac67fb0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1ac682f0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf1ac69dc0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1ac69b80> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf1ac6c320> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1ac6a4b0> # /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 0x7fbf1ac6fb00> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1ac6c4d0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf1ac708f0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf1ac70b30> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf1ac70dd0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1ac684d0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf1acfc3b0> # 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 0x7fbf1acfd7f0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1ac72b70> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf1ac73f20> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1ac727b0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf1ab01940> # /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 0x7fbf1ab026f0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1acfd910> 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 0x7fbf1ab02690> # 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 0x7fbf1ab038c0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf1ab0e3f0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1ab09a60> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1adfab70> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1adee840> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1ab0e150> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf1ac736b0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/run/ostree-booted", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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.41.218 closed. 6494 1726853144.63137: done with _execute_module (stat, {'path': '/run/ostree-booted', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'stat', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726853144.301583-7023-27253020784336/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6494 1726853144.63141: _low_level_execute_command(): starting 6494 1726853144.63143: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726853144.301583-7023-27253020784336/ > /dev/null 2>&1 && sleep 0' 6494 1726853144.63306: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853144.63310: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6494 1726853144.63312: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853144.63314: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853144.63316: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match found <<< 6494 1726853144.63318: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853144.63378: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853144.63381: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853144.63384: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853144.63512: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853144.65517: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853144.65543: stderr chunk (state=3): >>><<< 6494 1726853144.65546: stdout chunk (state=3): >>><<< 6494 1726853144.65562: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853144.65567: handler run complete 6494 1726853144.65584: attempt loop complete, returning result 6494 1726853144.65588: _execute() done 6494 1726853144.65591: dumping result to json 6494 1726853144.65593: done dumping result, returning 6494 1726853144.65604: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.selinux : Check if system is ostree [0affc48f-66db-1e98-6787-00000000039a] 6494 1726853144.65607: sending task result for task 0affc48f-66db-1e98-6787-00000000039a 6494 1726853144.65695: done sending task result for task 0affc48f-66db-1e98-6787-00000000039a 6494 1726853144.65698: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } 6494 1726853144.65791: no more pending results, returning what we have 6494 1726853144.65795: results queue empty 6494 1726853144.65795: checking for any_errors_fatal 6494 1726853144.65797: done checking for any_errors_fatal 6494 1726853144.65797: checking for max_fail_percentage 6494 1726853144.65799: done checking for max_fail_percentage 6494 1726853144.65800: checking to see if all hosts have failed and the running result is not ok 6494 1726853144.65803: done checking to see if all hosts have failed 6494 1726853144.65804: getting the remaining hosts for this loop 6494 1726853144.65806: done getting the remaining hosts for this loop 6494 1726853144.65811: getting the next task for host managed_node1 6494 1726853144.65818: done getting next task for host managed_node1 6494 1726853144.65822: ^ task is: TASK: fedora.linux_system_roles.selinux : Set flag to indicate system is ostree 6494 1726853144.65827: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853144.65839: getting variables 6494 1726853144.65840: in VariableManager get_vars() 6494 1726853144.65876: Calling all_inventory to load vars for managed_node1 6494 1726853144.65878: Calling groups_inventory to load vars for managed_node1 6494 1726853144.65880: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853144.65889: Calling all_plugins_play to load vars for managed_node1 6494 1726853144.65891: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853144.65893: Calling groups_plugins_play to load vars for managed_node1 6494 1726853144.65955: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853144.66010: done with get_vars() 6494 1726853144.66017: done getting variables 6494 1726853144.66067: 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.selinux : Set flag to indicate system is ostree] *** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Friday 20 September 2024 13:25:44 -0400 (0:00:00.423) 0:00:19.583 ****** 6494 1726853144.66097: entering _queue_task() for managed_node1/set_fact 6494 1726853144.66329: worker is 1 (out of 1 available) 6494 1726853144.66345: exiting _queue_task() for managed_node1/set_fact 6494 1726853144.66357: done queuing things up, now waiting for results queue to drain 6494 1726853144.66359: waiting for pending results... 6494 1726853144.66558: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.selinux : Set flag to indicate system is ostree 6494 1726853144.66765: in run() - task 0affc48f-66db-1e98-6787-00000000039b 6494 1726853144.66770: variable 'ansible_search_path' from source: unknown 6494 1726853144.66773: variable 'ansible_search_path' from source: unknown 6494 1726853144.66776: calling self._execute() 6494 1726853144.66836: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853144.66840: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853144.66844: variable 'omit' from source: magic vars 6494 1726853144.67265: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853144.69188: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853144.69240: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853144.69278: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853144.69303: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853144.69331: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853144.69402: variable 'postfix_manage_selinux' from source: include params 6494 1726853144.69419: Evaluated conditional (postfix_manage_selinux | bool): True 6494 1726853144.69515: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6494 1726853144.69637: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6494 1726853144.69666: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6494 1726853144.69690: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6494 1726853144.69713: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6494 1726853144.69775: 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) 6494 1726853144.69792: 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) 6494 1726853144.69810: 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) 6494 1726853144.69827: 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) 6494 1726853144.69893: Evaluated conditional (not __selinux_is_ostree is defined): True 6494 1726853144.69898: variable 'omit' from source: magic vars 6494 1726853144.69963: variable 'omit' from source: magic vars 6494 1726853144.70047: variable '__ostree_booted_stat' from source: set_fact 6494 1726853144.70078: variable 'omit' from source: magic vars 6494 1726853144.70099: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6494 1726853144.70120: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6494 1726853144.70136: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6494 1726853144.70149: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853144.70157: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853144.70180: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6494 1726853144.70184: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853144.70187: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853144.70253: Set connection var ansible_shell_type to sh 6494 1726853144.70259: Set connection var ansible_pipelining to False 6494 1726853144.70265: Set connection var ansible_shell_executable to /bin/sh 6494 1726853144.70270: Set connection var ansible_timeout to 10 6494 1726853144.70277: Set connection var ansible_connection to ssh 6494 1726853144.70283: Set connection var ansible_module_compression to ZIP_DEFLATED 6494 1726853144.70304: variable 'ansible_shell_executable' from source: unknown 6494 1726853144.70308: variable 'ansible_connection' from source: unknown 6494 1726853144.70312: variable 'ansible_module_compression' from source: unknown 6494 1726853144.70314: variable 'ansible_shell_type' from source: unknown 6494 1726853144.70317: variable 'ansible_shell_executable' from source: unknown 6494 1726853144.70319: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853144.70321: variable 'ansible_pipelining' from source: unknown 6494 1726853144.70323: variable 'ansible_timeout' from source: unknown 6494 1726853144.70325: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853144.70393: 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) 6494 1726853144.70403: variable 'omit' from source: magic vars 6494 1726853144.70407: starting attempt loop 6494 1726853144.70409: running the handler 6494 1726853144.70415: handler run complete 6494 1726853144.70423: attempt loop complete, returning result 6494 1726853144.70425: _execute() done 6494 1726853144.70428: dumping result to json 6494 1726853144.70431: done dumping result, returning 6494 1726853144.70442: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.selinux : Set flag to indicate system is ostree [0affc48f-66db-1e98-6787-00000000039b] 6494 1726853144.70445: sending task result for task 0affc48f-66db-1e98-6787-00000000039b 6494 1726853144.70522: done sending task result for task 0affc48f-66db-1e98-6787-00000000039b 6494 1726853144.70525: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "__selinux_is_ostree": false }, "changed": false } 6494 1726853144.70599: no more pending results, returning what we have 6494 1726853144.70607: results queue empty 6494 1726853144.70608: checking for any_errors_fatal 6494 1726853144.70616: done checking for any_errors_fatal 6494 1726853144.70616: checking for max_fail_percentage 6494 1726853144.70618: done checking for max_fail_percentage 6494 1726853144.70619: checking to see if all hosts have failed and the running result is not ok 6494 1726853144.70620: done checking to see if all hosts have failed 6494 1726853144.70621: getting the remaining hosts for this loop 6494 1726853144.70622: done getting the remaining hosts for this loop 6494 1726853144.70626: getting the next task for host managed_node1 6494 1726853144.70639: done getting next task for host managed_node1 6494 1726853144.70643: ^ task is: TASK: fedora.linux_system_roles.selinux : Check if transactional-update exists in /sbin 6494 1726853144.70648: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853144.70668: getting variables 6494 1726853144.70670: in VariableManager get_vars() 6494 1726853144.70707: Calling all_inventory to load vars for managed_node1 6494 1726853144.70709: Calling groups_inventory to load vars for managed_node1 6494 1726853144.70711: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853144.70720: Calling all_plugins_play to load vars for managed_node1 6494 1726853144.70722: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853144.70724: Calling groups_plugins_play to load vars for managed_node1 6494 1726853144.70928: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853144.70994: done with get_vars() 6494 1726853144.71006: done getting variables TASK [fedora.linux_system_roles.selinux : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Friday 20 September 2024 13:25:44 -0400 (0:00:00.050) 0:00:19.633 ****** 6494 1726853144.71115: entering _queue_task() for managed_node1/stat 6494 1726853144.71399: worker is 1 (out of 1 available) 6494 1726853144.71414: exiting _queue_task() for managed_node1/stat 6494 1726853144.71425: done queuing things up, now waiting for results queue to drain 6494 1726853144.71426: waiting for pending results... 6494 1726853144.71752: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.selinux : Check if transactional-update exists in /sbin 6494 1726853144.71900: in run() - task 0affc48f-66db-1e98-6787-00000000039d 6494 1726853144.71915: variable 'ansible_search_path' from source: unknown 6494 1726853144.71922: variable 'ansible_search_path' from source: unknown 6494 1726853144.71980: calling self._execute() 6494 1726853144.72028: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853144.72033: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853144.72043: variable 'omit' from source: magic vars 6494 1726853144.72322: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853144.73771: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853144.73829: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853144.73857: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853144.73881: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853144.73900: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853144.73975: variable 'postfix_manage_selinux' from source: include params 6494 1726853144.73989: Evaluated conditional (postfix_manage_selinux | bool): True 6494 1726853144.74080: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6494 1726853144.74193: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6494 1726853144.74222: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6494 1726853144.74248: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6494 1726853144.74301: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6494 1726853144.74369: 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) 6494 1726853144.74397: 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) 6494 1726853144.74438: 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) 6494 1726853144.74488: 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) 6494 1726853144.74571: Evaluated conditional (not __selinux_is_transactional is defined): True 6494 1726853144.74574: variable 'omit' from source: magic vars 6494 1726853144.74710: variable 'omit' from source: magic vars 6494 1726853144.74754: variable 'omit' from source: magic vars 6494 1726853144.74779: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6494 1726853144.74814: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6494 1726853144.74838: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6494 1726853144.74850: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853144.74859: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853144.74881: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6494 1726853144.74884: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853144.74887: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853144.75016: Set connection var ansible_shell_type to sh 6494 1726853144.75021: Set connection var ansible_pipelining to False 6494 1726853144.75054: Set connection var ansible_shell_executable to /bin/sh 6494 1726853144.75057: Set connection var ansible_timeout to 10 6494 1726853144.75059: Set connection var ansible_connection to ssh 6494 1726853144.75061: Set connection var ansible_module_compression to ZIP_DEFLATED 6494 1726853144.75099: variable 'ansible_shell_executable' from source: unknown 6494 1726853144.75102: variable 'ansible_connection' from source: unknown 6494 1726853144.75105: variable 'ansible_module_compression' from source: unknown 6494 1726853144.75107: variable 'ansible_shell_type' from source: unknown 6494 1726853144.75110: variable 'ansible_shell_executable' from source: unknown 6494 1726853144.75112: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853144.75114: variable 'ansible_pipelining' from source: unknown 6494 1726853144.75117: variable 'ansible_timeout' from source: unknown 6494 1726853144.75119: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853144.75268: 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__) 6494 1726853144.75275: variable 'omit' from source: magic vars 6494 1726853144.75280: starting attempt loop 6494 1726853144.75285: running the handler 6494 1726853144.75294: _low_level_execute_command(): starting 6494 1726853144.75303: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6494 1726853144.76045: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853144.76049: 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.41.218 originally 10.31.41.218 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853144.76051: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853144.76054: 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853144.76143: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853144.76297: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853144.78092: stdout chunk (state=3): >>>/root <<< 6494 1726853144.78190: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853144.78242: stderr chunk (state=3): >>><<< 6494 1726853144.78257: stdout chunk (state=3): >>><<< 6494 1726853144.78288: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853144.78312: _low_level_execute_command(): starting 6494 1726853144.78317: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726853144.7828753-7046-276503604801900 `" && echo ansible-tmp-1726853144.7828753-7046-276503604801900="` echo /root/.ansible/tmp/ansible-tmp-1726853144.7828753-7046-276503604801900 `" ) && sleep 0' 6494 1726853144.78937: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853144.78942: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853144.78945: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853144.78948: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match found <<< 6494 1726853144.78951: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853144.78994: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853144.79000: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853144.79003: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853144.79126: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853144.81267: stdout chunk (state=3): >>>ansible-tmp-1726853144.7828753-7046-276503604801900=/root/.ansible/tmp/ansible-tmp-1726853144.7828753-7046-276503604801900 <<< 6494 1726853144.81380: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853144.81411: stderr chunk (state=3): >>><<< 6494 1726853144.81414: stdout chunk (state=3): >>><<< 6494 1726853144.81431: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726853144.7828753-7046-276503604801900=/root/.ansible/tmp/ansible-tmp-1726853144.7828753-7046-276503604801900 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853144.81484: variable 'ansible_module_compression' from source: unknown 6494 1726853144.81527: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6494dydhg1yg/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6494 1726853144.81561: variable 'ansible_facts' from source: unknown 6494 1726853144.81622: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726853144.7828753-7046-276503604801900/AnsiballZ_stat.py 6494 1726853144.81734: Sending initial data 6494 1726853144.81738: Sent initial data (151 bytes) 6494 1726853144.82385: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853144.82420: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853144.82444: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853144.82447: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853144.82599: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853144.84391: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" <<< 6494 1726853144.84395: stderr chunk (state=3): >>>debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6494 1726853144.84500: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6494 1726853144.84636: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6494dydhg1yg/tmpmkneahpp /root/.ansible/tmp/ansible-tmp-1726853144.7828753-7046-276503604801900/AnsiballZ_stat.py <<< 6494 1726853144.84643: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726853144.7828753-7046-276503604801900/AnsiballZ_stat.py" <<< 6494 1726853144.84754: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6494dydhg1yg/tmpmkneahpp" to remote "/root/.ansible/tmp/ansible-tmp-1726853144.7828753-7046-276503604801900/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726853144.7828753-7046-276503604801900/AnsiballZ_stat.py" <<< 6494 1726853144.85583: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853144.85631: stderr chunk (state=3): >>><<< 6494 1726853144.85638: stdout chunk (state=3): >>><<< 6494 1726853144.85660: done transferring module to remote 6494 1726853144.85673: _low_level_execute_command(): starting 6494 1726853144.85677: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726853144.7828753-7046-276503604801900/ /root/.ansible/tmp/ansible-tmp-1726853144.7828753-7046-276503604801900/AnsiballZ_stat.py && sleep 0' 6494 1726853144.86275: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6494 1726853144.86279: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 is address debug1: re-parsing configuration <<< 6494 1726853144.86282: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853144.86288: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853144.86311: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853144.86440: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853144.88445: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853144.88479: stderr chunk (state=3): >>><<< 6494 1726853144.88483: stdout chunk (state=3): >>><<< 6494 1726853144.88505: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853144.88508: _low_level_execute_command(): starting 6494 1726853144.88522: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726853144.7828753-7046-276503604801900/AnsiballZ_stat.py && sleep 0' 6494 1726853144.89140: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853144.89144: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853144.89211: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853144.89215: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853144.89217: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853144.89359: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853144.91769: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 6494 1726853144.91797: stdout chunk (state=3): >>>import _imp # builtin <<< 6494 1726853144.91825: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 6494 1726853144.91895: stdout chunk (state=3): >>>import '_io' # <<< 6494 1726853144.91922: stdout chunk (state=3): >>>import 'marshal' # <<< 6494 1726853144.91939: stdout chunk (state=3): >>>import 'posix' # <<< 6494 1726853144.91970: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 6494 1726853144.91975: stdout chunk (state=3): >>># installing zipimport hook <<< 6494 1726853144.92006: stdout chunk (state=3): >>>import 'time' # <<< 6494 1726853144.92019: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 6494 1726853144.92059: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 6494 1726853144.92064: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853144.92086: stdout chunk (state=3): >>>import '_codecs' # <<< 6494 1726853144.92120: stdout chunk (state=3): >>>import 'codecs' # <<< 6494 1726853144.92158: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 6494 1726853144.92234: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f7104d0> <<< 6494 1726853144.92243: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f6dfb30> <<< 6494 1726853144.92346: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f712a50> import '_signal' # import '_abc' # import 'abc' # <<< 6494 1726853144.92353: stdout chunk (state=3): >>>import 'io' # <<< 6494 1726853144.92373: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 6494 1726853144.92451: stdout chunk (state=3): >>>import '_collections_abc' # <<< 6494 1726853144.92485: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 6494 1726853144.92507: stdout chunk (state=3): >>>import 'os' # <<< 6494 1726853144.92547: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages <<< 6494 1726853144.92573: stdout chunk (state=3): >>>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' <<< 6494 1726853144.92615: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 6494 1726853144.92639: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f4c1130> <<< 6494 1726853144.92698: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 6494 1726853144.92728: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f4c1fa0> <<< 6494 1726853144.92772: stdout chunk (state=3): >>>import 'site' # <<< 6494 1726853144.92785: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 6494 1726853144.93028: stdout chunk (state=3): >>># /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' <<< 6494 1726853144.93080: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853144.93084: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 6494 1726853144.93131: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 6494 1726853144.93144: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 6494 1726853144.93228: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 6494 1726853144.93270: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f4ffe90> # /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' <<< 6494 1726853144.93277: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f4fff50> <<< 6494 1726853144.93326: stdout chunk (state=3): >>># /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' <<< 6494 1726853144.93341: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 6494 1726853144.93409: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853144.93418: stdout chunk (state=3): >>>import 'itertools' # <<< 6494 1726853144.93446: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f537890> <<< 6494 1726853144.93491: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f537f20> <<< 6494 1726853144.93503: stdout chunk (state=3): >>>import '_collections' # <<< 6494 1726853144.93555: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f517b60> <<< 6494 1726853144.93568: stdout chunk (state=3): >>>import '_functools' # <<< 6494 1726853144.93608: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f515280> <<< 6494 1726853144.93705: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f4fd040> <<< 6494 1726853144.93726: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 6494 1726853144.93769: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 6494 1726853144.93774: stdout chunk (state=3): >>>import '_sre' # <<< 6494 1726853144.93799: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 6494 1726853144.93818: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 6494 1726853144.93858: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 6494 1726853144.93872: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f557800> <<< 6494 1726853144.93894: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f556420> <<< 6494 1726853144.93936: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f516150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f554c80> <<< 6494 1726853144.93988: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 6494 1726853144.93992: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' <<< 6494 1726853144.94009: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f58c890> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f4fc2c0> <<< 6494 1726853144.94040: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py <<< 6494 1726853144.94045: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 6494 1726853144.94077: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853144.94079: stdout chunk (state=3): >>># 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 0x7f347f58cd40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f58cbf0> <<< 6494 1726853144.94119: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f347f58cfe0> <<< 6494 1726853144.94143: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f4fade0> <<< 6494 1726853144.94176: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 6494 1726853144.94182: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853144.94192: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 6494 1726853144.94229: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 6494 1726853144.94255: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f58d6d0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f58d3a0> <<< 6494 1726853144.94259: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 6494 1726853144.94290: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 6494 1726853144.94311: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f58e5d0> <<< 6494 1726853144.94335: stdout chunk (state=3): >>>import 'importlib.util' # <<< 6494 1726853144.94381: stdout chunk (state=3): >>>import 'runpy' # <<< 6494 1726853144.94407: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 6494 1726853144.94415: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 6494 1726853144.94465: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f5a47a0> import 'errno' # <<< 6494 1726853144.94505: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f347f5a5eb0> <<< 6494 1726853144.94544: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 6494 1726853144.94567: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 6494 1726853144.94611: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f5a6d50> <<< 6494 1726853144.94646: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f347f5a7380> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f5a62a0> <<< 6494 1726853144.94697: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 6494 1726853144.94738: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f347f5a7e00> <<< 6494 1726853144.94776: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f5a7530> <<< 6494 1726853144.94802: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f58e570> <<< 6494 1726853144.94848: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 6494 1726853144.94850: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 6494 1726853144.94869: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 6494 1726853144.94937: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 6494 1726853144.94941: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f347f32bce0> <<< 6494 1726853144.94967: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 6494 1726853144.95018: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f347f354830> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f354590> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853144.95069: stdout chunk (state=3): >>># extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f347f354770> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 6494 1726853144.95072: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 6494 1726853144.95142: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853144.95279: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f347f355100> <<< 6494 1726853144.95430: stdout chunk (state=3): >>># 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 0x7f347f355af0> <<< 6494 1726853144.95435: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f3549b0> <<< 6494 1726853144.95496: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f329e80> # /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' <<< 6494 1726853144.95544: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f356ea0> <<< 6494 1726853144.95571: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f355c10> <<< 6494 1726853144.95592: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f58ecc0> <<< 6494 1726853144.95627: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 6494 1726853144.95688: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853144.95713: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 6494 1726853144.95767: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 6494 1726853144.95806: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f37f230> <<< 6494 1726853144.95862: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 6494 1726853144.95875: stdout chunk (state=3): >>># 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 <<< 6494 1726853144.95906: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 6494 1726853144.95930: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f3a3590> <<< 6494 1726853144.95951: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 6494 1726853144.96004: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 6494 1726853144.96058: stdout chunk (state=3): >>>import 'ntpath' # <<< 6494 1726853144.96088: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f4042f0> <<< 6494 1726853144.96112: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 6494 1726853144.96147: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 6494 1726853144.96173: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 6494 1726853144.96213: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 6494 1726853144.96322: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f406a50> <<< 6494 1726853144.96407: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f404410> <<< 6494 1726853144.96466: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f3c93a0> <<< 6494 1726853144.96500: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347ed213d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f3a23c0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f357e00> <<< 6494 1726853144.96617: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 6494 1726853144.96659: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f347ed21670> <<< 6494 1726853144.96852: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_etkw07on/ansible_stat_payload.zip' <<< 6494 1726853144.96855: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853144.96985: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853144.97012: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 6494 1726853144.97022: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 6494 1726853144.97088: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 6494 1726853144.97154: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 6494 1726853144.97200: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py <<< 6494 1726853144.97205: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347ed770b0> import '_typing' # <<< 6494 1726853144.97430: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347ed55fa0> <<< 6494 1726853144.97438: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347ed55160> # zipimport: zlib available <<< 6494 1726853144.97459: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 6494 1726853144.97470: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853144.97487: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853144.97495: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 6494 1726853144.97526: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853144.99024: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.00280: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347ed74f80> <<< 6494 1726853145.00287: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853145.00330: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 6494 1726853145.00352: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853145.00364: stdout chunk (state=3): >>># 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 0x7f347ed9ea50> <<< 6494 1726853145.00391: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347ed9e7e0> <<< 6494 1726853145.00435: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347ed9e120> <<< 6494 1726853145.00452: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 6494 1726853145.00465: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 6494 1726853145.00519: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347ed9e570> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347ed77b30> import 'atexit' # <<< 6494 1726853145.00552: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f347ed9f7d0> <<< 6494 1726853145.00590: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f347ed9fa10> <<< 6494 1726853145.00619: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 6494 1726853145.00666: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 6494 1726853145.00702: stdout chunk (state=3): >>>import '_locale' # <<< 6494 1726853145.00747: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347ed9ff50> <<< 6494 1726853145.00750: stdout chunk (state=3): >>>import 'pwd' # <<< 6494 1726853145.00769: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 6494 1726853145.00794: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 6494 1726853145.00835: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347ec09cd0> <<< 6494 1726853145.00864: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f347ec0b8f0> <<< 6494 1726853145.00888: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 6494 1726853145.00908: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 6494 1726853145.00949: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347ec0c2f0> <<< 6494 1726853145.00966: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 6494 1726853145.01010: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 6494 1726853145.01024: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347ec0d490> <<< 6494 1726853145.01050: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 6494 1726853145.01087: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 6494 1726853145.01116: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 6494 1726853145.01119: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 6494 1726853145.01178: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347ec0ff50> <<< 6494 1726853145.01217: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853145.01222: stdout chunk (state=3): >>># 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 0x7f347ec142c0> <<< 6494 1726853145.01243: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347ec0e210> <<< 6494 1726853145.01263: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 6494 1726853145.01295: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 6494 1726853145.01328: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 6494 1726853145.01335: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 6494 1726853145.01353: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 6494 1726853145.01386: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 6494 1726853145.01410: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 6494 1726853145.01419: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 6494 1726853145.01430: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347ec17e90> <<< 6494 1726853145.01449: stdout chunk (state=3): >>>import '_tokenize' # <<< 6494 1726853145.01520: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347ec16960> <<< 6494 1726853145.01525: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347ec166f0> <<< 6494 1726853145.01543: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 6494 1726853145.01559: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 6494 1726853145.01630: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347ec16c30> <<< 6494 1726853145.01668: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347ec0e720> <<< 6494 1726853145.01696: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853145.01703: stdout chunk (state=3): >>># extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f347ec5fe90> <<< 6494 1726853145.01727: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347ec600b0> <<< 6494 1726853145.01750: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 6494 1726853145.01778: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 6494 1726853145.01803: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py <<< 6494 1726853145.01806: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 6494 1726853145.01850: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f347ec61be0> <<< 6494 1726853145.01855: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347ec619a0> <<< 6494 1726853145.01875: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 6494 1726853145.02024: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 6494 1726853145.02083: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f347ec64140> <<< 6494 1726853145.02099: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347ec622d0> <<< 6494 1726853145.02110: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 6494 1726853145.02161: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853145.02179: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 6494 1726853145.02199: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 6494 1726853145.02208: stdout chunk (state=3): >>>import '_string' # <<< 6494 1726853145.02262: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347ec678f0> <<< 6494 1726853145.02394: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347ec642c0> <<< 6494 1726853145.02463: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853145.02467: stdout chunk (state=3): >>># extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f347ec68bc0> <<< 6494 1726853145.02499: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f347ec68920> <<< 6494 1726853145.02543: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853145.02551: stdout chunk (state=3): >>># extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f347ec68290> <<< 6494 1726853145.02565: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347ec602f0> <<< 6494 1726853145.02587: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py <<< 6494 1726853145.02594: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 6494 1726853145.02610: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 6494 1726853145.02644: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 6494 1726853145.02672: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853145.02708: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f347ecf42f0> <<< 6494 1726853145.02875: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853145.02879: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f347ecf5760> <<< 6494 1726853145.02890: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347ec6aa80> <<< 6494 1726853145.02922: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f347ec6be30> <<< 6494 1726853145.02930: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347ec6a6c0> <<< 6494 1726853145.02947: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.02964: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.02971: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 6494 1726853145.02989: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.03091: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.03187: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.03204: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.03207: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 6494 1726853145.03227: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.03236: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 6494 1726853145.03250: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.03382: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.03504: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.04087: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.04668: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 6494 1726853145.04676: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 6494 1726853145.04709: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 6494 1726853145.04718: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853145.04788: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f347ecf9af0> <<< 6494 1726853145.04876: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 6494 1726853145.04904: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347ecfa810> <<< 6494 1726853145.04912: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347ecf5be0> <<< 6494 1726853145.04963: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 6494 1726853145.04979: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.04998: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.05020: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 6494 1726853145.05030: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.05194: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.05358: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 6494 1726853145.05367: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 6494 1726853145.05371: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347ecfa5a0> <<< 6494 1726853145.05388: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.05879: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.06349: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.06417: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.06499: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 6494 1726853145.06511: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.06552: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.06578: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 6494 1726853145.06598: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.06666: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.06754: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 6494 1726853145.06765: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.06789: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 6494 1726853145.06801: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.06842: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.06887: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 6494 1726853145.06898: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.07148: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.07390: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 6494 1726853145.07467: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 6494 1726853145.07479: stdout chunk (state=3): >>>import '_ast' # <<< 6494 1726853145.07553: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347ecfb9e0> <<< 6494 1726853145.07562: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.07645: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.07716: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 6494 1726853145.07722: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 6494 1726853145.07742: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 6494 1726853145.07760: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.07806: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.07848: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 6494 1726853145.07864: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.07911: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.07955: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.08008: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.08089: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 6494 1726853145.08134: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853145.08241: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f347eb06540> <<< 6494 1726853145.08276: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347eb01190> <<< 6494 1726853145.08309: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 6494 1726853145.08315: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 6494 1726853145.08391: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.08458: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.08486: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.08544: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py <<< 6494 1726853145.08553: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853145.08567: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 6494 1726853145.08594: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 6494 1726853145.08616: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 6494 1726853145.08685: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 6494 1726853145.08707: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 6494 1726853145.08734: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 6494 1726853145.08789: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347edd6c30> <<< 6494 1726853145.08840: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347edea900> <<< 6494 1726853145.08919: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347ecf96d0> <<< 6494 1726853145.08926: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347ec69010> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 6494 1726853145.08946: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.08969: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.09002: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 6494 1726853145.09065: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 6494 1726853145.09085: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.09089: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.09111: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 6494 1726853145.09115: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.09271: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.09480: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.09610: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/sbin/transactional-update", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 6494 1726853145.09612: stdout chunk (state=3): >>># destroy __main__ <<< 6494 1726853145.10026: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 6494 1726853145.10041: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout <<< 6494 1726853145.10051: 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 <<< 6494 1726853145.10067: 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 _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 <<< 6494 1726853145.10082: stdout chunk (state=3): >>># 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 <<< 6494 1726853145.10090: stdout chunk (state=3): >>># 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 <<< 6494 1726853145.10115: stdout chunk (state=3): >>># 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 <<< 6494 1726853145.10128: stdout chunk (state=3): >>># 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 <<< 6494 1726853145.10153: stdout chunk (state=3): >>># 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 <<< 6494 1726853145.10172: 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 # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 6494 1726853145.10429: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 6494 1726853145.10449: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 6494 1726853145.10462: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 <<< 6494 1726853145.10480: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 6494 1726853145.10483: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch<<< 6494 1726853145.10490: stdout chunk (state=3): >>> # destroy ipaddress <<< 6494 1726853145.10513: stdout chunk (state=3): >>># destroy ntpath <<< 6494 1726853145.10529: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 6494 1726853145.10558: stdout chunk (state=3): >>># destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder <<< 6494 1726853145.10564: stdout chunk (state=3): >>># destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 6494 1726853145.10580: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select <<< 6494 1726853145.10599: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 6494 1726853145.10604: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 6494 1726853145.10606: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 6494 1726853145.10644: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 6494 1726853145.10647: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 6494 1726853145.10703: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 6494 1726853145.10719: 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 <<< 6494 1726853145.10725: 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 <<< 6494 1726853145.10728: stdout chunk (state=3): >>># destroy linecache # destroy textwrap # cleanup[3] wiping tokenize <<< 6494 1726853145.10759: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings <<< 6494 1726853145.10783: stdout chunk (state=3): >>># 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 <<< 6494 1726853145.10792: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 6494 1726853145.10810: stdout chunk (state=3): >>># 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 <<< 6494 1726853145.10829: stdout chunk (state=3): >>># cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath <<< 6494 1726853145.10858: stdout chunk (state=3): >>># 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 <<< 6494 1726853145.10862: 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 <<< 6494 1726853145.10868: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 6494 1726853145.11042: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 6494 1726853145.11054: stdout chunk (state=3): >>># destroy _collections <<< 6494 1726853145.11076: stdout chunk (state=3): >>># destroy platform <<< 6494 1726853145.11090: stdout chunk (state=3): >>># destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 6494 1726853145.11097: stdout chunk (state=3): >>># destroy tokenize <<< 6494 1726853145.11115: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 6494 1726853145.11137: stdout chunk (state=3): >>># destroy _typing <<< 6494 1726853145.11157: stdout chunk (state=3): >>># destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser <<< 6494 1726853145.11165: stdout chunk (state=3): >>># destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 6494 1726853145.11177: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 6494 1726853145.11287: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8<<< 6494 1726853145.11290: stdout chunk (state=3): >>> # 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 <<< 6494 1726853145.11293: stdout chunk (state=3): >>># destroy time <<< 6494 1726853145.11319: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 6494 1726853145.11344: stdout chunk (state=3): >>># destroy _hashlib <<< 6494 1726853145.11350: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 6494 1726853145.11390: stdout chunk (state=3): >>># destroy itertools <<< 6494 1726853145.11392: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix <<< 6494 1726853145.11393: stdout chunk (state=3): >>># destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 6494 1726853145.11746: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.41.218 closed. <<< 6494 1726853145.11773: stderr chunk (state=3): >>><<< 6494 1726853145.11776: stdout chunk (state=3): >>><<< 6494 1726853145.11843: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f7104d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f6dfb30> # /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 0x7f347f712a50> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f4c1130> # /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 0x7f347f4c1fa0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f4ffe90> # /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 0x7f347f4fff50> # /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 0x7f347f537890> # /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 0x7f347f537f20> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f517b60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f515280> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f4fd040> # /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 0x7f347f557800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f556420> # /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 0x7f347f516150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f554c80> # /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 0x7f347f58c890> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f4fc2c0> # /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 0x7f347f58cd40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f58cbf0> # 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 0x7f347f58cfe0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f4fade0> # /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 0x7f347f58d6d0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f58d3a0> 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 0x7f347f58e5d0> 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 0x7f347f5a47a0> 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 0x7f347f5a5eb0> # /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 0x7f347f5a6d50> # 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 0x7f347f5a7380> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f5a62a0> # /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 0x7f347f5a7e00> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f5a7530> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f58e570> # /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 0x7f347f32bce0> # /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 0x7f347f354830> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f354590> # 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 0x7f347f354770> # /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 0x7f347f355100> # 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 0x7f347f355af0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f3549b0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f329e80> # /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 0x7f347f356ea0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f355c10> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f58ecc0> # /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 0x7f347f37f230> # /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 0x7f347f3a3590> # /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 0x7f347f4042f0> # /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 0x7f347f406a50> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f404410> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f3c93a0> # /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 0x7f347ed213d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f3a23c0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347f357e00> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f347ed21670> # zipimport: found 30 names in '/tmp/ansible_stat_payload_etkw07on/ansible_stat_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347ed770b0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347ed55fa0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347ed55160> # 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 0x7f347ed74f80> # /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 0x7f347ed9ea50> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347ed9e7e0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347ed9e120> # /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 0x7f347ed9e570> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347ed77b30> 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 0x7f347ed9f7d0> # 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 0x7f347ed9fa10> # /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 0x7f347ed9ff50> 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 0x7f347ec09cd0> # 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 0x7f347ec0b8f0> # /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 0x7f347ec0c2f0> # /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 0x7f347ec0d490> # /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 0x7f347ec0ff50> # 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 0x7f347ec142c0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347ec0e210> # /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 0x7f347ec17e90> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347ec16960> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347ec166f0> # /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 0x7f347ec16c30> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347ec0e720> # 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 0x7f347ec5fe90> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347ec600b0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f347ec61be0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347ec619a0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f347ec64140> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347ec622d0> # /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 0x7f347ec678f0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347ec642c0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f347ec68bc0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f347ec68920> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f347ec68290> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347ec602f0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f347ecf42f0> # 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 0x7f347ecf5760> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347ec6aa80> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f347ec6be30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347ec6a6c0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f347ecf9af0> # /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 0x7f347ecfa810> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347ecf5be0> 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 0x7f347ecfa5a0> # 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 0x7f347ecfb9e0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f347eb06540> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347eb01190> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347edd6c30> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347edea900> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347ecf96d0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f347ec69010> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/sbin/transactional-update", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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.41.218 closed. 6494 1726853145.12371: done with _execute_module (stat, {'path': '/sbin/transactional-update', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'stat', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726853144.7828753-7046-276503604801900/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6494 1726853145.12375: _low_level_execute_command(): starting 6494 1726853145.12377: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726853144.7828753-7046-276503604801900/ > /dev/null 2>&1 && sleep 0' 6494 1726853145.12511: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853145.12514: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6494 1726853145.12517: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853145.12526: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853145.12579: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853145.12600: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853145.12606: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853145.12733: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853145.14756: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853145.14783: stderr chunk (state=3): >>><<< 6494 1726853145.14786: stdout chunk (state=3): >>><<< 6494 1726853145.14804: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853145.14807: handler run complete 6494 1726853145.14829: attempt loop complete, returning result 6494 1726853145.14834: _execute() done 6494 1726853145.14837: dumping result to json 6494 1726853145.14839: done dumping result, returning 6494 1726853145.14846: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.selinux : Check if transactional-update exists in /sbin [0affc48f-66db-1e98-6787-00000000039d] 6494 1726853145.14849: sending task result for task 0affc48f-66db-1e98-6787-00000000039d 6494 1726853145.14936: done sending task result for task 0affc48f-66db-1e98-6787-00000000039d 6494 1726853145.14939: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } 6494 1726853145.15011: no more pending results, returning what we have 6494 1726853145.15014: results queue empty 6494 1726853145.15015: checking for any_errors_fatal 6494 1726853145.15019: done checking for any_errors_fatal 6494 1726853145.15020: checking for max_fail_percentage 6494 1726853145.15021: done checking for max_fail_percentage 6494 1726853145.15022: checking to see if all hosts have failed and the running result is not ok 6494 1726853145.15023: done checking to see if all hosts have failed 6494 1726853145.15024: getting the remaining hosts for this loop 6494 1726853145.15025: done getting the remaining hosts for this loop 6494 1726853145.15029: getting the next task for host managed_node1 6494 1726853145.15038: done getting next task for host managed_node1 6494 1726853145.15042: ^ task is: TASK: fedora.linux_system_roles.selinux : Set flag if transactional-update exists 6494 1726853145.15048: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853145.15058: getting variables 6494 1726853145.15060: in VariableManager get_vars() 6494 1726853145.15097: Calling all_inventory to load vars for managed_node1 6494 1726853145.15099: Calling groups_inventory to load vars for managed_node1 6494 1726853145.15104: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853145.15113: Calling all_plugins_play to load vars for managed_node1 6494 1726853145.15115: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853145.15117: Calling groups_plugins_play to load vars for managed_node1 6494 1726853145.15173: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853145.15238: done with get_vars() 6494 1726853145.15250: done getting variables 6494 1726853145.15292: 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.selinux : Set flag if transactional-update exists] *** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Friday 20 September 2024 13:25:45 -0400 (0:00:00.442) 0:00:20.075 ****** 6494 1726853145.15322: entering _queue_task() for managed_node1/set_fact 6494 1726853145.15553: worker is 1 (out of 1 available) 6494 1726853145.15567: exiting _queue_task() for managed_node1/set_fact 6494 1726853145.15581: done queuing things up, now waiting for results queue to drain 6494 1726853145.15582: waiting for pending results... 6494 1726853145.15756: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.selinux : Set flag if transactional-update exists 6494 1726853145.15866: in run() - task 0affc48f-66db-1e98-6787-00000000039e 6494 1726853145.15878: variable 'ansible_search_path' from source: unknown 6494 1726853145.15881: variable 'ansible_search_path' from source: unknown 6494 1726853145.15910: calling self._execute() 6494 1726853145.15970: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853145.15974: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853145.15983: variable 'omit' from source: magic vars 6494 1726853145.16251: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853145.17709: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853145.17755: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853145.17784: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853145.17810: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853145.17831: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853145.17907: variable 'postfix_manage_selinux' from source: include params 6494 1726853145.17920: Evaluated conditional (postfix_manage_selinux | bool): True 6494 1726853145.18013: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6494 1726853145.18128: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6494 1726853145.18168: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6494 1726853145.18192: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6494 1726853145.18217: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6494 1726853145.18275: 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) 6494 1726853145.18291: 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) 6494 1726853145.18312: 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) 6494 1726853145.18331: 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) 6494 1726853145.18393: Evaluated conditional (not __selinux_is_transactional is defined): True 6494 1726853145.18398: variable 'omit' from source: magic vars 6494 1726853145.18468: variable 'omit' from source: magic vars 6494 1726853145.18553: variable '__transactional_update_stat' from source: set_fact 6494 1726853145.18586: variable 'omit' from source: magic vars 6494 1726853145.18606: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6494 1726853145.18626: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6494 1726853145.18645: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6494 1726853145.18656: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853145.18665: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853145.18688: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6494 1726853145.18690: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853145.18693: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853145.18761: Set connection var ansible_shell_type to sh 6494 1726853145.18768: Set connection var ansible_pipelining to False 6494 1726853145.18773: Set connection var ansible_shell_executable to /bin/sh 6494 1726853145.18778: Set connection var ansible_timeout to 10 6494 1726853145.18785: Set connection var ansible_connection to ssh 6494 1726853145.18791: Set connection var ansible_module_compression to ZIP_DEFLATED 6494 1726853145.18810: variable 'ansible_shell_executable' from source: unknown 6494 1726853145.18813: variable 'ansible_connection' from source: unknown 6494 1726853145.18815: variable 'ansible_module_compression' from source: unknown 6494 1726853145.18817: variable 'ansible_shell_type' from source: unknown 6494 1726853145.18819: variable 'ansible_shell_executable' from source: unknown 6494 1726853145.18822: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853145.18827: variable 'ansible_pipelining' from source: unknown 6494 1726853145.18829: variable 'ansible_timeout' from source: unknown 6494 1726853145.18834: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853145.18907: 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) 6494 1726853145.18920: variable 'omit' from source: magic vars 6494 1726853145.18925: starting attempt loop 6494 1726853145.18928: running the handler 6494 1726853145.18937: handler run complete 6494 1726853145.18945: attempt loop complete, returning result 6494 1726853145.18948: _execute() done 6494 1726853145.18952: dumping result to json 6494 1726853145.18956: done dumping result, returning 6494 1726853145.18965: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.selinux : Set flag if transactional-update exists [0affc48f-66db-1e98-6787-00000000039e] 6494 1726853145.18967: sending task result for task 0affc48f-66db-1e98-6787-00000000039e 6494 1726853145.19047: done sending task result for task 0affc48f-66db-1e98-6787-00000000039e 6494 1726853145.19050: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "__selinux_is_transactional": false }, "changed": false } 6494 1726853145.19127: no more pending results, returning what we have 6494 1726853145.19130: results queue empty 6494 1726853145.19131: checking for any_errors_fatal 6494 1726853145.19141: done checking for any_errors_fatal 6494 1726853145.19142: checking for max_fail_percentage 6494 1726853145.19144: done checking for max_fail_percentage 6494 1726853145.19145: checking to see if all hosts have failed and the running result is not ok 6494 1726853145.19146: done checking to see if all hosts have failed 6494 1726853145.19146: getting the remaining hosts for this loop 6494 1726853145.19148: done getting the remaining hosts for this loop 6494 1726853145.19152: getting the next task for host managed_node1 6494 1726853145.19161: done getting next task for host managed_node1 6494 1726853145.19165: ^ task is: TASK: fedora.linux_system_roles.selinux : Install SELinux python2 tools 6494 1726853145.19178: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853145.19187: getting variables 6494 1726853145.19189: in VariableManager get_vars() 6494 1726853145.19225: Calling all_inventory to load vars for managed_node1 6494 1726853145.19228: Calling groups_inventory to load vars for managed_node1 6494 1726853145.19230: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853145.19245: Calling all_plugins_play to load vars for managed_node1 6494 1726853145.19248: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853145.19250: Calling groups_plugins_play to load vars for managed_node1 6494 1726853145.19298: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853145.19360: done with get_vars() 6494 1726853145.19367: done getting variables 6494 1726853145.19410: 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.selinux : Install SELinux python2 tools] ******* task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Friday 20 September 2024 13:25:45 -0400 (0:00:00.041) 0:00:20.117 ****** 6494 1726853145.19442: entering _queue_task() for managed_node1/package 6494 1726853145.19675: worker is 1 (out of 1 available) 6494 1726853145.19687: exiting _queue_task() for managed_node1/package 6494 1726853145.19703: done queuing things up, now waiting for results queue to drain 6494 1726853145.19704: waiting for pending results... 6494 1726853145.19884: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.selinux : Install SELinux python2 tools 6494 1726853145.19993: in run() - task 0affc48f-66db-1e98-6787-0000000003a0 6494 1726853145.20007: variable 'ansible_search_path' from source: unknown 6494 1726853145.20011: variable 'ansible_search_path' from source: unknown 6494 1726853145.20043: calling self._execute() 6494 1726853145.20103: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853145.20107: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853145.20113: variable 'omit' from source: magic vars 6494 1726853145.20381: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853145.21860: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853145.21908: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853145.21935: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853145.21961: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853145.21982: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853145.22056: variable 'postfix_manage_selinux' from source: include params 6494 1726853145.22070: Evaluated conditional (postfix_manage_selinux | bool): True 6494 1726853145.22169: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6494 1726853145.22294: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6494 1726853145.22323: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6494 1726853145.22348: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6494 1726853145.22369: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6494 1726853145.22419: variable 'ansible_python_version' from source: facts 6494 1726853145.22442: Evaluated conditional (ansible_python_version is version('3', '<')): False 6494 1726853145.22445: when evaluation is False, skipping this task 6494 1726853145.22447: _execute() done 6494 1726853145.22450: dumping result to json 6494 1726853145.22452: done dumping result, returning 6494 1726853145.22460: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.selinux : Install SELinux python2 tools [0affc48f-66db-1e98-6787-0000000003a0] 6494 1726853145.22464: sending task result for task 0affc48f-66db-1e98-6787-0000000003a0 6494 1726853145.22563: done sending task result for task 0affc48f-66db-1e98-6787-0000000003a0 6494 1726853145.22566: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_python_version is version('3', '<')", "skip_reason": "Conditional result was False" } 6494 1726853145.22613: no more pending results, returning what we have 6494 1726853145.22617: results queue empty 6494 1726853145.22617: checking for any_errors_fatal 6494 1726853145.22622: done checking for any_errors_fatal 6494 1726853145.22622: checking for max_fail_percentage 6494 1726853145.22624: done checking for max_fail_percentage 6494 1726853145.22625: checking to see if all hosts have failed and the running result is not ok 6494 1726853145.22626: done checking to see if all hosts have failed 6494 1726853145.22626: getting the remaining hosts for this loop 6494 1726853145.22628: done getting the remaining hosts for this loop 6494 1726853145.22634: getting the next task for host managed_node1 6494 1726853145.22643: done getting next task for host managed_node1 6494 1726853145.22647: ^ task is: TASK: fedora.linux_system_roles.selinux : Install SELinux python3 tools 6494 1726853145.22652: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853145.22666: getting variables 6494 1726853145.22668: in VariableManager get_vars() 6494 1726853145.22709: Calling all_inventory to load vars for managed_node1 6494 1726853145.22712: Calling groups_inventory to load vars for managed_node1 6494 1726853145.22714: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853145.22724: Calling all_plugins_play to load vars for managed_node1 6494 1726853145.22727: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853145.22729: Calling groups_plugins_play to load vars for managed_node1 6494 1726853145.22787: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853145.22857: done with get_vars() 6494 1726853145.22865: done getting variables 6494 1726853145.22908: 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.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Friday 20 September 2024 13:25:45 -0400 (0:00:00.034) 0:00:20.152 ****** 6494 1726853145.22939: entering _queue_task() for managed_node1/package 6494 1726853145.23173: worker is 1 (out of 1 available) 6494 1726853145.23188: exiting _queue_task() for managed_node1/package 6494 1726853145.23203: done queuing things up, now waiting for results queue to drain 6494 1726853145.23205: waiting for pending results... 6494 1726853145.23386: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.selinux : Install SELinux python3 tools 6494 1726853145.23498: in run() - task 0affc48f-66db-1e98-6787-0000000003a1 6494 1726853145.23510: variable 'ansible_search_path' from source: unknown 6494 1726853145.23514: variable 'ansible_search_path' from source: unknown 6494 1726853145.23547: calling self._execute() 6494 1726853145.23608: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853145.23612: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853145.23619: variable 'omit' from source: magic vars 6494 1726853145.23889: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853145.25358: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853145.25408: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853145.25436: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853145.25461: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853145.25481: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853145.25557: variable 'postfix_manage_selinux' from source: include params 6494 1726853145.25570: Evaluated conditional (postfix_manage_selinux | bool): True 6494 1726853145.25673: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6494 1726853145.25798: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6494 1726853145.25829: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6494 1726853145.25852: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6494 1726853145.25876: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6494 1726853145.25928: variable 'ansible_python_version' from source: facts 6494 1726853145.25949: Evaluated conditional (ansible_python_version is version('3', '>=')): True 6494 1726853145.26027: variable 'ansible_os_family' from source: facts 6494 1726853145.26031: Evaluated conditional (ansible_os_family == "RedHat"): True 6494 1726853145.26039: variable 'omit' from source: magic vars 6494 1726853145.26107: variable 'omit' from source: magic vars 6494 1726853145.26228: 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) 6494 1726853145.26250: 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) 6494 1726853145.26270: 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) 6494 1726853145.26297: 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) 6494 1726853145.26309: 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) 6494 1726853145.26375: variable '__selinux_is_ostree' from source: set_fact 6494 1726853145.26378: variable 'omit' from source: magic vars 6494 1726853145.26395: variable 'omit' from source: magic vars 6494 1726853145.26414: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6494 1726853145.26436: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6494 1726853145.26450: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6494 1726853145.26462: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853145.26470: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853145.26497: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6494 1726853145.26500: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853145.26505: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853145.26566: Set connection var ansible_shell_type to sh 6494 1726853145.26573: Set connection var ansible_pipelining to False 6494 1726853145.26579: Set connection var ansible_shell_executable to /bin/sh 6494 1726853145.26590: Set connection var ansible_timeout to 10 6494 1726853145.26592: Set connection var ansible_connection to ssh 6494 1726853145.26599: Set connection var ansible_module_compression to ZIP_DEFLATED 6494 1726853145.26617: variable 'ansible_shell_executable' from source: unknown 6494 1726853145.26620: variable 'ansible_connection' from source: unknown 6494 1726853145.26623: variable 'ansible_module_compression' from source: unknown 6494 1726853145.26625: variable 'ansible_shell_type' from source: unknown 6494 1726853145.26627: variable 'ansible_shell_executable' from source: unknown 6494 1726853145.26629: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853145.26635: variable 'ansible_pipelining' from source: unknown 6494 1726853145.26638: variable 'ansible_timeout' from source: unknown 6494 1726853145.26642: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853145.26714: 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) 6494 1726853145.26722: variable 'omit' from source: magic vars 6494 1726853145.26727: starting attempt loop 6494 1726853145.26730: running the handler 6494 1726853145.26736: variable 'ansible_facts' from source: unknown 6494 1726853145.26745: _low_level_execute_command(): starting 6494 1726853145.26751: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6494 1726853145.27274: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853145.27278: 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.41.218 originally 10.31.41.218 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6494 1726853145.27281: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.41.218 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.41.218 originally 10.31.41.218 debug2: match found <<< 6494 1726853145.27291: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853145.27336: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853145.27339: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853145.27341: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853145.27472: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853145.29299: stdout chunk (state=3): >>>/root <<< 6494 1726853145.29391: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853145.29425: stderr chunk (state=3): >>><<< 6494 1726853145.29429: stdout chunk (state=3): >>><<< 6494 1726853145.29456: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853145.29467: _low_level_execute_command(): starting 6494 1726853145.29473: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726853145.2945633-7056-35605930468930 `" && echo ansible-tmp-1726853145.2945633-7056-35605930468930="` echo /root/.ansible/tmp/ansible-tmp-1726853145.2945633-7056-35605930468930 `" ) && sleep 0' 6494 1726853145.29944: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853145.29948: 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.41.218 originally 10.31.41.218 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853145.29950: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 is address debug1: re-parsing configuration <<< 6494 1726853145.29952: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6494 1726853145.29954: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853145.30010: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853145.30013: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853145.30018: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853145.30140: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853145.32254: stdout chunk (state=3): >>>ansible-tmp-1726853145.2945633-7056-35605930468930=/root/.ansible/tmp/ansible-tmp-1726853145.2945633-7056-35605930468930 <<< 6494 1726853145.32361: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853145.32391: stderr chunk (state=3): >>><<< 6494 1726853145.32394: stdout chunk (state=3): >>><<< 6494 1726853145.32412: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726853145.2945633-7056-35605930468930=/root/.ansible/tmp/ansible-tmp-1726853145.2945633-7056-35605930468930 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853145.32444: variable 'ansible_module_compression' from source: unknown 6494 1726853145.32482: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6494dydhg1yg/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 6494 1726853145.32530: variable 'ansible_facts' from source: unknown 6494 1726853145.32662: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726853145.2945633-7056-35605930468930/AnsiballZ_setup.py 6494 1726853145.32765: Sending initial data 6494 1726853145.32769: Sent initial data (151 bytes) 6494 1726853145.33206: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853145.33247: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6494 1726853145.33251: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853145.33253: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 is address <<< 6494 1726853145.33255: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853145.33257: 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853145.33305: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853145.33308: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853145.33313: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853145.33433: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853145.35191: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6494 1726853145.35305: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6494 1726853145.35424: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6494dydhg1yg/tmpo5q4ow2p /root/.ansible/tmp/ansible-tmp-1726853145.2945633-7056-35605930468930/AnsiballZ_setup.py <<< 6494 1726853145.35428: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726853145.2945633-7056-35605930468930/AnsiballZ_setup.py" <<< 6494 1726853145.35543: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6494dydhg1yg/tmpo5q4ow2p" to remote "/root/.ansible/tmp/ansible-tmp-1726853145.2945633-7056-35605930468930/AnsiballZ_setup.py" <<< 6494 1726853145.35547: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726853145.2945633-7056-35605930468930/AnsiballZ_setup.py" <<< 6494 1726853145.36975: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853145.37023: stderr chunk (state=3): >>><<< 6494 1726853145.37027: stdout chunk (state=3): >>><<< 6494 1726853145.37048: done transferring module to remote 6494 1726853145.37061: _low_level_execute_command(): starting 6494 1726853145.37066: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726853145.2945633-7056-35605930468930/ /root/.ansible/tmp/ansible-tmp-1726853145.2945633-7056-35605930468930/AnsiballZ_setup.py && sleep 0' 6494 1726853145.37499: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853145.37506: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6494 1726853145.37535: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match not found <<< 6494 1726853145.37538: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6494 1726853145.37541: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.41.218 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853145.37543: 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853145.37591: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853145.37595: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853145.37608: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853145.37733: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853145.39698: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853145.39735: stderr chunk (state=3): >>><<< 6494 1726853145.39739: stdout chunk (state=3): >>><<< 6494 1726853145.39752: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853145.39755: _low_level_execute_command(): starting 6494 1726853145.39760: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726853145.2945633-7056-35605930468930/AnsiballZ_setup.py && sleep 0' 6494 1726853145.40198: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853145.40205: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6494 1726853145.40234: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853145.40237: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853145.40240: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6494 1726853145.40242: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853145.40290: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853145.40294: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853145.40308: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853145.40445: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853145.42816: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 6494 1726853145.42828: stdout chunk (state=3): >>>import _imp # builtin <<< 6494 1726853145.42857: stdout chunk (state=3): >>>import '_thread' # <<< 6494 1726853145.42866: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 6494 1726853145.42925: stdout chunk (state=3): >>>import '_io' # <<< 6494 1726853145.42930: stdout chunk (state=3): >>>import 'marshal' # <<< 6494 1726853145.42969: stdout chunk (state=3): >>>import 'posix' # <<< 6494 1726853145.42997: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 6494 1726853145.43022: stdout chunk (state=3): >>>import 'time' # <<< 6494 1726853145.43025: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 6494 1726853145.43078: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 6494 1726853145.43083: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853145.43102: stdout chunk (state=3): >>>import '_codecs' # <<< 6494 1726853145.43121: stdout chunk (state=3): >>>import 'codecs' # <<< 6494 1726853145.43155: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 6494 1726853145.43183: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 6494 1726853145.43193: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584f2184d0> <<< 6494 1726853145.43196: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584f1e7b30> <<< 6494 1726853145.43224: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 6494 1726853145.43230: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584f21aa50> <<< 6494 1726853145.43250: stdout chunk (state=3): >>>import '_signal' # <<< 6494 1726853145.43274: stdout chunk (state=3): >>>import '_abc' # <<< 6494 1726853145.43278: stdout chunk (state=3): >>>import 'abc' # <<< 6494 1726853145.43303: stdout chunk (state=3): >>>import 'io' # <<< 6494 1726853145.43335: stdout chunk (state=3): >>>import '_stat' # <<< 6494 1726853145.43343: stdout chunk (state=3): >>>import 'stat' # <<< 6494 1726853145.43427: stdout chunk (state=3): >>>import '_collections_abc' # <<< 6494 1726853145.43452: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 6494 1726853145.43482: stdout chunk (state=3): >>>import 'os' # <<< 6494 1726853145.43493: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 6494 1726853145.43515: stdout chunk (state=3): >>>Processing user site-packages <<< 6494 1726853145.43519: stdout chunk (state=3): >>>Processing global site-packages <<< 6494 1726853145.43539: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 6494 1726853145.43542: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 6494 1726853145.43566: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py <<< 6494 1726853145.43571: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 6494 1726853145.43595: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584f009130> <<< 6494 1726853145.43648: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 6494 1726853145.43666: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584f009fa0> <<< 6494 1726853145.43695: stdout chunk (state=3): >>>import 'site' # <<< 6494 1726853145.43725: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 6494 1726853145.44111: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 6494 1726853145.44119: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 6494 1726853145.44148: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 6494 1726853145.44154: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853145.44176: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 6494 1726853145.44213: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 6494 1726853145.44240: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 6494 1726853145.44257: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 6494 1726853145.44280: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584f047dd0> <<< 6494 1726853145.44299: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 6494 1726853145.44311: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 6494 1726853145.44343: stdout chunk (state=3): >>>import '_operator' # <<< 6494 1726853145.44351: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584f047fe0> <<< 6494 1726853145.44356: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 6494 1726853145.44386: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 6494 1726853145.44407: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 6494 1726853145.44457: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853145.44477: stdout chunk (state=3): >>>import 'itertools' # <<< 6494 1726853145.44506: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' <<< 6494 1726853145.44515: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584f07f800> <<< 6494 1726853145.44534: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 6494 1726853145.44541: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584f07fe90> <<< 6494 1726853145.44560: stdout chunk (state=3): >>>import '_collections' # <<< 6494 1726853145.44609: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584f05faa0> <<< 6494 1726853145.44621: stdout chunk (state=3): >>>import '_functools' # <<< 6494 1726853145.44648: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584f05d1c0> <<< 6494 1726853145.44742: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584f044f80> <<< 6494 1726853145.44763: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 6494 1726853145.44789: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 6494 1726853145.44792: stdout chunk (state=3): >>>import '_sre' # <<< 6494 1726853145.44821: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 6494 1726853145.44844: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 6494 1726853145.44867: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 6494 1726853145.44871: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 6494 1726853145.44906: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584f09f6e0> <<< 6494 1726853145.44915: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584f09e300> <<< 6494 1726853145.44949: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 6494 1726853145.44953: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584f05e060> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584f046e70> <<< 6494 1726853145.45010: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 6494 1726853145.45013: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584f0d47a0> <<< 6494 1726853145.45015: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584f044200> <<< 6494 1726853145.45044: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 6494 1726853145.45079: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853145.45081: stdout chunk (state=3): >>># 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 0x7f584f0d4c50> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584f0d4b00> <<< 6494 1726853145.45114: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853145.45126: stdout chunk (state=3): >>># extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f584f0d4ef0> <<< 6494 1726853145.45131: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584f042d20> <<< 6494 1726853145.45160: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 6494 1726853145.45166: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853145.45179: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 6494 1726853145.45211: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 6494 1726853145.45235: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584f0d55b0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584f0d5280> <<< 6494 1726853145.45245: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 6494 1726853145.45267: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 6494 1726853145.45273: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 6494 1726853145.45287: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584f0d64b0> <<< 6494 1726853145.45307: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 6494 1726853145.45338: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 6494 1726853145.45368: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 6494 1726853145.45393: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 6494 1726853145.45413: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584f0ec680> import 'errno' # <<< 6494 1726853145.45453: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853145.45463: stdout chunk (state=3): >>># 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 0x7f584f0edd30> <<< 6494 1726853145.45475: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 6494 1726853145.45488: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 6494 1726853145.45527: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 6494 1726853145.45529: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 6494 1726853145.45536: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584f0eebd0> <<< 6494 1726853145.45573: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f584f0ef230> <<< 6494 1726853145.45591: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584f0ee120> <<< 6494 1726853145.45599: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 6494 1726853145.45622: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 6494 1726853145.45653: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853145.45667: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f584f0efcb0> <<< 6494 1726853145.45671: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584f0ef3e0> <<< 6494 1726853145.45719: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584f0d6450> <<< 6494 1726853145.45741: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 6494 1726853145.45766: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 6494 1726853145.45788: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 6494 1726853145.45807: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 6494 1726853145.45858: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f584edf7b90> <<< 6494 1726853145.45861: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 6494 1726853145.45867: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 6494 1726853145.45898: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853145.45903: stdout chunk (state=3): >>># 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 0x7f584ee20650> <<< 6494 1726853145.45916: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584ee203b0> <<< 6494 1726853145.45931: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f584ee20680> <<< 6494 1726853145.45958: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 6494 1726853145.45963: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 6494 1726853145.46034: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853145.46162: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f584ee20fb0> <<< 6494 1726853145.46308: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853145.46312: stdout chunk (state=3): >>># extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f584ee21910> <<< 6494 1726853145.46321: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584ee20860> <<< 6494 1726853145.46330: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584edf5d60> <<< 6494 1726853145.46355: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 6494 1726853145.46372: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 6494 1726853145.46400: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 6494 1726853145.46413: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 6494 1726853145.46418: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584ee22cc0> <<< 6494 1726853145.46437: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584ee217f0> <<< 6494 1726853145.46457: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584f0d6ba0> <<< 6494 1726853145.46479: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 6494 1726853145.46555: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853145.46567: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 6494 1726853145.46603: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 6494 1726853145.46627: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584ee4f020> <<< 6494 1726853145.46689: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 6494 1726853145.46697: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853145.46717: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 6494 1726853145.46735: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 6494 1726853145.46784: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584ee73410> <<< 6494 1726853145.46794: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 6494 1726853145.46845: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 6494 1726853145.46892: stdout chunk (state=3): >>>import 'ntpath' # <<< 6494 1726853145.46922: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc'<<< 6494 1726853145.46925: stdout chunk (state=3): >>> import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584eed01a0> <<< 6494 1726853145.46944: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 6494 1726853145.46965: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 6494 1726853145.46994: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 6494 1726853145.47037: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 6494 1726853145.47121: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584eed2900> <<< 6494 1726853145.47191: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584eed02c0> <<< 6494 1726853145.47233: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584ee9d1c0> <<< 6494 1726853145.47259: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 6494 1726853145.47276: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e7292e0> <<< 6494 1726853145.47279: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584ee72210> <<< 6494 1726853145.47284: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584ee23bf0> <<< 6494 1726853145.47463: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 6494 1726853145.47481: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f584ee72570> <<< 6494 1726853145.47798: stdout chunk (state=3): >>># zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload_fn4nz7nr/ansible_ansible.legacy.setup_payload.zip' <<< 6494 1726853145.47802: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.47926: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.47954: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 6494 1726853145.47967: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 6494 1726853145.48020: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 6494 1726853145.48091: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 6494 1726853145.48125: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e78b020> <<< 6494 1726853145.48129: stdout chunk (state=3): >>>import '_typing' # <<< 6494 1726853145.48439: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e769f10> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e7690a0> # zipimport: zlib available import 'ansible' # <<< 6494 1726853145.48442: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.48466: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 6494 1726853145.49899: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.51261: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e789310> <<< 6494 1726853145.51281: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 6494 1726853145.51285: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 6494 1726853145.51288: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 6494 1726853145.51291: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f584e7ba9c0> <<< 6494 1726853145.51333: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e7ba750> <<< 6494 1726853145.51368: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e7ba060> <<< 6494 1726853145.51397: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 6494 1726853145.51401: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 6494 1726853145.51445: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e7ba7b0> <<< 6494 1726853145.51453: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584f21a9c0> <<< 6494 1726853145.51458: stdout chunk (state=3): >>>import 'atexit' # <<< 6494 1726853145.51489: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f584e7bb740> <<< 6494 1726853145.51525: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853145.51531: stdout chunk (state=3): >>>import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f584e7bb980> <<< 6494 1726853145.51548: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 6494 1726853145.51608: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 6494 1726853145.51620: stdout chunk (state=3): >>>import '_locale' # <<< 6494 1726853145.51669: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e7bbec0> <<< 6494 1726853145.51678: stdout chunk (state=3): >>>import 'pwd' # <<< 6494 1726853145.51706: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 6494 1726853145.51733: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 6494 1726853145.51774: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e625cd0> <<< 6494 1726853145.51804: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853145.51814: stdout chunk (state=3): >>># extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f584e6278c0> <<< 6494 1726853145.51838: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 6494 1726853145.51849: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 6494 1726853145.51891: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e6282c0> <<< 6494 1726853145.51914: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 6494 1726853145.51953: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 6494 1726853145.51969: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e629460> <<< 6494 1726853145.51995: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 6494 1726853145.52038: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 6494 1726853145.52061: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 6494 1726853145.52123: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e62bec0> <<< 6494 1726853145.52166: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853145.52173: stdout chunk (state=3): >>># 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 0x7f584ee9fdd0> <<< 6494 1726853145.52186: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e62a180> <<< 6494 1726853145.52208: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 6494 1726853145.52241: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 6494 1726853145.52270: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 6494 1726853145.52291: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 6494 1726853145.52432: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 6494 1726853145.52458: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 6494 1726853145.52462: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 6494 1726853145.52483: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e633dd0> import '_tokenize' # <<< 6494 1726853145.52559: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e6328a0> <<< 6494 1726853145.52564: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e632630> <<< 6494 1726853145.52591: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 6494 1726853145.52596: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 6494 1726853145.52673: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e632b70> <<< 6494 1726853145.52703: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e62a600> <<< 6494 1726853145.52735: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f584e677e90> <<< 6494 1726853145.52762: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e678110> <<< 6494 1726853145.52790: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 6494 1726853145.52811: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 6494 1726853145.52836: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 6494 1726853145.52888: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f584e679cd0> <<< 6494 1726853145.52896: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e679a90> <<< 6494 1726853145.52912: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 6494 1726853145.52946: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 6494 1726853145.53004: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853145.53007: stdout chunk (state=3): >>># 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 0x7f584e67c230> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e67a390> <<< 6494 1726853145.53036: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 6494 1726853145.53076: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853145.53106: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 6494 1726853145.53123: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 6494 1726853145.53135: stdout chunk (state=3): >>>import '_string' # <<< 6494 1726853145.53176: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e67fa10> <<< 6494 1726853145.53312: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e67c3e0> <<< 6494 1726853145.53378: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853145.53383: stdout chunk (state=3): >>># extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f584e680770> <<< 6494 1726853145.53414: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f584e680bc0> <<< 6494 1726853145.53458: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853145.53462: stdout chunk (state=3): >>># extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f584e680aa0> <<< 6494 1726853145.53487: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e678410> <<< 6494 1726853145.53497: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 6494 1726853145.53523: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 6494 1726853145.53546: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 6494 1726853145.53579: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853145.53605: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f584e50c0b0> <<< 6494 1726853145.53771: stdout chunk (state=3): >>># 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' <<< 6494 1726853145.53784: stdout chunk (state=3): >>>import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f584e50d220> <<< 6494 1726853145.53793: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e682840> <<< 6494 1726853145.53824: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f584e683bf0> <<< 6494 1726853145.53835: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e6824b0> <<< 6494 1726853145.53840: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.53862: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.53867: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 6494 1726853145.53887: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.53987: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.54088: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.54093: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 6494 1726853145.54115: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.54129: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 6494 1726853145.54143: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.54272: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.54393: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.54975: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.55546: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 6494 1726853145.55554: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # <<< 6494 1726853145.55559: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 6494 1726853145.55582: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 6494 1726853145.55599: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853145.55670: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853145.55678: stdout chunk (state=3): >>>import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f584e511490> <<< 6494 1726853145.55753: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 6494 1726853145.55778: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e5121b0> <<< 6494 1726853145.55782: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e682870> <<< 6494 1726853145.55842: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 6494 1726853145.55850: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.55878: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.55890: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 6494 1726853145.55902: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.56063: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.56220: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 6494 1726853145.56240: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e512900> <<< 6494 1726853145.56243: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.56727: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.57189: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.57265: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.57346: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 6494 1726853145.57354: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.57389: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.57424: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 6494 1726853145.57438: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.57507: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.57585: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 6494 1726853145.57606: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.57623: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.57631: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 6494 1726853145.57641: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.57681: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.57715: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 6494 1726853145.57737: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.57983: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.58222: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 6494 1726853145.58286: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 6494 1726853145.58307: stdout chunk (state=3): >>>import '_ast' # <<< 6494 1726853145.58377: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e5134d0> <<< 6494 1726853145.58394: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.58466: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.58562: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 6494 1726853145.58565: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 6494 1726853145.58578: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 6494 1726853145.58600: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.58641: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.58683: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 6494 1726853145.58695: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.58744: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.58785: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.58851: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.58915: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 6494 1726853145.58970: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853145.59061: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f584e51dfa0> <<< 6494 1726853145.59100: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e519700> <<< 6494 1726853145.59130: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 6494 1726853145.59140: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 6494 1726853145.59146: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.59212: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.59280: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.59309: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.59358: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py <<< 6494 1726853145.59365: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853145.59380: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 6494 1726853145.59408: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 6494 1726853145.59428: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 6494 1726853145.59499: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 6494 1726853145.59515: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 6494 1726853145.59540: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 6494 1726853145.59597: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e6068a0> <<< 6494 1726853145.59645: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e7da570> <<< 6494 1726853145.59728: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e51dfd0> <<< 6494 1726853145.59738: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e513d40> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 6494 1726853145.59744: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.59774: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.59799: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 6494 1726853145.59807: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 6494 1726853145.59858: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 6494 1726853145.59900: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.59905: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.59907: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 6494 1726853145.59912: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.59979: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.60045: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.60063: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.60088: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.60136: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.60175: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.60211: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.60251: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # <<< 6494 1726853145.60270: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.60344: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.60420: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.60443: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.60484: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.typing' # # zipimport: zlib available <<< 6494 1726853145.60684: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.60864: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.60912: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.60967: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py <<< 6494 1726853145.60973: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853145.60990: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py <<< 6494 1726853145.61016: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' <<< 6494 1726853145.61034: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py <<< 6494 1726853145.61066: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' <<< 6494 1726853145.61086: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e5b1d30> <<< 6494 1726853145.61111: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 6494 1726853145.61138: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 6494 1726853145.61162: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 6494 1726853145.61206: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 6494 1726853145.61236: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 6494 1726853145.61258: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 6494 1726853145.61260: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e21be30> <<< 6494 1726853145.61284: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853145.61303: stdout chunk (state=3): >>># 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 0x7f584e2201a0> <<< 6494 1726853145.61368: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e59ae40> <<< 6494 1726853145.61381: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e5b28d0> <<< 6494 1726853145.61411: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e5b0470> <<< 6494 1726853145.61414: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e5b0e60> <<< 6494 1726853145.61443: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 6494 1726853145.61488: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' <<< 6494 1726853145.61513: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 6494 1726853145.61522: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 6494 1726853145.61551: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 6494 1726853145.61553: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 6494 1726853145.61589: stdout chunk (state=3): >>># 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 0x7f584e2231a0> <<< 6494 1726853145.61598: stdout chunk (state=3): >>>import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e222a50> <<< 6494 1726853145.61615: stdout chunk (state=3): >>># extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853145.61622: stdout chunk (state=3): >>># 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 0x7f584e222c30> <<< 6494 1726853145.61641: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e221e80> <<< 6494 1726853145.61656: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 6494 1726853145.61799: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' <<< 6494 1726853145.61805: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e223260> <<< 6494 1726853145.61823: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 6494 1726853145.61857: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 6494 1726853145.61889: stdout chunk (state=3): >>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853145.61894: stdout chunk (state=3): >>># 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 0x7f584e289d90> <<< 6494 1726853145.61916: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e223d70> <<< 6494 1726853145.61945: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e5b0230> <<< 6494 1726853145.61955: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.timeout' # <<< 6494 1726853145.61971: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.collector' # # zipimport: zlib available <<< 6494 1726853145.61999: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.62003: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other' # <<< 6494 1726853145.62019: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.62074: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.62131: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # <<< 6494 1726853145.62149: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.62199: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.62247: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 6494 1726853145.62266: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.62272: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.62283: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system' # <<< 6494 1726853145.62291: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.62325: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.62358: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # # zipimport: zlib available <<< 6494 1726853145.62409: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.62461: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # <<< 6494 1726853145.62467: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.62509: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.62546: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # <<< 6494 1726853145.62563: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.62615: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.62676: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.62728: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.62787: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # <<< 6494 1726853145.62800: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.cmdline' # <<< 6494 1726853145.62809: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.63298: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.63749: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # <<< 6494 1726853145.63755: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.63810: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.63864: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.63900: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.63931: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 6494 1726853145.63950: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.date_time' # # zipimport: zlib available <<< 6494 1726853145.63979: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.64008: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # <<< 6494 1726853145.64017: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.64075: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.64133: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # <<< 6494 1726853145.64148: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.64177: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.64197: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # <<< 6494 1726853145.64215: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.64244: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.64279: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # # zipimport: zlib available <<< 6494 1726853145.64365: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.64451: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 6494 1726853145.64459: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 6494 1726853145.64482: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e28b1d0> <<< 6494 1726853145.64506: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 6494 1726853145.64536: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 6494 1726853145.64658: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e28a840> <<< 6494 1726853145.64668: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.local' # <<< 6494 1726853145.64686: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.64739: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.64809: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # <<< 6494 1726853145.64814: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.64916: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.64993: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 6494 1726853145.65005: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.65067: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.65145: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # <<< 6494 1726853145.65151: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.65191: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.65242: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 6494 1726853145.65297: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 6494 1726853145.65372: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853145.65442: stdout chunk (state=3): >>># 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 0x7f584e2bdf10> <<< 6494 1726853145.65636: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e28b560> <<< 6494 1726853145.65645: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.python' # <<< 6494 1726853145.65653: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.65706: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.65769: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # <<< 6494 1726853145.65778: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.65865: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.65942: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.66059: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.66207: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 6494 1726853145.66210: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.service_mgr' # <<< 6494 1726853145.66224: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.66259: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.66291: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # <<< 6494 1726853145.66310: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.66345: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.66401: stdout chunk (state=3): >>># /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' <<< 6494 1726853145.66442: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853145.66455: stdout chunk (state=3): >>># extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853145.66479: stdout chunk (state=3): >>>import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f584e2d1970> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e2aef00> import 'ansible.module_utils.facts.system.user' # # zipimport: zlib available <<< 6494 1726853145.66491: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.66506: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware' # <<< 6494 1726853145.66512: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.66550: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.66590: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # <<< 6494 1726853145.66604: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.66765: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.66911: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 6494 1726853145.66925: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.67025: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.67125: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.67161: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.67205: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # <<< 6494 1726853145.67212: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.darwin' # <<< 6494 1726853145.67229: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.67241: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.67264: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.67410: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.67557: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # <<< 6494 1726853145.67563: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.67685: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.67808: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # <<< 6494 1726853145.67814: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.67852: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.67881: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.68460: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.69014: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # <<< 6494 1726853145.69025: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hurd' # <<< 6494 1726853145.69031: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.69138: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.69238: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 6494 1726853145.69255: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.69350: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.69452: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # <<< 6494 1726853145.69455: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.69610: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.69771: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 6494 1726853145.69786: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.69808: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network' # <<< 6494 1726853145.69813: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.69854: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.69903: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # <<< 6494 1726853145.69911: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.70012: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.70107: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.70317: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.70518: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # <<< 6494 1726853145.70528: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.aix' # <<< 6494 1726853145.70546: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.70573: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.70616: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # <<< 6494 1726853145.70621: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.70647: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.70679: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # <<< 6494 1726853145.70681: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.70751: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.70821: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # <<< 6494 1726853145.70825: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.70854: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.70883: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # <<< 6494 1726853145.70889: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.70945: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.71002: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # <<< 6494 1726853145.71006: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.71067: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.71120: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # <<< 6494 1726853145.71131: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.71403: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.71665: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # <<< 6494 1726853145.71672: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.71735: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.71788: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # <<< 6494 1726853145.71802: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.71835: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.71871: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # <<< 6494 1726853145.71876: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.71911: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.71941: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # <<< 6494 1726853145.71959: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.71980: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.72016: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # <<< 6494 1726853145.72024: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.72108: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.72189: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 6494 1726853145.72194: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.72218: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.72222: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual' # <<< 6494 1726853145.72229: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.72271: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.72322: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # <<< 6494 1726853145.72327: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.72345: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.72372: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.72413: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.72469: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.72531: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.72613: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sysctl' # import 'ansible.module_utils.facts.virtual.freebsd' # <<< 6494 1726853145.72621: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.dragonfly' # <<< 6494 1726853145.72626: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.72674: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.72728: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 6494 1726853145.72734: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.72939: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.73135: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # # zipimport: zlib available <<< 6494 1726853145.73184: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.73234: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # <<< 6494 1726853145.73240: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.73281: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.73335: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 6494 1726853145.73340: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.73416: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.73494: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # <<< 6494 1726853145.73504: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.default_collectors' # <<< 6494 1726853145.73511: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.73600: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.73691: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # <<< 6494 1726853145.73697: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # <<< 6494 1726853145.73770: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.74848: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py <<< 6494 1726853145.74856: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' <<< 6494 1726853145.74875: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py <<< 6494 1726853145.74885: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' <<< 6494 1726853145.74927: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853145.74930: stdout chunk (state=3): >>># 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 0x7f584e0db0b0> <<< 6494 1726853145.74950: stdout chunk (state=3): >>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e0d8c50> <<< 6494 1726853145.75001: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e28bef0> <<< 6494 1726853145.75460: 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"}}} <<< 6494 1726853145.76104: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 6494 1726853145.76120: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv <<< 6494 1726853145.76123: stdout chunk (state=3): >>># 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 <<< 6494 1726853145.76151: stdout chunk (state=3): >>># 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 <<< 6494 1726853145.76184: stdout chunk (state=3): >>># 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 # 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 <<< 6494 1726853145.76188: stdout chunk (state=3): >>># 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 <<< 6494 1726853145.76220: stdout chunk (state=3): >>># cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd <<< 6494 1726853145.76326: 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 # 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 <<< 6494 1726853145.76364: 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 # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # 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 _heapq # cleanup[2] removing heapq # destroy heapq # 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] <<< 6494 1726853145.76385: stdout chunk (state=3): >>>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 ansi<<< 6494 1726853145.76390: stdout chunk (state=3): >>>ble.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 <<< 6494 1726853145.76736: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 6494 1726853145.76757: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 6494 1726853145.76779: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 6494 1726853145.76783: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy zlib # destroy bz2 # destroy lzma <<< 6494 1726853145.76794: stdout chunk (state=3): >>># destroy zipfile._path <<< 6494 1726853145.76810: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 6494 1726853145.76837: stdout chunk (state=3): >>># destroy ntpath <<< 6494 1726853145.76851: stdout chunk (state=3): >>># destroy importlib <<< 6494 1726853145.76880: stdout chunk (state=3): >>># destroy zipimport <<< 6494 1726853145.76883: stdout chunk (state=3): >>># destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner <<< 6494 1726853145.76886: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings <<< 6494 1726853145.76912: stdout chunk (state=3): >>># destroy _locale # destroy locale # destroy select # destroy _signal <<< 6494 1726853145.76918: stdout chunk (state=3): >>># destroy _posixsubprocess # destroy syslog # destroy uuid <<< 6494 1726853145.76963: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 6494 1726853145.76982: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 6494 1726853145.77031: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector <<< 6494 1726853145.77041: stdout chunk (state=3): >>># destroy multiprocessing # destroy multiprocessing.connection # destroy multiprocessing.pool # destroy signal <<< 6494 1726853145.77048: stdout chunk (state=3): >>># destroy pickle # destroy multiprocessing.context # destroy array # destroy _compat_pickle <<< 6494 1726853145.77057: stdout chunk (state=3): >>># destroy _pickle <<< 6494 1726853145.77073: stdout chunk (state=3): >>># destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.process <<< 6494 1726853145.77091: stdout chunk (state=3): >>># destroy unicodedata # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors <<< 6494 1726853145.77103: stdout chunk (state=3): >>># destroy _multiprocessing <<< 6494 1726853145.77136: stdout chunk (state=3): >>># destroy shlex # destroy fcntl # destroy datetime <<< 6494 1726853145.77140: stdout chunk (state=3): >>># destroy subprocess # destroy base64 <<< 6494 1726853145.77147: stdout chunk (state=3): >>># destroy _ssl <<< 6494 1726853145.77174: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux <<< 6494 1726853145.77177: stdout chunk (state=3): >>># destroy getpass # destroy pwd # destroy termios <<< 6494 1726853145.77192: stdout chunk (state=3): >>># destroy errno # destroy json <<< 6494 1726853145.77223: stdout chunk (state=3): >>># destroy socket # destroy struct <<< 6494 1726853145.77225: stdout chunk (state=3): >>># destroy glob # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector <<< 6494 1726853145.77273: stdout chunk (state=3): >>># cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping configparser # cleanup[3] wiping selinux._selinux <<< 6494 1726853145.77320: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes <<< 6494 1726853145.77358: stdout chunk (state=3): >>># 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 # destroy textwrap # cleanup[3] wiping tokenize <<< 6494 1726853145.77366: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 <<< 6494 1726853145.77369: stdout chunk (state=3): >>># cleanup[3] wiping contextlib # cleanup[3] wiping threading <<< 6494 1726853145.77370: stdout chunk (state=3): >>># cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct<<< 6494 1726853145.77407: stdout chunk (state=3): >>> # 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 <<< 6494 1726853145.77409: stdout chunk (state=3): >>># cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os <<< 6494 1726853145.77434: stdout chunk (state=3): >>># destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io <<< 6494 1726853145.77443: stdout chunk (state=3): >>># 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 <<< 6494 1726853145.77458: 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 <<< 6494 1726853145.77464: stdout chunk (state=3): >>># cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 6494 1726853145.77666: stdout chunk (state=3): >>># destroy sys.monitoring <<< 6494 1726853145.77669: stdout chunk (state=3): >>># destroy _socket <<< 6494 1726853145.77678: stdout chunk (state=3): >>># destroy _collections <<< 6494 1726853145.77710: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 6494 1726853145.77716: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 6494 1726853145.77745: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 6494 1726853145.77784: stdout chunk (state=3): >>># destroy _typing <<< 6494 1726853145.77791: stdout chunk (state=3): >>># destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves <<< 6494 1726853145.77806: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 6494 1726853145.77828: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 6494 1726853145.77926: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 6494 1726853145.77940: stdout chunk (state=3): >>># destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 6494 1726853145.77946: stdout chunk (state=3): >>># destroy time <<< 6494 1726853145.77972: stdout chunk (state=3): >>># destroy _random <<< 6494 1726853145.77975: stdout chunk (state=3): >>># destroy _weakref <<< 6494 1726853145.77998: stdout chunk (state=3): >>># destroy _hashlib <<< 6494 1726853145.78002: stdout chunk (state=3): >>># destroy _operator # destroy _sre # destroy _string # destroy re <<< 6494 1726853145.78023: stdout chunk (state=3): >>># destroy itertools <<< 6494 1726853145.78043: stdout chunk (state=3): >>># destroy _abc # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 6494 1726853145.78048: stdout chunk (state=3): >>># clear sys.audit hooks <<< 6494 1726853145.78420: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.41.218 closed. <<< 6494 1726853145.78457: stderr chunk (state=3): >>><<< 6494 1726853145.78460: stdout chunk (state=3): >>><<< 6494 1726853145.78566: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584f2184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584f1e7b30> # /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 0x7f584f21aa50> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584f009130> # /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 0x7f584f009fa0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584f047dd0> # /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 0x7f584f047fe0> # /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 0x7f584f07f800> # /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 0x7f584f07fe90> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584f05faa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584f05d1c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584f044f80> # /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 0x7f584f09f6e0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584f09e300> # /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 0x7f584f05e060> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584f046e70> # /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 0x7f584f0d47a0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584f044200> # /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 0x7f584f0d4c50> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584f0d4b00> # 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 0x7f584f0d4ef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584f042d20> # /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 0x7f584f0d55b0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584f0d5280> 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 0x7f584f0d64b0> 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 0x7f584f0ec680> 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 0x7f584f0edd30> # /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 0x7f584f0eebd0> # 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 0x7f584f0ef230> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584f0ee120> # /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 0x7f584f0efcb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584f0ef3e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584f0d6450> # /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 0x7f584edf7b90> # /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 0x7f584ee20650> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584ee203b0> # 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 0x7f584ee20680> # /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 0x7f584ee20fb0> # 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 0x7f584ee21910> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584ee20860> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584edf5d60> # /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 0x7f584ee22cc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584ee217f0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584f0d6ba0> # /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 0x7f584ee4f020> # /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 0x7f584ee73410> # /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 0x7f584eed01a0> # /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 0x7f584eed2900> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584eed02c0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584ee9d1c0> # /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 0x7f584e7292e0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584ee72210> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584ee23bf0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f584ee72570> # zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload_fn4nz7nr/ansible_ansible.legacy.setup_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 0x7f584e78b020> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e769f10> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e7690a0> # 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 0x7f584e789310> # /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 0x7f584e7ba9c0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e7ba750> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e7ba060> # /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 0x7f584e7ba7b0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584f21a9c0> 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 0x7f584e7bb740> # 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 0x7f584e7bb980> # /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 0x7f584e7bbec0> 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 0x7f584e625cd0> # 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 0x7f584e6278c0> # /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 0x7f584e6282c0> # /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 0x7f584e629460> # /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 0x7f584e62bec0> # 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 0x7f584ee9fdd0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e62a180> # /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 0x7f584e633dd0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e6328a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e632630> # /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 0x7f584e632b70> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e62a600> # 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 0x7f584e677e90> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e678110> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f584e679cd0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e679a90> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f584e67c230> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e67a390> # /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 0x7f584e67fa10> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e67c3e0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f584e680770> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f584e680bc0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f584e680aa0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e678410> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f584e50c0b0> # 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 0x7f584e50d220> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e682840> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f584e683bf0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e6824b0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f584e511490> # /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 0x7f584e5121b0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e682870> 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 0x7f584e512900> # 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 0x7f584e5134d0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f584e51dfa0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e519700> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e6068a0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e7da570> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e51dfd0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e513d40> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.namespace' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.typing' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /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 0x7f584e5b1d30> # /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' # /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 0x7f584e21be30> # 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 0x7f584e2201a0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e59ae40> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e5b28d0> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e5b0470> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e5b0e60> # /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' # /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 0x7f584e2231a0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e222a50> # 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 0x7f584e222c30> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e221e80> # /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 0x7f584e223260> # /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' # 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 0x7f584e289d90> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e223d70> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e5b0230> import 'ansible.module_utils.facts.timeout' # import 'ansible.module_utils.facts.collector' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other.facter' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other.ohai' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.apparmor' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.caps' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.chroot' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.distribution' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.datetime' # import 'ansible.module_utils.facts.system.date_time' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.env' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.dns' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.fips' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.loadavg' # # 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 0x7f584e28b1d0> # /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 0x7f584e28a840> import 'ansible.module_utils.facts.system.local' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.lsb' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.pkg_mgr' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.platform' # # zipimport: zlib available # zipimport: zlib available # /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 0x7f584e2bdf10> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e28b560> import 'ansible.module_utils.facts.system.python' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.selinux' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.version' # import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.ssh_pub_keys' # # zipimport: zlib available # zipimport: zlib available # /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 0x7f584e2d1970> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e2aef00> import 'ansible.module_utils.facts.system.user' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.base' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.aix' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.sysctl' # import 'ansible.module_utils.facts.hardware.darwin' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.hpux' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.sunos' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.base' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.darwin' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.fc_wwn' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.freebsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.hpux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.hurd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.linux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.iscsi' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.nvme' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.sunos' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.base' # # 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' # import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.hpux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.linux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # # zipimport: zlib available # /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' # /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 0x7f584e0db0b0> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e0d8c50> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584e28bef0> {"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 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 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # 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 _heapq # cleanup[2] removing heapq # destroy heapq # 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 # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # 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 systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.connection # destroy multiprocessing.pool # destroy signal # destroy pickle # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.process # destroy unicodedata # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing # destroy shlex # destroy fcntl # destroy datetime # destroy subprocess # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy errno # destroy json # destroy socket # destroy struct # destroy glob # destroy fnmatch # 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 configparser # 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 # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # 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 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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.41.218 closed. 6494 1726853145.79404: done with _execute_module (ansible.legacy.setup, {'filter': 'ansible_pkg_mgr', 'gather_subset': '!all', '_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-1726853145.2945633-7056-35605930468930/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6494 1726853145.79408: variable 'ansible_module_compression' from source: unknown 6494 1726853145.79410: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6494dydhg1yg/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 6494 1726853145.79413: variable 'ansible_facts' from source: unknown 6494 1726853145.79415: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726853145.2945633-7056-35605930468930/AnsiballZ_dnf.py 6494 1726853145.79417: Sending initial data 6494 1726853145.79418: Sent initial data (149 bytes) 6494 1726853145.79606: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853145.79610: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match not found <<< 6494 1726853145.79626: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853145.79629: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853145.79678: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853145.79682: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853145.79684: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853145.79813: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853145.81602: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6494 1726853145.81715: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6494 1726853145.81845: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6494dydhg1yg/tmp5oz34p79 /root/.ansible/tmp/ansible-tmp-1726853145.2945633-7056-35605930468930/AnsiballZ_dnf.py <<< 6494 1726853145.81849: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726853145.2945633-7056-35605930468930/AnsiballZ_dnf.py" <<< 6494 1726853145.81958: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6494dydhg1yg/tmp5oz34p79" to remote "/root/.ansible/tmp/ansible-tmp-1726853145.2945633-7056-35605930468930/AnsiballZ_dnf.py" <<< 6494 1726853145.81962: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726853145.2945633-7056-35605930468930/AnsiballZ_dnf.py" <<< 6494 1726853145.82942: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853145.82983: stderr chunk (state=3): >>><<< 6494 1726853145.82986: stdout chunk (state=3): >>><<< 6494 1726853145.83011: done transferring module to remote 6494 1726853145.83023: _low_level_execute_command(): starting 6494 1726853145.83027: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726853145.2945633-7056-35605930468930/ /root/.ansible/tmp/ansible-tmp-1726853145.2945633-7056-35605930468930/AnsiballZ_dnf.py && sleep 0' 6494 1726853145.83490: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853145.83493: 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.41.218 originally 10.31.41.218 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853145.83496: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853145.83498: 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853145.83538: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853145.83551: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853145.83676: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853145.85668: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853145.85863: stderr chunk (state=3): >>><<< 6494 1726853145.85872: stdout chunk (state=3): >>><<< 6494 1726853145.85880: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853145.85890: _low_level_execute_command(): starting 6494 1726853145.85893: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726853145.2945633-7056-35605930468930/AnsiballZ_dnf.py && sleep 0' 6494 1726853145.86309: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853145.86323: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853145.86335: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853145.86383: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853145.86395: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853145.86556: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853145.88969: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 6494 1726853145.89013: stdout chunk (state=3): >>>import _imp # builtin <<< 6494 1726853145.89139: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 6494 1726853145.89178: stdout chunk (state=3): >>>import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook <<< 6494 1726853145.89201: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 6494 1726853145.89253: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853145.89282: stdout chunk (state=3): >>>import '_codecs' # <<< 6494 1726853145.89305: stdout chunk (state=3): >>>import 'codecs' # <<< 6494 1726853145.89352: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 6494 1726853145.89385: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4e184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4de7b30> <<< 6494 1726853145.89514: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 6494 1726853145.89537: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4e1aa50> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # <<< 6494 1726853145.89623: stdout chunk (state=3): >>>import '_collections_abc' # <<< 6494 1726853145.89656: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 6494 1726853145.89691: stdout chunk (state=3): >>>import 'os' # <<< 6494 1726853145.89840: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 6494 1726853145.89850: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 6494 1726853145.89886: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4bc9130> # /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 0x7f81a4bc9fa0> <<< 6494 1726853145.89915: stdout chunk (state=3): >>>import 'site' # <<< 6494 1726853145.89948: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 6494 1726853145.90228: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 6494 1726853145.90269: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 6494 1726853145.90272: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 6494 1726853145.90294: stdout chunk (state=3): >>># 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 <<< 6494 1726853145.90353: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 6494 1726853145.90365: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 6494 1726853145.90393: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 6494 1726853145.90406: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4c07dd0> <<< 6494 1726853145.90429: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 6494 1726853145.90443: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 6494 1726853145.90472: stdout chunk (state=3): >>>import '_operator' # <<< 6494 1726853145.90475: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4c07fe0> <<< 6494 1726853145.90500: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 6494 1726853145.90537: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 6494 1726853145.90559: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 6494 1726853145.90609: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853145.90634: stdout chunk (state=3): >>>import 'itertools' # <<< 6494 1726853145.90657: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 6494 1726853145.90674: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4c3f800> <<< 6494 1726853145.90696: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 6494 1726853145.90699: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 6494 1726853145.90712: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4c3fe90> <<< 6494 1726853145.90723: stdout chunk (state=3): >>>import '_collections' # <<< 6494 1726853145.90779: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4c1faa0> <<< 6494 1726853145.90792: stdout chunk (state=3): >>>import '_functools' # <<< 6494 1726853145.90826: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4c1d1c0> <<< 6494 1726853145.90926: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4c04f80> <<< 6494 1726853145.90949: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 6494 1726853145.90975: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 6494 1726853145.90984: stdout chunk (state=3): >>>import '_sre' # <<< 6494 1726853145.91010: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 6494 1726853145.91037: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 6494 1726853145.91058: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 6494 1726853145.91068: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 6494 1726853145.91099: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4c5f6e0> <<< 6494 1726853145.91114: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4c5e300> <<< 6494 1726853145.91152: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4c1e060> <<< 6494 1726853145.91155: stdout chunk (state=3): >>>import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4c06e70> <<< 6494 1726853145.91224: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 6494 1726853145.91228: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4c947a0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4c04200> <<< 6494 1726853145.91257: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 6494 1726853145.91303: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853145.91306: stdout chunk (state=3): >>># 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 0x7f81a4c94c50> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4c94b00> <<< 6494 1726853145.91348: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853145.91352: stdout chunk (state=3): >>># extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f81a4c94ef0> <<< 6494 1726853145.91368: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4c02d20> <<< 6494 1726853145.91397: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 6494 1726853145.91406: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853145.91419: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 6494 1726853145.91461: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 6494 1726853145.91479: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4c955b0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4c95280> import 'importlib.machinery' # <<< 6494 1726853145.91518: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 6494 1726853145.91540: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4c964b0> <<< 6494 1726853145.91553: stdout chunk (state=3): >>>import 'importlib.util' # <<< 6494 1726853145.91565: stdout chunk (state=3): >>>import 'runpy' # <<< 6494 1726853145.91589: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 6494 1726853145.91635: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 6494 1726853145.91657: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 6494 1726853145.91663: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4cac680> <<< 6494 1726853145.91683: stdout chunk (state=3): >>>import 'errno' # <<< 6494 1726853145.91704: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853145.91720: stdout chunk (state=3): >>># 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 0x7f81a4cadd30> <<< 6494 1726853145.91750: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 6494 1726853145.91755: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 6494 1726853145.91782: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 6494 1726853145.91795: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 6494 1726853145.91800: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4caebd0> <<< 6494 1726853145.91849: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853145.91859: stdout chunk (state=3): >>># 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 0x7f81a4caf230> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4cae120> <<< 6494 1726853145.91875: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 6494 1726853145.91893: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 6494 1726853145.91923: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853145.91942: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f81a4cafcb0> <<< 6494 1726853145.91956: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4caf3e0> <<< 6494 1726853145.92028: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4c96450> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 6494 1726853145.92067: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 6494 1726853145.92082: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 6494 1726853145.92102: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 6494 1726853145.92267: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f81a49e7b90> # /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 0x7f81a4a10650> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4a103b0> # 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 0x7f81a4a10680> # /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' <<< 6494 1726853145.92427: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853145.92472: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853145.92486: stdout chunk (state=3): >>>import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f81a4a10fb0> <<< 6494 1726853145.92635: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853145.92676: stdout chunk (state=3): >>># extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f81a4a11940> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4a10860> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a49e5d30> <<< 6494 1726853145.92711: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 6494 1726853145.92737: stdout chunk (state=3): >>># 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 <<< 6494 1726853145.92760: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4a12cc0> <<< 6494 1726853145.92791: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4a10e30> <<< 6494 1726853145.92819: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4c96ba0> <<< 6494 1726853145.92843: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 6494 1726853145.92903: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853145.92924: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 6494 1726853145.92952: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 6494 1726853145.92982: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4a37020> <<< 6494 1726853145.93052: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853145.93088: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 6494 1726853145.93100: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 6494 1726853145.93154: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4a5f410> <<< 6494 1726853145.93169: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 6494 1726853145.93215: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 6494 1726853145.93291: stdout chunk (state=3): >>>import 'ntpath' # <<< 6494 1726853145.93310: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4ac0200> <<< 6494 1726853145.93359: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 6494 1726853145.93374: stdout chunk (state=3): >>># 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 <<< 6494 1726853145.93431: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 6494 1726853145.93510: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4ac2960> <<< 6494 1726853145.93600: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4ac0320> <<< 6494 1726853145.93692: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4a8d1f0> <<< 6494 1726853145.93697: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a432d310> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4a5e210> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4a13bf0> <<< 6494 1726853145.93844: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 6494 1726853145.93866: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f81a4a5e810> <<< 6494 1726853145.94055: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_u3x04vhs/ansible_ansible.legacy.dnf_payload.zip' # zipimport: zlib available <<< 6494 1726853145.94254: stdout chunk (state=3): >>># zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 6494 1726853145.94258: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 6494 1726853145.94300: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 6494 1726853145.94361: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 6494 1726853145.94388: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4383050> import '_typing' # <<< 6494 1726853145.94577: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4361f40> <<< 6494 1726853145.94589: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a43610a0> # zipimport: zlib available <<< 6494 1726853145.94613: stdout chunk (state=3): >>>import 'ansible' # <<< 6494 1726853145.94620: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.94639: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.94654: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.94662: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 6494 1726853145.94682: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.96120: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.97296: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4381340> <<< 6494 1726853145.97307: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 6494 1726853145.97315: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853145.97334: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 6494 1726853145.97361: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 6494 1726853145.97364: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 6494 1726853145.97399: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f81a43aa990> <<< 6494 1726853145.97439: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a43aa720> <<< 6494 1726853145.97463: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a43aa030> <<< 6494 1726853145.97485: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 6494 1726853145.97495: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 6494 1726853145.97545: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a43aa510> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4383ce0> <<< 6494 1726853145.97550: stdout chunk (state=3): >>>import 'atexit' # <<< 6494 1726853145.97569: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853145.97591: stdout chunk (state=3): >>># extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f81a43ab6e0> <<< 6494 1726853145.97600: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853145.97617: stdout chunk (state=3): >>># extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f81a43ab920> <<< 6494 1726853145.97629: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 6494 1726853145.97683: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 6494 1726853145.97695: stdout chunk (state=3): >>>import '_locale' # <<< 6494 1726853145.97743: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a43abe60> <<< 6494 1726853145.97749: stdout chunk (state=3): >>>import 'pwd' # <<< 6494 1726853145.97772: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 6494 1726853145.97795: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 6494 1726853145.97839: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4211c70> <<< 6494 1726853145.97872: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853145.97879: stdout chunk (state=3): >>># extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f81a4213890> <<< 6494 1726853145.97888: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 6494 1726853145.97906: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 6494 1726853145.97943: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4218290> <<< 6494 1726853145.97964: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 6494 1726853145.97994: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 6494 1726853145.98012: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4219430> <<< 6494 1726853145.98033: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 6494 1726853145.98079: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 6494 1726853145.98096: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 6494 1726853145.98100: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 6494 1726853145.98150: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a421bef0> <<< 6494 1726853145.98191: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853145.98195: stdout chunk (state=3): >>># 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 0x7f81a4220230> <<< 6494 1726853145.98212: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a421a1b0> <<< 6494 1726853145.98229: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 6494 1726853145.98263: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 6494 1726853145.98290: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 6494 1726853145.98294: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 6494 1726853145.98309: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 6494 1726853145.98340: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 6494 1726853145.98366: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 6494 1726853145.98371: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4223f20> <<< 6494 1726853145.98386: stdout chunk (state=3): >>>import '_tokenize' # <<< 6494 1726853145.98461: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a42229f0> <<< 6494 1726853145.98466: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4222750> <<< 6494 1726853145.98482: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 6494 1726853145.98491: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 6494 1726853145.98560: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4222cc0> <<< 6494 1726853145.98592: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a421a6c0> <<< 6494 1726853145.98621: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853145.98624: stdout chunk (state=3): >>># extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f81a4268140> <<< 6494 1726853145.98651: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853145.98654: stdout chunk (state=3): >>>import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4268380> <<< 6494 1726853145.98678: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 6494 1726853145.98716: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 6494 1726853145.98719: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py <<< 6494 1726853145.98720: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 6494 1726853145.98766: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853145.98769: stdout chunk (state=3): >>># extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f81a4269e20> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4269bb0> <<< 6494 1726853145.98806: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 6494 1726853145.98919: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 6494 1726853145.98979: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f81a426c3b0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a426a4b0> <<< 6494 1726853145.98999: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 6494 1726853145.99057: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853145.99083: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 6494 1726853145.99125: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a426fb90> <<< 6494 1726853145.99259: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a426c560> <<< 6494 1726853145.99325: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853145.99357: stdout chunk (state=3): >>># extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f81a42709e0> <<< 6494 1726853145.99426: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f81a4270a10> <<< 6494 1726853145.99434: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f81a4270f50> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4268590> <<< 6494 1726853145.99452: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 6494 1726853145.99478: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 6494 1726853145.99508: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853145.99541: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f81a42fc560> <<< 6494 1726853145.99708: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853145.99742: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f81a42fd6d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4272cc0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853145.99787: stdout chunk (state=3): >>># extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f81a4270da0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a42728d0> # zipimport: zlib available # zipimport: zlib available <<< 6494 1726853145.99798: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 6494 1726853145.99895: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.99975: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853145.99979: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.00000: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 6494 1726853146.00012: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.00023: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 6494 1726853146.00039: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.00159: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.00274: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.00844: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.01399: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 6494 1726853146.01413: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 6494 1726853146.01421: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 6494 1726853146.01435: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 6494 1726853146.01461: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853146.01514: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853146.01521: stdout chunk (state=3): >>># 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 0x7f81a4101880> <<< 6494 1726853146.01602: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 6494 1726853146.01614: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 6494 1726853146.01634: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a41026c0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a42fdb20> <<< 6494 1726853146.01676: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 6494 1726853146.01693: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.01711: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.01738: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 6494 1726853146.01894: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.02064: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4102480> <<< 6494 1726853146.02089: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.02546: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.03001: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.03070: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.03137: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 6494 1726853146.03141: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.03170: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.03204: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 6494 1726853146.03214: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.03280: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.03363: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 6494 1726853146.03379: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.03400: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 6494 1726853146.03406: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.03442: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.03485: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 6494 1726853146.03492: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.03730: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.03960: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 6494 1726853146.04027: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 6494 1726853146.04041: stdout chunk (state=3): >>>import '_ast' # <<< 6494 1726853146.04109: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4103950> <<< 6494 1726853146.04121: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.04192: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.04263: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 6494 1726853146.04277: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 6494 1726853146.04285: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 6494 1726853146.04307: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.04344: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.04387: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 6494 1726853146.04393: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.04440: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.04478: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.04538: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.04601: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 6494 1726853146.04650: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853146.04747: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853146.04752: stdout chunk (state=3): >>># extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f81a410e2a0> <<< 6494 1726853146.04779: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4109b20> <<< 6494 1726853146.04814: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 6494 1726853146.04828: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.04893: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.04961: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.04990: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.05039: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853146.05094: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 6494 1726853146.05097: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 6494 1726853146.05170: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 6494 1726853146.05197: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 6494 1726853146.05213: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 6494 1726853146.05254: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4202c30> <<< 6494 1726853146.05300: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a43e2900> <<< 6494 1726853146.05395: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a410e3c0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a41032c0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 6494 1726853146.05421: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.05453: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 6494 1726853146.05528: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available <<< 6494 1726853146.05560: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 6494 1726853146.05604: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.06146: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.06691: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.07388: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.08075: stdout chunk (state=3): >>># /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 0x7f81a41a0a10> <<< 6494 1726853146.08097: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/__init__.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc' import 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a41a0c50> <<< 6494 1726853146.08134: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc' <<< 6494 1726853146.08155: stdout chunk (state=3): >>># /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' <<< 6494 1726853146.08173: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py <<< 6494 1726853146.08243: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a41a1340> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a41a0ec0> # /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py <<< 6494 1726853146.08246: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' <<< 6494 1726853146.08301: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a41a1c70> # /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc' <<< 6494 1726853146.08325: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py <<< 6494 1726853146.08359: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py <<< 6494 1726853146.08363: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' <<< 6494 1726853146.08402: stdout chunk (state=3): >>># /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' # /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py <<< 6494 1726853146.08444: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' <<< 6494 1726853146.08470: stdout chunk (state=3): >>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a418d9a0> # /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' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a418d790> # /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py <<< 6494 1726853146.08493: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a3dfa7b0> <<< 6494 1726853146.08563: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a41a3470> <<< 6494 1726853146.08576: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 6494 1726853146.08635: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 6494 1726853146.08673: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py <<< 6494 1726853146.08713: stdout chunk (state=3): >>># 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 <<< 6494 1726853146.08745: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 6494 1726853146.08807: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a3e092e0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a3dfbe60> <<< 6494 1726853146.08839: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a3dfb1d0> <<< 6494 1726853146.08863: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a41a2900> <<< 6494 1726853146.08891: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py # code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' <<< 6494 1726853146.08920: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py <<< 6494 1726853146.08980: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 6494 1726853146.08999: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py <<< 6494 1726853146.09004: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' <<< 6494 1726853146.09029: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a3e75310> <<< 6494 1726853146.09167: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a3e2d430> <<< 6494 1726853146.09330: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a41a2db0> <<< 6494 1726853146.09367: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py # code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py <<< 6494 1726853146.09394: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 6494 1726853146.09441: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py <<< 6494 1726853146.09449: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc' <<< 6494 1726853146.09466: stdout chunk (state=3): >>>import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a3e78e30> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a3e77110> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a3e2cf50> <<< 6494 1726853146.09499: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a41a22d0> <<< 6494 1726853146.09529: stdout chunk (state=3): >>>import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a41a1d00> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a41a1a00> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a41a0bf0> # /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py <<< 6494 1726853146.09591: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc' import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a41a1d30> # /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py <<< 6494 1726853146.09594: stdout chunk (state=3): >>># 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' <<< 6494 1726853146.09636: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a3e79430> <<< 6494 1726853146.09650: stdout chunk (state=3): >>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a3e78b60> <<< 6494 1726853146.09691: stdout chunk (state=3): >>># /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' <<< 6494 1726853146.09744: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a3e79b80> <<< 6494 1726853146.09773: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 6494 1726853146.09805: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 6494 1726853146.09867: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 6494 1726853146.09914: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 6494 1726853146.09992: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853146.10079: stdout chunk (state=3): >>># 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 0x7f81a3e8c260> <<< 6494 1726853146.10260: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a3e65820> <<< 6494 1726853146.10283: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a3e7aa20> <<< 6494 1726853146.10318: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py # code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 6494 1726853146.10384: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a3e652b0> <<< 6494 1726853146.10388: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py <<< 6494 1726853146.10440: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a3e9a510> # /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' <<< 6494 1726853146.10449: stdout chunk (state=3): >>># /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' <<< 6494 1726853146.10488: stdout chunk (state=3): >>>import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a3e9b170> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a3e9ac30> <<< 6494 1726853146.10501: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 6494 1726853146.10574: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 6494 1726853146.10649: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a3e9b680> <<< 6494 1726853146.10675: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 6494 1726853146.10696: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 6494 1726853146.10921: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a3e6fb60> <<< 6494 1726853146.10942: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 6494 1726853146.10970: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 6494 1726853146.11005: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a3d25fa0> <<< 6494 1726853146.11041: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.11142: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 6494 1726853146.11148: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.11274: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.11420: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 6494 1726853146.11437: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.11478: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.11537: stdout chunk (state=3): >>>import 'ansible.module_utils.common.respawn' # # zipimport: zlib available <<< 6494 1726853146.11670: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.11776: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # <<< 6494 1726853146.11876: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.12381: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/__init__.py <<< 6494 1726853146.12389: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853146.12405: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/pycomp.py <<< 6494 1726853146.12409: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc' <<< 6494 1726853146.12445: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/text.py <<< 6494 1726853146.12449: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc' import 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a3d5aff0> <<< 6494 1726853146.12485: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 6494 1726853146.12513: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 6494 1726853146.12666: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a3d5b110> <<< 6494 1726853146.12671: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 6494 1726853146.12690: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 6494 1726853146.12707: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 6494 1726853146.12715: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 6494 1726853146.12755: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853146.12774: stdout chunk (state=3): >>># 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 0x7f81a3abb2c0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a3abab10> <<< 6494 1726853146.12816: stdout chunk (state=3): >>># 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 0x7f81a3abacf0> <<< 6494 1726853146.12820: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a3d5b650> <<< 6494 1726853146.12844: stdout chunk (state=3): >>>import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a3d5a210> <<< 6494 1726853146.12861: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/const.py <<< 6494 1726853146.12887: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc' import 'dnf.const' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a3d5acf0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/base.py <<< 6494 1726853146.12983: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' <<< 6494 1726853146.13013: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/__init__.py <<< 6494 1726853146.13015: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853146.13037: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/error.py <<< 6494 1726853146.13043: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc' <<< 6494 1726853146.13176: stdout chunk (state=3): >>># extension module 'libdnf._error' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' <<< 6494 1726853146.13217: stdout chunk (state=3): >>># extension module 'libdnf._error' executed from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' import 'libdnf._error' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f81a3b34950> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a3b34530> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/common_types.py <<< 6494 1726853146.13262: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' <<< 6494 1726853146.13318: stdout chunk (state=3): >>># extension module 'libdnf._common_types' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' <<< 6494 1726853146.13324: stdout chunk (state=3): >>># extension module 'libdnf._common_types' executed from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' import 'libdnf._common_types' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f81a3b5c230> <<< 6494 1726853146.13351: stdout chunk (state=3): >>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a3b34aa0> <<< 6494 1726853146.13369: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/conf.py <<< 6494 1726853146.13465: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' <<< 6494 1726853146.14465: stdout chunk (state=3): >>># extension module 'libdnf._conf' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so' # extension module 'libdnf._conf' executed from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so' import 'libdnf._conf' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f81a390b380> <<< 6494 1726853146.14537: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a3b5c410> <<< 6494 1726853146.14560: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/module.py <<< 6494 1726853146.14646: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' <<< 6494 1726853146.14744: stdout chunk (state=3): >>># extension module 'libdnf._module' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_module.so' <<< 6494 1726853146.14750: stdout chunk (state=3): >>># extension module 'libdnf._module' executed from '/usr/lib64/python3.12/site-packages/libdnf/_module.so' import 'libdnf._module' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f81a3984ec0> <<< 6494 1726853146.14937: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a390b740> <<< 6494 1726853146.14959: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/repo.py <<< 6494 1726853146.14995: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' <<< 6494 1726853146.15104: stdout chunk (state=3): >>># extension module 'libdnf._repo' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so' <<< 6494 1726853146.15107: stdout chunk (state=3): >>># extension module 'libdnf._repo' executed from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so' import 'libdnf._repo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f81a3987cb0> <<< 6494 1726853146.15154: stdout chunk (state=3): >>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a3b34200> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/transaction.py <<< 6494 1726853146.15203: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' <<< 6494 1726853146.15287: stdout chunk (state=3): >>># extension module 'libdnf._transaction' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so' <<< 6494 1726853146.15300: stdout chunk (state=3): >>># extension module 'libdnf._transaction' executed from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so' import 'libdnf._transaction' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f81a39cbe00> <<< 6494 1726853146.15329: stdout chunk (state=3): >>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a3987f50> <<< 6494 1726853146.15354: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/utils.py <<< 6494 1726853146.15372: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc' <<< 6494 1726853146.15421: stdout chunk (state=3): >>># extension module 'libdnf._utils' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so' <<< 6494 1726853146.15430: stdout chunk (state=3): >>># extension module 'libdnf._utils' executed from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so' import 'libdnf._utils' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f81a1c9d160> <<< 6494 1726853146.15446: stdout chunk (state=3): >>>import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1c9c560> <<< 6494 1726853146.15451: stdout chunk (state=3): >>>import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a3ad7fb0> <<< 6494 1726853146.15472: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/comps.py <<< 6494 1726853146.15512: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc' <<< 6494 1726853146.15535: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/exceptions.py <<< 6494 1726853146.15540: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc' <<< 6494 1726853146.15565: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/i18n.py <<< 6494 1726853146.15569: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc' <<< 6494 1726853146.15608: stdout chunk (state=3): >>># 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 0x7f81a1cb8620> <<< 6494 1726853146.15652: stdout chunk (state=3): >>>import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1c9faa0> <<< 6494 1726853146.15662: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/util.py <<< 6494 1726853146.15708: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc' <<< 6494 1726853146.15723: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/callback.py <<< 6494 1726853146.15729: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc' <<< 6494 1726853146.15773: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/__init__.py <<< 6494 1726853146.15776: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc' import 'dnf.yum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1cbac90> <<< 6494 1726853146.15857: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/rpmtrans.py # code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc' import 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1cbbb60> <<< 6494 1726853146.15907: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/__init__.py # code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853146.16343: stdout chunk (state=3): >>># extension module 'rpm._rpm' loaded from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so' # extension module 'rpm._rpm' executed from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so' import 'rpm._rpm' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f81a1ce0470> <<< 6494 1726853146.16404: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/transaction.py <<< 6494 1726853146.16408: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc' <<< 6494 1726853146.16418: stdout chunk (state=3): >>>import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1ce1940> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1cbbda0> <<< 6494 1726853146.16438: stdout chunk (state=3): >>>import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1cbac00> <<< 6494 1726853146.16470: stdout chunk (state=3): >>>import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1cba510> # /usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/hawkey/__init__.py <<< 6494 1726853146.16518: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853146.16589: stdout chunk (state=3): >>># extension module 'hawkey._hawkey' loaded from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so' <<< 6494 1726853146.16615: stdout chunk (state=3): >>># extension module 'hawkey._hawkey' executed from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so' import 'hawkey._hawkey' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f81a1ce3560> <<< 6494 1726853146.16618: stdout chunk (state=3): >>>import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1cbb080> <<< 6494 1726853146.16697: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1cb89b0> <<< 6494 1726853146.16729: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1c9f0b0> <<< 6494 1726853146.16759: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libcomps/__init__.py # code object from '/usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853146.16908: stdout chunk (state=3): >>># extension module 'libcomps._libpycomps' loaded from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so' # extension module 'libcomps._libpycomps' executed from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so' import 'libcomps._libpycomps' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f81a1c9f7d0> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1c9f530> <<< 6494 1726853146.16928: stdout chunk (state=3): >>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1c9d2e0> <<< 6494 1726853146.16992: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc' import 'dnf.db' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1d20b90> <<< 6494 1726853146.16995: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/history.py <<< 6494 1726853146.17011: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc' <<< 6494 1726853146.17029: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/misc.py <<< 6494 1726853146.17044: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc' <<< 6494 1726853146.17084: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/crypto.py <<< 6494 1726853146.17090: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc' <<< 6494 1726853146.17114: stdout chunk (state=3): >>>import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1d23050> <<< 6494 1726853146.17175: stdout chunk (state=3): >>># /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 0x7f81a1d23830> <<< 6494 1726853146.17178: stdout chunk (state=3): >>>import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1d223c0> <<< 6494 1726853146.17198: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/group.py <<< 6494 1726853146.17233: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc' import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1d4c110> <<< 6494 1726853146.17267: stdout chunk (state=3): >>>import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1d20b60> <<< 6494 1726853146.17297: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853146.17314: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/config.py <<< 6494 1726853146.17330: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' <<< 6494 1726853146.17347: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/substitutions.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc' <<< 6494 1726853146.17376: stdout chunk (state=3): >>>import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1d4daf0> <<< 6494 1726853146.17395: stdout chunk (state=3): >>>import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1d4d070> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1d4ce90> <<< 6494 1726853146.17430: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/read.py <<< 6494 1726853146.17434: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc' <<< 6494 1726853146.17454: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repo.py <<< 6494 1726853146.17503: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' <<< 6494 1726853146.17524: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/logging.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc' <<< 6494 1726853146.17570: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/lock.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc' import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1618b60> <<< 6494 1726853146.17598: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py <<< 6494 1726853146.17641: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc' <<< 6494 1726853146.17660: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 6494 1726853146.17707: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 6494 1726853146.17730: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 6494 1726853146.17764: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1646ba0> <<< 6494 1726853146.17794: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853146.17813: stdout chunk (state=3): >>># 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 0x7f81a1646f00> <<< 6494 1726853146.17860: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a161ae40> <<< 6494 1726853146.17897: stdout chunk (state=3): >>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1618fe0> <<< 6494 1726853146.17921: stdout chunk (state=3): >>>import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1d4ff20> <<< 6494 1726853146.17971: stdout chunk (state=3): >>>import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1d4e2a0> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1d4df70> <<< 6494 1726853146.17974: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/dnssec.py <<< 6494 1726853146.18008: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/__init__.py <<< 6494 1726853146.18030: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853146.18061: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/transaction.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc' import 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1680a70> <<< 6494 1726853146.18072: stdout chunk (state=3): >>>import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1647b90> <<< 6494 1726853146.18107: stdout chunk (state=3): >>>import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1d4e7e0> <<< 6494 1726853146.18133: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/drpm.py <<< 6494 1726853146.18138: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc' <<< 6494 1726853146.18161: stdout chunk (state=3): >>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1681130> <<< 6494 1726853146.18204: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/goal.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc' import 'dnf.goal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a16814f0> <<< 6494 1726853146.18217: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/history.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc' import 'dnf.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a16815b0> <<< 6494 1726853146.18245: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853146.18278: stdout chunk (state=3): >>>import 'dnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a16816d0> <<< 6494 1726853146.18281: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/module_base.py <<< 6494 1726853146.18322: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/smartcols.py <<< 6494 1726853146.18342: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' <<< 6494 1726853146.18426: stdout chunk (state=3): >>># extension module 'libdnf._smartcols' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so' <<< 6494 1726853146.18429: stdout chunk (state=3): >>># extension module 'libdnf._smartcols' executed from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so' import 'libdnf._smartcols' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f81a16a02c0> <<< 6494 1726853146.18450: stdout chunk (state=3): >>>import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a16823f0> <<< 6494 1726853146.18471: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/selector.py <<< 6494 1726853146.18478: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc' import 'dnf.selector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a16a03e0> <<< 6494 1726853146.18506: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/exceptions.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc' <<< 6494 1726853146.18537: stdout chunk (state=3): >>>import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a16a04d0> <<< 6494 1726853146.18571: stdout chunk (state=3): >>>import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1681520> # /usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/persistor.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc' <<< 6494 1726853146.18579: stdout chunk (state=3): >>>import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a16a0680> <<< 6494 1726853146.18599: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/plugin.py <<< 6494 1726853146.18605: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc' <<< 6494 1726853146.18634: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 6494 1726853146.18704: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 6494 1726853146.18734: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 6494 1726853146.18842: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 6494 1726853146.18863: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 6494 1726853146.18879: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 6494 1726853146.18913: stdout chunk (state=3): >>># 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 0x7f81a16cbfe0> <<< 6494 1726853146.18947: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a16cb4d0> <<< 6494 1726853146.19002: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a16c9f40> <<< 6494 1726853146.19154: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a16a1e80> <<< 6494 1726853146.19165: stdout chunk (state=3): >>>import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a16a12e0> <<< 6494 1726853146.19195: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/query.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc' <<< 6494 1726853146.19208: stdout chunk (state=3): >>>import 'dnf.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a16a3260> <<< 6494 1726853146.19213: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repodict.py <<< 6494 1726853146.19235: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc' <<< 6494 1726853146.19238: stdout chunk (state=3): >>>import 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4101790> <<< 6494 1726853146.19267: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/connection.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc' <<< 6494 1726853146.19274: stdout chunk (state=3): >>>import 'dnf.rpm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1708980> <<< 6494 1726853146.19302: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/miscutils.py <<< 6494 1726853146.19309: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc' import 'dnf.rpm.miscutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1708bc0> <<< 6494 1726853146.19335: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/sack.py <<< 6494 1726853146.19342: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc' <<< 6494 1726853146.19375: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/package.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc' <<< 6494 1726853146.19395: stdout chunk (state=3): >>>import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1709520> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1708fb0> <<< 6494 1726853146.19420: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/subject.py <<< 6494 1726853146.19430: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc' import 'dnf.subject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a170a420> <<< 6494 1726853146.19452: stdout chunk (state=3): >>>import 'gc' # <<< 6494 1726853146.19454: stdout chunk (state=3): >>>import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a3abb470> <<< 6494 1726853146.19472: stdout chunk (state=3): >>>import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a3d59a00> <<< 6494 1726853146.20113: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/builddep.py <<< 6494 1726853146.20139: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc' <<< 6494 1726853146.20160: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnfpluginscore/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc' import 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a170b020> <<< 6494 1726853146.20163: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/__init__.py <<< 6494 1726853146.20181: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853146.20214: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/cli.py <<< 6494 1726853146.20242: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc' <<< 6494 1726853146.20269: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/output.py <<< 6494 1726853146.20330: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc' <<< 6494 1726853146.20365: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/format.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc' <<< 6494 1726853146.20374: stdout chunk (state=3): >>>import 'dnf.cli.format' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a14dbaa0> <<< 6494 1726853146.20408: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/progress.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc' <<< 6494 1726853146.20414: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/term.py <<< 6494 1726853146.20441: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc' <<< 6494 1726853146.20472: stdout chunk (state=3): >>># /usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/curses/__init__.py <<< 6494 1726853146.20477: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853146.20626: stdout chunk (state=3): >>># extension module '_curses' loaded from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853146.20636: stdout chunk (state=3): >>># 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 0x7f81a14fdaf0> <<< 6494 1726853146.20642: stdout chunk (state=3): >>>import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a14fd6a0> <<< 6494 1726853146.20668: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853146.20692: stdout chunk (state=3): >>># extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853146.20695: stdout chunk (state=3): >>>import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f81a4d37050> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a14fc560> <<< 6494 1726853146.20714: stdout chunk (state=3): >>>import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a14dbda0> <<< 6494 1726853146.20731: stdout chunk (state=3): >>>import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a14d8b00> <<< 6494 1726853146.20759: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/aliases.py <<< 6494 1726853146.20770: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc' <<< 6494 1726853146.20784: stdout chunk (state=3): >>>import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a14db860> <<< 6494 1726853146.20805: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/__init__.py <<< 6494 1726853146.20840: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853146.20857: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/option_parser.py <<< 6494 1726853146.20888: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' <<< 6494 1726853146.20915: stdout chunk (state=3): >>>import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a15131d0> <<< 6494 1726853146.20952: stdout chunk (state=3): >>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1511d00> <<< 6494 1726853146.20986: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/alias.py <<< 6494 1726853146.21028: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc' <<< 6494 1726853146.21036: stdout chunk (state=3): >>>import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a15389e0> <<< 6494 1726853146.21052: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/autoremove.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc' import 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1538ce0> <<< 6494 1726853146.21071: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/check.py <<< 6494 1726853146.21083: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc' import 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1538f50> <<< 6494 1726853146.21110: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/clean.py <<< 6494 1726853146.21118: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc' <<< 6494 1726853146.21134: stdout chunk (state=3): >>>import 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a15391f0> <<< 6494 1726853146.21158: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/deplist.py <<< 6494 1726853146.21165: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc' <<< 6494 1726853146.21181: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repoquery.py <<< 6494 1726853146.21219: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc' <<< 6494 1726853146.21275: stdout chunk (state=3): >>>import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1539910> <<< 6494 1726853146.21327: stdout chunk (state=3): >>>import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1539760> <<< 6494 1726853146.21329: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/distrosync.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc' import 'dnf.cli.commands.distrosync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a153b200> <<< 6494 1726853146.21335: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/downgrade.py <<< 6494 1726853146.21338: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc' import 'dnf.cli.commands.downgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a153b350> <<< 6494 1726853146.21353: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/group.py <<< 6494 1726853146.21378: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc' <<< 6494 1726853146.21393: stdout chunk (state=3): >>>import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a153b560> <<< 6494 1726853146.21414: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/history.py <<< 6494 1726853146.21445: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc' <<< 6494 1726853146.21470: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction_sr.py <<< 6494 1726853146.21489: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc' <<< 6494 1726853146.21500: stdout chunk (state=3): >>>import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a15544d0> <<< 6494 1726853146.21525: stdout chunk (state=3): >>>import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a153bd10> <<< 6494 1726853146.21529: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/install.py <<< 6494 1726853146.21560: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc' import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a15546e0> <<< 6494 1726853146.21590: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/makecache.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc' <<< 6494 1726853146.21608: stdout chunk (state=3): >>>import 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1555460> <<< 6494 1726853146.21643: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/mark.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc' import 'dnf.cli.commands.mark' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1555640> <<< 6494 1726853146.21680: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/module.py <<< 6494 1726853146.21701: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc' <<< 6494 1726853146.21727: stdout chunk (state=3): >>>import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1555910> <<< 6494 1726853146.21762: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/reinstall.py <<< 6494 1726853146.21768: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc' import 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1556810> <<< 6494 1726853146.21788: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/remove.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc' <<< 6494 1726853146.21794: stdout chunk (state=3): >>>import 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1556a80> <<< 6494 1726853146.21817: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repolist.py <<< 6494 1726853146.21858: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc' <<< 6494 1726853146.21886: stdout chunk (state=3): >>>import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1556c90> <<< 6494 1726853146.21889: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/search.py <<< 6494 1726853146.21941: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/match_counter.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc' <<< 6494 1726853146.21945: stdout chunk (state=3): >>>import 'dnf.match_counter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1557860> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1557380> <<< 6494 1726853146.21980: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/shell.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc' <<< 6494 1726853146.22016: stdout chunk (state=3): >>># /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' <<< 6494 1726853146.22029: stdout chunk (state=3): >>>import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a157c710> <<< 6494 1726853146.22036: stdout chunk (state=3): >>>import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1557f50> <<< 6494 1726853146.22061: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/swap.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc' <<< 6494 1726853146.22080: stdout chunk (state=3): >>>import 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a157d370> <<< 6494 1726853146.22102: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/updateinfo.py <<< 6494 1726853146.22135: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc' <<< 6494 1726853146.22140: stdout chunk (state=3): >>>import 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a157d670> <<< 6494 1726853146.22168: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrade.py <<< 6494 1726853146.22175: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc' <<< 6494 1726853146.22215: stdout chunk (state=3): >>>import 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a157e5d0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrademinimal.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc' <<< 6494 1726853146.22221: stdout chunk (state=3): >>>import 'dnf.cli.commands.upgrademinimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a157e870> <<< 6494 1726853146.22252: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/demand.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc' <<< 6494 1726853146.22273: stdout chunk (state=3): >>>import 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a157ea20> <<< 6494 1726853146.22281: stdout chunk (state=3): >>>import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a170b470> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a170b200> <<< 6494 1726853146.22297: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a170a930> <<< 6494 1726853146.22321: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/changelog.py <<< 6494 1726853146.22330: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc' <<< 6494 1726853146.22357: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/__init__.py <<< 6494 1726853146.22363: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853146.22388: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_version.py <<< 6494 1726853146.22393: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc' import 'dateutil._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a157f3e0> <<< 6494 1726853146.22408: stdout chunk (state=3): >>>import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a157f110> <<< 6494 1726853146.22423: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853146.22451: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/_parser.py <<< 6494 1726853146.22509: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc' <<< 6494 1726853146.22537: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py <<< 6494 1726853146.22581: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' <<< 6494 1726853146.22649: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a15a1880> <<< 6494 1726853146.22668: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc matches /usr/lib64/python3.12/decimal.py <<< 6494 1726853146.22675: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc' <<< 6494 1726853146.22773: stdout chunk (state=3): >>># /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' <<< 6494 1726853146.22789: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a15a2ff0> <<< 6494 1726853146.22849: stdout chunk (state=3): >>># extension module '_decimal' loaded from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853146.22853: stdout chunk (state=3): >>># 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 0x7f81a15a21e0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a15a1d90> <<< 6494 1726853146.22884: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/relativedelta.py <<< 6494 1726853146.22920: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc' <<< 6494 1726853146.22923: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_common.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc' import 'dateutil._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a12f4800> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a15a18b0> <<< 6494 1726853146.22958: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853146.22978: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/tz.py <<< 6494 1726853146.23016: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' <<< 6494 1726853146.23043: stdout chunk (state=3): >>>import 'six.moves' # <<< 6494 1726853146.23052: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_common.py <<< 6494 1726853146.23078: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc' <<< 6494 1726853146.23086: stdout chunk (state=3): >>>import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a12f76b0> <<< 6494 1726853146.23124: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_factories.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc' import 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a12f7fb0> <<< 6494 1726853146.23149: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/win.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc' <<< 6494 1726853146.23169: stdout chunk (state=3): >>># destroy dateutil.tz.win <<< 6494 1726853146.23219: stdout chunk (state=3): >>>import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a12f4e90> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a12f4b60> <<< 6494 1726853146.23266: stdout chunk (state=3): >>>import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a157f6b0> <<< 6494 1726853146.23294: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/isoparser.py <<< 6494 1726853146.23305: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc' <<< 6494 1726853146.23319: stdout chunk (state=3): >>>import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a15a0ad0> <<< 6494 1726853146.23345: stdout chunk (state=3): >>>import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a157f410> <<< 6494 1726853146.23349: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a14d81d0> <<< 6494 1726853146.23372: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/config_manager.py <<< 6494 1726853146.23391: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc' <<< 6494 1726853146.23443: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a131e240> <<< 6494 1726853146.23453: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/copr.py <<< 6494 1726853146.23490: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc' <<< 6494 1726853146.23508: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a131eae0> <<< 6494 1726853146.23524: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/debuginfo-install.py <<< 6494 1726853146.23530: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc' import 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a131fad0> <<< 6494 1726853146.23575: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/download.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc' <<< 6494 1726853146.23603: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1348170> <<< 6494 1726853146.23641: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/generate_completion_cache.py <<< 6494 1726853146.23652: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc' <<< 6494 1726853146.23663: stdout chunk (state=3): >>># /usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/__init__.py # code object from '/usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853146.23666: stdout chunk (state=3): >>># /usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/dbapi2.py <<< 6494 1726853146.23675: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc' <<< 6494 1726853146.23707: stdout chunk (state=3): >>># extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853146.23870: stdout chunk (state=3): >>># extension module '_sqlite3' executed from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' import '_sqlite3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f81a1349820> <<< 6494 1726853146.23904: stdout chunk (state=3): >>>import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a13491f0> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1348e90> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1348b30> <<< 6494 1726853146.23963: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/groups_manager.py <<< 6494 1726853146.23971: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc' <<< 6494 1726853146.24029: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a13495e0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/needs_restarting.py <<< 6494 1726853146.24031: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc' <<< 6494 1726853146.24065: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853146.24070: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py <<< 6494 1726853146.24082: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc' import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a134b560> <<< 6494 1726853146.24144: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc' import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a134b620> <<< 6494 1726853146.24151: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc' <<< 6494 1726853146.24265: stdout chunk (state=3): >>># extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' # extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' import '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f81a134bce0> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a134bb90> <<< 6494 1726853146.24278: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py <<< 6494 1726853146.24288: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc' <<< 6494 1726853146.24296: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py <<< 6494 1726853146.24314: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' <<< 6494 1726853146.24329: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py <<< 6494 1726853146.24486: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' <<< 6494 1726853146.24489: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py <<< 6494 1726853146.24520: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc' import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a137a270> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py <<< 6494 1726853146.24538: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc' <<< 6494 1726853146.24546: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py <<< 6494 1726853146.24578: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc' <<< 6494 1726853146.24582: stdout chunk (state=3): >>># /usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/__init__.py <<< 6494 1726853146.24593: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc' import 'xml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a137b470> <<< 6494 1726853146.24625: stdout chunk (state=3): >>># /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 0x7f81a137b6e0> <<< 6494 1726853146.24636: stdout chunk (state=3): >>># /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' <<< 6494 1726853146.24676: stdout chunk (state=3): >>># extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853146.24712: stdout chunk (state=3): >>># 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 0x7f81a137b830> <<< 6494 1726853146.24728: stdout chunk (state=3): >>>import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a137b590> <<< 6494 1726853146.24731: stdout chunk (state=3): >>>import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a137af30> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a137a3f0> <<< 6494 1726853146.24736: stdout chunk (state=3): >>>import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a13796a0> <<< 6494 1726853146.24785: stdout chunk (state=3): >>>import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1378c20> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a134b290> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a134b050> <<< 6494 1726853146.24810: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a134a540> <<< 6494 1726853146.24850: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repoclosure.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc' import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a137b140> <<< 6494 1726853146.24886: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repodiff.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc' import 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a137bd10> <<< 6494 1726853146.24929: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repograph.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc' import 'dnf.plugin.dynamic.repograph' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a13a4620> <<< 6494 1726853146.24954: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repomanage.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc' import 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a13a49e0> <<< 6494 1726853146.24982: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/reposync.py <<< 6494 1726853146.25019: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc' <<< 6494 1726853146.25027: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a13a5310> <<< 6494 1726853146.25091: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/system_upgrade.py <<< 6494 1726853146.25117: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc' import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a13a5e80> <<< 6494 1726853146.38526: stdout chunk (state=3): >>> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["python3-libselinux", "python3-policycoreutils"], "state": "present", "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "use_backend": "auto", "best": null, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "nobest": null, "releasever": null}}} <<< 6494 1726853146.39890: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic <<< 6494 1726853146.39913: stdout chunk (state=3): >>># destroy __main__ <<< 6494 1726853146.40564: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc <<< 6494 1726853146.40573: stdout chunk (state=3): >>># 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<<< 6494 1726853146.40606: 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 # 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 <<< 6494 1726853146.40624: stdout chunk (state=3): >>># 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 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib <<< 6494 1726853146.40657: stdout chunk (state=3): >>># 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 # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib <<< 6494 1726853146.40667: stdout chunk (state=3): >>># cleanup[2] removing ntpath # cleanup[2] removing urllib # cleanup[2] removing ipaddress # cleanup[2] removing 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 <<< 6494 1726853146.40691: stdout chunk (state=3): >>># cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd <<< 6494 1726853146.40711: 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 # 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 <<< 6494 1726853146.40724: 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 # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes <<< 6494 1726853146.40750: 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 # 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 <<< 6494 1726853146.40769: 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<<< 6494 1726853146.40778: 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.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 6494 1726853146.40810: stdout chunk (state=3): >>># 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 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 email.iterators <<< 6494 1726853146.40821: stdout chunk (state=3): >>># 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 <<< 6494 1726853146.40859: stdout chunk (state=3): >>># 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 <<< 6494 1726853146.40875: stdout chunk (state=3): >>># 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 email.mime.text # cleanup[2] removing configparser # destroy configparser # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing dnf.pycomp # cleanup[2] removing dnf.const <<< 6494 1726853146.40911: stdout chunk (state=3): >>># 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 <<< 6494 1726853146.40914: stdout chunk (state=3): >>># cleanup[2] removing libdnf._transaction # cleanup[2] removing libdnf.transaction # cleanup[2] removing libdnf._utils # cleanup[2] removing libdnf.utils # cleanup[2] removing libdnf # cleanup[2] removing unicodedata # cleanup[2] removing dnf.i18n # cleanup[2] removing dnf.yum # cleanup[2] removing dnf.transaction # cleanup[2] removing rpm._rpm # cleanup[2] removing rpm.transaction # cleanup[2] removing rpm # cleanup[2] removing dnf.yum.rpmtrans # cleanup[2] removing dnf.callback # cleanup[2] removing hawkey._hawkey <<< 6494 1726853146.40920: stdout chunk (state=3): >>># 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 <<< 6494 1726853146.40942: stdout chunk (state=3): >>># 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 <<< 6494 1726853146.40952: stdout chunk (state=3): >>># 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 <<< 6494 1726853146.40955: 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 <<< 6494 1726853146.40964: stdout chunk (state=3): >>># 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 gc # cleanup[2] removing dnf.base # cleanup[2] removing dnf # cleanup[2] removing dnfpluginscore <<< 6494 1726853146.40971: stdout chunk (state=3): >>># destroy dnfpluginscore # cleanup[2] removing dnf.cli.format # cleanup[2] removing _curses # cleanup[2] removing curses # cleanup[2] removing termios # 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 <<< 6494 1726853146.40977: stdout chunk (state=3): >>># cleanup[2] removing dnf.cli.commands.autoremove # cleanup[2] removing dnf.cli.commands.check # cleanup[2] removing dnf.cli.commands.clean # cleanup[2] removing dnf.cli.commands.repoquery # cleanup[2] removing dnf.cli.commands.deplist # cleanup[2] removing dnf.cli.commands.distrosync # cleanup[2] removing dnf.cli.commands.downgrade <<< 6494 1726853146.41009: stdout chunk (state=3): >>># 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 <<< 6494 1726853146.41024: 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 <<< 6494 1726853146.41051: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic.copr # 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 <<< 6494 1726853146.41055: stdout chunk (state=3): >>># 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 <<< 6494 1726853146.41073: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic.system_upgrade <<< 6494 1726853146.41769: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 6494 1726853146.41782: stdout chunk (state=3): >>># destroy _bz2 # destroy _lzma # destroy bz2 # destroy lzma # destroy zipfile._path <<< 6494 1726853146.41807: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 6494 1726853146.41819: stdout chunk (state=3): >>># destroy ntpath <<< 6494 1726853146.41823: stdout chunk (state=3): >>># destroy zipimport # destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux <<< 6494 1726853146.41841: stdout chunk (state=3): >>># destroy grp # destroy syslog <<< 6494 1726853146.41875: stdout chunk (state=3): >>># destroy selinux <<< 6494 1726853146.41891: stdout chunk (state=3): >>># destroy distro # destroy distro.distro <<< 6494 1726853146.41912: stdout chunk (state=3): >>># destroy mimetypes # destroy netrc <<< 6494 1726853146.41969: stdout chunk (state=3): >>># destroy dateutil # destroy dateutil._version # destroy dateutil._common # destroy dateutil.parser<<< 6494 1726853146.41973: stdout chunk (state=3): >>> # destroy dateutil.parser._parser # destroy dateutil.relativedelta # destroy six.moves.urllib # destroy six.moves # 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 <<< 6494 1726853146.41980: stdout chunk (state=3): >>># destroy dateutil.tz._common # destroy dateutil.tz._factories # destroy dateutil.tz.tz <<< 6494 1726853146.42005: stdout chunk (state=3): >>># destroy dateutil.tz # destroy six <<< 6494 1726853146.42026: stdout chunk (state=3): >>># destroy sqlite3 # destroy sqlite3.dbapi2 # destroy _sqlite3 <<< 6494 1726853146.42046: stdout chunk (state=3): >>># destroy dbus # destroy dbus._compat # destroy dbus.exceptions # destroy dbus.types # destroy dbus.lowlevel # destroy dbus._expat_introspect_parser # destroy dbus.proxies # destroy dbus.connection # destroy dbus.bus # destroy dbus._dbus # destroy pyexpat.errors # destroy pyexpat.model <<< 6494 1726853146.42052: stdout chunk (state=3): >>># destroy pyexpat <<< 6494 1726853146.42076: stdout chunk (state=3): >>># destroy uuid # destroy systemd.journal <<< 6494 1726853146.42121: stdout chunk (state=3): >>># cleanup[3] wiping _dbus_bindings <<< 6494 1726853146.42142: stdout chunk (state=3): >>># cleanup[3] wiping _decimal # 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 <<< 6494 1726853146.42160: stdout chunk (state=3): >>># 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 <<< 6494 1726853146.42180: stdout chunk (state=3): >>># 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 <<< 6494 1726853146.42201: stdout chunk (state=3): >>># 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 termios <<< 6494 1726853146.42223: stdout chunk (state=3): >>># 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 <<< 6494 1726853146.42235: stdout chunk (state=3): >>># 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 <<< 6494 1726853146.42265: stdout chunk (state=3): >>># 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 gc # cleanup[3] wiping dnf.rpm.miscutils # destroy subprocess # cleanup[3] wiping dnf.rpm.connection # cleanup[3] wiping inspect <<< 6494 1726853146.42292: stdout chunk (state=3): >>># destroy ast # destroy dis # destroy token <<< 6494 1726853146.42296: stdout chunk (state=3): >>># 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 <<< 6494 1726853146.42316: stdout chunk (state=3): >>># cleanup[3] wiping _pickle # cleanup[3] wiping _compat_pickle # cleanup[3] wiping dnf.yum.misc <<< 6494 1726853146.42340: stdout chunk (state=3): >>># cleanup[3] wiping glob # cleanup[3] wiping libcomps # cleanup[3] wiping libcomps._libpycomps # cleanup[3] wiping hawkey <<< 6494 1726853146.42376: stdout chunk (state=3): >>># cleanup[3] wiping hawkey._hawkey # cleanup[3] wiping rpm # destroy rpm.transaction # cleanup[3] wiping rpm._rpm <<< 6494 1726853146.42383: 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 # cleanup[3] wiping libdnf._repo # cleanup[3] wiping libdnf._module <<< 6494 1726853146.42414: stdout chunk (state=3): >>># cleanup[3] wiping libdnf._conf # cleanup[3] wiping libdnf._common_types <<< 6494 1726853146.42435: stdout chunk (state=3): >>># cleanup[3] wiping libdnf._error # cleanup[3] wiping queue <<< 6494 1726853146.42458: stdout chunk (state=3): >>># cleanup[3] wiping _queue # cleanup[3] wiping _heapq # destroy _heapq # cleanup[3] wiping email.mime.text # cleanup[3] wiping gzip # destroy _compression # cleanup[3] wiping http.cookiejar # destroy copy <<< 6494 1726853146.42484: stdout chunk (state=3): >>># cleanup[3] wiping urllib.request # destroy bisect <<< 6494 1726853146.42508: stdout chunk (state=3): >>># 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 email.parser <<< 6494 1726853146.42523: stdout chunk (state=3): >>># 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 <<< 6494 1726853146.42536: stdout chunk (state=3): >>># cleanup[3] wiping email.contentmanager # cleanup[3] wiping email.message <<< 6494 1726853146.42555: stdout chunk (state=3): >>># destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email.headerregistry # cleanup[3] wiping email._header_value_parser <<< 6494 1726853146.42571: stdout chunk (state=3): >>># cleanup[3] wiping email._encoded_words # cleanup[3] wiping email._policybase<<< 6494 1726853146.42600: stdout chunk (state=3): >>> # cleanup[3] wiping email.utils # cleanup[3] wiping email._parseaddr # cleanup[3] wiping calendar <<< 6494 1726853146.42619: stdout chunk (state=3): >>># cleanup[3] wiping email.header # cleanup[3] wiping email.charset # cleanup[3] wiping email.base64mime # cleanup[3] wiping email.quoprimime # cleanup[3] wiping email.errors <<< 6494 1726853146.42642: stdout chunk (state=3): >>># 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 <<< 6494 1726853146.42667: stdout chunk (state=3): >>># 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 <<< 6494 1726853146.42675: 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 <<< 6494 1726853146.42708: stdout chunk (state=3): >>># cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping socket <<< 6494 1726853146.42733: stdout chunk (state=3): >>># cleanup[3] wiping array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging <<< 6494 1726853146.42748: stdout chunk (state=3): >>># destroy logging.handlers # cleanup[3] wiping string # cleanup[3] wiping _string # destroy _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime <<< 6494 1726853146.42752: stdout chunk (state=3): >>># cleanup[3] wiping traceback # destroy linecache # destroy textwrap <<< 6494 1726853146.42782: stdout chunk (state=3): >>># cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal <<< 6494 1726853146.42810: stdout chunk (state=3): >>># cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform <<< 6494 1726853146.42815: stdout chunk (state=3): >>># cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings <<< 6494 1726853146.42855: stdout chunk (state=3): >>># cleanup[3] wiping _locale <<< 6494 1726853146.42858: stdout chunk (state=3): >>># destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping json <<< 6494 1726853146.42861: stdout chunk (state=3): >>># 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 urllib.parse <<< 6494 1726853146.42891: stdout chunk (state=3): >>># destroy ipaddress # cleanup[3] wiping urllib <<< 6494 1726853146.42904: stdout chunk (state=3): >>># destroy urllib.response # destroy urllib.error # destroy urllib.request # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping tempfile <<< 6494 1726853146.42921: stdout chunk (state=3): >>># cleanup[3] wiping weakref <<< 6494 1726853146.42938: stdout chunk (state=3): >>># cleanup[3] wiping random <<< 6494 1726853146.42955: stdout chunk (state=3): >>># cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil <<< 6494 1726853146.42978: stdout chunk (state=3): >>># cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping fnmatch <<< 6494 1726853146.42994: stdout chunk (state=3): >>># cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings <<< 6494 1726853146.43015: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping base64 <<< 6494 1726853146.43035: stdout chunk (state=3): >>># cleanup[3] wiping binascii # cleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler <<< 6494 1726853146.43053: stdout chunk (state=3): >>># destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser <<< 6494 1726853146.43074: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 6494 1726853146.43091: stdout chunk (state=3): >>># 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 <<< 6494 1726853146.43114: stdout chunk (state=3): >>># cleanup[3] wiping _stat # destroy _stat <<< 6494 1726853146.43127: stdout chunk (state=3): >>># cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # destroy _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 <<< 6494 1726853146.43147: stdout chunk (state=3): >>># cleanup[3] wiping sys <<< 6494 1726853146.43156: stdout chunk (state=3): >>># cleanup[3] wiping builtins <<< 6494 1726853146.43176: stdout chunk (state=3): >>># destroy _dbus_bindings # destroy decimal # destroy _curses <<< 6494 1726853146.43181: stdout chunk (state=3): >>># destroy libcomps._libpycomps # destroy hawkey._hawkey # destroy rpm._rpm # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 6494 1726853146.43864: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 6494 1726853146.43899: stdout chunk (state=3): >>># destroy _weakref <<< 6494 1726853146.43905: stdout chunk (state=3): >>># destroy _thread # destroy _hashlib <<< 6494 1726853146.43937: stdout chunk (state=3): >>># destroy platform <<< 6494 1726853146.43941: stdout chunk (state=3): >>># destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 6494 1726853146.43979: stdout chunk (state=3): >>># destroy tokenize # destroy _compat_pickle <<< 6494 1726853146.43986: stdout chunk (state=3): >>># destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib <<< 6494 1726853146.44011: stdout chunk (state=3): >>># destroy _queue <<< 6494 1726853146.44018: stdout chunk (state=3): >>># destroy array # destroy copyreg <<< 6494 1726853146.44043: stdout chunk (state=3): >>># destroy _pickle <<< 6494 1726853146.44060: 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 <<< 6494 1726853146.44077: stdout chunk (state=3): >>># destroy _typing <<< 6494 1726853146.44089: stdout chunk (state=3): >>># destroy _tokenize # destroy ansible.module_utils.six.moves <<< 6494 1726853146.44096: stdout chunk (state=3): >>># destroy gzip # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # destroy unicodedata <<< 6494 1726853146.44124: stdout chunk (state=3): >>># destroy _blake2 # destroy email # destroy queue <<< 6494 1726853146.44143: stdout chunk (state=3): >>># destroy shlex # destroy pwd <<< 6494 1726853146.44151: stdout chunk (state=3): >>># destroy gettext # destroy libcomps # destroy urllib # destroy dnf.rpm.transaction # destroy dnf.rpm.connection # destroy dnf.rpm.miscutils # destroy hashlib # destroy json # destroy importlib # destroy inspect # destroy gc # destroy math # destroy shutil # destroy zlib <<< 6494 1726853146.44171: stdout chunk (state=3): >>># destroy urllib.parse # destroy fnmatch <<< 6494 1726853146.44220: stdout chunk (state=3): >>># destroy tempfile # destroy traceback <<< 6494 1726853146.44247: stdout chunk (state=3): >>># destroy calendar # destroy dnf.yum.misc # destroy glob # destroy curses # destroy struct # 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 <<< 6494 1726853146.44255: stdout chunk (state=3): >>># 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 datetime # destroy logging # destroy operator # destroy random # destroy hawkey # destroy dnf.cli.output # destroy dnf <<< 6494 1726853146.44272: stdout chunk (state=3): >>># destroy rpm <<< 6494 1726853146.44318: stdout chunk (state=3): >>># destroy itertools <<< 6494 1726853146.44321: stdout chunk (state=3): >>># destroy functools # destroy locale # destroy signal # destroy threading # destroy contextlib # destroy time <<< 6494 1726853146.44343: stdout chunk (state=3): >>># destroy fcntl # destroy _posixsubprocess # destroy select # destroy selectors # destroy json.scanner # destroy _json # destroy collections # destroy io # destroy _opcode <<< 6494 1726853146.44415: stdout chunk (state=3): >>># destroy _warnings <<< 6494 1726853146.44421: stdout chunk (state=3): >>># destroy posix <<< 6494 1726853146.44458: stdout chunk (state=3): >>># destroy binascii <<< 6494 1726853146.44464: stdout chunk (state=3): >>># destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno # destroy warnings # destroy string <<< 6494 1726853146.44508: stdout chunk (state=3): >>># destroy _ssl <<< 6494 1726853146.44606: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 6494 1726853146.44775: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8<<< 6494 1726853146.44779: stdout chunk (state=3): >>> # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy re <<< 6494 1726853146.44803: stdout chunk (state=3): >>># destroy _random <<< 6494 1726853146.44806: stdout chunk (state=3): >>># destroy _sre <<< 6494 1726853146.44824: stdout chunk (state=3): >>># destroy _operator # destroy _functools # clear sys.audit hooks <<< 6494 1726853146.45502: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.41.218 closed. <<< 6494 1726853146.45539: stderr chunk (state=3): >>><<< 6494 1726853146.45542: stdout chunk (state=3): >>><<< 6494 1726853146.45681: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4e184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4de7b30> # /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 0x7f81a4e1aa50> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4bc9130> # /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 0x7f81a4bc9fa0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4c07dd0> # /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 0x7f81a4c07fe0> # /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 0x7f81a4c3f800> # /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 0x7f81a4c3fe90> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4c1faa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4c1d1c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4c04f80> # /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 0x7f81a4c5f6e0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4c5e300> # /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 0x7f81a4c1e060> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4c06e70> # /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 0x7f81a4c947a0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4c04200> # /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 0x7f81a4c94c50> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4c94b00> # 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 0x7f81a4c94ef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4c02d20> # /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 0x7f81a4c955b0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4c95280> 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 0x7f81a4c964b0> 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 0x7f81a4cac680> 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 0x7f81a4cadd30> # /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 0x7f81a4caebd0> # 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 0x7f81a4caf230> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4cae120> # /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 0x7f81a4cafcb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4caf3e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4c96450> # /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 0x7f81a49e7b90> # /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 0x7f81a4a10650> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4a103b0> # 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 0x7f81a4a10680> # /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 0x7f81a4a10fb0> # 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 0x7f81a4a11940> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4a10860> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a49e5d30> # /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 0x7f81a4a12cc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4a10e30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4c96ba0> # /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 0x7f81a4a37020> # /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 0x7f81a4a5f410> # /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 0x7f81a4ac0200> # /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 0x7f81a4ac2960> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4ac0320> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4a8d1f0> # /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 0x7f81a432d310> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4a5e210> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4a13bf0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f81a4a5e810> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_u3x04vhs/ansible_ansible.legacy.dnf_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 0x7f81a4383050> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4361f40> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a43610a0> # 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 0x7f81a4381340> # /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 0x7f81a43aa990> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a43aa720> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a43aa030> # /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 0x7f81a43aa510> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4383ce0> 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 0x7f81a43ab6e0> # 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 0x7f81a43ab920> # /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 0x7f81a43abe60> 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 0x7f81a4211c70> # 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 0x7f81a4213890> # /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 0x7f81a4218290> # /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 0x7f81a4219430> # /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 0x7f81a421bef0> # 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 0x7f81a4220230> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a421a1b0> # /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 0x7f81a4223f20> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a42229f0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4222750> # /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 0x7f81a4222cc0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a421a6c0> # 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 0x7f81a4268140> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4268380> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f81a4269e20> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4269bb0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f81a426c3b0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a426a4b0> # /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 0x7f81a426fb90> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a426c560> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f81a42709e0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f81a4270a10> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f81a4270f50> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4268590> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f81a42fc560> # 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 0x7f81a42fd6d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4272cc0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f81a4270da0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a42728d0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f81a4101880> # /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 0x7f81a41026c0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a42fdb20> 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 0x7f81a4102480> # 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 0x7f81a4103950> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f81a410e2a0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4109b20> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4202c30> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a43e2900> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a410e3c0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a41032c0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /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 0x7f81a41a0a10> # /usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/__init__.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc' import 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a41a0c50> # /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc' # /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' # /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 0x7f81a41a1340> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a41a0ec0> # /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc' # /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 0x7f81a41a1c70> # /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py # code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' # /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' # /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' import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a418d9a0> # /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' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a418d790> # /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' import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a3dfa7b0> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a41a3470> # /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/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 0x7f81a3e092e0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a3dfbe60> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a3dfb1d0> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a41a2900> # /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py # code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py # code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' # /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 0x7f81a3e75310> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a3e2d430> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a41a2db0> # /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py # code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.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/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 0x7f81a3e78e30> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a3e77110> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a3e2cf50> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a41a22d0> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a41a1d00> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a41a1a00> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a41a0bf0> # /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc' import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a41a1d30> # /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 0x7f81a3e79430> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a3e78b60> # /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 0x7f81a3e79b80> # /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 0x7f81a3e8c260> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a3e65820> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a3e7aa20> # /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py # code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a3e652b0> # /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py # code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a3e9a510> # /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 0x7f81a3e9b170> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a3e9ac30> # /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' import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a3e9b680> # /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py # code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a3e6fb60> # /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py # code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a3d25fa0> # zipimport: zlib available import 'ansible.module_utils.urls' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.version' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.respawn' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.yumdnf' # # zipimport: zlib available # /usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/pycomp.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc' # /usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/text.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc' import 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a3d5aff0> # /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 0x7f81a3d5b110> # /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 0x7f81a3abb2c0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a3abab10> # 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 0x7f81a3abacf0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a3d5b650> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a3d5a210> # /usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/const.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc' import 'dnf.const' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a3d5acf0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/base.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/__init__.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/error.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc' # extension module 'libdnf._error' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' # extension module 'libdnf._error' executed from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' import 'libdnf._error' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f81a3b34950> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a3b34530> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/common_types.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' # extension module 'libdnf._common_types' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' # extension module 'libdnf._common_types' executed from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' import 'libdnf._common_types' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f81a3b5c230> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a3b34aa0> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/conf.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' # extension module 'libdnf._conf' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so' # extension module 'libdnf._conf' executed from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so' import 'libdnf._conf' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f81a390b380> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a3b5c410> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/module.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' # extension module 'libdnf._module' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_module.so' # extension module 'libdnf._module' executed from '/usr/lib64/python3.12/site-packages/libdnf/_module.so' import 'libdnf._module' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f81a3984ec0> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a390b740> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/repo.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' # extension module 'libdnf._repo' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so' # extension module 'libdnf._repo' executed from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so' import 'libdnf._repo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f81a3987cb0> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a3b34200> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/transaction.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' # extension module 'libdnf._transaction' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so' # extension module 'libdnf._transaction' executed from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so' import 'libdnf._transaction' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f81a39cbe00> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a3987f50> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/utils.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc' # extension module 'libdnf._utils' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so' # extension module 'libdnf._utils' executed from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so' import 'libdnf._utils' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f81a1c9d160> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1c9c560> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a3ad7fb0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/comps.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/exceptions.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/i18n.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.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 0x7f81a1cb8620> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1c9faa0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/util.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/callback.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc' import 'dnf.yum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1cbac90> # /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/rpmtrans.py # code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc' import 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1cbbb60> # /usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/__init__.py # code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc' # extension module 'rpm._rpm' loaded from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so' # extension module 'rpm._rpm' executed from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so' import 'rpm._rpm' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f81a1ce0470> # /usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/transaction.py # code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc' import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1ce1940> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1cbbda0> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1cbac00> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1cba510> # /usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/hawkey/__init__.py # code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc' # extension module 'hawkey._hawkey' loaded from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so' # extension module 'hawkey._hawkey' executed from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so' import 'hawkey._hawkey' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f81a1ce3560> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1cbb080> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1cb89b0> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1c9f0b0> # /usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libcomps/__init__.py # code object from '/usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc' # extension module 'libcomps._libpycomps' loaded from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so' # extension module 'libcomps._libpycomps' executed from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so' import 'libcomps._libpycomps' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f81a1c9f7d0> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1c9f530> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1c9d2e0> # /usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc' import 'dnf.db' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1d20b90> # /usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/history.py # code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/misc.py # code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/crypto.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc' import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1d23050> # /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 0x7f81a1d23830> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1d223c0> # /usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/group.py # code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc' import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1d4c110> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1d20b60> # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/config.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/substitutions.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc' import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1d4daf0> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1d4d070> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1d4ce90> # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/read.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repo.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/logging.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/lock.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc' import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1618b60> # /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py # code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.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 0x7f81a1646ba0> # 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 0x7f81a1646f00> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a161ae40> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1618fe0> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1d4ff20> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1d4e2a0> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1d4df70> # /usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/dnssec.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/transaction.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc' import 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1680a70> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1647b90> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1d4e7e0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/drpm.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc' import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1681130> # /usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/goal.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc' import 'dnf.goal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a16814f0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/history.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc' import 'dnf.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a16815b0> # /usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc' import 'dnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a16816d0> # /usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/module_base.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/smartcols.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' # extension module 'libdnf._smartcols' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so' # extension module 'libdnf._smartcols' executed from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so' import 'libdnf._smartcols' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f81a16a02c0> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a16823f0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/selector.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc' import 'dnf.selector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a16a03e0> # /usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/exceptions.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc' import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a16a04d0> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1681520> # /usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/persistor.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc' import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a16a0680> # /usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/plugin.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc' # /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__/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 0x7f81a16cbfe0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a16cb4d0> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a16c9f40> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a16a1e80> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a16a12e0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/query.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc' import 'dnf.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a16a3260> # /usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repodict.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc' import 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a4101790> # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/connection.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc' import 'dnf.rpm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1708980> # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/miscutils.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc' import 'dnf.rpm.miscutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1708bc0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/sack.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/package.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc' import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1709520> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1708fb0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/subject.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc' import 'dnf.subject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a170a420> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a3abb470> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a3d59a00> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/builddep.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnfpluginscore/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc' import 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a170b020> # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/cli.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/output.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/format.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc' import 'dnf.cli.format' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a14dbaa0> # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/progress.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/term.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.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 0x7f81a14fdaf0> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a14fd6a0> # 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 0x7f81a4d37050> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a14fc560> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a14dbda0> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a14d8b00> # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/aliases.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc' import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a14db860> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/option_parser.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a15131d0> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1511d00> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/alias.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc' import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a15389e0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/autoremove.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc' import 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1538ce0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/check.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc' import 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1538f50> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/clean.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc' import 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a15391f0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/deplist.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repoquery.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc' import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1539910> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1539760> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/distrosync.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc' import 'dnf.cli.commands.distrosync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a153b200> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/downgrade.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc' import 'dnf.cli.commands.downgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a153b350> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/group.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc' import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a153b560> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/history.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction_sr.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc' import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a15544d0> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a153bd10> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/install.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc' import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a15546e0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/makecache.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc' import 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1555460> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/mark.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc' import 'dnf.cli.commands.mark' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1555640> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/module.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc' import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1555910> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/reinstall.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc' import 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1556810> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/remove.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc' import 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1556a80> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repolist.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc' import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1556c90> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/search.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/match_counter.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc' import 'dnf.match_counter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1557860> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1557380> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/shell.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.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 0x7f81a157c710> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1557f50> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/swap.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc' import 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a157d370> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/updateinfo.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc' import 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a157d670> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrade.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc' import 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a157e5d0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrademinimal.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc' import 'dnf.cli.commands.upgrademinimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a157e870> # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/demand.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc' import 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a157ea20> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a170b470> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a170b200> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a170a930> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/changelog.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_version.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc' import 'dateutil._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a157f3e0> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a157f110> # /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/_parser.py # code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc' # /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py # code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a15a1880> # /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' # /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 0x7f81a15a2ff0> # 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 0x7f81a15a21e0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a15a1d90> # /usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/relativedelta.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_common.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc' import 'dateutil._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a12f4800> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a15a18b0> # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/tz.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' import 'six.moves' # # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_common.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc' import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a12f76b0> # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_factories.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc' import 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a12f7fb0> # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/win.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc' # destroy dateutil.tz.win import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a12f4e90> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a12f4b60> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a157f6b0> # /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/isoparser.py # code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc' import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a15a0ad0> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a157f410> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a14d81d0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/config_manager.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc' import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a131e240> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/copr.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc' import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a131eae0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/debuginfo-install.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc' import 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a131fad0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/download.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc' import 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1348170> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/generate_completion_cache.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc' # /usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/__init__.py # code object from '/usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/dbapi2.py # code object from '/usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc' # extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' # extension module '_sqlite3' executed from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' import '_sqlite3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f81a1349820> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a13491f0> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1348e90> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1348b30> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/groups_manager.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc' import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a13495e0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/needs_restarting.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc' import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a134b560> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc' import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a134b620> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc' # extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' # extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' import '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f81a134bce0> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a134bb90> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc' import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a137a270> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.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 0x7f81a137b470> # /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 0x7f81a137b6e0> # /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' # 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 0x7f81a137b830> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a137b590> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a137af30> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a137a3f0> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a13796a0> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a1378c20> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a134b290> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a134b050> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a134a540> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repoclosure.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc' import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a137b140> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repodiff.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc' import 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a137bd10> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repograph.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc' import 'dnf.plugin.dynamic.repograph' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a13a4620> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repomanage.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc' import 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a13a49e0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/reposync.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc' import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a13a5310> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/system_upgrade.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc' import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f81a13a5e80> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["python3-libselinux", "python3-policycoreutils"], "state": "present", "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "use_backend": "auto", "best": null, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "nobest": null, "releasever": null}}} # destroy dnf.plugin.dynamic # destroy __main__ # clear 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 # 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 # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing 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 # cleanup[2] removing ipaddress # cleanup[2] removing 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 # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # 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 # 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.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # 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 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 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 email.mime.text # cleanup[2] removing configparser # destroy configparser # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # 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 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 gc # 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 termios # 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.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 # destroy _sitebuiltins # destroy _bz2 # destroy _lzma # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ntpath # destroy zipimport # destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy syslog # destroy selinux # destroy distro # destroy distro.distro # destroy mimetypes # destroy netrc # destroy dateutil # destroy dateutil._version # destroy dateutil._common # destroy dateutil.parser # destroy dateutil.parser._parser # destroy dateutil.relativedelta # destroy six.moves.urllib # destroy six.moves # 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 dateutil.tz._common # destroy dateutil.tz._factories # destroy dateutil.tz.tz # destroy dateutil.tz # destroy six # destroy sqlite3 # destroy sqlite3.dbapi2 # destroy _sqlite3 # destroy dbus # destroy dbus._compat # destroy dbus.exceptions # destroy dbus.types # destroy dbus.lowlevel # destroy dbus._expat_introspect_parser # destroy dbus.proxies # destroy dbus.connection # destroy dbus.bus # destroy dbus._dbus # destroy pyexpat.errors # destroy pyexpat.model # destroy pyexpat # destroy uuid # destroy systemd.journal # cleanup[3] wiping _dbus_bindings # cleanup[3] wiping _decimal # 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 termios # 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 gc # cleanup[3] wiping dnf.rpm.miscutils # destroy subprocess # 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 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 _heapq # destroy _heapq # cleanup[3] wiping email.mime.text # cleanup[3] wiping gzip # destroy _compression # cleanup[3] wiping http.cookiejar # destroy copy # cleanup[3] wiping urllib.request # destroy bisect # 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 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 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 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 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 # 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 # cleanup[3] wiping string # cleanup[3] wiping _string # destroy _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # 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 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 _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping urllib.parse # destroy ipaddress # cleanup[3] wiping urllib # destroy urllib.response # destroy urllib.error # destroy urllib.request # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping tempfile # cleanup[3] wiping weakref # cleanup[3] wiping random # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # 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 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 _signal # destroy _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 _dbus_bindings # destroy decimal # destroy _curses # destroy libcomps._libpycomps # destroy hawkey._hawkey # destroy rpm._rpm # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _weakref # destroy _thread # destroy _hashlib # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy _compat_pickle # destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib # destroy _queue # destroy array # destroy copyreg # destroy _pickle # 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 _typing # destroy _tokenize # destroy ansible.module_utils.six.moves # destroy gzip # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # destroy unicodedata # destroy _blake2 # destroy email # destroy queue # destroy shlex # destroy pwd # destroy gettext # destroy libcomps # destroy urllib # destroy dnf.rpm.transaction # destroy dnf.rpm.connection # destroy dnf.rpm.miscutils # destroy hashlib # destroy json # destroy importlib # destroy inspect # destroy gc # destroy math # destroy shutil # destroy zlib # destroy urllib.parse # destroy fnmatch # destroy tempfile # destroy traceback # destroy calendar # destroy dnf.yum.misc # destroy glob # destroy curses # destroy struct # 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 datetime # destroy logging # destroy operator # destroy random # destroy hawkey # destroy dnf.cli.output # destroy dnf # destroy rpm # destroy itertools # destroy functools # destroy locale # destroy signal # destroy threading # destroy contextlib # destroy time # destroy fcntl # destroy _posixsubprocess # destroy select # destroy selectors # destroy json.scanner # destroy _json # destroy collections # destroy io # destroy _opcode # destroy _warnings # destroy posix # destroy binascii # destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno # destroy warnings # destroy string # destroy _ssl # 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 re # destroy _random # destroy _sre # destroy _operator # destroy _functools # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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.41.218 closed. 6494 1726853146.46807: done with _execute_module (ansible.legacy.dnf, {'name': ['python3-libselinux', 'python3-policycoreutils'], 'state': 'present', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.dnf', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726853145.2945633-7056-35605930468930/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6494 1726853146.46811: _low_level_execute_command(): starting 6494 1726853146.46812: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726853145.2945633-7056-35605930468930/ > /dev/null 2>&1 && sleep 0' 6494 1726853146.46814: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6494 1726853146.46815: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853146.46817: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853146.46818: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6494 1726853146.46819: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 <<< 6494 1726853146.46820: stderr chunk (state=3): >>>debug2: match not found <<< 6494 1726853146.46822: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853146.46823: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6494 1726853146.46824: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.41.218 is address <<< 6494 1726853146.46825: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6494 1726853146.46827: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853146.46828: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853146.46829: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6494 1726853146.46831: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 <<< 6494 1726853146.46834: stderr chunk (state=3): >>>debug2: match found <<< 6494 1726853146.46835: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853146.46836: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853146.46838: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853146.46839: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853146.46840: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853146.48803: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853146.48828: stderr chunk (state=3): >>><<< 6494 1726853146.48834: stdout chunk (state=3): >>><<< 6494 1726853146.48854: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853146.48860: handler run complete 6494 1726853146.48885: attempt loop complete, returning result 6494 1726853146.48888: _execute() done 6494 1726853146.48890: dumping result to json 6494 1726853146.48895: done dumping result, returning 6494 1726853146.48906: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.selinux : Install SELinux python3 tools [0affc48f-66db-1e98-6787-0000000003a1] 6494 1726853146.48908: sending task result for task 0affc48f-66db-1e98-6787-0000000003a1 6494 1726853146.49006: done sending task result for task 0affc48f-66db-1e98-6787-0000000003a1 6494 1726853146.49008: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 6494 1726853146.49094: no more pending results, returning what we have 6494 1726853146.49098: results queue empty 6494 1726853146.49099: checking for any_errors_fatal 6494 1726853146.49107: done checking for any_errors_fatal 6494 1726853146.49108: checking for max_fail_percentage 6494 1726853146.49109: done checking for max_fail_percentage 6494 1726853146.49110: checking to see if all hosts have failed and the running result is not ok 6494 1726853146.49111: done checking to see if all hosts have failed 6494 1726853146.49112: getting the remaining hosts for this loop 6494 1726853146.49113: done getting the remaining hosts for this loop 6494 1726853146.49118: getting the next task for host managed_node1 6494 1726853146.49126: done getting next task for host managed_node1 6494 1726853146.49129: ^ task is: TASK: fedora.linux_system_roles.selinux : Install SELinux python3 tools 6494 1726853146.49143: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853146.49159: getting variables 6494 1726853146.49161: in VariableManager get_vars() 6494 1726853146.49197: Calling all_inventory to load vars for managed_node1 6494 1726853146.49200: Calling groups_inventory to load vars for managed_node1 6494 1726853146.49204: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853146.49214: Calling all_plugins_play to load vars for managed_node1 6494 1726853146.49216: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853146.49219: Calling groups_plugins_play to load vars for managed_node1 6494 1726853146.49276: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853146.49335: done with get_vars() 6494 1726853146.49343: done getting variables 6494 1726853146.49429: 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.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Friday 20 September 2024 13:25:46 -0400 (0:00:01.265) 0:00:21.417 ****** 6494 1726853146.49464: entering _queue_task() for managed_node1/package 6494 1726853146.49710: worker is 1 (out of 1 available) 6494 1726853146.49725: exiting _queue_task() for managed_node1/package 6494 1726853146.49739: done queuing things up, now waiting for results queue to drain 6494 1726853146.49741: waiting for pending results... 6494 1726853146.49922: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.selinux : Install SELinux python3 tools 6494 1726853146.50049: in run() - task 0affc48f-66db-1e98-6787-0000000003a2 6494 1726853146.50060: variable 'ansible_search_path' from source: unknown 6494 1726853146.50064: variable 'ansible_search_path' from source: unknown 6494 1726853146.50096: calling self._execute() 6494 1726853146.50158: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853146.50162: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853146.50171: variable 'omit' from source: magic vars 6494 1726853146.50441: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853146.52242: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853146.52259: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853146.52295: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853146.52365: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853146.52369: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853146.52457: variable 'postfix_manage_selinux' from source: include params 6494 1726853146.52475: Evaluated conditional (postfix_manage_selinux | bool): True 6494 1726853146.52621: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6494 1726853146.52803: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6494 1726853146.52906: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6494 1726853146.52918: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6494 1726853146.52921: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6494 1726853146.52956: variable 'ansible_python_version' from source: facts 6494 1726853146.52981: Evaluated conditional (ansible_python_version is version('3', '>=')): True 6494 1726853146.53088: variable 'ansible_os_family' from source: facts 6494 1726853146.53135: Evaluated conditional (ansible_os_family == "Suse"): False 6494 1726853146.53139: when evaluation is False, skipping this task 6494 1726853146.53338: _execute() done 6494 1726853146.53341: dumping result to json 6494 1726853146.53343: done dumping result, returning 6494 1726853146.53346: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.selinux : Install SELinux python3 tools [0affc48f-66db-1e98-6787-0000000003a2] 6494 1726853146.53347: sending task result for task 0affc48f-66db-1e98-6787-0000000003a2 6494 1726853146.53420: done sending task result for task 0affc48f-66db-1e98-6787-0000000003a2 6494 1726853146.53423: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_os_family == \"Suse\"", "skip_reason": "Conditional result was False" } 6494 1726853146.53588: no more pending results, returning what we have 6494 1726853146.53591: results queue empty 6494 1726853146.53592: checking for any_errors_fatal 6494 1726853146.53603: done checking for any_errors_fatal 6494 1726853146.53604: checking for max_fail_percentage 6494 1726853146.53606: done checking for max_fail_percentage 6494 1726853146.53607: checking to see if all hosts have failed and the running result is not ok 6494 1726853146.53608: done checking to see if all hosts have failed 6494 1726853146.53609: getting the remaining hosts for this loop 6494 1726853146.53610: done getting the remaining hosts for this loop 6494 1726853146.53614: getting the next task for host managed_node1 6494 1726853146.53622: done getting next task for host managed_node1 6494 1726853146.53627: ^ task is: TASK: fedora.linux_system_roles.selinux : Install SELinux tool semanage 6494 1726853146.53637: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853146.53716: getting variables 6494 1726853146.53718: in VariableManager get_vars() 6494 1726853146.53766: Calling all_inventory to load vars for managed_node1 6494 1726853146.53769: Calling groups_inventory to load vars for managed_node1 6494 1726853146.53772: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853146.53783: Calling all_plugins_play to load vars for managed_node1 6494 1726853146.53786: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853146.53789: Calling groups_plugins_play to load vars for managed_node1 6494 1726853146.53851: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853146.53937: done with get_vars() 6494 1726853146.53948: done getting variables 6494 1726853146.54024: 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.selinux : Install SELinux tool semanage] ******* task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Friday 20 September 2024 13:25:46 -0400 (0:00:00.046) 0:00:21.463 ****** 6494 1726853146.54071: entering _queue_task() for managed_node1/package 6494 1726853146.54546: worker is 1 (out of 1 available) 6494 1726853146.54558: exiting _queue_task() for managed_node1/package 6494 1726853146.54569: done queuing things up, now waiting for results queue to drain 6494 1726853146.54570: waiting for pending results... 6494 1726853146.54987: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.selinux : Install SELinux tool semanage 6494 1726853146.54993: in run() - task 0affc48f-66db-1e98-6787-0000000003a3 6494 1726853146.54996: variable 'ansible_search_path' from source: unknown 6494 1726853146.54999: variable 'ansible_search_path' from source: unknown 6494 1726853146.55004: calling self._execute() 6494 1726853146.55083: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853146.55087: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853146.55091: variable 'omit' from source: magic vars 6494 1726853146.55522: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853146.57264: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853146.57317: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853146.57345: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853146.57371: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853146.57393: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853146.57468: variable 'postfix_manage_selinux' from source: include params 6494 1726853146.57482: Evaluated conditional (postfix_manage_selinux | bool): True 6494 1726853146.57649: 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) 6494 1726853146.57671: 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) 6494 1726853146.57689: 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) 6494 1726853146.57719: 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) 6494 1726853146.57730: 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) 6494 1726853146.57834: variable 'ansible_distribution' from source: facts 6494 1726853146.57837: variable 'ansible_distribution_major_version' from source: facts 6494 1726853146.57854: Evaluated conditional (ansible_distribution == "Fedora" or ansible_distribution == "SL-Micro" or (ansible_distribution_major_version | int > 7 and ansible_distribution in ["CentOS", "RedHat", "Rocky"])): True 6494 1726853146.57859: variable 'omit' from source: magic vars 6494 1726853146.57928: variable 'omit' from source: magic vars 6494 1726853146.58020: 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) 6494 1726853146.58038: 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) 6494 1726853146.58055: 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) 6494 1726853146.58079: 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) 6494 1726853146.58091: 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) 6494 1726853146.58153: variable '__selinux_is_ostree' from source: set_fact 6494 1726853146.58156: variable 'omit' from source: magic vars 6494 1726853146.58174: variable 'omit' from source: magic vars 6494 1726853146.58195: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6494 1726853146.58217: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6494 1726853146.58231: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6494 1726853146.58249: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853146.58255: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853146.58277: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6494 1726853146.58280: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853146.58282: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853146.58347: Set connection var ansible_shell_type to sh 6494 1726853146.58355: Set connection var ansible_pipelining to False 6494 1726853146.58358: Set connection var ansible_shell_executable to /bin/sh 6494 1726853146.58364: Set connection var ansible_timeout to 10 6494 1726853146.58370: Set connection var ansible_connection to ssh 6494 1726853146.58376: Set connection var ansible_module_compression to ZIP_DEFLATED 6494 1726853146.58394: variable 'ansible_shell_executable' from source: unknown 6494 1726853146.58397: variable 'ansible_connection' from source: unknown 6494 1726853146.58399: variable 'ansible_module_compression' from source: unknown 6494 1726853146.58404: variable 'ansible_shell_type' from source: unknown 6494 1726853146.58407: variable 'ansible_shell_executable' from source: unknown 6494 1726853146.58409: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853146.58411: variable 'ansible_pipelining' from source: unknown 6494 1726853146.58413: variable 'ansible_timeout' from source: unknown 6494 1726853146.58415: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853146.58487: 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) 6494 1726853146.58495: variable 'omit' from source: magic vars 6494 1726853146.58500: starting attempt loop 6494 1726853146.58505: running the handler 6494 1726853146.58508: variable 'ansible_facts' from source: unknown 6494 1726853146.58516: _low_level_execute_command(): starting 6494 1726853146.58522: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6494 1726853146.59005: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853146.59042: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6494 1726853146.59046: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853146.59055: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853146.59058: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853146.59106: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853146.59109: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853146.59111: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853146.59244: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853146.61033: stdout chunk (state=3): >>>/root <<< 6494 1726853146.61122: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853146.61155: stderr chunk (state=3): >>><<< 6494 1726853146.61158: stdout chunk (state=3): >>><<< 6494 1726853146.61183: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853146.61193: _low_level_execute_command(): starting 6494 1726853146.61198: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726853146.6118267-7087-167279162889564 `" && echo ansible-tmp-1726853146.6118267-7087-167279162889564="` echo /root/.ansible/tmp/ansible-tmp-1726853146.6118267-7087-167279162889564 `" ) && sleep 0' 6494 1726853146.61662: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853146.61666: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match not found <<< 6494 1726853146.61669: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6494 1726853146.61671: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.41.218 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853146.61673: 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853146.61726: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853146.61730: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853146.61739: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853146.61860: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853146.63955: stdout chunk (state=3): >>>ansible-tmp-1726853146.6118267-7087-167279162889564=/root/.ansible/tmp/ansible-tmp-1726853146.6118267-7087-167279162889564 <<< 6494 1726853146.64054: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853146.64083: stderr chunk (state=3): >>><<< 6494 1726853146.64086: stdout chunk (state=3): >>><<< 6494 1726853146.64106: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726853146.6118267-7087-167279162889564=/root/.ansible/tmp/ansible-tmp-1726853146.6118267-7087-167279162889564 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853146.64135: variable 'ansible_module_compression' from source: unknown 6494 1726853146.64174: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6494dydhg1yg/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 6494 1726853146.64225: variable 'ansible_facts' from source: unknown 6494 1726853146.64354: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726853146.6118267-7087-167279162889564/AnsiballZ_setup.py 6494 1726853146.64458: Sending initial data 6494 1726853146.64462: Sent initial data (152 bytes) 6494 1726853146.64892: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853146.64929: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6494 1726853146.64935: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match not found <<< 6494 1726853146.64937: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853146.64940: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 is address debug1: re-parsing configuration <<< 6494 1726853146.64942: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853146.64944: 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853146.64994: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853146.64998: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853146.65000: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853146.65122: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853146.66868: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6494 1726853146.66982: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6494 1726853146.67098: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6494dydhg1yg/tmpx66zfual /root/.ansible/tmp/ansible-tmp-1726853146.6118267-7087-167279162889564/AnsiballZ_setup.py <<< 6494 1726853146.67102: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726853146.6118267-7087-167279162889564/AnsiballZ_setup.py" <<< 6494 1726853146.67220: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6494dydhg1yg/tmpx66zfual" to remote "/root/.ansible/tmp/ansible-tmp-1726853146.6118267-7087-167279162889564/AnsiballZ_setup.py" <<< 6494 1726853146.67222: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726853146.6118267-7087-167279162889564/AnsiballZ_setup.py" <<< 6494 1726853146.68666: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853146.68708: stderr chunk (state=3): >>><<< 6494 1726853146.68712: stdout chunk (state=3): >>><<< 6494 1726853146.68736: done transferring module to remote 6494 1726853146.68750: _low_level_execute_command(): starting 6494 1726853146.68754: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726853146.6118267-7087-167279162889564/ /root/.ansible/tmp/ansible-tmp-1726853146.6118267-7087-167279162889564/AnsiballZ_setup.py && sleep 0' 6494 1726853146.69192: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853146.69228: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6494 1726853146.69231: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match not found <<< 6494 1726853146.69238: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853146.69240: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853146.69242: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 <<< 6494 1726853146.69244: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853146.69287: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853146.69300: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853146.69415: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853146.71396: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853146.71425: stderr chunk (state=3): >>><<< 6494 1726853146.71429: stdout chunk (state=3): >>><<< 6494 1726853146.71444: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853146.71448: _low_level_execute_command(): starting 6494 1726853146.71452: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726853146.6118267-7087-167279162889564/AnsiballZ_setup.py && sleep 0' 6494 1726853146.71911: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853146.71915: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853146.71917: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 is address debug1: re-parsing configuration <<< 6494 1726853146.71919: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6494 1726853146.71921: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853146.71980: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853146.71984: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853146.71989: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853146.72112: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853146.74472: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 6494 1726853146.74481: stdout chunk (state=3): >>>import _imp # builtin <<< 6494 1726853146.74509: stdout chunk (state=3): >>>import '_thread' # <<< 6494 1726853146.74518: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 6494 1726853146.74590: stdout chunk (state=3): >>>import '_io' # <<< 6494 1726853146.74593: stdout chunk (state=3): >>>import 'marshal' # <<< 6494 1726853146.74634: stdout chunk (state=3): >>>import 'posix' # <<< 6494 1726853146.74668: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 6494 1726853146.74691: stdout chunk (state=3): >>>import 'time' # <<< 6494 1726853146.74703: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 6494 1726853146.74757: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 6494 1726853146.74760: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853146.74779: stdout chunk (state=3): >>>import '_codecs' # <<< 6494 1726853146.74808: stdout chunk (state=3): >>>import 'codecs' # <<< 6494 1726853146.74842: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 6494 1726853146.74868: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 6494 1726853146.74883: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf7bc4d0> <<< 6494 1726853146.74888: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf78bb00> <<< 6494 1726853146.74915: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 6494 1726853146.74922: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 6494 1726853146.74927: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf7bea50> <<< 6494 1726853146.74952: stdout chunk (state=3): >>>import '_signal' # <<< 6494 1726853146.74978: stdout chunk (state=3): >>>import '_abc' # <<< 6494 1726853146.74982: stdout chunk (state=3): >>>import 'abc' # <<< 6494 1726853146.74991: stdout chunk (state=3): >>> <<< 6494 1726853146.75005: stdout chunk (state=3): >>>import 'io' # <<< 6494 1726853146.75043: stdout chunk (state=3): >>>import '_stat' # <<< 6494 1726853146.75048: stdout chunk (state=3): >>>import 'stat' # <<< 6494 1726853146.75140: stdout chunk (state=3): >>>import '_collections_abc' # <<< 6494 1726853146.75172: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 6494 1726853146.75200: stdout chunk (state=3): >>>import 'os' # <<< 6494 1726853146.75222: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 6494 1726853146.75244: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 6494 1726853146.75248: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 6494 1726853146.75267: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 6494 1726853146.75293: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py <<< 6494 1726853146.75298: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 6494 1726853146.75319: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf7cd130> <<< 6494 1726853146.75386: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 6494 1726853146.75392: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853146.75409: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf7cdfa0> <<< 6494 1726853146.75435: stdout chunk (state=3): >>>import 'site' # <<< 6494 1726853146.75463: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 6494 1726853146.75851: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 6494 1726853146.75866: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 6494 1726853146.75890: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 6494 1726853146.75896: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853146.75917: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 6494 1726853146.75960: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 6494 1726853146.75979: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 6494 1726853146.76011: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 6494 1726853146.76021: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf5cbdd0> <<< 6494 1726853146.76045: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 6494 1726853146.76061: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 6494 1726853146.76090: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf5cbfe0> <<< 6494 1726853146.76114: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 6494 1726853146.76145: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 6494 1726853146.76170: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 6494 1726853146.76223: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853146.76250: stdout chunk (state=3): >>>import 'itertools' # <<< 6494 1726853146.76268: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 6494 1726853146.76273: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf603800> <<< 6494 1726853146.76303: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 6494 1726853146.76305: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 6494 1726853146.76326: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf603e90> import '_collections' # <<< 6494 1726853146.76386: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf5e3aa0> <<< 6494 1726853146.76397: stdout chunk (state=3): >>>import '_functools' # <<< 6494 1726853146.76434: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf5e11c0> <<< 6494 1726853146.76523: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf5c8f80> <<< 6494 1726853146.76555: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 6494 1726853146.76575: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 6494 1726853146.76591: stdout chunk (state=3): >>>import '_sre' # <<< 6494 1726853146.76610: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 6494 1726853146.76639: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 6494 1726853146.76662: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 6494 1726853146.76666: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 6494 1726853146.76712: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf623770> <<< 6494 1726853146.76715: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf622390> <<< 6494 1726853146.76752: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf5e2090> <<< 6494 1726853146.76756: stdout chunk (state=3): >>>import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf620ad0> <<< 6494 1726853146.76800: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 6494 1726853146.76821: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf658800> <<< 6494 1726853146.76831: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf5c8200> <<< 6494 1726853146.76859: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 6494 1726853146.76895: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ebf658cb0> <<< 6494 1726853146.76898: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf658b60> <<< 6494 1726853146.76945: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853146.76948: stdout chunk (state=3): >>># extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ebf658ef0> <<< 6494 1726853146.76961: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf5c6d20> <<< 6494 1726853146.76989: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 6494 1726853146.76994: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853146.77017: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 6494 1726853146.77052: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 6494 1726853146.77078: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf659550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf659220> <<< 6494 1726853146.77080: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 6494 1726853146.77115: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 6494 1726853146.77118: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 6494 1726853146.77134: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf65a450> <<< 6494 1726853146.77154: stdout chunk (state=3): >>>import 'importlib.util' # <<< 6494 1726853146.77157: stdout chunk (state=3): >>>import 'runpy' # <<< 6494 1726853146.77189: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 6494 1726853146.77223: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 6494 1726853146.77256: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 6494 1726853146.77267: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf670680> <<< 6494 1726853146.77278: stdout chunk (state=3): >>>import 'errno' # <<< 6494 1726853146.77311: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853146.77314: stdout chunk (state=3): >>># extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853146.77318: stdout chunk (state=3): >>>import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ebf671d60> <<< 6494 1726853146.77335: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 6494 1726853146.77353: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 6494 1726853146.77392: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 6494 1726853146.77394: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 6494 1726853146.77396: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf672c00> <<< 6494 1726853146.77443: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853146.77451: stdout chunk (state=3): >>># 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 0x7f0ebf673260> <<< 6494 1726853146.77464: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf672150> <<< 6494 1726853146.77484: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 6494 1726853146.77486: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 6494 1726853146.77527: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853146.77544: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853146.77547: stdout chunk (state=3): >>>import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ebf673ce0> <<< 6494 1726853146.77549: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf673410> <<< 6494 1726853146.77602: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf65a4b0> <<< 6494 1726853146.77621: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 6494 1726853146.77654: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 6494 1726853146.77671: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 6494 1726853146.77697: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 6494 1726853146.77734: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853146.77737: stdout chunk (state=3): >>># extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ebf36bbc0> <<< 6494 1726853146.77760: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 6494 1726853146.77789: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853146.77792: stdout chunk (state=3): >>># 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 0x7f0ebf3946b0> <<< 6494 1726853146.77797: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf394410> <<< 6494 1726853146.77823: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ebf3946e0> <<< 6494 1726853146.77855: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 6494 1726853146.77861: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 6494 1726853146.77948: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853146.78083: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ebf395010> <<< 6494 1726853146.78230: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853146.78235: stdout chunk (state=3): >>># extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853146.78252: stdout chunk (state=3): >>>import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ebf3959d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf3948c0> <<< 6494 1726853146.78260: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf369d60> <<< 6494 1726853146.78285: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 6494 1726853146.78306: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 6494 1726853146.78335: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 6494 1726853146.78353: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 6494 1726853146.78363: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf396db0> <<< 6494 1726853146.78384: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf395af0> <<< 6494 1726853146.78402: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf65aba0> <<< 6494 1726853146.78431: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 6494 1726853146.78508: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853146.78530: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py<<< 6494 1726853146.78536: stdout chunk (state=3): >>> <<< 6494 1726853146.78564: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 6494 1726853146.78596: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf3c3140> <<< 6494 1726853146.78650: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 6494 1726853146.78669: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853146.78692: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 6494 1726853146.78713: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 6494 1726853146.78751: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf3e3500> <<< 6494 1726853146.78778: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 6494 1726853146.78837: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 6494 1726853146.78888: stdout chunk (state=3): >>>import 'ntpath' # <<< 6494 1726853146.78918: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf444290> <<< 6494 1726853146.78933: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 6494 1726853146.78964: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 6494 1726853146.78991: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 6494 1726853146.79042: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 6494 1726853146.79130: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf4469f0> <<< 6494 1726853146.79214: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf4443b0> <<< 6494 1726853146.79247: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf4092b0> <<< 6494 1726853146.79278: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebed253a0> <<< 6494 1726853146.79299: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf3e2300> <<< 6494 1726853146.79305: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf397d10> <<< 6494 1726853146.79491: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 6494 1726853146.79513: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f0ebf3e2660> <<< 6494 1726853146.79761: stdout chunk (state=3): >>># zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload_n740ikwi/ansible_ansible.legacy.setup_payload.zip' <<< 6494 1726853146.79770: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.79886: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.79912: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 6494 1726853146.79924: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 6494 1726853146.79966: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 6494 1726853146.80048: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 6494 1726853146.80082: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebed8b0b0> <<< 6494 1726853146.80097: stdout chunk (state=3): >>>import '_typing' # <<< 6494 1726853146.80290: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebed69fa0> <<< 6494 1726853146.80293: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebed69100> <<< 6494 1726853146.80303: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.80330: stdout chunk (state=3): >>>import 'ansible' # <<< 6494 1726853146.80338: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.80357: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.80369: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.80384: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 6494 1726853146.80397: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.81888: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.83116: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebed88f50> <<< 6494 1726853146.83145: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853146.83170: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 6494 1726853146.83175: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 6494 1726853146.83198: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 6494 1726853146.83205: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 6494 1726853146.83243: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853146.83249: stdout chunk (state=3): >>># 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 0x7f0ebedba960> <<< 6494 1726853146.83289: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebedba720> <<< 6494 1726853146.83325: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebedba030> <<< 6494 1726853146.83351: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 6494 1726853146.83356: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 6494 1726853146.83396: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebedba480> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebed8bad0> <<< 6494 1726853146.83417: stdout chunk (state=3): >>>import 'atexit' # <<< 6494 1726853146.83444: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853146.83449: stdout chunk (state=3): >>># extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ebedbb6b0> <<< 6494 1726853146.83473: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853146.83478: stdout chunk (state=3): >>># extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ebedbb800> <<< 6494 1726853146.83496: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 6494 1726853146.83556: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 6494 1726853146.83569: stdout chunk (state=3): >>>import '_locale' # <<< 6494 1726853146.83616: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebedbbd10> <<< 6494 1726853146.83625: stdout chunk (state=3): >>>import 'pwd' # <<< 6494 1726853146.83648: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 6494 1726853146.83673: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 6494 1726853146.83715: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebec25a90> <<< 6494 1726853146.83747: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853146.83763: stdout chunk (state=3): >>># extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ebec276b0> <<< 6494 1726853146.83779: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 6494 1726853146.83791: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 6494 1726853146.83829: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebec27f80> <<< 6494 1726853146.83854: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 6494 1726853146.83883: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 6494 1726853146.83908: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebec291f0> <<< 6494 1726853146.83930: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py<<< 6494 1726853146.83937: stdout chunk (state=3): >>> <<< 6494 1726853146.83973: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 6494 1726853146.83996: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 6494 1726853146.84060: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebec2bce0> <<< 6494 1726853146.84104: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ebf5c6cc0> <<< 6494 1726853146.84121: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebec29fa0> <<< 6494 1726853146.84148: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 6494 1726853146.84180: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 6494 1726853146.84209: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 6494 1726853146.84215: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 6494 1726853146.84229: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 6494 1726853146.84373: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 6494 1726853146.84402: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 6494 1726853146.84407: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebec33d40> <<< 6494 1726853146.84425: stdout chunk (state=3): >>>import '_tokenize' # <<< 6494 1726853146.84497: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebec32810> <<< 6494 1726853146.84506: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebec32570> <<< 6494 1726853146.84516: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 6494 1726853146.84535: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 6494 1726853146.84608: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebec32ae0> <<< 6494 1726853146.84644: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebec2a4b0> <<< 6494 1726853146.84667: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853146.84677: stdout chunk (state=3): >>># extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ebec77fb0> <<< 6494 1726853146.84698: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py <<< 6494 1726853146.84704: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebec78080> <<< 6494 1726853146.84724: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 6494 1726853146.84748: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 6494 1726853146.84769: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py <<< 6494 1726853146.84775: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 6494 1726853146.84816: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853146.84820: stdout chunk (state=3): >>># extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ebec79b50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebec79910> <<< 6494 1726853146.84842: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 6494 1726853146.84875: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 6494 1726853146.84934: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ebec7c0e0> <<< 6494 1726853146.84949: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebec7a240> <<< 6494 1726853146.84965: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 6494 1726853146.85011: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853146.85033: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 6494 1726853146.85056: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 6494 1726853146.85061: stdout chunk (state=3): >>>import '_string' # <<< 6494 1726853146.85106: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebec7f890> <<< 6494 1726853146.85241: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebec7c260> <<< 6494 1726853146.85308: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853146.85313: stdout chunk (state=3): >>># extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ebec808f0> <<< 6494 1726853146.85344: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ebec80a70> <<< 6494 1726853146.85384: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ebec80a10> <<< 6494 1726853146.85406: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebec78230> <<< 6494 1726853146.85428: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py <<< 6494 1726853146.85434: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 6494 1726853146.85454: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 6494 1726853146.85481: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 6494 1726853146.85513: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853146.85545: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853146.85550: stdout chunk (state=3): >>>import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ebeb081d0> <<< 6494 1726853146.85712: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853146.85727: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ebeb09490> <<< 6494 1726853146.85733: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebec82960> <<< 6494 1726853146.85760: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853146.85773: stdout chunk (state=3): >>># extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ebec83d10> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebec825d0> <<< 6494 1726853146.85807: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.85810: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.85811: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 6494 1726853146.85821: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.85921: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.86004: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.86026: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.86046: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 6494 1726853146.86055: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.86073: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 6494 1726853146.86207: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.86328: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.86917: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.87491: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 6494 1726853146.87505: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 6494 1726853146.87507: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 6494 1726853146.87533: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 6494 1726853146.87553: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853146.87617: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853146.87622: stdout chunk (state=3): >>># 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 0x7f0ebeb114c0> <<< 6494 1726853146.87709: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 6494 1726853146.87714: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 6494 1726853146.87740: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebeb12180> <<< 6494 1726853146.87750: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebeb095b0> <<< 6494 1726853146.87791: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 6494 1726853146.87808: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.87829: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.87855: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 6494 1726853146.87865: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.88021: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.88189: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 6494 1726853146.88203: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 6494 1726853146.88208: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebeb121b0> <<< 6494 1726853146.88215: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.88698: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.89165: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.89231: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.89315: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 6494 1726853146.89321: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.89374: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.89407: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 6494 1726853146.89411: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.89480: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.89564: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 6494 1726853146.89568: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.89592: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 6494 1726853146.89608: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.89645: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.89689: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 6494 1726853146.89696: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.89929: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.90159: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 6494 1726853146.90237: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 6494 1726853146.90243: stdout chunk (state=3): >>>import '_ast' # <<< 6494 1726853146.90305: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebeb132c0> <<< 6494 1726853146.90320: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.90390: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.90459: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 6494 1726853146.90479: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 6494 1726853146.90482: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 6494 1726853146.90500: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.90549: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.90591: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 6494 1726853146.90594: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.90640: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.90683: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.90737: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.90811: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 6494 1726853146.90855: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853146.90958: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ebeb1dcd0> <<< 6494 1726853146.90995: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebeb1b080> <<< 6494 1726853146.91030: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 6494 1726853146.91035: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 6494 1726853146.91107: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.91168: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.91205: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.91245: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py <<< 6494 1726853146.91252: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853146.91265: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 6494 1726853146.91290: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 6494 1726853146.91311: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 6494 1726853146.91376: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 6494 1726853146.91392: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 6494 1726853146.91418: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 6494 1726853146.91474: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebec066c0> <<< 6494 1726853146.91520: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebecfe390> <<< 6494 1726853146.91596: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebeb1ddf0> <<< 6494 1726853146.91607: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebeb107d0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 6494 1726853146.91613: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.91646: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.91668: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 6494 1726853146.91673: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 6494 1726853146.91723: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 6494 1726853146.91756: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 6494 1726853146.91766: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 6494 1726853146.91771: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.91840: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.91894: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.91914: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.91935: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.91977: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.92015: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.92055: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.92084: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # <<< 6494 1726853146.92104: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.92178: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.92251: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.92272: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.92309: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.typing' # <<< 6494 1726853146.92316: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.92499: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.92667: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.92712: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.92766: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py <<< 6494 1726853146.92773: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853146.92786: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py <<< 6494 1726853146.92814: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' <<< 6494 1726853146.92824: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py <<< 6494 1726853146.92852: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' <<< 6494 1726853146.92872: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebebb1d90> <<< 6494 1726853146.92894: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 6494 1726853146.92908: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 6494 1726853146.92930: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 6494 1726853146.92971: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 6494 1726853146.92996: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 6494 1726853146.93008: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 6494 1726853146.93028: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebe797c20> <<< 6494 1726853146.93052: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853146.93069: stdout chunk (state=3): >>># extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853146.93072: stdout chunk (state=3): >>>import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ebe797f80> <<< 6494 1726853146.93133: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebebb3350> <<< 6494 1726853146.93145: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebebb28d0> <<< 6494 1726853146.93180: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebebb0560> <<< 6494 1726853146.93188: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebebb1dc0> <<< 6494 1726853146.93203: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 6494 1726853146.93256: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' <<< 6494 1726853146.93282: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 6494 1726853146.93287: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 6494 1726853146.93313: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 6494 1726853146.93317: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 6494 1726853146.93359: stdout chunk (state=3): >>># 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 0x7f0ebe7aefc0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebe7ae870> <<< 6494 1726853146.93388: stdout chunk (state=3): >>># 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 0x7f0ebe7aea50> <<< 6494 1726853146.93409: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebe7adca0> <<< 6494 1726853146.93421: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 6494 1726853146.93563: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' <<< 6494 1726853146.93578: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebe7af170> <<< 6494 1726853146.93596: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 6494 1726853146.93626: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 6494 1726853146.93662: stdout chunk (state=3): >>># 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 0x7f0ebe805c70> <<< 6494 1726853146.93694: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebe7afc50> <<< 6494 1726853146.93718: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebebb01a0> <<< 6494 1726853146.93727: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.timeout' # <<< 6494 1726853146.93746: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.collector' # <<< 6494 1726853146.93775: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.93781: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.93782: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other' # <<< 6494 1726853146.93792: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.93849: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.93901: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # <<< 6494 1726853146.93925: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.93969: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.94027: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 6494 1726853146.94052: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.94055: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system' # <<< 6494 1726853146.94063: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.94090: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.94127: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # <<< 6494 1726853146.94134: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.94175: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.94235: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # <<< 6494 1726853146.94242: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.94276: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.94319: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # <<< 6494 1726853146.94330: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.94386: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.94442: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.94501: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.94562: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # <<< 6494 1726853146.94570: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.cmdline' # # zipimport: zlib available <<< 6494 1726853146.95061: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.95499: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # <<< 6494 1726853146.95518: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.95568: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.95631: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.95662: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.95695: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 6494 1726853146.95709: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.date_time' # <<< 6494 1726853146.95714: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.95747: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.95775: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # <<< 6494 1726853146.95787: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.95848: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.95898: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # <<< 6494 1726853146.95919: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.95951: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.95982: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # <<< 6494 1726853146.95988: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.96026: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.96053: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # <<< 6494 1726853146.96068: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.96148: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.96244: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 6494 1726853146.96248: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 6494 1726853146.96275: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebe807ce0> <<< 6494 1726853146.96293: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 6494 1726853146.96325: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 6494 1726853146.96456: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebe8068d0> <<< 6494 1726853146.96464: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.local' # <<< 6494 1726853146.96470: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.96540: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.96609: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # <<< 6494 1726853146.96615: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.96707: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.96800: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 6494 1726853146.96808: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.96875: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.96955: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # <<< 6494 1726853146.96958: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.96998: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.97053: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 6494 1726853146.97102: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 6494 1726853146.97188: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853146.97250: stdout chunk (state=3): >>># extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853146.97255: stdout chunk (state=3): >>>import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ebe836090> <<< 6494 1726853146.97453: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebe826f60> <<< 6494 1726853146.97457: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.python' # <<< 6494 1726853146.97467: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.97520: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.97578: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # <<< 6494 1726853146.97589: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.97675: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.97764: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.97878: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.98025: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 6494 1726853146.98040: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.service_mgr' # <<< 6494 1726853146.98044: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.98078: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.98123: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # <<< 6494 1726853146.98139: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.98173: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.98229: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py <<< 6494 1726853146.98238: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' <<< 6494 1726853146.98277: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853146.98286: stdout chunk (state=3): >>># extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853146.98302: stdout chunk (state=3): >>>import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ebe84dcd0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebe827110> import 'ansible.module_utils.facts.system.user' # <<< 6494 1726853146.98322: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.98341: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.hardware' # <<< 6494 1726853146.98353: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.98398: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.98447: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # <<< 6494 1726853146.98454: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.98618: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.98778: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 6494 1726853146.98782: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.98889: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.98994: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.99036: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.99077: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # <<< 6494 1726853146.99090: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.darwin' # <<< 6494 1726853146.99092: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.99117: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.99138: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.99287: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.99434: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # <<< 6494 1726853146.99443: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.dragonfly' # <<< 6494 1726853146.99446: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.99568: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.99690: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # <<< 6494 1726853146.99706: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.99735: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853146.99772: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.00350: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.00914: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # <<< 6494 1726853147.00921: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.01038: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.01150: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 6494 1726853147.01154: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.01261: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.01361: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # <<< 6494 1726853147.01379: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.01535: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.01695: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 6494 1726853147.01716: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.01722: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network' # <<< 6494 1726853147.01741: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.01779: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.01829: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # <<< 6494 1726853147.01842: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.01948: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.02043: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.02258: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.02474: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # <<< 6494 1726853147.02477: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.aix' # <<< 6494 1726853147.02485: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.02523: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.02555: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # <<< 6494 1726853147.02573: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.02595: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.02622: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # <<< 6494 1726853147.02633: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.02706: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.02775: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # <<< 6494 1726853147.02790: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.02811: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.02843: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # <<< 6494 1726853147.02846: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.02910: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.02967: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # <<< 6494 1726853147.02983: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.03041: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.03102: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # <<< 6494 1726853147.03109: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.03397: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.03669: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # <<< 6494 1726853147.03693: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.03744: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.03806: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # <<< 6494 1726853147.03817: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.03853: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.03881: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # <<< 6494 1726853147.03903: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.03935: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.03970: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # <<< 6494 1726853147.03979: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.04016: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.04046: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # <<< 6494 1726853147.04063: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.04146: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.04233: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 6494 1726853147.04250: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.04257: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.04281: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual' # <<< 6494 1726853147.04283: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.04319: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.04376: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # <<< 6494 1726853147.04379: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.04405: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.04421: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.04476: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.04523: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.04600: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.04669: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sysctl' # <<< 6494 1726853147.04678: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # <<< 6494 1726853147.04696: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.04740: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.04790: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 6494 1726853147.04806: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.05020: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.05210: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # <<< 6494 1726853147.05228: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.05267: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.05311: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # <<< 6494 1726853147.05326: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.05372: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.05415: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 6494 1726853147.05430: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.05510: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.05594: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # <<< 6494 1726853147.05607: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.default_collectors' # <<< 6494 1726853147.05613: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.05699: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.05797: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # <<< 6494 1726853147.05880: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.06397: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py <<< 6494 1726853147.06406: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' <<< 6494 1726853147.06431: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py <<< 6494 1726853147.06442: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' <<< 6494 1726853147.06477: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853147.06486: stdout chunk (state=3): >>># 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 0x7f0ebe646750> <<< 6494 1726853147.06501: stdout chunk (state=3): >>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebe6461b0> <<< 6494 1726853147.06548: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebe63e060> <<< 6494 1726853147.07359: 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"}}} <<< 6494 1726853147.08056: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 6494 1726853147.08062: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc <<< 6494 1726853147.08084: stdout chunk (state=3): >>># 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 <<< 6494 1726853147.08121: 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 _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 <<< 6494 1726853147.08131: 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 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 # 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 <<< 6494 1726853147.08151: stdout chunk (state=3): >>># cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # 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 <<< 6494 1726853147.08171: stdout chunk (state=3): >>># cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform<<< 6494 1726853147.08182: stdout chunk (state=3): >>> # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd <<< 6494 1726853147.08199: 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 <<< 6494 1726853147.08214: stdout chunk (state=3): >>># 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 <<< 6494 1726853147.08223: 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 <<< 6494 1726853147.08254: 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 # 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 <<< 6494 1726853147.08258: stdout chunk (state=3): >>># cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts.namespace <<< 6494 1726853147.08265: 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<<< 6494 1726853147.08281: stdout chunk (state=3): >>> # 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 _heapq # cleanup[2] removing heapq # destroy heapq # 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 <<< 6494 1726853147.08309: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # 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 <<< 6494 1726853147.08319: 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 <<< 6494 1726853147.08358: stdout chunk (state=3): >>># 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 <<< 6494 1726853147.08361: 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 <<< 6494 1726853147.08366: stdout chunk (state=3): >>># 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 <<< 6494 1726853147.08394: 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<<< 6494 1726853147.08400: stdout chunk (state=3): >>> # destroy ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.netbsd # 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 <<< 6494 1726853147.08834: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 6494 1726853147.08846: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 6494 1726853147.08876: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 6494 1726853147.08883: stdout chunk (state=3): >>># destroy _blake2 <<< 6494 1726853147.08898: stdout chunk (state=3): >>># destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 6494 1726853147.08921: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob<<< 6494 1726853147.08924: stdout chunk (state=3): >>> # destroy ipaddress <<< 6494 1726853147.08951: stdout chunk (state=3): >>># destroy ntpath <<< 6494 1726853147.08991: stdout chunk (state=3): >>># destroy importlib # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib <<< 6494 1726853147.09006: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder <<< 6494 1726853147.09009: stdout chunk (state=3): >>># destroy json.scanner # destroy _json # destroy grp <<< 6494 1726853147.09022: stdout chunk (state=3): >>># destroy encodings <<< 6494 1726853147.09053: stdout chunk (state=3): >>># destroy _locale <<< 6494 1726853147.09059: stdout chunk (state=3): >>># destroy locale # destroy select # destroy _signal <<< 6494 1726853147.09062: stdout chunk (state=3): >>># destroy _posixsubprocess <<< 6494 1726853147.09067: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 6494 1726853147.09113: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 6494 1726853147.09137: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 6494 1726853147.09188: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector<<< 6494 1726853147.09193: stdout chunk (state=3): >>> # destroy multiprocessing # destroy multiprocessing.connection # destroy multiprocessing.pool # destroy signal # destroy pickle # destroy multiprocessing.context # destroy array # destroy _compat_pickle <<< 6494 1726853147.09227: stdout chunk (state=3): >>># destroy _pickle <<< 6494 1726853147.09241: stdout chunk (state=3): >>># destroy queue <<< 6494 1726853147.09250: stdout chunk (state=3): >>># destroy _heapq # destroy _queue # destroy multiprocessing.process # destroy unicodedata <<< 6494 1726853147.09264: stdout chunk (state=3): >>># destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing <<< 6494 1726853147.09290: stdout chunk (state=3): >>># destroy shlex # destroy fcntl <<< 6494 1726853147.09306: stdout chunk (state=3): >>># destroy datetime # destroy subprocess <<< 6494 1726853147.09314: stdout chunk (state=3): >>># destroy base64 <<< 6494 1726853147.09342: stdout chunk (state=3): >>># destroy _ssl <<< 6494 1726853147.09367: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux <<< 6494 1726853147.09384: stdout chunk (state=3): >>># destroy getpass # destroy pwd # destroy termios <<< 6494 1726853147.09390: stdout chunk (state=3): >>># destroy errno # destroy json <<< 6494 1726853147.09410: stdout chunk (state=3): >>># destroy socket # destroy struct <<< 6494 1726853147.09430: stdout chunk (state=3): >>># destroy glob # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector <<< 6494 1726853147.09494: stdout chunk (state=3): >>># cleanup[3] wiping encodings.idna <<< 6494 1726853147.09555: stdout chunk (state=3): >>># destroy stringprep # cleanup[3] wiping configparser # 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 <<< 6494 1726853147.09565: 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 <<< 6494 1726853147.09574: stdout chunk (state=3): >>># destroy linecache # destroy textwrap # cleanup[3] wiping tokenize <<< 6494 1726853147.09584: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 6494 1726853147.09602: stdout chunk (state=3): >>># 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 <<< 6494 1726853147.09621: stdout chunk (state=3): >>># destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser <<< 6494 1726853147.09771: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 6494 1726853147.09773: stdout chunk (state=3): >>># 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 <<< 6494 1726853147.09775: stdout chunk (state=3): >>># cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath <<< 6494 1726853147.09777: stdout chunk (state=3): >>># cleanup[3] wiping stat # cleanup[3] wiping _stat <<< 6494 1726853147.09779: stdout chunk (state=3): >>># 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 <<< 6494 1726853147.09780: stdout chunk (state=3): >>># cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix <<< 6494 1726853147.09781: stdout chunk (state=3): >>># cleanup[3] wiping marshal <<< 6494 1726853147.09783: 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 <<< 6494 1726853147.09784: stdout chunk (state=3): >>># cleanup[3] wiping builtins <<< 6494 1726853147.09785: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 6494 1726853147.09995: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 6494 1726853147.10021: stdout chunk (state=3): >>># destroy _collections <<< 6494 1726853147.10047: stdout chunk (state=3): >>># destroy platform <<< 6494 1726853147.10051: stdout chunk (state=3): >>># destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 6494 1726853147.10084: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 6494 1726853147.10117: stdout chunk (state=3): >>># destroy _typing <<< 6494 1726853147.10123: stdout chunk (state=3): >>># destroy _tokenize <<< 6494 1726853147.10142: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves <<< 6494 1726853147.10154: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 6494 1726853147.10184: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 6494 1726853147.10294: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8<<< 6494 1726853147.10305: stdout chunk (state=3): >>> # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit <<< 6494 1726853147.10314: stdout chunk (state=3): >>># destroy _warnings # destroy math # destroy _bisect # destroy time <<< 6494 1726853147.10342: stdout chunk (state=3): >>># destroy _random <<< 6494 1726853147.10352: stdout chunk (state=3): >>># destroy _weakref <<< 6494 1726853147.10368: stdout chunk (state=3): >>># destroy _hashlib <<< 6494 1726853147.10384: stdout chunk (state=3): >>># destroy _operator # destroy _sre # destroy _string # destroy re <<< 6494 1726853147.10386: stdout chunk (state=3): >>># destroy itertools <<< 6494 1726853147.10418: stdout chunk (state=3): >>># destroy _abc # destroy posix <<< 6494 1726853147.10424: stdout chunk (state=3): >>># destroy _functools # destroy builtins # destroy _thread <<< 6494 1726853147.10437: stdout chunk (state=3): >>># clear sys.audit hooks <<< 6494 1726853147.10812: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.41.218 closed. <<< 6494 1726853147.10844: stderr chunk (state=3): >>><<< 6494 1726853147.10853: stdout chunk (state=3): >>><<< 6494 1726853147.10956: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf7bc4d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf78bb00> # /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 0x7f0ebf7bea50> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf7cd130> # /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 0x7f0ebf7cdfa0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf5cbdd0> # /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 0x7f0ebf5cbfe0> # /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 0x7f0ebf603800> # /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 0x7f0ebf603e90> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf5e3aa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf5e11c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf5c8f80> # /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 0x7f0ebf623770> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf622390> # /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 0x7f0ebf5e2090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf620ad0> # /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 0x7f0ebf658800> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf5c8200> # /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 0x7f0ebf658cb0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf658b60> # 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 0x7f0ebf658ef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf5c6d20> # /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 0x7f0ebf659550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf659220> 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 0x7f0ebf65a450> 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 0x7f0ebf670680> 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 0x7f0ebf671d60> # /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 0x7f0ebf672c00> # 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 0x7f0ebf673260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf672150> # /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 0x7f0ebf673ce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf673410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf65a4b0> # /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 0x7f0ebf36bbc0> # /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 0x7f0ebf3946b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf394410> # 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 0x7f0ebf3946e0> # /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 0x7f0ebf395010> # 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 0x7f0ebf3959d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf3948c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf369d60> # /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 0x7f0ebf396db0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf395af0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf65aba0> # /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 0x7f0ebf3c3140> # /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 0x7f0ebf3e3500> # /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 0x7f0ebf444290> # /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 0x7f0ebf4469f0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf4443b0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf4092b0> # /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 0x7f0ebed253a0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf3e2300> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebf397d10> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f0ebf3e2660> # zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload_n740ikwi/ansible_ansible.legacy.setup_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 0x7f0ebed8b0b0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebed69fa0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebed69100> # 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 0x7f0ebed88f50> # /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 0x7f0ebedba960> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebedba720> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebedba030> # /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 0x7f0ebedba480> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebed8bad0> 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 0x7f0ebedbb6b0> # 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 0x7f0ebedbb800> # /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 0x7f0ebedbbd10> 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 0x7f0ebec25a90> # 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 0x7f0ebec276b0> # /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 0x7f0ebec27f80> # /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 0x7f0ebec291f0> # /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 0x7f0ebec2bce0> # 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 0x7f0ebf5c6cc0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebec29fa0> # /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 0x7f0ebec33d40> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebec32810> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebec32570> # /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 0x7f0ebec32ae0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebec2a4b0> # 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 0x7f0ebec77fb0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebec78080> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ebec79b50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebec79910> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ebec7c0e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebec7a240> # /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 0x7f0ebec7f890> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebec7c260> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ebec808f0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ebec80a70> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ebec80a10> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebec78230> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ebeb081d0> # 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 0x7f0ebeb09490> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebec82960> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ebec83d10> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebec825d0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ebeb114c0> # /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 0x7f0ebeb12180> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebeb095b0> 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 0x7f0ebeb121b0> # 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 0x7f0ebeb132c0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0ebeb1dcd0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebeb1b080> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebec066c0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebecfe390> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebeb1ddf0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebeb107d0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.namespace' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.typing' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /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 0x7f0ebebb1d90> # /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' # /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 0x7f0ebe797c20> # 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 0x7f0ebe797f80> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebebb3350> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebebb28d0> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebebb0560> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebebb1dc0> # /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' # /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 0x7f0ebe7aefc0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebe7ae870> # 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 0x7f0ebe7aea50> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebe7adca0> # /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 0x7f0ebe7af170> # /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' # 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 0x7f0ebe805c70> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebe7afc50> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebebb01a0> import 'ansible.module_utils.facts.timeout' # import 'ansible.module_utils.facts.collector' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other.facter' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other.ohai' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.apparmor' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.caps' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.chroot' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.distribution' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.datetime' # import 'ansible.module_utils.facts.system.date_time' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.env' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.dns' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.fips' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.loadavg' # # 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 0x7f0ebe807ce0> # /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 0x7f0ebe8068d0> import 'ansible.module_utils.facts.system.local' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.lsb' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.pkg_mgr' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.platform' # # zipimport: zlib available # zipimport: zlib available # /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 0x7f0ebe836090> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebe826f60> import 'ansible.module_utils.facts.system.python' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.selinux' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.version' # import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.ssh_pub_keys' # # zipimport: zlib available # zipimport: zlib available # /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 0x7f0ebe84dcd0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebe827110> import 'ansible.module_utils.facts.system.user' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.base' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.aix' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.sysctl' # import 'ansible.module_utils.facts.hardware.darwin' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.hpux' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.sunos' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.base' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.darwin' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.fc_wwn' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.freebsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.hpux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.hurd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.linux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.iscsi' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.nvme' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.sunos' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.base' # # 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' # import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.hpux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.linux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # # zipimport: zlib available # /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' # /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 0x7f0ebe646750> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebe6461b0> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0ebe63e060> {"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 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 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # 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 _heapq # cleanup[2] removing heapq # destroy heapq # 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 # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # 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 systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.connection # destroy multiprocessing.pool # destroy signal # destroy pickle # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.process # destroy unicodedata # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing # destroy shlex # destroy fcntl # destroy datetime # destroy subprocess # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy errno # destroy json # destroy socket # destroy struct # destroy glob # destroy fnmatch # 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 configparser # 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 # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # 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 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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.41.218 closed. 6494 1726853147.11783: done with _execute_module (ansible.legacy.setup, {'filter': 'ansible_pkg_mgr', 'gather_subset': '!all', '_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-1726853146.6118267-7087-167279162889564/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6494 1726853147.11787: variable 'ansible_module_compression' from source: unknown 6494 1726853147.11789: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6494dydhg1yg/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 6494 1726853147.11791: variable 'ansible_facts' from source: unknown 6494 1726853147.11793: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726853146.6118267-7087-167279162889564/AnsiballZ_dnf.py 6494 1726853147.11795: Sending initial data 6494 1726853147.11797: Sent initial data (150 bytes) 6494 1726853147.11979: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853147.11983: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6494 1726853147.11985: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853147.11988: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853147.11990: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match found <<< 6494 1726853147.11993: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853147.12038: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853147.12059: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853147.12061: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853147.12170: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853147.13964: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" <<< 6494 1726853147.13968: stderr chunk (state=3): >>>debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6494 1726853147.14077: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6494 1726853147.14197: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6494dydhg1yg/tmpq7tw4hqf /root/.ansible/tmp/ansible-tmp-1726853146.6118267-7087-167279162889564/AnsiballZ_dnf.py <<< 6494 1726853147.14203: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726853146.6118267-7087-167279162889564/AnsiballZ_dnf.py" <<< 6494 1726853147.14317: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6494dydhg1yg/tmpq7tw4hqf" to remote "/root/.ansible/tmp/ansible-tmp-1726853146.6118267-7087-167279162889564/AnsiballZ_dnf.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726853146.6118267-7087-167279162889564/AnsiballZ_dnf.py" <<< 6494 1726853147.15303: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853147.15343: stderr chunk (state=3): >>><<< 6494 1726853147.15347: stdout chunk (state=3): >>><<< 6494 1726853147.15364: done transferring module to remote 6494 1726853147.15374: _low_level_execute_command(): starting 6494 1726853147.15379: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726853146.6118267-7087-167279162889564/ /root/.ansible/tmp/ansible-tmp-1726853146.6118267-7087-167279162889564/AnsiballZ_dnf.py && sleep 0' 6494 1726853147.15841: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853147.15845: 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.41.218 originally 10.31.41.218 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853147.15848: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853147.15851: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match found <<< 6494 1726853147.15866: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853147.15892: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853147.15907: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853147.16030: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853147.18037: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853147.18062: stderr chunk (state=3): >>><<< 6494 1726853147.18065: stdout chunk (state=3): >>><<< 6494 1726853147.18078: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853147.18086: _low_level_execute_command(): starting 6494 1726853147.18088: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726853146.6118267-7087-167279162889564/AnsiballZ_dnf.py && sleep 0' 6494 1726853147.18545: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853147.18551: 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.41.218 originally 10.31.41.218 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853147.18553: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 is address debug1: re-parsing configuration <<< 6494 1726853147.18556: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6494 1726853147.18558: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853147.18606: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853147.18609: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853147.18612: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853147.18747: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853147.21150: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 6494 1726853147.21186: stdout chunk (state=3): >>>import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 6494 1726853147.21275: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 6494 1726853147.21347: stdout chunk (state=3): >>>import 'posix' # <<< 6494 1726853147.21389: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 6494 1726853147.21396: stdout chunk (state=3): >>># installing zipimport hook import 'time' # <<< 6494 1726853147.21448: stdout chunk (state=3): >>>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' <<< 6494 1726853147.21472: stdout chunk (state=3): >>>import '_codecs' # <<< 6494 1726853147.21509: stdout chunk (state=3): >>>import 'codecs' # <<< 6494 1726853147.21606: stdout chunk (state=3): >>># /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 0x7f38fafbc4d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38faf8bb00> # /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 0x7f38fafbea50> <<< 6494 1726853147.21609: stdout chunk (state=3): >>>import '_signal' # <<< 6494 1726853147.21644: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 6494 1726853147.21657: stdout chunk (state=3): >>>import 'io' # <<< 6494 1726853147.21690: stdout chunk (state=3): >>>import '_stat' # <<< 6494 1726853147.21697: stdout chunk (state=3): >>>import 'stat' # <<< 6494 1726853147.21796: stdout chunk (state=3): >>>import '_collections_abc' # <<< 6494 1726853147.21823: stdout chunk (state=3): >>>import 'genericpath' # <<< 6494 1726853147.21828: stdout chunk (state=3): >>>import 'posixpath' # <<< 6494 1726853147.21849: stdout chunk (state=3): >>>import 'os' # <<< 6494 1726853147.21877: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 6494 1726853147.21886: stdout chunk (state=3): >>>Processing user site-packages <<< 6494 1726853147.21895: stdout chunk (state=3): >>>Processing global site-packages <<< 6494 1726853147.21909: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 6494 1726853147.21923: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 6494 1726853147.21951: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 6494 1726853147.21983: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fafcd130> <<< 6494 1726853147.22052: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 6494 1726853147.22140: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fafcdfa0> <<< 6494 1726853147.22165: stdout chunk (state=3): >>>import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 6494 1726853147.22399: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 6494 1726853147.22424: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 6494 1726853147.22435: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 6494 1726853147.22455: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853147.22464: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 6494 1726853147.22509: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 6494 1726853147.22530: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 6494 1726853147.22573: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 6494 1726853147.22603: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fadabdd0> <<< 6494 1726853147.22651: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fadabfe0> <<< 6494 1726853147.22673: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 6494 1726853147.22692: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 6494 1726853147.22718: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 6494 1726853147.22770: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853147.22796: stdout chunk (state=3): >>>import 'itertools' # <<< 6494 1726853147.22818: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 6494 1726853147.22821: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fade3800> <<< 6494 1726853147.22855: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 6494 1726853147.22858: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 6494 1726853147.22865: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fade3e90> <<< 6494 1726853147.22876: stdout chunk (state=3): >>>import '_collections' # <<< 6494 1726853147.22936: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fadc3aa0> <<< 6494 1726853147.22947: stdout chunk (state=3): >>>import '_functools' # <<< 6494 1726853147.22981: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fadc11c0> <<< 6494 1726853147.23080: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fada8f80><<< 6494 1726853147.23084: stdout chunk (state=3): >>> <<< 6494 1726853147.23107: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 6494 1726853147.23131: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 6494 1726853147.23141: stdout chunk (state=3): >>>import '_sre' # <<< 6494 1726853147.23163: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 6494 1726853147.23188: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 6494 1726853147.23211: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 6494 1726853147.23217: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 6494 1726853147.23261: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fae03770> <<< 6494 1726853147.23279: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fae02390> <<< 6494 1726853147.23307: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fadc2090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fae00ad0> <<< 6494 1726853147.23374: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 6494 1726853147.23385: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fae38800> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fada8200> <<< 6494 1726853147.23412: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 6494 1726853147.23453: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38fae38cb0> <<< 6494 1726853147.23473: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fae38b60> <<< 6494 1726853147.23490: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853147.23581: stdout chunk (state=3): >>># extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38fae38ef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fada6d20> # /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' <<< 6494 1726853147.23584: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 6494 1726853147.23638: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fae39550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fae39250> import 'importlib.machinery' # <<< 6494 1726853147.23674: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 6494 1726853147.23690: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fae3a450> <<< 6494 1726853147.23720: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 6494 1726853147.23966: stdout chunk (state=3): >>># /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 0x7f38fae50680> 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 0x7f38fae51d60> # /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 0x7f38fae52c00> <<< 6494 1726853147.24005: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38fae53260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fae52150> <<< 6494 1726853147.24031: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 6494 1726853147.24074: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853147.24097: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38fae53ce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fae53410> <<< 6494 1726853147.24188: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fae3a4b0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 6494 1726853147.24212: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 6494 1726853147.24235: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 6494 1726853147.24247: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 6494 1726853147.24403: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38fab97bc0> <<< 6494 1726853147.24407: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 6494 1726853147.24430: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38fabc0710> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fabc0470> # 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 0x7f38fabc0740> # /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' <<< 6494 1726853147.24477: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853147.24617: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38fabc1070> <<< 6494 1726853147.24760: stdout chunk (state=3): >>># 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' <<< 6494 1726853147.24782: stdout chunk (state=3): >>>import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38fabc1a60> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fabc0920> <<< 6494 1726853147.24798: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fab95d60> <<< 6494 1726853147.24815: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 6494 1726853147.24834: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 6494 1726853147.24866: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 6494 1726853147.24886: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fabc2e10> <<< 6494 1726853147.24909: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fabc18e0> <<< 6494 1726853147.24936: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fae3aba0> <<< 6494 1726853147.24962: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 6494 1726853147.25041: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853147.25050: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 6494 1726853147.25089: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 6494 1726853147.25111: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fabe7170> <<< 6494 1726853147.25174: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 6494 1726853147.25186: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853147.25210: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 6494 1726853147.25228: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 6494 1726853147.25272: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fac13500> <<< 6494 1726853147.25294: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 6494 1726853147.25345: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 6494 1726853147.25398: stdout chunk (state=3): >>>import 'ntpath' # <<< 6494 1726853147.25428: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py <<< 6494 1726853147.25430: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fac702f0> <<< 6494 1726853147.25450: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 6494 1726853147.25477: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 6494 1726853147.25505: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 6494 1726853147.25550: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 6494 1726853147.25646: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fac72a20> <<< 6494 1726853147.25718: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fac703e0> <<< 6494 1726853147.25761: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fac392e0> <<< 6494 1726853147.25797: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 6494 1726853147.25803: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa525340> <<< 6494 1726853147.25808: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fac12360> <<< 6494 1726853147.25816: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fabc3d70> <<< 6494 1726853147.25953: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 6494 1726853147.25973: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f38fac129f0> <<< 6494 1726853147.26141: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_j4w2jjam/ansible_ansible.legacy.dnf_payload.zip' <<< 6494 1726853147.26147: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.26275: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.26303: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 6494 1726853147.26315: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 6494 1726853147.26375: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 6494 1726853147.26447: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 6494 1726853147.26499: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa57f020> <<< 6494 1726853147.26506: stdout chunk (state=3): >>>import '_typing' # <<< 6494 1726853147.26753: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa55df10> <<< 6494 1726853147.26760: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa55d070> # zipimport: zlib available import 'ansible' # <<< 6494 1726853147.26763: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.26770: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.26772: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 6494 1726853147.26802: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.28217: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.29421: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 6494 1726853147.29446: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa57cef0> # /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' <<< 6494 1726853147.29465: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 6494 1726853147.29496: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 6494 1726853147.29527: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 6494 1726853147.29530: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853147.29554: stdout chunk (state=3): >>>import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38fa5aa8a0> <<< 6494 1726853147.29568: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa5aa630> <<< 6494 1726853147.29637: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa5a9f40> # /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' <<< 6494 1726853147.29678: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa5aa690> <<< 6494 1726853147.29691: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa57fcb0> import 'atexit' # <<< 6494 1726853147.29703: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38fa5ab5c0> <<< 6494 1726853147.29754: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38fa5ab800> <<< 6494 1726853147.29758: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 6494 1726853147.29818: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 6494 1726853147.29821: stdout chunk (state=3): >>>import '_locale' # <<< 6494 1726853147.29869: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa5abd10> <<< 6494 1726853147.29895: stdout chunk (state=3): >>>import 'pwd' # <<< 6494 1726853147.29908: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 6494 1726853147.29955: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 6494 1726853147.29958: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa40d9d0> <<< 6494 1726853147.30007: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853147.30025: stdout chunk (state=3): >>># extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38fa40f5f0> # /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' <<< 6494 1726853147.30064: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa40ffb0> <<< 6494 1726853147.30094: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 6494 1726853147.30129: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 6494 1726853147.30152: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa419160> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 6494 1726853147.30185: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 6494 1726853147.30223: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 6494 1726853147.30229: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 6494 1726853147.30272: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa41bc50> <<< 6494 1726853147.30315: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38fabe70e0> <<< 6494 1726853147.30360: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa419f10> <<< 6494 1726853147.30363: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 6494 1726853147.30395: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 6494 1726853147.30398: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 6494 1726853147.30422: stdout chunk (state=3): >>># 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 <<< 6494 1726853147.30464: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 6494 1726853147.30491: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 6494 1726853147.30504: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa41fb60> import '_tokenize' # <<< 6494 1726853147.30583: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa41e630> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa41e390> <<< 6494 1726853147.30604: stdout chunk (state=3): >>># /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' <<< 6494 1726853147.30680: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa41e900> <<< 6494 1726853147.30708: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa41a420> <<< 6494 1726853147.30752: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853147.30782: stdout chunk (state=3): >>># extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38fa463e60> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa463ef0> <<< 6494 1726853147.30815: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 6494 1726853147.30838: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py <<< 6494 1726853147.30859: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 6494 1726853147.30891: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853147.30911: stdout chunk (state=3): >>># extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38fa465a00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa4657c0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 6494 1726853147.31034: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 6494 1726853147.31090: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38fa467f50> <<< 6494 1726853147.31114: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa4660f0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 6494 1726853147.31159: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853147.31191: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 6494 1726853147.31194: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 6494 1726853147.31211: stdout chunk (state=3): >>>import '_string' # <<< 6494 1726853147.31251: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa46b6e0> <<< 6494 1726853147.31376: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa467fb0> <<< 6494 1726853147.31450: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38fa46c500> <<< 6494 1726853147.31477: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38fa46c530> <<< 6494 1726853147.31516: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38fa46cb00> <<< 6494 1726853147.31554: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa464080> <<< 6494 1726853147.31559: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py <<< 6494 1726853147.31588: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 6494 1726853147.31605: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 6494 1726853147.31646: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853147.31665: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853147.31688: stdout chunk (state=3): >>>import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38fa4f8200> <<< 6494 1726853147.31833: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853147.31837: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38fa4f9430> <<< 6494 1726853147.31884: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa46e990> <<< 6494 1726853147.31888: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38fa46fd40> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa46e5d0> <<< 6494 1726853147.31922: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 6494 1726853147.31933: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.32029: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.32103: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.32122: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 6494 1726853147.32153: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.32172: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 6494 1726853147.32292: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.32409: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.33013: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.33680: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 6494 1726853147.33684: 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' # <<< 6494 1726853147.33687: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 6494 1726853147.33689: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853147.33763: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853147.33766: stdout chunk (state=3): >>># 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 0x7f38fa4fd640> <<< 6494 1726853147.33845: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 6494 1726853147.33867: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa4fe480> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa4f98b0> <<< 6494 1726853147.33911: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 6494 1726853147.33971: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.33974: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 6494 1726853147.34179: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.34315: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 6494 1726853147.34318: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 6494 1726853147.34328: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa4fe420> <<< 6494 1726853147.34338: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.34831: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.35309: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.35384: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.35464: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 6494 1726853147.35468: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.35510: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.35544: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 6494 1726853147.35557: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.35624: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.35710: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 6494 1726853147.35733: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.35744: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.35749: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 6494 1726853147.35755: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.35792: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.35836: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 6494 1726853147.35844: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.36094: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.36347: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 6494 1726853147.36421: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 6494 1726853147.36436: stdout chunk (state=3): >>>import '_ast' # <<< 6494 1726853147.36507: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa4ff680> <<< 6494 1726853147.36517: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.36601: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.36706: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 6494 1726853147.36730: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.36768: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.36837: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 6494 1726853147.36850: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.36896: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.36953: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.37033: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 6494 1726853147.37076: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853147.37184: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853147.37189: stdout chunk (state=3): >>># extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38fa30a090> <<< 6494 1726853147.37225: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa307ef0> <<< 6494 1726853147.37263: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 6494 1726853147.37266: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 6494 1726853147.37269: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.37350: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.37406: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.37441: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.37487: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py <<< 6494 1726853147.37492: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853147.37509: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 6494 1726853147.37543: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 6494 1726853147.37559: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 6494 1726853147.37641: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 6494 1726853147.37657: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 6494 1726853147.37679: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 6494 1726853147.37741: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa5fa9c0> <<< 6494 1726853147.37790: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa5ee690> <<< 6494 1726853147.37880: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa309e50> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa4fc140> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 6494 1726853147.37898: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.37923: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.37953: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 6494 1726853147.38023: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 6494 1726853147.38030: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.38052: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.38062: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 6494 1726853147.38073: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.38710: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.39301: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.40058: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.40843: stdout chunk (state=3): >>># /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 0x7f38fa39c5f0> <<< 6494 1726853147.40847: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/__init__.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc' import 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa39c830> <<< 6494 1726853147.40910: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc' # /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' <<< 6494 1726853147.40914: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py <<< 6494 1726853147.40916: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' <<< 6494 1726853147.40972: stdout chunk (state=3): >>>import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa39cf80> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa39cb00> <<< 6494 1726853147.40975: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc' <<< 6494 1726853147.40987: stdout chunk (state=3): >>># /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' <<< 6494 1726853147.41023: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa39d8e0> <<< 6494 1726853147.41051: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc' <<< 6494 1726853147.41090: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py <<< 6494 1726853147.41093: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' <<< 6494 1726853147.41115: stdout chunk (state=3): >>># /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' <<< 6494 1726853147.41136: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py <<< 6494 1726853147.41165: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' <<< 6494 1726853147.41199: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py <<< 6494 1726853147.41203: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' <<< 6494 1726853147.41248: stdout chunk (state=3): >>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa384e30> <<< 6494 1726853147.41257: stdout chunk (state=3): >>># /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' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa385760> <<< 6494 1726853147.41276: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py <<< 6494 1726853147.41302: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' <<< 6494 1726853147.41305: stdout chunk (state=3): >>>import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f9fb2690> <<< 6494 1726853147.41384: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa39f0b0> <<< 6494 1726853147.41387: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 6494 1726853147.41450: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 6494 1726853147.41455: stdout chunk (state=3): >>># /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' <<< 6494 1726853147.41468: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 6494 1726853147.41522: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 6494 1726853147.41601: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f9fb5220> <<< 6494 1726853147.41604: stdout chunk (state=3): >>>import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f9fb3da0> <<< 6494 1726853147.41649: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f9fb3170> <<< 6494 1726853147.41681: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa39e540> <<< 6494 1726853147.41684: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py <<< 6494 1726853147.41716: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' <<< 6494 1726853147.41729: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py <<< 6494 1726853147.41802: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 6494 1726853147.41825: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py <<< 6494 1726853147.41842: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' <<< 6494 1726853147.41859: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa021190> <<< 6494 1726853147.42004: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f9fd92b0> <<< 6494 1726853147.42161: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f9fb3bc0> <<< 6494 1726853147.42198: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py <<< 6494 1726853147.42201: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' <<< 6494 1726853147.42228: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py <<< 6494 1726853147.42248: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 6494 1726853147.42298: stdout chunk (state=3): >>># /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' <<< 6494 1726853147.42321: stdout chunk (state=3): >>>import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa028bf0> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa022f60> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f9fd8da0> <<< 6494 1726853147.42370: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa39df40> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa39d940> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa39d640> <<< 6494 1726853147.42375: stdout chunk (state=3): >>>import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa39c890> <<< 6494 1726853147.42398: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc' import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa39d760> <<< 6494 1726853147.42443: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py <<< 6494 1726853147.42467: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' <<< 6494 1726853147.42479: stdout chunk (state=3): >>># /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' <<< 6494 1726853147.42530: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa029160> <<< 6494 1726853147.42548: stdout chunk (state=3): >>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa39da00> <<< 6494 1726853147.42587: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py <<< 6494 1726853147.42590: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853147.42653: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa029a60> <<< 6494 1726853147.42686: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 6494 1726853147.42711: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 6494 1726853147.42777: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 6494 1726853147.42817: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 6494 1726853147.42913: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853147.42988: stdout chunk (state=3): >>># 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 0x7f38fa00fef0> <<< 6494 1726853147.43192: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa00d5b0> <<< 6494 1726853147.43209: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa02a7b0> <<< 6494 1726853147.43252: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py <<< 6494 1726853147.43261: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 6494 1726853147.43293: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa00cfe0> <<< 6494 1726853147.43338: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py # code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' <<< 6494 1726853147.43344: stdout chunk (state=3): >>>import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa046510> <<< 6494 1726853147.43386: stdout chunk (state=3): >>># /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' <<< 6494 1726853147.43403: stdout chunk (state=3): >>>import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa0471d0> <<< 6494 1726853147.43430: stdout chunk (state=3): >>>import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa046c60> <<< 6494 1726853147.43445: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 6494 1726853147.43541: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 6494 1726853147.43611: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa0476b0> <<< 6494 1726853147.43640: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 6494 1726853147.43690: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 6494 1726853147.43931: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa01bbc0> <<< 6494 1726853147.43937: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 6494 1726853147.43959: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 6494 1726853147.43977: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f9f3a030> <<< 6494 1726853147.44042: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.44157: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 6494 1726853147.44170: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.44297: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.44457: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 6494 1726853147.44460: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.44509: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.44563: stdout chunk (state=3): >>>import 'ansible.module_utils.common.respawn' # <<< 6494 1726853147.44583: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.44710: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.44825: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # <<< 6494 1726853147.44937: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853147.45457: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853147.45484: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/pycomp.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc' <<< 6494 1726853147.45515: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/text.py <<< 6494 1726853147.45526: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc' import 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f9f6efc0> <<< 6494 1726853147.45554: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 6494 1726853147.45607: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 6494 1726853147.45751: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f9f6f0e0> <<< 6494 1726853147.45779: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 6494 1726853147.45808: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 6494 1726853147.45819: stdout chunk (state=3): >>># /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' <<< 6494 1726853147.45856: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853147.45869: stdout chunk (state=3): >>># 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 0x7f38f9ccf290> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f9cceae0> <<< 6494 1726853147.45902: stdout chunk (state=3): >>># extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853147.45925: stdout chunk (state=3): >>># 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 0x7f38f9ccec90> <<< 6494 1726853147.45944: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f9f6f5f0> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f9f6e210> <<< 6494 1726853147.45986: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/const.py <<< 6494 1726853147.46018: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc' import 'dnf.const' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f9f6ecc0> <<< 6494 1726853147.46030: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/base.py <<< 6494 1726853147.46123: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' <<< 6494 1726853147.46156: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/__init__.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853147.46176: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/error.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc' <<< 6494 1726853147.46326: stdout chunk (state=3): >>># extension module 'libdnf._error' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' <<< 6494 1726853147.46358: stdout chunk (state=3): >>># extension module 'libdnf._error' executed from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' import 'libdnf._error' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38f9d48800> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f9d483e0> <<< 6494 1726853147.46362: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/common_types.py <<< 6494 1726853147.46411: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' <<< 6494 1726853147.46480: stdout chunk (state=3): >>># extension module 'libdnf._common_types' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' <<< 6494 1726853147.46498: stdout chunk (state=3): >>># extension module 'libdnf._common_types' executed from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' import 'libdnf._common_types' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38f9d700e0> <<< 6494 1726853147.46519: stdout chunk (state=3): >>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f9d48920> <<< 6494 1726853147.46541: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/conf.py <<< 6494 1726853147.46641: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' <<< 6494 1726853147.47680: stdout chunk (state=3): >>># extension module 'libdnf._conf' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so' # extension module 'libdnf._conf' executed from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so' import 'libdnf._conf' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38f98ab110> <<< 6494 1726853147.47739: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f9d70170> <<< 6494 1726853147.47778: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/module.py <<< 6494 1726853147.47849: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' <<< 6494 1726853147.47960: stdout chunk (state=3): >>># extension module 'libdnf._module' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_module.so' # extension module 'libdnf._module' executed from '/usr/lib64/python3.12/site-packages/libdnf/_module.so' import 'libdnf._module' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38f9928da0> <<< 6494 1726853147.48167: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f98ab620> <<< 6494 1726853147.48188: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/repo.py <<< 6494 1726853147.48242: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' <<< 6494 1726853147.48328: stdout chunk (state=3): >>># extension module 'libdnf._repo' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so' <<< 6494 1726853147.48345: stdout chunk (state=3): >>># extension module 'libdnf._repo' executed from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so' import 'libdnf._repo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38f992bbf0> <<< 6494 1726853147.48368: stdout chunk (state=3): >>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f9928e00> <<< 6494 1726853147.48394: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/transaction.py <<< 6494 1726853147.48450: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' <<< 6494 1726853147.48555: stdout chunk (state=3): >>># extension module 'libdnf._transaction' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so' # extension module 'libdnf._transaction' executed from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so' import 'libdnf._transaction' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38f9967d40> <<< 6494 1726853147.48601: stdout chunk (state=3): >>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f992bf80> <<< 6494 1726853147.48616: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/utils.py <<< 6494 1726853147.48644: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc' <<< 6494 1726853147.48705: stdout chunk (state=3): >>># extension module 'libdnf._utils' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so' # extension module 'libdnf._utils' executed from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so' import 'libdnf._utils' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38f7eb1040> <<< 6494 1726853147.48727: stdout chunk (state=3): >>>import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7eb0470> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f9cebf20> <<< 6494 1726853147.48758: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/comps.py <<< 6494 1726853147.48795: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc' <<< 6494 1726853147.48822: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/exceptions.py <<< 6494 1726853147.48839: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc' <<< 6494 1726853147.48875: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/i18n.py <<< 6494 1726853147.48883: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc' <<< 6494 1726853147.48911: stdout chunk (state=3): >>># 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 0x7f38f7ed0500> <<< 6494 1726853147.48954: stdout chunk (state=3): >>>import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7eb3950> <<< 6494 1726853147.48972: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/util.py <<< 6494 1726853147.49008: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc' <<< 6494 1726853147.49040: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/callback.py <<< 6494 1726853147.49071: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc' <<< 6494 1726853147.49075: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/__init__.py <<< 6494 1726853147.49093: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc' import 'dnf.yum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7ed2ba0> # /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/rpmtrans.py <<< 6494 1726853147.49115: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc' <<< 6494 1726853147.49151: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc' <<< 6494 1726853147.49164: stdout chunk (state=3): >>>import 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7ed3aa0> <<< 6494 1726853147.49186: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/__init__.py <<< 6494 1726853147.49208: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853147.49693: stdout chunk (state=3): >>># extension module 'rpm._rpm' loaded from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so' # extension module 'rpm._rpm' executed from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so' import 'rpm._rpm' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38f7ef4350> <<< 6494 1726853147.49740: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/transaction.py <<< 6494 1726853147.49744: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc' <<< 6494 1726853147.49778: stdout chunk (state=3): >>>import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7ef5820> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7ed3cb0> <<< 6494 1726853147.49785: stdout chunk (state=3): >>>import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7ed2a50><<< 6494 1726853147.49809: stdout chunk (state=3): >>> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7ed23f0> <<< 6494 1726853147.49838: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/hawkey/__init__.py <<< 6494 1726853147.49869: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853147.49995: stdout chunk (state=3): >>># extension module 'hawkey._hawkey' loaded from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so' <<< 6494 1726853147.49998: stdout chunk (state=3): >>># extension module 'hawkey._hawkey' executed from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so' import 'hawkey._hawkey' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38f7ef7440> <<< 6494 1726853147.50015: stdout chunk (state=3): >>>import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7ed2fc0> <<< 6494 1726853147.50085: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7ed0860> <<< 6494 1726853147.50117: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7eb2f60> <<< 6494 1726853147.50154: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libcomps/__init__.py # code object from '/usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853147.50317: stdout chunk (state=3): >>># extension module 'libcomps._libpycomps' loaded from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so' # extension module 'libcomps._libpycomps' executed from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so' import 'libcomps._libpycomps' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38f7eb3680> <<< 6494 1726853147.50327: stdout chunk (state=3): >>>import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7eb33e0> <<< 6494 1726853147.50360: stdout chunk (state=3): >>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7eb1160> <<< 6494 1726853147.50384: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc' import 'dnf.db' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7f349e0> <<< 6494 1726853147.50403: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/history.py <<< 6494 1726853147.50442: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc' <<< 6494 1726853147.50473: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/misc.py <<< 6494 1726853147.50489: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc' <<< 6494 1726853147.50525: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/crypto.py <<< 6494 1726853147.50544: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc' <<< 6494 1726853147.50565: stdout chunk (state=3): >>>import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7f36ea0> # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 6494 1726853147.50602: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 6494 1726853147.50605: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7f37680> <<< 6494 1726853147.50647: stdout chunk (state=3): >>>import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7f36210> # /usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/group.py <<< 6494 1726853147.50684: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc' <<< 6494 1726853147.50690: stdout chunk (state=3): >>>import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7f37e90> <<< 6494 1726853147.50731: stdout chunk (state=3): >>>import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7f349b0> <<< 6494 1726853147.50736: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853147.50765: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/config.py <<< 6494 1726853147.50808: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' <<< 6494 1726853147.50825: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/substitutions.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc' <<< 6494 1726853147.50843: stdout chunk (state=3): >>>import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7f65910> <<< 6494 1726853147.50877: stdout chunk (state=3): >>>import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7f64ec0> <<< 6494 1726853147.50897: stdout chunk (state=3): >>>import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7f64ce0> # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/read.py <<< 6494 1726853147.50919: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repo.py <<< 6494 1726853147.51006: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/logging.py <<< 6494 1726853147.51010: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc' <<< 6494 1726853147.51053: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/lock.py <<< 6494 1726853147.51057: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc' import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f782c980> <<< 6494 1726853147.51083: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py <<< 6494 1726853147.51129: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc' <<< 6494 1726853147.51165: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 6494 1726853147.51205: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 6494 1726853147.51235: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 6494 1726853147.51262: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 6494 1726853147.51280: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f785aa20> <<< 6494 1726853147.51306: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853147.51321: stdout chunk (state=3): >>># 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 0x7f38f785ad80> <<< 6494 1726853147.51366: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f782ec90> <<< 6494 1726853147.51405: stdout chunk (state=3): >>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f782ce30> <<< 6494 1726853147.51425: stdout chunk (state=3): >>>import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7f67e30> <<< 6494 1726853147.51457: stdout chunk (state=3): >>>import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7f660c0> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7f65d90> <<< 6494 1726853147.51493: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/dnssec.py <<< 6494 1726853147.51516: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc' <<< 6494 1726853147.51538: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/__init__.py <<< 6494 1726853147.51572: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853147.51577: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/transaction.py <<< 6494 1726853147.51596: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc' import 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7894920> <<< 6494 1726853147.51610: stdout chunk (state=3): >>>import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f785ba40> <<< 6494 1726853147.51643: stdout chunk (state=3): >>>import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7f66600> <<< 6494 1726853147.51674: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/drpm.py <<< 6494 1726853147.51677: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc' <<< 6494 1726853147.51700: stdout chunk (state=3): >>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7895040> <<< 6494 1726853147.51764: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/goal.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc' import 'dnf.goal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7895400> <<< 6494 1726853147.51812: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/history.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc' import 'dnf.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f78954c0> # /usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc' import 'dnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f78955e0> <<< 6494 1726853147.51826: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/module_base.py <<< 6494 1726853147.51850: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc' <<< 6494 1726853147.51876: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/smartcols.py <<< 6494 1726853147.51897: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' <<< 6494 1726853147.51976: stdout chunk (state=3): >>># extension module 'libdnf._smartcols' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so' <<< 6494 1726853147.51988: stdout chunk (state=3): >>># extension module 'libdnf._smartcols' executed from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so' import 'libdnf._smartcols' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38f78b4140> <<< 6494 1726853147.52009: stdout chunk (state=3): >>>import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f78962a0> <<< 6494 1726853147.52021: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/selector.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc' import 'dnf.selector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f78b4260> <<< 6494 1726853147.52050: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/exceptions.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc' <<< 6494 1726853147.52089: stdout chunk (state=3): >>>import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f78b4350> <<< 6494 1726853147.52108: stdout chunk (state=3): >>>import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7895490> <<< 6494 1726853147.52138: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/persistor.py <<< 6494 1726853147.52142: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc' <<< 6494 1726853147.52145: stdout chunk (state=3): >>>import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f78b4470> <<< 6494 1726853147.52168: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/plugin.py <<< 6494 1726853147.52185: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc' <<< 6494 1726853147.52220: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 6494 1726853147.52299: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 6494 1726853147.52326: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 6494 1726853147.52452: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 6494 1726853147.52476: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 6494 1726853147.52492: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 6494 1726853147.52529: stdout chunk (state=3): >>># 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 0x7f38f78dfe30> <<< 6494 1726853147.52562: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f78df290> <<< 6494 1726853147.52624: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f78ddd00><<< 6494 1726853147.52634: stdout chunk (state=3): >>> <<< 6494 1726853147.52787: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f78b5c40> <<< 6494 1726853147.52803: stdout chunk (state=3): >>>import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f78b50d0> <<< 6494 1726853147.52829: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/query.py <<< 6494 1726853147.52834: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc' <<< 6494 1726853147.52845: stdout chunk (state=3): >>>import 'dnf.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f78b6030> <<< 6494 1726853147.52865: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repodict.py <<< 6494 1726853147.52868: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc' <<< 6494 1726853147.52891: stdout chunk (state=3): >>>import 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f78b71d0> <<< 6494 1726853147.52901: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/connection.py <<< 6494 1726853147.52912: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc' import 'dnf.rpm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f791c830> <<< 6494 1726853147.52950: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/miscutils.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc' <<< 6494 1726853147.52959: stdout chunk (state=3): >>>import 'dnf.rpm.miscutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f791caa0> <<< 6494 1726853147.52983: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/sack.py <<< 6494 1726853147.52992: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc' <<< 6494 1726853147.53009: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/package.py <<< 6494 1726853147.53036: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc' <<< 6494 1726853147.53053: stdout chunk (state=3): >>>import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f791d400> <<< 6494 1726853147.53066: stdout chunk (state=3): >>>import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f791ce90> <<< 6494 1726853147.53088: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/subject.py <<< 6494 1726853147.53093: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc' import 'dnf.subject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f791e300> <<< 6494 1726853147.53112: stdout chunk (state=3): >>>import 'gc' # <<< 6494 1726853147.53138: stdout chunk (state=3): >>>import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f9ccf320> <<< 6494 1726853147.53143: stdout chunk (state=3): >>>import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f9f6e000> <<< 6494 1726853147.53779: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/builddep.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc' <<< 6494 1726853147.53805: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnfpluginscore/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853147.53825: stdout chunk (state=3): >>>import 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f791eea0> <<< 6494 1726853147.53853: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/__init__.py <<< 6494 1726853147.53877: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853147.53879: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/cli.py <<< 6494 1726853147.53945: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc' <<< 6494 1726853147.53957: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/output.py <<< 6494 1726853147.54021: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc' <<< 6494 1726853147.54057: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/format.py <<< 6494 1726853147.54060: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc' import 'dnf.cli.format' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f76f3950> <<< 6494 1726853147.54092: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/progress.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc' <<< 6494 1726853147.54095: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/term.py <<< 6494 1726853147.54144: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc' <<< 6494 1726853147.54154: stdout chunk (state=3): >>># /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' <<< 6494 1726853147.54313: stdout chunk (state=3): >>># extension module '_curses' loaded from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853147.54324: stdout chunk (state=3): >>># 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 0x7f38f77119d0> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7711580> <<< 6494 1726853147.54357: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853147.54393: stdout chunk (state=3): >>># 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 0x7f38fa02a7e0> <<< 6494 1726853147.54417: stdout chunk (state=3): >>>import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7710440> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f76f3c80> <<< 6494 1726853147.54423: stdout chunk (state=3): >>>import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f76f09b0> <<< 6494 1726853147.54450: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/aliases.py <<< 6494 1726853147.54468: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc' <<< 6494 1726853147.54476: stdout chunk (state=3): >>>import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f76f3740> <<< 6494 1726853147.54507: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/__init__.py <<< 6494 1726853147.54533: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853147.54551: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/option_parser.py <<< 6494 1726853147.54585: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' <<< 6494 1726853147.54614: stdout chunk (state=3): >>>import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7727020> <<< 6494 1726853147.54652: stdout chunk (state=3): >>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7725b50> <<< 6494 1726853147.54717: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/alias.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc' import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f774c7d0> <<< 6494 1726853147.54759: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/autoremove.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc' import 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f774cad0> <<< 6494 1726853147.54798: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/check.py <<< 6494 1726853147.54824: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc' import 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f774cd40> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/clean.py <<< 6494 1726853147.54846: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc' import 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f774cfe0> <<< 6494 1726853147.54881: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/deplist.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc' <<< 6494 1726853147.54906: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repoquery.py <<< 6494 1726853147.54928: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc' <<< 6494 1726853147.54986: stdout chunk (state=3): >>>import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f774d700> <<< 6494 1726853147.54989: stdout chunk (state=3): >>>import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f774d550> <<< 6494 1726853147.55048: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/distrosync.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc' import 'dnf.cli.commands.distrosync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f774efc0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/downgrade.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc' import 'dnf.cli.commands.downgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f774f110> <<< 6494 1726853147.55100: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/group.py <<< 6494 1726853147.55111: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc' <<< 6494 1726853147.55146: stdout chunk (state=3): >>>import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f774f320> <<< 6494 1726853147.55171: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/history.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc' <<< 6494 1726853147.55188: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction_sr.py <<< 6494 1726853147.55223: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc' <<< 6494 1726853147.55271: stdout chunk (state=3): >>>import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7768290> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f774fad0> <<< 6494 1726853147.55275: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/install.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc' <<< 6494 1726853147.55311: stdout chunk (state=3): >>>import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f77684a0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/makecache.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc' import 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7769250> <<< 6494 1726853147.55356: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/mark.py <<< 6494 1726853147.55378: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc' import 'dnf.cli.commands.mark' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7769430> <<< 6494 1726853147.55404: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/module.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc' <<< 6494 1726853147.55426: stdout chunk (state=3): >>>import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7769700> <<< 6494 1726853147.55474: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/reinstall.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc' <<< 6494 1726853147.55506: stdout chunk (state=3): >>>import 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f776a5d0> <<< 6494 1726853147.55526: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/remove.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc' import 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f776a840> <<< 6494 1726853147.55576: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repolist.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc' <<< 6494 1726853147.55580: stdout chunk (state=3): >>>import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f776aa50> <<< 6494 1726853147.55671: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/search.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/match_counter.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc' import 'dnf.match_counter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f776b650> <<< 6494 1726853147.55708: stdout chunk (state=3): >>>import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f776b170> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/shell.py <<< 6494 1726853147.55741: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc' <<< 6494 1726853147.55799: stdout chunk (state=3): >>># /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 0x7f38f7790500> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f776be00> <<< 6494 1726853147.55826: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/swap.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc' import 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7791190> <<< 6494 1726853147.55831: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/updateinfo.py <<< 6494 1726853147.55879: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc' <<< 6494 1726853147.55899: stdout chunk (state=3): >>>import 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7791490> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrade.py <<< 6494 1726853147.55917: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc' import 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f77923f0> <<< 6494 1726853147.55959: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrademinimal.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc' <<< 6494 1726853147.55966: stdout chunk (state=3): >>>import 'dnf.cli.commands.upgrademinimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7792690> <<< 6494 1726853147.55984: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/demand.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc' import 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7792840> <<< 6494 1726853147.56021: stdout chunk (state=3): >>>import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f791f2f0> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f791f080> <<< 6494 1726853147.56038: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f791e7b0> <<< 6494 1726853147.56063: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/changelog.py <<< 6494 1726853147.56065: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc' <<< 6494 1726853147.56096: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853147.56141: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_version.py <<< 6494 1726853147.56145: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc' import 'dateutil._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7793290> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7792fc0> <<< 6494 1726853147.56160: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/__init__.py <<< 6494 1726853147.56168: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853147.56187: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/_parser.py <<< 6494 1726853147.56252: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc' <<< 6494 1726853147.56278: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py <<< 6494 1726853147.56319: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' <<< 6494 1726853147.56381: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f77b5730> <<< 6494 1726853147.56412: stdout chunk (state=3): >>># /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' <<< 6494 1726853147.56511: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 6494 1726853147.56514: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 6494 1726853147.56549: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f77b6ea0> <<< 6494 1726853147.56605: stdout chunk (state=3): >>># extension module '_decimal' loaded from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853147.56615: stdout chunk (state=3): >>># 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 0x7f38f77b6090> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f77b5c40> <<< 6494 1726853147.56638: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/relativedelta.py <<< 6494 1726853147.56677: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc' <<< 6494 1726853147.56693: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_common.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc' import 'dateutil._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f750c680> <<< 6494 1726853147.56725: stdout chunk (state=3): >>>import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f74efaa0> <<< 6494 1726853147.56743: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853147.56758: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/tz.py <<< 6494 1726853147.56814: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' <<< 6494 1726853147.56830: stdout chunk (state=3): >>>import 'six.moves' # <<< 6494 1726853147.56859: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_common.py <<< 6494 1726853147.56882: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc' import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f750f4d0> <<< 6494 1726853147.56908: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_factories.py <<< 6494 1726853147.56940: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc' import 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f750fd40> <<< 6494 1726853147.56964: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/win.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc' <<< 6494 1726853147.56978: stdout chunk (state=3): >>># destroy dateutil.tz.win <<< 6494 1726853147.57094: stdout chunk (state=3): >>>import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f750cce0> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f750c9e0> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7793560> <<< 6494 1726853147.57122: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/isoparser.py # code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc' <<< 6494 1726853147.57158: stdout chunk (state=3): >>>import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f77b5280> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f77932c0> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f791f050> <<< 6494 1726853147.57190: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/config_manager.py <<< 6494 1726853147.57218: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc' <<< 6494 1726853147.57266: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f753a030> <<< 6494 1726853147.57284: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/copr.py <<< 6494 1726853147.57325: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc' <<< 6494 1726853147.57368: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f753a900> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/debuginfo-install.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc' <<< 6494 1726853147.57397: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f753b920> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/download.py <<< 6494 1726853147.57453: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc' import 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f753bf80> <<< 6494 1726853147.57476: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/generate_completion_cache.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc' <<< 6494 1726853147.57527: stdout chunk (state=3): >>># /usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/__init__.py # code object from '/usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/dbapi2.py <<< 6494 1726853147.57533: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc' <<< 6494 1726853147.57655: stdout chunk (state=3): >>># extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853147.57793: stdout chunk (state=3): >>># extension module '_sqlite3' executed from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' import '_sqlite3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38f7561670> <<< 6494 1726853147.57986: stdout chunk (state=3): >>>import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7561040> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7560ce0> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7560980> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/groups_manager.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc' import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7561400> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/needs_restarting.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc' import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7563440> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc' <<< 6494 1726853147.57990: stdout chunk (state=3): >>>import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7563500> <<< 6494 1726853147.58179: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc' # extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' # extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' import '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38f7563c20> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7563aa0> <<< 6494 1726853147.58183: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py <<< 6494 1726853147.58186: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc' <<< 6494 1726853147.58211: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py <<< 6494 1726853147.58214: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' <<< 6494 1726853147.58247: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py <<< 6494 1726853147.58397: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' <<< 6494 1726853147.58412: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc' import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7592180> <<< 6494 1726853147.58434: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py <<< 6494 1726853147.58453: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc' <<< 6494 1726853147.58505: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc' <<< 6494 1726853147.58553: stdout chunk (state=3): >>># /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 0x7f38f7593380> # /usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/__init__.py <<< 6494 1726853147.58614: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc' import 'xml.parsers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f75935f0> # /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' <<< 6494 1726853147.58651: stdout chunk (state=3): >>># 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 0x7f38f7593770> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7593590> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7592e40> <<< 6494 1726853147.58812: stdout chunk (state=3): >>>import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f75922d0> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f75915b0> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7590b30> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f75903b0> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7562f30> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7562420> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repoclosure.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc' <<< 6494 1726853147.58953: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f75934a0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repodiff.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc' import 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7593cb0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repograph.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc' import 'dnf.plugin.dynamic.repograph' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f75bc560> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repomanage.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc' import 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f75bc920> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/reposync.py <<< 6494 1726853147.58989: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc' import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f75bd220> <<< 6494 1726853147.59018: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/system_upgrade.py <<< 6494 1726853147.59075: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc' <<< 6494 1726853147.59114: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f75bdd90> <<< 6494 1726853148.51881: stdout chunk (state=3): >>> {"msg": "", "changed": true, "results": ["Installed: policycoreutils-python-utils-3.7-2.el10.noarch"], "rc": 0, "invocation": {"module_args": {"name": ["policycoreutils-python-utils"], "state": "present", "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "use_backend": "auto", "best": null, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "nobest": null, "releasever": null}}} <<< 6494 1726853148.54091: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic <<< 6494 1726853148.54136: stdout chunk (state=3): >>># destroy __main__ <<< 6494 1726853148.54815: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 6494 1726853148.54828: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type <<< 6494 1726853148.54833: stdout chunk (state=3): >>># 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 <<< 6494 1726853148.54839: stdout chunk (state=3): >>># 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 <<< 6494 1726853148.54890: 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 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 # 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 <<< 6494 1726853148.54915: stdout chunk (state=3): >>># 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 # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib<<< 6494 1726853148.54926: stdout chunk (state=3): >>> # cleanup[2] removing 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 # cleanup[2] removing ipaddress # cleanup[2] removing 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 <<< 6494 1726853148.54962: stdout chunk (state=3): >>># 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 <<< 6494 1726853148.54973: stdout chunk (state=3): >>># 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 <<< 6494 1726853148.54987: stdout chunk (state=3): >>># cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing 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<<< 6494 1726853148.55012: stdout chunk (state=3): >>> # 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<<< 6494 1726853148.55052: stdout chunk (state=3): >>> # 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 <<< 6494 1726853148.55063: 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 # 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 <<< 6494 1726853148.55070: stdout chunk (state=3): >>># 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 <<< 6494 1726853148.55078: stdout chunk (state=3): >>># 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 <<< 6494 1726853148.55088: 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 <<< 6494 1726853148.55131: stdout chunk (state=3): >>># 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.distro <<< 6494 1726853148.55148: 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 <<< 6494 1726853148.55169: stdout chunk (state=3): >>># 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 calendar <<< 6494 1726853148.55173: stdout chunk (state=3): >>># 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 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 <<< 6494 1726853148.55175: 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 <<< 6494 1726853148.55178: stdout chunk (state=3): >>># 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 email.mime.text # cleanup[2] removing configparser # destroy configparser # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq <<< 6494 1726853148.55181: stdout chunk (state=3): >>># 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 <<< 6494 1726853148.55210: stdout chunk (state=3): >>># 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 dnf.crypto # cleanup[2] removing glob # cleanup[2] removing dnf.yum.misc # cleanup[2] removing dnf.db.group # cleanup[2] removing dnf.db.history <<< 6494 1726853148.55217: stdout chunk (state=3): >>># 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 <<< 6494 1726853148.55236: stdout chunk (state=3): >>># 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 <<< 6494 1726853148.55256: stdout chunk (state=3): >>># 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 gc # cleanup[2] removing dnf.base # cleanup[2] removing dnf # cleanup[2] removing dnfpluginscore # destroy dnfpluginscore <<< 6494 1726853148.55272: stdout chunk (state=3): >>># cleanup[2] removing dnf.cli.format # cleanup[2] removing _curses # cleanup[2] removing curses # cleanup[2] removing termios # 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 <<< 6494 1726853148.55289: stdout chunk (state=3): >>># 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<<< 6494 1726853148.55296: stdout chunk (state=3): >>> # 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 <<< 6494 1726853148.55321: stdout chunk (state=3): >>># 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 <<< 6494 1726853148.55344: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic.copr # 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 <<< 6494 1726853148.55348: stdout chunk (state=3): >>># 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 <<< 6494 1726853148.56244: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy _bz2 <<< 6494 1726853148.56250: stdout chunk (state=3): >>># destroy _lzma # destroy bz2 # destroy lzma # destroy zipfile._path <<< 6494 1726853148.56272: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 6494 1726853148.56291: stdout chunk (state=3): >>># destroy ntpath <<< 6494 1726853148.56299: stdout chunk (state=3): >>># destroy zipimport # destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux <<< 6494 1726853148.56318: stdout chunk (state=3): >>># destroy grp # destroy syslog <<< 6494 1726853148.56350: stdout chunk (state=3): >>># destroy selinux <<< 6494 1726853148.56370: stdout chunk (state=3): >>># destroy distro # destroy distro.distro <<< 6494 1726853148.56390: stdout chunk (state=3): >>># destroy mimetypes # destroy netrc <<< 6494 1726853148.56471: stdout chunk (state=3): >>># destroy dateutil # destroy dateutil._version # destroy dateutil._common # destroy dateutil.parser # destroy dateutil.parser._parser # destroy dateutil.relativedelta <<< 6494 1726853148.56474: stdout chunk (state=3): >>># destroy six.moves.urllib # destroy six.moves <<< 6494 1726853148.56476: stdout chunk (state=3): >>># destroy six.moves.urllib_parse # destroy six.moves.urllib.error # destroy six.moves.urllib.request # destroy six.moves.urllib.response <<< 6494 1726853148.56482: stdout chunk (state=3): >>># destroy six.moves.urllib.robotparser # destroy dateutil.tz._common # destroy dateutil.tz._factories # destroy dateutil.tz.tz<<< 6494 1726853148.56485: stdout chunk (state=3): >>> <<< 6494 1726853148.56493: stdout chunk (state=3): >>># destroy dateutil.tz # destroy six <<< 6494 1726853148.56554: stdout chunk (state=3): >>># destroy sqlite3 # destroy sqlite3.dbapi2 # destroy _sqlite3 <<< 6494 1726853148.56559: stdout chunk (state=3): >>># destroy dbus # destroy dbus._compat # destroy dbus.exceptions # destroy dbus.types <<< 6494 1726853148.56562: stdout chunk (state=3): >>># destroy dbus.lowlevel # destroy dbus._expat_introspect_parser # destroy dbus.proxies # destroy dbus.connection # destroy dbus.bus <<< 6494 1726853148.56568: stdout chunk (state=3): >>># destroy dbus._dbus # destroy pyexpat.errors # destroy pyexpat.model # destroy pyexpat <<< 6494 1726853148.56585: stdout chunk (state=3): >>># destroy uuid # destroy systemd.journal <<< 6494 1726853148.56630: stdout chunk (state=3): >>># cleanup[3] wiping _dbus_bindings # cleanup[3] wiping _decimal # cleanup[3] wiping dnf.cli # destroy dnf.cli.format # destroy dnf.cli.term # destroy dnf.cli.progress <<< 6494 1726853148.56654: stdout chunk (state=3): >>># 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 <<< 6494 1726853148.56673: stdout chunk (state=3): >>># 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 <<< 6494 1726853148.56701: stdout chunk (state=3): >>># 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 termios # cleanup[3] wiping curses <<< 6494 1726853148.56708: stdout chunk (state=3): >>># cleanup[3] wiping _curses <<< 6494 1726853148.56734: stdout chunk (state=3): >>># 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<<< 6494 1726853148.56758: stdout chunk (state=3): >>> # 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 <<< 6494 1726853148.56770: 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 # destroy dnf.query # destroy dnf.repodict # destroy dnf.package # destroy dnf.sack # destroy dnf.subject # destroy dnf.base <<< 6494 1726853148.56801: stdout chunk (state=3): >>># destroy dnf.transaction_sr # destroy dnf.match_counter # destroy dnf.cli # cleanup[3] wiping gc # cleanup[3] wiping dnf.rpm.miscutils # destroy subprocess # cleanup[3] wiping dnf.rpm.connection # cleanup[3] wiping inspect <<< 6494 1726853148.56808: stdout chunk (state=3): >>># destroy ast # destroy dis # destroy token <<< 6494 1726853148.56862: stdout chunk (state=3): >>># 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 <<< 6494 1726853148.56868: stdout chunk (state=3): >>># cleanup[3] wiping glob # cleanup[3] wiping libcomps # cleanup[3] wiping libcomps._libpycomps # cleanup[3] wiping hawkey <<< 6494 1726853148.56872: stdout chunk (state=3): >>># cleanup[3] wiping hawkey._hawkey # cleanup[3] wiping rpm # destroy rpm.transaction <<< 6494 1726853148.56899: stdout chunk (state=3): >>># cleanup[3] wiping rpm._rpm # cleanup[3] wiping unicodedata # cleanup[3] wiping libdnf # destroy libdnf.error # destroy libdnf.common_types # destroy libdnf.conf # destroy libdnf.module # destroy libdnf.repo # destroy libdnf.transaction # destroy libdnf.utils # destroy libdnf.smartcols <<< 6494 1726853148.56913: stdout chunk (state=3): >>># cleanup[3] wiping libdnf._utils # cleanup[3] wiping libdnf._transaction # cleanup[3] wiping libdnf._repo # cleanup[3] wiping libdnf._module <<< 6494 1726853148.56941: 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 <<< 6494 1726853148.56972: stdout chunk (state=3): >>># cleanup[3] wiping _heapq # destroy _heapq # cleanup[3] wiping email.mime.text # cleanup[3] wiping gzip # destroy _compression # cleanup[3] wiping http.cookiejar # destroy copy <<< 6494 1726853148.56985: stdout chunk (state=3): >>># cleanup[3] wiping urllib.request # destroy bisect <<< 6494 1726853148.57013: stdout chunk (state=3): >>># 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 email.parser # cleanup[3] wiping email.feedparser <<< 6494 1726853148.57030: stdout chunk (state=3): >>># 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 <<< 6494 1726853148.57038: stdout chunk (state=3): >>># cleanup[3] wiping email.contentmanager # cleanup[3] wiping email.message # destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email.headerregistry <<< 6494 1726853148.57066: stdout chunk (state=3): >>># cleanup[3] wiping email._header_value_parser # cleanup[3] wiping email._encoded_words <<< 6494 1726853148.57119: stdout chunk (state=3): >>># cleanup[3] wiping email._policybase # cleanup[3] wiping email.utils <<< 6494 1726853148.57126: stdout chunk (state=3): >>># cleanup[3] wiping email._parseaddr # cleanup[3] wiping calendar <<< 6494 1726853148.57149: stdout chunk (state=3): >>># cleanup[3] wiping email.header # cleanup[3] wiping email.charset # cleanup[3] wiping email.base64mime # cleanup[3] wiping email.quoprimime # cleanup[3] wiping email.errors # cleanup[3] wiping email.encoders # cleanup[3] wiping email.mime <<< 6494 1726853148.57217: stdout chunk (state=3): >>># 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 <<< 6494 1726853148.57219: 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 # cleanup[3] wiping _socket <<< 6494 1726853148.57223: stdout chunk (state=3): >>># cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # destroy logging.handlers # cleanup[3] wiping string <<< 6494 1726853148.57227: stdout chunk (state=3): >>># cleanup[3] wiping _string # destroy _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping traceback <<< 6494 1726853148.57252: stdout chunk (state=3): >>># destroy linecache # destroy textwrap <<< 6494 1726853148.57268: stdout chunk (state=3): >>># cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform <<< 6494 1726853148.57299: stdout chunk (state=3): >>># cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder <<< 6494 1726853148.57302: stdout chunk (state=3): >>># cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 <<< 6494 1726853148.57328: stdout chunk (state=3): >>># cleanup[3] wiping urllib.parse # destroy ipaddress # cleanup[3] wiping urllib # destroy urllib.response<<< 6494 1726853148.57337: stdout chunk (state=3): >>> # destroy urllib.error # destroy urllib.request # cleanup[3] wiping contextlib # cleanup[3] wiping threading <<< 6494 1726853148.57363: stdout chunk (state=3): >>># cleanup[3] wiping tempfile <<< 6494 1726853148.57374: stdout chunk (state=3): >>># cleanup[3] wiping weakref # cleanup[3] wiping random <<< 6494 1726853148.57406: stdout chunk (state=3): >>># cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil <<< 6494 1726853148.57409: stdout chunk (state=3): >>># cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib <<< 6494 1726853148.57412: stdout chunk (state=3): >>># destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external <<< 6494 1726853148.57444: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping base64 # cleanup[3] wiping binascii <<< 6494 1726853148.57451: stdout chunk (state=3): >>># cleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum <<< 6494 1726853148.57503: stdout chunk (state=3): >>># cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 6494 1726853148.57508: stdout chunk (state=3): >>># cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools <<< 6494 1726853148.57512: stdout chunk (state=3): >>># cleanup[3] wiping operator <<< 6494 1726853148.57517: stdout chunk (state=3): >>># cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os <<< 6494 1726853148.57547: stdout chunk (state=3): >>># destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal <<< 6494 1726853148.57552: stdout chunk (state=3): >>># destroy _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 <<< 6494 1726853148.57576: 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 <<< 6494 1726853148.57580: stdout chunk (state=3): >>># cleanup[3] wiping sys <<< 6494 1726853148.57597: stdout chunk (state=3): >>># cleanup[3] wiping builtins <<< 6494 1726853148.57624: stdout chunk (state=3): >>># destroy _dbus_bindings # destroy decimal # destroy _curses <<< 6494 1726853148.57630: stdout chunk (state=3): >>># destroy libcomps._libpycomps # destroy hawkey._hawkey # destroy rpm._rpm # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 6494 1726853148.58289: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 6494 1726853148.58331: stdout chunk (state=3): >>># destroy _weakref # destroy _thread <<< 6494 1726853148.58339: stdout chunk (state=3): >>># destroy _hashlib <<< 6494 1726853148.58376: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 6494 1726853148.58382: stdout chunk (state=3): >>># destroy stat # destroy genericpath <<< 6494 1726853148.58396: stdout chunk (state=3): >>># destroy re._parser # destroy tokenize <<< 6494 1726853148.58418: stdout chunk (state=3): >>># destroy _compat_pickle <<< 6494 1726853148.58425: stdout chunk (state=3): >>># destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib <<< 6494 1726853148.58456: stdout chunk (state=3): >>># destroy _queue # destroy array <<< 6494 1726853148.58469: stdout chunk (state=3): >>># destroy copyreg <<< 6494 1726853148.58493: stdout chunk (state=3): >>># destroy _pickle <<< 6494 1726853148.58501: 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 <<< 6494 1726853148.58527: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves <<< 6494 1726853148.58588: stdout chunk (state=3): >>># destroy gzip # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # destroy unicodedata # destroy _blake2 <<< 6494 1726853148.58594: stdout chunk (state=3): >>># destroy email # destroy queue # destroy shlex # destroy pwd <<< 6494 1726853148.58636: stdout chunk (state=3): >>># destroy gettext # destroy libcomps <<< 6494 1726853148.58643: stdout chunk (state=3): >>># destroy urllib # destroy dnf.rpm.transaction # destroy dnf.rpm.connection # destroy dnf.rpm.miscutils # destroy hashlib # destroy json # destroy importlib # destroy inspect # destroy gc # destroy math # destroy shutil # destroy zlib # destroy urllib.parse # destroy fnmatch <<< 6494 1726853148.58679: stdout chunk (state=3): >>># destroy tempfile # destroy traceback <<< 6494 1726853148.58694: stdout chunk (state=3): >>># destroy calendar # destroy dnf.yum.misc # destroy glob <<< 6494 1726853148.58707: stdout chunk (state=3): >>># destroy curses # destroy struct # 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 datetime # destroy logging # destroy operator # destroy random # destroy hawkey # destroy dnf.cli.output # destroy dnf <<< 6494 1726853148.58743: stdout chunk (state=3): >>># destroy rpm <<< 6494 1726853148.58802: stdout chunk (state=3): >>># destroy itertools <<< 6494 1726853148.58808: stdout chunk (state=3): >>># destroy functools # destroy locale # destroy signal # destroy threading # destroy contextlib # destroy time # destroy fcntl # destroy _posixsubprocess # destroy select # destroy selectors # destroy json.scanner # destroy _json # destroy collections # destroy io <<< 6494 1726853148.58814: stdout chunk (state=3): >>># destroy _opcode <<< 6494 1726853148.58899: stdout chunk (state=3): >>># destroy _warnings # destroy posix <<< 6494 1726853148.58956: stdout chunk (state=3): >>># destroy binascii # destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno # destroy warnings <<< 6494 1726853148.58962: stdout chunk (state=3): >>># destroy string <<< 6494 1726853148.59005: stdout chunk (state=3): >>># destroy _ssl <<< 6494 1726853148.59115: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 6494 1726853148.59281: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 6494 1726853148.59291: stdout chunk (state=3): >>># destroy re <<< 6494 1726853148.59297: stdout chunk (state=3): >>># destroy _random <<< 6494 1726853148.59317: stdout chunk (state=3): >>># destroy _sre <<< 6494 1726853148.59339: stdout chunk (state=3): >>># destroy _operator # destroy _functools<<< 6494 1726853148.59345: stdout chunk (state=3): >>> # clear sys.audit hooks <<< 6494 1726853148.60218: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.41.218 closed. <<< 6494 1726853148.60253: stderr chunk (state=3): >>><<< 6494 1726853148.60256: stdout chunk (state=3): >>><<< 6494 1726853148.60393: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fafbc4d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38faf8bb00> # /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 0x7f38fafbea50> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fafcd130> # /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 0x7f38fafcdfa0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fadabdd0> # /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 0x7f38fadabfe0> # /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 0x7f38fade3800> # /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 0x7f38fade3e90> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fadc3aa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fadc11c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fada8f80> # /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 0x7f38fae03770> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fae02390> # /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 0x7f38fadc2090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fae00ad0> # /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 0x7f38fae38800> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fada8200> # /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 0x7f38fae38cb0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fae38b60> # 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 0x7f38fae38ef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fada6d20> # /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 0x7f38fae39550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fae39250> 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 0x7f38fae3a450> 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 0x7f38fae50680> 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 0x7f38fae51d60> # /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 0x7f38fae52c00> # 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 0x7f38fae53260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fae52150> # /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 0x7f38fae53ce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fae53410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fae3a4b0> # /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 0x7f38fab97bc0> # /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 0x7f38fabc0710> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fabc0470> # 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 0x7f38fabc0740> # /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 0x7f38fabc1070> # 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 0x7f38fabc1a60> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fabc0920> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fab95d60> # /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 0x7f38fabc2e10> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fabc18e0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fae3aba0> # /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 0x7f38fabe7170> # /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 0x7f38fac13500> # /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 0x7f38fac702f0> # /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 0x7f38fac72a20> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fac703e0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fac392e0> # /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 0x7f38fa525340> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fac12360> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fabc3d70> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f38fac129f0> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_j4w2jjam/ansible_ansible.legacy.dnf_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 0x7f38fa57f020> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa55df10> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa55d070> # 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 0x7f38fa57cef0> # /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 0x7f38fa5aa8a0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa5aa630> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa5a9f40> # /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 0x7f38fa5aa690> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa57fcb0> 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 0x7f38fa5ab5c0> # 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 0x7f38fa5ab800> # /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 0x7f38fa5abd10> 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 0x7f38fa40d9d0> # 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 0x7f38fa40f5f0> # /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 0x7f38fa40ffb0> # /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 0x7f38fa419160> # /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 0x7f38fa41bc50> # 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 0x7f38fabe70e0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa419f10> # /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 0x7f38fa41fb60> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa41e630> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa41e390> # /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 0x7f38fa41e900> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa41a420> # 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 0x7f38fa463e60> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa463ef0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38fa465a00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa4657c0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38fa467f50> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa4660f0> # /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 0x7f38fa46b6e0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa467fb0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38fa46c500> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38fa46c530> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38fa46cb00> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa464080> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38fa4f8200> # 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 0x7f38fa4f9430> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa46e990> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38fa46fd40> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa46e5d0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38fa4fd640> # /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 0x7f38fa4fe480> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa4f98b0> 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 0x7f38fa4fe420> # 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 0x7f38fa4ff680> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38fa30a090> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa307ef0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa5fa9c0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa5ee690> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa309e50> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa4fc140> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /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 0x7f38fa39c5f0> # /usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/__init__.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc' import 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa39c830> # /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc' # /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' # /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 0x7f38fa39cf80> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa39cb00> # /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc' # /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 0x7f38fa39d8e0> # /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py # code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' # /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' # /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' import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa384e30> # /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' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa385760> # /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' import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f9fb2690> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa39f0b0> # /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/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 0x7f38f9fb5220> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f9fb3da0> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f9fb3170> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa39e540> # /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py # code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py # code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' # /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 0x7f38fa021190> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f9fd92b0> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f9fb3bc0> # /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py # code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.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/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 0x7f38fa028bf0> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa022f60> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f9fd8da0> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa39df40> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa39d940> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa39d640> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa39c890> # /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc' import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa39d760> # /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 0x7f38fa029160> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa39da00> # /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 0x7f38fa029a60> # /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 0x7f38fa00fef0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa00d5b0> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa02a7b0> # /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py # code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa00cfe0> # /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py # code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa046510> # /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 0x7f38fa0471d0> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa046c60> # /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' import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa0476b0> # /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py # code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fa01bbc0> # /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py # code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f9f3a030> # zipimport: zlib available import 'ansible.module_utils.urls' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.version' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.respawn' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.yumdnf' # # zipimport: zlib available # /usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/pycomp.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc' # /usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/text.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc' import 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f9f6efc0> # /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 0x7f38f9f6f0e0> # /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 0x7f38f9ccf290> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f9cceae0> # 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 0x7f38f9ccec90> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f9f6f5f0> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f9f6e210> # /usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/const.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc' import 'dnf.const' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f9f6ecc0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/base.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/__init__.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/error.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc' # extension module 'libdnf._error' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' # extension module 'libdnf._error' executed from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' import 'libdnf._error' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38f9d48800> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f9d483e0> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/common_types.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' # extension module 'libdnf._common_types' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' # extension module 'libdnf._common_types' executed from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' import 'libdnf._common_types' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38f9d700e0> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f9d48920> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/conf.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' # extension module 'libdnf._conf' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so' # extension module 'libdnf._conf' executed from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so' import 'libdnf._conf' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38f98ab110> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f9d70170> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/module.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' # extension module 'libdnf._module' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_module.so' # extension module 'libdnf._module' executed from '/usr/lib64/python3.12/site-packages/libdnf/_module.so' import 'libdnf._module' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38f9928da0> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f98ab620> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/repo.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' # extension module 'libdnf._repo' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so' # extension module 'libdnf._repo' executed from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so' import 'libdnf._repo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38f992bbf0> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f9928e00> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/transaction.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' # extension module 'libdnf._transaction' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so' # extension module 'libdnf._transaction' executed from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so' import 'libdnf._transaction' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38f9967d40> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f992bf80> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/utils.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc' # extension module 'libdnf._utils' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so' # extension module 'libdnf._utils' executed from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so' import 'libdnf._utils' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38f7eb1040> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7eb0470> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f9cebf20> # /usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/comps.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/exceptions.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/i18n.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.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 0x7f38f7ed0500> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7eb3950> # /usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/util.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/callback.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc' import 'dnf.yum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7ed2ba0> # /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/rpmtrans.py # code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc' import 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7ed3aa0> # /usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/__init__.py # code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc' # extension module 'rpm._rpm' loaded from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so' # extension module 'rpm._rpm' executed from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so' import 'rpm._rpm' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38f7ef4350> # /usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/transaction.py # code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc' import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7ef5820> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7ed3cb0> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7ed2a50> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7ed23f0> # /usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/hawkey/__init__.py # code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc' # extension module 'hawkey._hawkey' loaded from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so' # extension module 'hawkey._hawkey' executed from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so' import 'hawkey._hawkey' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38f7ef7440> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7ed2fc0> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7ed0860> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7eb2f60> # /usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libcomps/__init__.py # code object from '/usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc' # extension module 'libcomps._libpycomps' loaded from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so' # extension module 'libcomps._libpycomps' executed from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so' import 'libcomps._libpycomps' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38f7eb3680> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7eb33e0> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7eb1160> # /usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc' import 'dnf.db' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7f349e0> # /usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/history.py # code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/misc.py # code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/crypto.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc' import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7f36ea0> # /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 0x7f38f7f37680> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7f36210> # /usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/group.py # code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc' import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7f37e90> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7f349b0> # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/config.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/substitutions.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc' import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7f65910> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7f64ec0> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7f64ce0> # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/read.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repo.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/logging.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/lock.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc' import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f782c980> # /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py # code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.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 0x7f38f785aa20> # 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 0x7f38f785ad80> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f782ec90> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f782ce30> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7f67e30> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7f660c0> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7f65d90> # /usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/dnssec.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/transaction.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc' import 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7894920> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f785ba40> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7f66600> # /usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/drpm.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc' import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7895040> # /usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/goal.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc' import 'dnf.goal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7895400> # /usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/history.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc' import 'dnf.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f78954c0> # /usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc' import 'dnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f78955e0> # /usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/module_base.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/smartcols.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' # extension module 'libdnf._smartcols' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so' # extension module 'libdnf._smartcols' executed from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so' import 'libdnf._smartcols' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38f78b4140> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f78962a0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/selector.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc' import 'dnf.selector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f78b4260> # /usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/exceptions.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc' import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f78b4350> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7895490> # /usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/persistor.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc' import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f78b4470> # /usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/plugin.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc' # /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__/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 0x7f38f78dfe30> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f78df290> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f78ddd00> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f78b5c40> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f78b50d0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/query.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc' import 'dnf.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f78b6030> # /usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repodict.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc' import 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f78b71d0> # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/connection.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc' import 'dnf.rpm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f791c830> # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/miscutils.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc' import 'dnf.rpm.miscutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f791caa0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/sack.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/package.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc' import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f791d400> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f791ce90> # /usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/subject.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc' import 'dnf.subject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f791e300> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f9ccf320> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f9f6e000> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/builddep.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnfpluginscore/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc' import 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f791eea0> # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/cli.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/output.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/format.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc' import 'dnf.cli.format' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f76f3950> # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/progress.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/term.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.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 0x7f38f77119d0> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7711580> # 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 0x7f38fa02a7e0> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7710440> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f76f3c80> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f76f09b0> # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/aliases.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc' import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f76f3740> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/option_parser.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7727020> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7725b50> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/alias.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc' import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f774c7d0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/autoremove.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc' import 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f774cad0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/check.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc' import 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f774cd40> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/clean.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc' import 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f774cfe0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/deplist.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repoquery.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc' import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f774d700> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f774d550> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/distrosync.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc' import 'dnf.cli.commands.distrosync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f774efc0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/downgrade.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc' import 'dnf.cli.commands.downgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f774f110> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/group.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc' import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f774f320> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/history.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction_sr.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc' import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7768290> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f774fad0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/install.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc' import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f77684a0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/makecache.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc' import 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7769250> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/mark.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc' import 'dnf.cli.commands.mark' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7769430> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/module.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc' import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7769700> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/reinstall.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc' import 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f776a5d0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/remove.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc' import 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f776a840> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repolist.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc' import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f776aa50> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/search.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/match_counter.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc' import 'dnf.match_counter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f776b650> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f776b170> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/shell.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.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 0x7f38f7790500> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f776be00> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/swap.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc' import 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7791190> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/updateinfo.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc' import 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7791490> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrade.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc' import 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f77923f0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrademinimal.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc' import 'dnf.cli.commands.upgrademinimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7792690> # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/demand.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc' import 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7792840> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f791f2f0> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f791f080> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f791e7b0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/changelog.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_version.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc' import 'dateutil._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7793290> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7792fc0> # /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/_parser.py # code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc' # /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py # code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f77b5730> # /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' # /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 0x7f38f77b6ea0> # 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 0x7f38f77b6090> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f77b5c40> # /usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/relativedelta.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_common.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc' import 'dateutil._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f750c680> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f74efaa0> # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/tz.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' import 'six.moves' # # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_common.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc' import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f750f4d0> # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_factories.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc' import 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f750fd40> # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/win.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc' # destroy dateutil.tz.win import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f750cce0> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f750c9e0> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7793560> # /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/isoparser.py # code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc' import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f77b5280> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f77932c0> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f791f050> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/config_manager.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc' import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f753a030> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/copr.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc' import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f753a900> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/debuginfo-install.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc' import 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f753b920> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/download.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc' import 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f753bf80> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/generate_completion_cache.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc' # /usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/__init__.py # code object from '/usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/dbapi2.py # code object from '/usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc' # extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' # extension module '_sqlite3' executed from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' import '_sqlite3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38f7561670> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7561040> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7560ce0> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7560980> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/groups_manager.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc' import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7561400> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/needs_restarting.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc' import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7563440> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc' import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7563500> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc' # extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' # extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' import '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38f7563c20> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7563aa0> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc' import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7592180> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.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 0x7f38f7593380> # /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 0x7f38f75935f0> # /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' # 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 0x7f38f7593770> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7593590> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7592e40> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f75922d0> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f75915b0> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7590b30> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f75903b0> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7562f30> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7562420> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repoclosure.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc' import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f75934a0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repodiff.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc' import 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f7593cb0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repograph.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc' import 'dnf.plugin.dynamic.repograph' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f75bc560> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repomanage.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc' import 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f75bc920> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/reposync.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc' import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f75bd220> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/system_upgrade.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc' import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f75bdd90> {"msg": "", "changed": true, "results": ["Installed: policycoreutils-python-utils-3.7-2.el10.noarch"], "rc": 0, "invocation": {"module_args": {"name": ["policycoreutils-python-utils"], "state": "present", "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "use_backend": "auto", "best": null, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "nobest": null, "releasever": null}}} # destroy dnf.plugin.dynamic # destroy __main__ # clear 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 # 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 # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing 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 # cleanup[2] removing ipaddress # cleanup[2] removing 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 # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # 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 # 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.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # 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 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 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 email.mime.text # cleanup[2] removing configparser # destroy configparser # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # 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 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 gc # 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 termios # 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.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 # destroy _sitebuiltins # destroy _bz2 # destroy _lzma # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ntpath # destroy zipimport # destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy syslog # destroy selinux # destroy distro # destroy distro.distro # destroy mimetypes # destroy netrc # destroy dateutil # destroy dateutil._version # destroy dateutil._common # destroy dateutil.parser # destroy dateutil.parser._parser # destroy dateutil.relativedelta # destroy six.moves.urllib # destroy six.moves # 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 dateutil.tz._common # destroy dateutil.tz._factories # destroy dateutil.tz.tz # destroy dateutil.tz # destroy six # destroy sqlite3 # destroy sqlite3.dbapi2 # destroy _sqlite3 # destroy dbus # destroy dbus._compat # destroy dbus.exceptions # destroy dbus.types # destroy dbus.lowlevel # destroy dbus._expat_introspect_parser # destroy dbus.proxies # destroy dbus.connection # destroy dbus.bus # destroy dbus._dbus # destroy pyexpat.errors # destroy pyexpat.model # destroy pyexpat # destroy uuid # destroy systemd.journal # cleanup[3] wiping _dbus_bindings # cleanup[3] wiping _decimal # 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 termios # 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 gc # cleanup[3] wiping dnf.rpm.miscutils # destroy subprocess # 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 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 _heapq # destroy _heapq # cleanup[3] wiping email.mime.text # cleanup[3] wiping gzip # destroy _compression # cleanup[3] wiping http.cookiejar # destroy copy # cleanup[3] wiping urllib.request # destroy bisect # 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 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 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 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 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 # 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 # cleanup[3] wiping string # cleanup[3] wiping _string # destroy _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # 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 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 _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping urllib.parse # destroy ipaddress # cleanup[3] wiping urllib # destroy urllib.response # destroy urllib.error # destroy urllib.request # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping tempfile # cleanup[3] wiping weakref # cleanup[3] wiping random # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # 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 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 _signal # destroy _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 _dbus_bindings # destroy decimal # destroy _curses # destroy libcomps._libpycomps # destroy hawkey._hawkey # destroy rpm._rpm # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _weakref # destroy _thread # destroy _hashlib # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy _compat_pickle # destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib # destroy _queue # destroy array # destroy copyreg # destroy _pickle # 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 _typing # destroy _tokenize # destroy ansible.module_utils.six.moves # destroy gzip # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # destroy unicodedata # destroy _blake2 # destroy email # destroy queue # destroy shlex # destroy pwd # destroy gettext # destroy libcomps # destroy urllib # destroy dnf.rpm.transaction # destroy dnf.rpm.connection # destroy dnf.rpm.miscutils # destroy hashlib # destroy json # destroy importlib # destroy inspect # destroy gc # destroy math # destroy shutil # destroy zlib # destroy urllib.parse # destroy fnmatch # destroy tempfile # destroy traceback # destroy calendar # destroy dnf.yum.misc # destroy glob # destroy curses # destroy struct # 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 datetime # destroy logging # destroy operator # destroy random # destroy hawkey # destroy dnf.cli.output # destroy dnf # destroy rpm # destroy itertools # destroy functools # destroy locale # destroy signal # destroy threading # destroy contextlib # destroy time # destroy fcntl # destroy _posixsubprocess # destroy select # destroy selectors # destroy json.scanner # destroy _json # destroy collections # destroy io # destroy _opcode # destroy _warnings # destroy posix # destroy binascii # destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno # destroy warnings # destroy string # destroy _ssl # 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 re # destroy _random # destroy _sre # destroy _operator # destroy _functools # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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.41.218 closed. 6494 1726853148.61814: done with _execute_module (ansible.legacy.dnf, {'name': ['policycoreutils-python-utils'], 'state': 'present', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.dnf', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726853146.6118267-7087-167279162889564/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6494 1726853148.61819: _low_level_execute_command(): starting 6494 1726853148.61831: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726853146.6118267-7087-167279162889564/ > /dev/null 2>&1 && sleep 0' 6494 1726853148.61836: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6494 1726853148.61839: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853148.61855: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853148.61860: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6494 1726853148.61862: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 <<< 6494 1726853148.61865: stderr chunk (state=3): >>>debug2: match not found <<< 6494 1726853148.61867: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853148.61869: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6494 1726853148.61871: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.41.218 is address <<< 6494 1726853148.61874: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6494 1726853148.61875: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853148.61877: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853148.61879: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6494 1726853148.61881: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 <<< 6494 1726853148.61884: stderr chunk (state=3): >>>debug2: match found <<< 6494 1726853148.61886: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853148.61888: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853148.61890: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853148.61892: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853148.61894: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853148.63871: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853148.63918: stderr chunk (state=3): >>><<< 6494 1726853148.63922: stdout chunk (state=3): >>><<< 6494 1726853148.64003: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853148.64007: handler run complete 6494 1726853148.64009: attempt loop complete, returning result 6494 1726853148.64012: _execute() done 6494 1726853148.64023: dumping result to json 6494 1726853148.64039: done dumping result, returning 6494 1726853148.64056: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.selinux : Install SELinux tool semanage [0affc48f-66db-1e98-6787-0000000003a3] 6494 1726853148.64066: sending task result for task 0affc48f-66db-1e98-6787-0000000003a3 changed: [managed_node1] => { "changed": true, "rc": 0, "results": [ "Installed: policycoreutils-python-utils-3.7-2.el10.noarch" ] } 6494 1726853148.64541: no more pending results, returning what we have 6494 1726853148.64546: results queue empty 6494 1726853148.64547: checking for any_errors_fatal 6494 1726853148.64553: done checking for any_errors_fatal 6494 1726853148.64554: checking for max_fail_percentage 6494 1726853148.64556: done checking for max_fail_percentage 6494 1726853148.64557: checking to see if all hosts have failed and the running result is not ok 6494 1726853148.64558: done checking to see if all hosts have failed 6494 1726853148.64558: getting the remaining hosts for this loop 6494 1726853148.64561: done getting the remaining hosts for this loop 6494 1726853148.64564: getting the next task for host managed_node1 6494 1726853148.64575: done getting next task for host managed_node1 6494 1726853148.64580: ^ task is: TASK: fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes 6494 1726853148.64586: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853148.64600: getting variables 6494 1726853148.64607: in VariableManager get_vars() 6494 1726853148.64658: Calling all_inventory to load vars for managed_node1 6494 1726853148.64662: Calling groups_inventory to load vars for managed_node1 6494 1726853148.64665: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853148.64673: done sending task result for task 0affc48f-66db-1e98-6787-0000000003a3 6494 1726853148.64676: WORKER PROCESS EXITING 6494 1726853148.64686: Calling all_plugins_play to load vars for managed_node1 6494 1726853148.64690: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853148.64694: Calling groups_plugins_play to load vars for managed_node1 6494 1726853148.64872: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853148.64958: done with get_vars() 6494 1726853148.64969: done getting variables 6494 1726853148.65021: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:72 Friday 20 September 2024 13:25:48 -0400 (0:00:02.109) 0:00:23.573 ****** 6494 1726853148.65056: entering _queue_task() for managed_node1/debug 6494 1726853148.65313: worker is 1 (out of 1 available) 6494 1726853148.65326: exiting _queue_task() for managed_node1/debug 6494 1726853148.65340: done queuing things up, now waiting for results queue to drain 6494 1726853148.65341: waiting for pending results... 6494 1726853148.65526: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes 6494 1726853148.65645: in run() - task 0affc48f-66db-1e98-6787-0000000003a5 6494 1726853148.65657: variable 'ansible_search_path' from source: unknown 6494 1726853148.65663: variable 'ansible_search_path' from source: unknown 6494 1726853148.65693: calling self._execute() 6494 1726853148.65758: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853148.65763: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853148.65773: variable 'omit' from source: magic vars 6494 1726853148.66046: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853148.67535: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853148.67583: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853148.67612: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853148.67641: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853148.67663: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853148.67736: variable 'postfix_manage_selinux' from source: include params 6494 1726853148.67753: Evaluated conditional (postfix_manage_selinux | bool): True 6494 1726853148.67870: 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) 6494 1726853148.67890: 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) 6494 1726853148.67909: 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) 6494 1726853148.67944: 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) 6494 1726853148.67955: 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) 6494 1726853148.68008: variable '__selinux_is_transactional' from source: set_fact 6494 1726853148.68014: Evaluated conditional (__selinux_is_transactional | d(false)): False 6494 1726853148.68017: when evaluation is False, skipping this task 6494 1726853148.68019: _execute() done 6494 1726853148.68022: dumping result to json 6494 1726853148.68025: done dumping result, returning 6494 1726853148.68035: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes [0affc48f-66db-1e98-6787-0000000003a5] 6494 1726853148.68039: sending task result for task 0affc48f-66db-1e98-6787-0000000003a5 6494 1726853148.68127: done sending task result for task 0affc48f-66db-1e98-6787-0000000003a5 6494 1726853148.68130: WORKER PROCESS EXITING skipping: [managed_node1] => { "false_condition": "__selinux_is_transactional | d(false)" } 6494 1726853148.68173: no more pending results, returning what we have 6494 1726853148.68178: results queue empty 6494 1726853148.68179: checking for any_errors_fatal 6494 1726853148.68186: done checking for any_errors_fatal 6494 1726853148.68187: checking for max_fail_percentage 6494 1726853148.68189: done checking for max_fail_percentage 6494 1726853148.68190: checking to see if all hosts have failed and the running result is not ok 6494 1726853148.68191: done checking to see if all hosts have failed 6494 1726853148.68191: getting the remaining hosts for this loop 6494 1726853148.68193: done getting the remaining hosts for this loop 6494 1726853148.68197: getting the next task for host managed_node1 6494 1726853148.68208: done getting next task for host managed_node1 6494 1726853148.68211: ^ task is: TASK: fedora.linux_system_roles.selinux : Reboot transactional update systems 6494 1726853148.68217: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853148.68230: getting variables 6494 1726853148.68239: in VariableManager get_vars() 6494 1726853148.68280: Calling all_inventory to load vars for managed_node1 6494 1726853148.68282: Calling groups_inventory to load vars for managed_node1 6494 1726853148.68284: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853148.68294: Calling all_plugins_play to load vars for managed_node1 6494 1726853148.68296: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853148.68299: Calling groups_plugins_play to load vars for managed_node1 6494 1726853148.68360: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853148.68423: done with get_vars() 6494 1726853148.68431: done getting variables 6494 1726853148.68480: Loading ActionModule 'reboot' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/reboot.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:77 Friday 20 September 2024 13:25:48 -0400 (0:00:00.034) 0:00:23.607 ****** 6494 1726853148.68512: entering _queue_task() for managed_node1/reboot 6494 1726853148.68749: worker is 1 (out of 1 available) 6494 1726853148.68761: exiting _queue_task() for managed_node1/reboot 6494 1726853148.68773: done queuing things up, now waiting for results queue to drain 6494 1726853148.68774: waiting for pending results... 6494 1726853148.68948: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.selinux : Reboot transactional update systems 6494 1726853148.69071: in run() - task 0affc48f-66db-1e98-6787-0000000003a6 6494 1726853148.69082: variable 'ansible_search_path' from source: unknown 6494 1726853148.69086: variable 'ansible_search_path' from source: unknown 6494 1726853148.69116: calling self._execute() 6494 1726853148.69178: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853148.69183: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853148.69191: variable 'omit' from source: magic vars 6494 1726853148.69499: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853148.71237: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853148.71296: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853148.71324: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853148.71363: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853148.71390: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853148.71481: variable 'postfix_manage_selinux' from source: include params 6494 1726853148.71505: Evaluated conditional (postfix_manage_selinux | bool): True 6494 1726853148.71643: 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) 6494 1726853148.71664: 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) 6494 1726853148.71681: 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) 6494 1726853148.71713: 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) 6494 1726853148.71724: 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) 6494 1726853148.71806: variable '__selinux_is_transactional' from source: set_fact 6494 1726853148.71809: Evaluated conditional (__selinux_is_transactional | d(false)): False 6494 1726853148.71814: when evaluation is False, skipping this task 6494 1726853148.71816: _execute() done 6494 1726853148.71819: dumping result to json 6494 1726853148.71821: done dumping result, returning 6494 1726853148.71823: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.selinux : Reboot transactional update systems [0affc48f-66db-1e98-6787-0000000003a6] 6494 1726853148.71831: sending task result for task 0affc48f-66db-1e98-6787-0000000003a6 6494 1726853148.72053: done sending task result for task 0affc48f-66db-1e98-6787-0000000003a6 6494 1726853148.72056: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "__selinux_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 6494 1726853148.72202: no more pending results, returning what we have 6494 1726853148.72205: results queue empty 6494 1726853148.72206: checking for any_errors_fatal 6494 1726853148.72210: done checking for any_errors_fatal 6494 1726853148.72210: checking for max_fail_percentage 6494 1726853148.72212: done checking for max_fail_percentage 6494 1726853148.72212: checking to see if all hosts have failed and the running result is not ok 6494 1726853148.72216: done checking to see if all hosts have failed 6494 1726853148.72216: getting the remaining hosts for this loop 6494 1726853148.72217: done getting the remaining hosts for this loop 6494 1726853148.72220: getting the next task for host managed_node1 6494 1726853148.72226: done getting next task for host managed_node1 6494 1726853148.72229: ^ task is: TASK: fedora.linux_system_roles.selinux : Fail if reboot is needed and not set 6494 1726853148.72235: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853148.72245: getting variables 6494 1726853148.72246: in VariableManager get_vars() 6494 1726853148.72273: Calling all_inventory to load vars for managed_node1 6494 1726853148.72275: Calling groups_inventory to load vars for managed_node1 6494 1726853148.72276: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853148.72284: Calling all_plugins_play to load vars for managed_node1 6494 1726853148.72286: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853148.72288: Calling groups_plugins_play to load vars for managed_node1 6494 1726853148.72328: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853148.72423: done with get_vars() 6494 1726853148.72435: done getting variables 6494 1726853148.72490: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.selinux : Fail if reboot is needed and not set] *** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:82 Friday 20 September 2024 13:25:48 -0400 (0:00:00.040) 0:00:23.648 ****** 6494 1726853148.72538: entering _queue_task() for managed_node1/fail 6494 1726853148.72850: worker is 1 (out of 1 available) 6494 1726853148.72863: exiting _queue_task() for managed_node1/fail 6494 1726853148.72875: done queuing things up, now waiting for results queue to drain 6494 1726853148.72876: waiting for pending results... 6494 1726853148.73234: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.selinux : Fail if reboot is needed and not set 6494 1726853148.73367: in run() - task 0affc48f-66db-1e98-6787-0000000003a7 6494 1726853148.73417: variable 'ansible_search_path' from source: unknown 6494 1726853148.73421: variable 'ansible_search_path' from source: unknown 6494 1726853148.73424: calling self._execute() 6494 1726853148.73730: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853148.73737: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853148.73740: variable 'omit' from source: magic vars 6494 1726853148.73927: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853148.75903: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853148.75972: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853148.76007: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853148.76041: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853148.76087: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853148.76245: variable 'postfix_manage_selinux' from source: include params 6494 1726853148.76249: Evaluated conditional (postfix_manage_selinux | bool): True 6494 1726853148.76355: 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) 6494 1726853148.76388: 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) 6494 1726853148.76408: 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) 6494 1726853148.76448: 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) 6494 1726853148.76463: 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) 6494 1726853148.76534: variable '__selinux_is_transactional' from source: set_fact 6494 1726853148.76542: Evaluated conditional (__selinux_is_transactional | d(false)): False 6494 1726853148.76545: when evaluation is False, skipping this task 6494 1726853148.76548: _execute() done 6494 1726853148.76551: dumping result to json 6494 1726853148.76553: done dumping result, returning 6494 1726853148.76562: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.selinux : Fail if reboot is needed and not set [0affc48f-66db-1e98-6787-0000000003a7] 6494 1726853148.76593: sending task result for task 0affc48f-66db-1e98-6787-0000000003a7 6494 1726853148.76974: done sending task result for task 0affc48f-66db-1e98-6787-0000000003a7 6494 1726853148.76978: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "__selinux_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 6494 1726853148.77022: no more pending results, returning what we have 6494 1726853148.77025: results queue empty 6494 1726853148.77026: checking for any_errors_fatal 6494 1726853148.77031: done checking for any_errors_fatal 6494 1726853148.77033: checking for max_fail_percentage 6494 1726853148.77035: done checking for max_fail_percentage 6494 1726853148.77036: checking to see if all hosts have failed and the running result is not ok 6494 1726853148.77037: done checking to see if all hosts have failed 6494 1726853148.77038: getting the remaining hosts for this loop 6494 1726853148.77039: done getting the remaining hosts for this loop 6494 1726853148.77042: getting the next task for host managed_node1 6494 1726853148.77053: done getting next task for host managed_node1 6494 1726853148.77056: ^ task is: TASK: fedora.linux_system_roles.selinux : Refresh facts 6494 1726853148.77062: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853148.77077: getting variables 6494 1726853148.77079: in VariableManager get_vars() 6494 1726853148.77120: Calling all_inventory to load vars for managed_node1 6494 1726853148.77123: Calling groups_inventory to load vars for managed_node1 6494 1726853148.77125: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853148.77141: Calling all_plugins_play to load vars for managed_node1 6494 1726853148.77144: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853148.77148: Calling groups_plugins_play to load vars for managed_node1 6494 1726853148.77212: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853148.77297: done with get_vars() 6494 1726853148.77307: done getting variables TASK [fedora.linux_system_roles.selinux : Refresh facts] *********************** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:89 Friday 20 September 2024 13:25:48 -0400 (0:00:00.049) 0:00:23.697 ****** 6494 1726853148.77471: entering _queue_task() for managed_node1/setup 6494 1726853148.77798: worker is 1 (out of 1 available) 6494 1726853148.77811: exiting _queue_task() for managed_node1/setup 6494 1726853148.77823: done queuing things up, now waiting for results queue to drain 6494 1726853148.77824: waiting for pending results... 6494 1726853148.78149: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.selinux : Refresh facts 6494 1726853148.78270: in run() - task 0affc48f-66db-1e98-6787-0000000003a9 6494 1726853148.78298: variable 'ansible_search_path' from source: unknown 6494 1726853148.78301: variable 'ansible_search_path' from source: unknown 6494 1726853148.78334: calling self._execute() 6494 1726853148.78398: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853148.78405: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853148.78415: variable 'omit' from source: magic vars 6494 1726853148.78940: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853148.80836: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853148.80919: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853148.80963: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853148.81001: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853148.81033: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853148.81133: variable 'postfix_manage_selinux' from source: include params 6494 1726853148.81157: Evaluated conditional (postfix_manage_selinux | bool): True 6494 1726853148.81323: 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) 6494 1726853148.81360: 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) 6494 1726853148.81390: 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) 6494 1726853148.81435: 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) 6494 1726853148.81456: 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) 6494 1726853148.81547: Evaluated conditional (not __selinux_setup_snapshot | d(false)): True 6494 1726853148.81559: variable 'omit' from source: magic vars 6494 1726853148.81664: variable 'omit' from source: magic vars 6494 1726853148.81705: variable 'omit' from source: magic vars 6494 1726853148.81736: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6494 1726853148.81766: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6494 1726853148.81792: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6494 1726853148.81812: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853148.81827: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853148.81860: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6494 1726853148.81868: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853148.81876: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853148.81967: Set connection var ansible_shell_type to sh 6494 1726853148.81980: Set connection var ansible_pipelining to False 6494 1726853148.82137: Set connection var ansible_shell_executable to /bin/sh 6494 1726853148.82140: Set connection var ansible_timeout to 10 6494 1726853148.82143: Set connection var ansible_connection to ssh 6494 1726853148.82145: Set connection var ansible_module_compression to ZIP_DEFLATED 6494 1726853148.82147: variable 'ansible_shell_executable' from source: unknown 6494 1726853148.82148: variable 'ansible_connection' from source: unknown 6494 1726853148.82150: variable 'ansible_module_compression' from source: unknown 6494 1726853148.82152: variable 'ansible_shell_type' from source: unknown 6494 1726853148.82154: variable 'ansible_shell_executable' from source: unknown 6494 1726853148.82156: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853148.82158: variable 'ansible_pipelining' from source: unknown 6494 1726853148.82160: variable 'ansible_timeout' from source: unknown 6494 1726853148.82162: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853148.82221: 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__) 6494 1726853148.82241: variable 'omit' from source: magic vars 6494 1726853148.82250: starting attempt loop 6494 1726853148.82256: running the handler 6494 1726853148.82271: _low_level_execute_command(): starting 6494 1726853148.82281: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6494 1726853148.82954: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6494 1726853148.82970: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853148.82985: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853148.83004: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6494 1726853148.83021: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 <<< 6494 1726853148.83035: stderr chunk (state=3): >>>debug2: match not found <<< 6494 1726853148.83048: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853148.83065: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6494 1726853148.83077: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.41.218 is address <<< 6494 1726853148.83148: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853148.83173: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853148.83191: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853148.83215: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853148.83368: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853148.85176: stdout chunk (state=3): >>>/root <<< 6494 1726853148.85318: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853148.85346: stdout chunk (state=3): >>><<< 6494 1726853148.85368: stderr chunk (state=3): >>><<< 6494 1726853148.85397: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853148.85419: _low_level_execute_command(): starting 6494 1726853148.85430: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726853148.8540654-7139-138517803617773 `" && echo ansible-tmp-1726853148.8540654-7139-138517803617773="` echo /root/.ansible/tmp/ansible-tmp-1726853148.8540654-7139-138517803617773 `" ) && sleep 0' 6494 1726853148.86049: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 <<< 6494 1726853148.86058: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853148.86079: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853148.86082: 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853148.86138: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853148.86141: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853148.86164: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853148.86349: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853148.88697: stdout chunk (state=3): >>>ansible-tmp-1726853148.8540654-7139-138517803617773=/root/.ansible/tmp/ansible-tmp-1726853148.8540654-7139-138517803617773 <<< 6494 1726853148.88806: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853148.88842: stderr chunk (state=3): >>><<< 6494 1726853148.88845: stdout chunk (state=3): >>><<< 6494 1726853148.88863: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726853148.8540654-7139-138517803617773=/root/.ansible/tmp/ansible-tmp-1726853148.8540654-7139-138517803617773 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853148.88912: variable 'ansible_module_compression' from source: unknown 6494 1726853148.88958: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6494dydhg1yg/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 6494 1726853148.89008: variable 'ansible_facts' from source: unknown 6494 1726853148.89143: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726853148.8540654-7139-138517803617773/AnsiballZ_setup.py 6494 1726853148.89256: Sending initial data 6494 1726853148.89260: Sent initial data (152 bytes) 6494 1726853148.89709: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853148.89749: 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.41.218 originally 10.31.41.218 debug2: match not found <<< 6494 1726853148.89752: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853148.89754: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 is address debug1: re-parsing configuration <<< 6494 1726853148.89756: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853148.89758: 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853148.89804: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853148.89807: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853148.89810: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853148.89947: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853148.91886: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6494 1726853148.91998: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6494 1726853148.92118: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6494dydhg1yg/tmp0bfoejnm /root/.ansible/tmp/ansible-tmp-1726853148.8540654-7139-138517803617773/AnsiballZ_setup.py <<< 6494 1726853148.92121: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726853148.8540654-7139-138517803617773/AnsiballZ_setup.py" <<< 6494 1726853148.92244: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6494dydhg1yg/tmp0bfoejnm" to remote "/root/.ansible/tmp/ansible-tmp-1726853148.8540654-7139-138517803617773/AnsiballZ_setup.py" <<< 6494 1726853148.92247: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726853148.8540654-7139-138517803617773/AnsiballZ_setup.py" <<< 6494 1726853148.93695: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853148.93746: stderr chunk (state=3): >>><<< 6494 1726853148.93750: stdout chunk (state=3): >>><<< 6494 1726853148.93767: done transferring module to remote 6494 1726853148.93780: _low_level_execute_command(): starting 6494 1726853148.93785: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726853148.8540654-7139-138517803617773/ /root/.ansible/tmp/ansible-tmp-1726853148.8540654-7139-138517803617773/AnsiballZ_setup.py && sleep 0' 6494 1726853148.94229: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853148.94235: 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.41.218 originally 10.31.41.218 debug2: match not found <<< 6494 1726853148.94263: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853148.94267: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853148.94269: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match found <<< 6494 1726853148.94271: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853148.94327: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853148.94330: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853148.94343: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853148.94456: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853148.96978: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853148.97008: stderr chunk (state=3): >>><<< 6494 1726853148.97011: stdout chunk (state=3): >>><<< 6494 1726853148.97026: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853148.97028: _low_level_execute_command(): starting 6494 1726853148.97036: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726853148.8540654-7139-138517803617773/AnsiballZ_setup.py && sleep 0' 6494 1726853148.97506: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853148.97510: 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.41.218 originally 10.31.41.218 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853148.97512: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853148.97516: 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853148.97574: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853148.97577: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853148.97579: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853148.97711: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853149.00083: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 6494 1726853149.00100: stdout chunk (state=3): >>>import _imp # builtin <<< 6494 1726853149.00122: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 6494 1726853149.00126: stdout chunk (state=3): >>>import '_weakref' # <<< 6494 1726853149.00190: stdout chunk (state=3): >>>import '_io' # <<< 6494 1726853149.00198: stdout chunk (state=3): >>>import 'marshal' # <<< 6494 1726853149.00236: stdout chunk (state=3): >>>import 'posix' # <<< 6494 1726853149.00241: stdout chunk (state=3): >>> <<< 6494 1726853149.00265: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 6494 1726853149.00269: stdout chunk (state=3): >>># installing zipimport hook <<< 6494 1726853149.00295: stdout chunk (state=3): >>>import 'time' # <<< 6494 1726853149.00300: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 6494 1726853149.00349: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853149.00372: stdout chunk (state=3): >>>import '_codecs' # <<< 6494 1726853149.00389: stdout chunk (state=3): >>>import 'codecs' # <<< 6494 1726853149.00427: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 6494 1726853149.00452: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 6494 1726853149.00465: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b8184d0> <<< 6494 1726853149.00469: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b7e7b30> <<< 6494 1726853149.00494: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 6494 1726853149.00500: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b81aa50> <<< 6494 1726853149.00530: stdout chunk (state=3): >>>import '_signal' # <<< 6494 1726853149.00555: stdout chunk (state=3): >>>import '_abc' # <<< 6494 1726853149.00566: stdout chunk (state=3): >>>import 'abc' # <<< 6494 1726853149.00574: stdout chunk (state=3): >>>import 'io' # <<< 6494 1726853149.00604: stdout chunk (state=3): >>>import '_stat' # <<< 6494 1726853149.00668: stdout chunk (state=3): >>>import 'stat' # <<< 6494 1726853149.00718: stdout chunk (state=3): >>>import '_collections_abc' # <<< 6494 1726853149.00768: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 6494 1726853149.00790: stdout chunk (state=3): >>>import 'os' # <<< 6494 1726853149.00795: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 6494 1726853149.00819: stdout chunk (state=3): >>>Processing user site-packages <<< 6494 1726853149.00840: stdout chunk (state=3): >>>Processing global site-packages <<< 6494 1726853149.00843: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 6494 1726853149.00855: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 6494 1726853149.00908: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 6494 1726853149.00912: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b62d130> <<< 6494 1726853149.00982: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 6494 1726853149.00999: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853149.01002: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b62dfa0> <<< 6494 1726853149.01071: stdout chunk (state=3): >>>import 'site' # <<< 6494 1726853149.01073: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 6494 1726853149.01537: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 6494 1726853149.01581: stdout chunk (state=3): >>># 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 <<< 6494 1726853149.01584: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853149.01614: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 6494 1726853149.01679: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 6494 1726853149.01684: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 6494 1726853149.01712: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 6494 1726853149.01750: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b66bec0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 6494 1726853149.01766: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 6494 1726853149.01793: stdout chunk (state=3): >>>import '_operator' # <<< 6494 1726853149.01796: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b66bf80> <<< 6494 1726853149.01816: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 6494 1726853149.01862: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 6494 1726853149.01879: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 6494 1726853149.01934: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853149.01998: stdout chunk (state=3): >>>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 0x7f689b6a3830> <<< 6494 1726853149.02007: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 6494 1726853149.02013: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b6a3ec0> <<< 6494 1726853149.02030: stdout chunk (state=3): >>>import '_collections' # <<< 6494 1726853149.02096: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b683b60> <<< 6494 1726853149.02111: stdout chunk (state=3): >>>import '_functools' # <<< 6494 1726853149.02161: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b6812b0> <<< 6494 1726853149.02262: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b669070> <<< 6494 1726853149.02314: stdout chunk (state=3): >>># /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' <<< 6494 1726853149.02334: stdout chunk (state=3): >>>import '_sre' # <<< 6494 1726853149.02352: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 6494 1726853149.02412: stdout chunk (state=3): >>># 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' <<< 6494 1726853149.02437: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b6c37d0> <<< 6494 1726853149.02494: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b6c23f0> # /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 0x7f689b682150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b6c0bc0> <<< 6494 1726853149.02547: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 6494 1726853149.02587: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b6f8890> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b6682f0> # /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' <<< 6494 1726853149.02626: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853149.02629: stdout chunk (state=3): >>># 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 0x7f689b6f8d40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b6f8bf0> <<< 6494 1726853149.02685: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f689b6f8fe0> <<< 6494 1726853149.02688: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b666e10> <<< 6494 1726853149.02736: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 6494 1726853149.02741: stdout chunk (state=3): >>># 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 <<< 6494 1726853149.02766: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 6494 1726853149.02797: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b6f9670> <<< 6494 1726853149.02800: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b6f9370> import 'importlib.machinery' # <<< 6494 1726853149.02842: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 6494 1726853149.02849: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 6494 1726853149.02856: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b6fa540> <<< 6494 1726853149.02866: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 6494 1726853149.02896: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 6494 1726853149.02930: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 6494 1726853149.02956: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 6494 1726853149.02969: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b710740> <<< 6494 1726853149.02974: stdout chunk (state=3): >>>import 'errno' # <<< 6494 1726853149.03010: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853149.03012: stdout chunk (state=3): >>># 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 0x7f689b711e20> <<< 6494 1726853149.03043: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 6494 1726853149.03045: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 6494 1726853149.03068: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 6494 1726853149.03081: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 6494 1726853149.03086: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b712cc0> <<< 6494 1726853149.03118: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853149.03140: stdout chunk (state=3): >>># 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 0x7f689b7132f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b712210> <<< 6494 1726853149.03160: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 6494 1726853149.03164: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 6494 1726853149.03203: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853149.03206: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f689b713d70> <<< 6494 1726853149.03229: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b7134a0> <<< 6494 1726853149.03268: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b6fa4b0> <<< 6494 1726853149.03293: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 6494 1726853149.03315: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 6494 1726853149.03347: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 6494 1726853149.03361: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 6494 1726853149.03397: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f689b40fc50> <<< 6494 1726853149.03420: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 6494 1726853149.03424: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 6494 1726853149.03464: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853149.03467: stdout chunk (state=3): >>># 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 0x7f689b4387a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b438500> <<< 6494 1726853149.03488: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853149.03493: stdout chunk (state=3): >>># extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f689b4387d0> <<< 6494 1726853149.03526: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 6494 1726853149.03531: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 6494 1726853149.03611: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853149.03762: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f689b439100> <<< 6494 1726853149.03915: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853149.03919: stdout chunk (state=3): >>># extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f689b439af0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b4389b0> <<< 6494 1726853149.03944: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b40ddf0> <<< 6494 1726853149.03961: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 6494 1726853149.03987: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 6494 1726853149.04006: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 6494 1726853149.04028: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 6494 1726853149.04034: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b43af00> <<< 6494 1726853149.04061: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b439c40> <<< 6494 1726853149.04078: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b6fac60> <<< 6494 1726853149.04111: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 6494 1726853149.04180: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853149.04206: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 6494 1726853149.04240: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 6494 1726853149.04270: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b463230> <<< 6494 1726853149.04326: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 6494 1726853149.04347: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853149.04362: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 6494 1726853149.04388: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 6494 1726853149.04425: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b4875f0> <<< 6494 1726853149.04454: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 6494 1726853149.04502: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 6494 1726853149.04562: stdout chunk (state=3): >>>import 'ntpath' # <<< 6494 1726853149.04586: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py <<< 6494 1726853149.04592: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b4e8380> <<< 6494 1726853149.04605: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 6494 1726853149.04642: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 6494 1726853149.04665: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 6494 1726853149.04712: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 6494 1726853149.04799: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b4eaae0> <<< 6494 1726853149.04887: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b4e84a0> <<< 6494 1726853149.04921: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b4a9370> <<< 6494 1726853149.04953: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 6494 1726853149.04964: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b2f1430> <<< 6494 1726853149.04978: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b4863f0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b43be00> <<< 6494 1726853149.05187: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 6494 1726853149.05199: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f689b486750> <<< 6494 1726853149.05677: stdout chunk (state=3): >>># zipimport: found 103 names in '/tmp/ansible_setup_payload_4gqh18w8/ansible_setup_payload.zip' # zipimport: zlib available <<< 6494 1726853149.05813: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.05844: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 6494 1726853149.05856: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 6494 1726853149.05896: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 6494 1726853149.05990: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 6494 1726853149.06040: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b35b170> import '_typing' # <<< 6494 1726853149.06230: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b33a060> <<< 6494 1726853149.06245: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b3391c0> <<< 6494 1726853149.06248: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.06266: stdout chunk (state=3): >>>import 'ansible' # <<< 6494 1726853149.06286: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.06289: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.06310: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.06322: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 6494 1726853149.06345: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.07784: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.08996: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b359040> <<< 6494 1726853149.09013: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 6494 1726853149.09021: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853149.09049: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 6494 1726853149.09053: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 6494 1726853149.09074: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 6494 1726853149.09078: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 6494 1726853149.09109: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853149.09114: stdout chunk (state=3): >>># 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 0x7f689b38ab10> <<< 6494 1726853149.09161: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b38a8a0> <<< 6494 1726853149.09191: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b38a1b0> <<< 6494 1726853149.09219: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 6494 1726853149.09227: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 6494 1726853149.09272: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b38aba0> <<< 6494 1726853149.09275: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b35be00> <<< 6494 1726853149.09290: stdout chunk (state=3): >>>import 'atexit' # <<< 6494 1726853149.09315: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853149.09319: stdout chunk (state=3): >>># extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f689b38b860> <<< 6494 1726853149.09349: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853149.09355: stdout chunk (state=3): >>># extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f689b38b9e0> <<< 6494 1726853149.09371: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 6494 1726853149.09429: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 6494 1726853149.09446: stdout chunk (state=3): >>>import '_locale' # <<< 6494 1726853149.09497: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b38bef0> <<< 6494 1726853149.09499: stdout chunk (state=3): >>>import 'pwd' # <<< 6494 1726853149.09524: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 6494 1726853149.09551: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 6494 1726853149.09596: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689ad2dc70> <<< 6494 1726853149.09634: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853149.09643: stdout chunk (state=3): >>># extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f689ad2f890> <<< 6494 1726853149.09659: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 6494 1726853149.09670: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 6494 1726853149.09713: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689ad30290> <<< 6494 1726853149.09734: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 6494 1726853149.09770: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 6494 1726853149.09785: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689ad31430> <<< 6494 1726853149.09808: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 6494 1726853149.09845: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 6494 1726853149.09875: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 6494 1726853149.09937: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689ad33f20> <<< 6494 1726853149.09976: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853149.09981: stdout chunk (state=3): >>># 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 0x7f689b43ae70> <<< 6494 1726853149.10007: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689ad321e0> <<< 6494 1726853149.10020: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 6494 1726853149.10055: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 6494 1726853149.10082: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 6494 1726853149.10086: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 6494 1726853149.10105: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 6494 1726853149.10270: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 6494 1726853149.10315: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689ad3bdd0> import '_tokenize' # <<< 6494 1726853149.10382: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689ad3a8a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689ad3a600> <<< 6494 1726853149.10404: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 6494 1726853149.10410: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 6494 1726853149.10490: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689ad3ab70> <<< 6494 1726853149.10518: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689ad326f0> <<< 6494 1726853149.10554: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f689ad7ff80> <<< 6494 1726853149.10579: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py <<< 6494 1726853149.10585: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689ad7ffe0> <<< 6494 1726853149.10605: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 6494 1726853149.10622: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 6494 1726853149.10649: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py <<< 6494 1726853149.10655: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 6494 1726853149.10699: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f689ad81b50> <<< 6494 1726853149.10713: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689ad81910> <<< 6494 1726853149.10722: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 6494 1726853149.10754: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 6494 1726853149.10814: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f689ad83fe0> <<< 6494 1726853149.10821: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689ad821b0> <<< 6494 1726853149.10841: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 6494 1726853149.10894: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853149.10910: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 6494 1726853149.10927: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 6494 1726853149.10935: stdout chunk (state=3): >>>import '_string' # <<< 6494 1726853149.10988: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689ad87770> <<< 6494 1726853149.11122: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689ad84140> <<< 6494 1726853149.11183: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f689ad88530> <<< 6494 1726853149.11219: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f689ad88770> <<< 6494 1726853149.11258: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f689ad88aa0> <<< 6494 1726853149.11280: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689ad80260> <<< 6494 1726853149.11303: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py <<< 6494 1726853149.11307: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 6494 1726853149.11331: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 6494 1726853149.11357: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 6494 1726853149.11386: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853149.11418: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f689ac140e0> <<< 6494 1726853149.11576: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853149.11591: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f689ac15310> <<< 6494 1726853149.11594: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689ad8a870> <<< 6494 1726853149.11630: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853149.11640: stdout chunk (state=3): >>># extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f689ad8bbf0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689ad8a4e0> <<< 6494 1726853149.11653: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.11673: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 6494 1726853149.11694: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.11796: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.11889: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.11906: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.11910: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 6494 1726853149.11920: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.11937: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.11946: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 6494 1726853149.11956: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.12084: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.12207: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.12781: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.13368: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 6494 1726853149.13375: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 6494 1726853149.13402: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # <<< 6494 1726853149.13409: stdout chunk (state=3): >>>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 <<< 6494 1726853149.13449: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853149.13499: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853149.13506: stdout chunk (state=3): >>># 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 0x7f689ac19430> <<< 6494 1726853149.13588: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 6494 1726853149.13593: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 6494 1726853149.13614: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689ac1a1b0> <<< 6494 1726853149.13625: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689ad88110> <<< 6494 1726853149.13677: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 6494 1726853149.13692: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.13711: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.13738: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 6494 1726853149.13741: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.13911: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.14078: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 6494 1726853149.14086: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 6494 1726853149.14101: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689ac1a360> <<< 6494 1726853149.14108: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.14604: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.15069: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.15135: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.15216: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 6494 1726853149.15223: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.15262: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.15295: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 6494 1726853149.15312: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.15380: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.15470: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 6494 1726853149.15473: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.15495: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 6494 1726853149.15515: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.15552: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.15597: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 6494 1726853149.15616: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.15853: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.16093: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 6494 1726853149.16156: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 6494 1726853149.16173: stdout chunk (state=3): >>>import '_ast' # <<< 6494 1726853149.16251: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689ac1b440> <<< 6494 1726853149.16260: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.16330: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.16411: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 6494 1726853149.16421: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # <<< 6494 1726853149.16426: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 6494 1726853149.16449: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.16486: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.16537: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 6494 1726853149.16549: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.16595: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.16640: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.16704: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.16767: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 6494 1726853149.16819: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853149.16918: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853149.16921: stdout chunk (state=3): >>>import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f689ac26090> <<< 6494 1726853149.16953: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689ac216a0> <<< 6494 1726853149.16985: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 6494 1726853149.16997: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.17063: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.17138: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.17158: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.17203: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py <<< 6494 1726853149.17209: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853149.17228: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 6494 1726853149.17248: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 6494 1726853149.17270: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 6494 1726853149.17341: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 6494 1726853149.17363: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 6494 1726853149.17389: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 6494 1726853149.17439: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689ad0e900> <<< 6494 1726853149.17480: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b3b65d0> <<< 6494 1726853149.17568: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689ac26060> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689ac183b0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 6494 1726853149.17584: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.17610: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.17640: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 6494 1726853149.17711: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 6494 1726853149.17713: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.17735: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.17754: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 6494 1726853149.17756: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.17816: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.17884: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.17900: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.17925: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.17966: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.18011: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.18047: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.18085: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # <<< 6494 1726853149.18093: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.18192: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.18273: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.18308: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.18344: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.typing' # <<< 6494 1726853149.18350: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.18569: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.18740: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.18777: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.18836: stdout chunk (state=3): >>># /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' <<< 6494 1726853149.18864: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py <<< 6494 1726853149.18878: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' <<< 6494 1726853149.18898: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py <<< 6494 1726853149.18922: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' <<< 6494 1726853149.18952: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689acb6030> <<< 6494 1726853149.18971: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 6494 1726853149.18991: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 6494 1726853149.19012: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 6494 1726853149.19060: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 6494 1726853149.19079: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 6494 1726853149.19103: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 6494 1726853149.19110: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689a83ff80> <<< 6494 1726853149.19145: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853149.19167: stdout chunk (state=3): >>># 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 0x7f689a854590><<< 6494 1726853149.19172: stdout chunk (state=3): >>> <<< 6494 1726853149.19218: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689ac9e8a0> <<< 6494 1726853149.19246: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689acb6ba0> <<< 6494 1726853149.19272: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689acb47d0> <<< 6494 1726853149.19293: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689acb4320> <<< 6494 1726853149.19305: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 6494 1726853149.19367: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' <<< 6494 1726853149.19395: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 6494 1726853149.19400: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 6494 1726853149.19431: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 6494 1726853149.19437: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 6494 1726853149.19468: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853149.19470: stdout chunk (state=3): >>># 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 0x7f689a857350> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689a856c00> <<< 6494 1726853149.19515: stdout chunk (state=3): >>># extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853149.19522: stdout chunk (state=3): >>># 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 0x7f689a856de0> <<< 6494 1726853149.19550: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689a856030> <<< 6494 1726853149.19552: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 6494 1726853149.19694: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' <<< 6494 1726853149.19711: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689a857530> <<< 6494 1726853149.19729: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 6494 1726853149.19766: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 6494 1726853149.19795: stdout chunk (state=3): >>># 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 0x7f689a8a2060> <<< 6494 1726853149.19825: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689a857f80> <<< 6494 1726853149.19862: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689acb4380> import 'ansible.module_utils.facts.timeout' # <<< 6494 1726853149.19880: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.collector' # <<< 6494 1726853149.19892: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.19912: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.other' # <<< 6494 1726853149.19934: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.19996: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.20059: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # <<< 6494 1726853149.20076: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.20127: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.20173: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 6494 1726853149.20199: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.20206: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.20223: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system' # <<< 6494 1726853149.20227: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.20257: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.20285: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # <<< 6494 1726853149.20298: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.20354: stdout chunk (state=3): >>># zipimport: zlib available<<< 6494 1726853149.20360: stdout chunk (state=3): >>> <<< 6494 1726853149.20404: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # <<< 6494 1726853149.20419: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.20460: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.20505: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # <<< 6494 1726853149.20518: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.20574: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.20635: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.20696: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.20753: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # <<< 6494 1726853149.20762: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.cmdline' # <<< 6494 1726853149.20767: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.21278: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.21721: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # <<< 6494 1726853149.21728: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.21775: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.21838: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.21864: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.21902: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 6494 1726853149.21916: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.date_time' # <<< 6494 1726853149.21919: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.21953: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.21975: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # <<< 6494 1726853149.21992: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.22055: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.22113: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # <<< 6494 1726853149.22130: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.22161: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.22183: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # <<< 6494 1726853149.22202: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.22227: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.22261: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # <<< 6494 1726853149.22266: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.22355: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.22462: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 6494 1726853149.22466: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 6494 1726853149.22487: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689a8a37d0> <<< 6494 1726853149.22514: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 6494 1726853149.22550: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 6494 1726853149.22716: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689a8a2db0> <<< 6494 1726853149.22721: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.local' # <<< 6494 1726853149.22740: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.22820: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.22929: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # # zipimport: zlib available <<< 6494 1726853149.23024: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.23136: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 6494 1726853149.23155: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.23229: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.23311: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # <<< 6494 1726853149.23334: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.23366: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.23419: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 6494 1726853149.23474: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 6494 1726853149.23557: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853149.23612: stdout chunk (state=3): >>># 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 0x7f689a8e23c0> <<< 6494 1726853149.23813: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689a8d3260> import 'ansible.module_utils.facts.system.python' # <<< 6494 1726853149.23833: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.23883: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.23948: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # <<< 6494 1726853149.23954: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.24050: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.24130: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.24248: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.24395: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 6494 1726853149.24399: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.service_mgr' # <<< 6494 1726853149.24414: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.24449: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.24489: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # <<< 6494 1726853149.24503: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.24542: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.24596: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py <<< 6494 1726853149.24603: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' <<< 6494 1726853149.24643: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853149.24650: stdout chunk (state=3): >>># extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853149.24668: stdout chunk (state=3): >>>import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f689a8f5d00> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689a8d3380> import 'ansible.module_utils.facts.system.user' # <<< 6494 1726853149.24673: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.24703: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.hardware' # <<< 6494 1726853149.24714: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.24756: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.24801: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # <<< 6494 1726853149.24813: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.24983: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.25142: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 6494 1726853149.25149: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.25248: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.25352: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.25389: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.25429: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # <<< 6494 1726853149.25434: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.darwin' # <<< 6494 1726853149.25453: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.25474: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.25496: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.25647: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.25800: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # <<< 6494 1726853149.25806: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available <<< 6494 1726853149.25930: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.26054: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # <<< 6494 1726853149.26059: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.26096: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.26130: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.26722: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.27250: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # <<< 6494 1726853149.27254: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.27368: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.27480: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 6494 1726853149.27486: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.27584: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.27687: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # <<< 6494 1726853149.27692: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.27856: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.28010: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 6494 1726853149.28030: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.28048: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.28055: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network' # <<< 6494 1726853149.28066: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.28105: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.28156: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # <<< 6494 1726853149.28166: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.28268: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.28368: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.28581: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.28785: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # <<< 6494 1726853149.28807: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.28839: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.28879: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # <<< 6494 1726853149.28887: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.28920: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.28947: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # <<< 6494 1726853149.28953: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.29030: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.29100: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # <<< 6494 1726853149.29108: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.29142: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.29157: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # <<< 6494 1726853149.29169: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.29229: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.29291: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # <<< 6494 1726853149.29298: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.29359: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.29413: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # <<< 6494 1726853149.29427: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.29703: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.29971: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # <<< 6494 1726853149.29974: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.30039: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.30097: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # <<< 6494 1726853149.30113: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.30148: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.30184: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # <<< 6494 1726853149.30188: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.30242: stdout chunk (state=3): >>># zipimport: zlib available<<< 6494 1726853149.30245: stdout chunk (state=3): >>> <<< 6494 1726853149.30264: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # <<< 6494 1726853149.30272: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.30311: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.30344: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # <<< 6494 1726853149.30355: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.30436: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.30520: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 6494 1726853149.30538: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.30560: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.virtual' # <<< 6494 1726853149.30567: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.30608: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.30662: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # <<< 6494 1726853149.30671: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.30693: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.30711: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.30766: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.30811: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.30888: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.30959: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sysctl' # <<< 6494 1726853149.30965: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # <<< 6494 1726853149.30983: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.31029: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.31089: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 6494 1726853149.31097: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.31307: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.31506: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # <<< 6494 1726853149.31516: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.31557: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.31604: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # <<< 6494 1726853149.31616: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.31663: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.31708: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 6494 1726853149.31723: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.31801: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.31887: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # <<< 6494 1726853149.31907: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.31995: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.32093: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # <<< 6494 1726853149.32098: stdout chunk (state=3): >>> import 'ansible.module_utils.facts' # <<< 6494 1726853149.32183: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853149.33189: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py <<< 6494 1726853149.33195: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' <<< 6494 1726853149.33216: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py <<< 6494 1726853149.33242: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' <<< 6494 1726853149.33278: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853149.33284: stdout chunk (state=3): >>># 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 0x7f689a6f7200> <<< 6494 1726853149.33300: stdout chunk (state=3): >>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689a6f5070> <<< 6494 1726853149.33363: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689a6ec1a0> <<< 6494 1726853149.53417: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py <<< 6494 1726853149.53428: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc' <<< 6494 1726853149.53439: stdout chunk (state=3): >>>import 'multiprocessing.queues' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689a73c3e0> <<< 6494 1726853149.53527: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/synchronize.py <<< 6494 1726853149.53541: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc' <<< 6494 1726853149.53566: stdout chunk (state=3): >>>import 'multiprocessing.synchronize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689a73d3a0> <<< 6494 1726853149.54137: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/__init__.py <<< 6494 1726853149.54142: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853149.54254: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/connection.py <<< 6494 1726853149.54263: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc' <<< 6494 1726853149.54270: stdout chunk (state=3): >>>import 'multiprocessing.dummy.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689a73f650> <<< 6494 1726853149.54307: stdout chunk (state=3): >>>import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689a73e270> <<< 6494 1726853149.54611: 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 PyThreadState_Clear: warning: thread still has a frame <<< 6494 1726853149.79230: stdout chunk (state=3): >>> {"ansible_facts": {"ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}}, "invocation": {"module_args": {"filter": ["ansible_selinux"], "gather_subset": ["all"], "gather_timeout": 10, "fact_path": "/etc/ansible/facts.d"}}} <<< 6494 1726853149.79945: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback <<< 6494 1726853149.79979: stdout chunk (state=3): >>># 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 <<< 6494 1726853149.79996: stdout chunk (state=3): >>># 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 # 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 <<< 6494 1726853149.80001: stdout chunk (state=3): >>># 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<<< 6494 1726853149.80004: stdout chunk (state=3): >>> # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse <<< 6494 1726853149.80010: stdout chunk (state=3): >>># cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437<<< 6494 1726853149.80041: stdout chunk (state=3): >>> # 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 <<< 6494 1726853149.80081: stdout chunk (state=3): >>># cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat <<< 6494 1726853149.80117: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 6494 1726853149.80214: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # 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 <<< 6494 1726853149.80218: stdout chunk (state=3): >>># 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 <<< 6494 1726853149.80221: stdout chunk (state=3): >>># 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 <<< 6494 1726853149.80233: 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 # destroy ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.dns <<< 6494 1726853149.80237: stdout chunk (state=3): >>># 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 <<< 6494 1726853149.80242: 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<<< 6494 1726853149.80246: stdout chunk (state=3): >>> # 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<<< 6494 1726853149.80249: stdout chunk (state=3): >>> # 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<<< 6494 1726853149.80265: stdout chunk (state=3): >>> # destroy ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.netbsd # 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 multiprocessing.queues # cleanup[2] removing multiprocessing.synchronize # cleanup[2] removing multiprocessing.dummy.connection # cleanup[2] removing multiprocessing.dummy <<< 6494 1726853149.80671: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 6494 1726853149.80681: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 6494 1726853149.80721: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 6494 1726853149.80733: stdout chunk (state=3): >>># destroy _blake2 <<< 6494 1726853149.80740: stdout chunk (state=3): >>># destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 6494 1726853149.80747: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 6494 1726853149.80781: stdout chunk (state=3): >>># destroy ntpath <<< 6494 1726853149.80802: stdout chunk (state=3): >>># destroy importlib <<< 6494 1726853149.80842: stdout chunk (state=3): >>># destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib <<< 6494 1726853149.80846: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner <<< 6494 1726853149.80850: stdout chunk (state=3): >>># destroy _json <<< 6494 1726853149.80869: stdout chunk (state=3): >>># destroy grp # destroy encodings # destroy _locale # destroy locale # destroy select # destroy _signal <<< 6494 1726853149.80880: stdout chunk (state=3): >>># destroy _posixsubprocess # destroy syslog <<< 6494 1726853149.80886: stdout chunk (state=3): >>># destroy uuid <<< 6494 1726853149.80935: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 6494 1726853149.80944: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 6494 1726853149.80991: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector<<< 6494 1726853149.81003: stdout chunk (state=3): >>> # destroy multiprocessing # destroy multiprocessing.queues # destroy multiprocessing.synchronize # destroy multiprocessing.dummy # destroy multiprocessing.pool # destroy signal # destroy pickle # destroy _compat_pickle <<< 6494 1726853149.81021: stdout chunk (state=3): >>># destroy _pickle <<< 6494 1726853149.81040: stdout chunk (state=3): >>># destroy queue # destroy _heapq # destroy _queue <<< 6494 1726853149.81055: stdout chunk (state=3): >>># destroy multiprocessing.reduction # destroy selectors <<< 6494 1726853149.81061: stdout chunk (state=3): >>># destroy shlex # destroy fcntl <<< 6494 1726853149.81084: stdout chunk (state=3): >>># destroy datetime # destroy subprocess <<< 6494 1726853149.81106: stdout chunk (state=3): >>># destroy base64 <<< 6494 1726853149.81128: stdout chunk (state=3): >>># destroy _ssl <<< 6494 1726853149.81136: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux <<< 6494 1726853149.81138: stdout chunk (state=3): >>># destroy getpass # destroy pwd # destroy termios <<< 6494 1726853149.81141: stdout chunk (state=3): >>># destroy json <<< 6494 1726853149.81163: stdout chunk (state=3): >>># destroy socket # destroy struct <<< 6494 1726853149.81208: stdout chunk (state=3): >>># destroy glob <<< 6494 1726853149.81211: stdout chunk (state=3): >>># destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy unicodedata # destroy errno # destroy multiprocessing.connection # destroy tempfile # destroy multiprocessing.context # destroy multiprocessing.process # destroy multiprocessing.util # destroy _multiprocessing <<< 6494 1726853149.81213: stdout chunk (state=3): >>># destroy array # destroy multiprocessing.dummy.connection <<< 6494 1726853149.81258: stdout chunk (state=3): >>># cleanup[3] wiping encodings.idna # destroy stringprep <<< 6494 1726853149.81262: stdout chunk (state=3): >>># cleanup[3] wiping configparser # cleanup[3] wiping selinux._selinux <<< 6494 1726853149.81290: 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 <<< 6494 1726853149.81303: 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 # destroy textwrap # cleanup[3] wiping tokenize <<< 6494 1726853149.81330: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib <<< 6494 1726853149.81338: stdout chunk (state=3): >>># cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external <<< 6494 1726853149.81360: stdout chunk (state=3): >>># 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 <<< 6494 1726853149.81370: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools <<< 6494 1726853149.81406: stdout chunk (state=3): >>># 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 <<< 6494 1726853149.81419: stdout chunk (state=3): >>># cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix <<< 6494 1726853149.81450: 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 <<< 6494 1726853149.81453: stdout chunk (state=3): >>># destroy selinux._selinux<<< 6494 1726853149.81455: stdout chunk (state=3): >>> # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 6494 1726853149.81654: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 6494 1726853149.81666: stdout chunk (state=3): >>># destroy _collections <<< 6494 1726853149.81698: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 6494 1726853149.81714: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize<<< 6494 1726853149.81725: stdout chunk (state=3): >>> <<< 6494 1726853149.81737: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib <<< 6494 1726853149.81755: stdout chunk (state=3): >>># destroy copyreg # destroy contextlib <<< 6494 1726853149.81766: stdout chunk (state=3): >>># destroy _typing <<< 6494 1726853149.81773: stdout chunk (state=3): >>># destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves <<< 6494 1726853149.81808: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal<<< 6494 1726853149.81822: stdout chunk (state=3): >>> <<< 6494 1726853149.81855: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 6494 1726853149.81939: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 6494 1726853149.81943: stdout chunk (state=3): >>># destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 6494 1726853149.81945: stdout chunk (state=3): >>># destroy time <<< 6494 1726853149.81967: stdout chunk (state=3): >>># destroy _random <<< 6494 1726853149.81982: stdout chunk (state=3): >>># destroy _weakref <<< 6494 1726853149.81993: stdout chunk (state=3): >>># destroy _hashlib <<< 6494 1726853149.82016: stdout chunk (state=3): >>># destroy _operator # destroy _sre # destroy _string # destroy re <<< 6494 1726853149.82027: stdout chunk (state=3): >>># destroy itertools <<< 6494 1726853149.82043: stdout chunk (state=3): >>># destroy _abc # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 6494 1726853149.82054: stdout chunk (state=3): >>># clear sys.audit hooks <<< 6494 1726853149.82446: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.41.218 closed. <<< 6494 1726853149.82481: stderr chunk (state=3): >>><<< 6494 1726853149.82484: stdout chunk (state=3): >>><<< 6494 1726853149.82592: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b8184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b7e7b30> # /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 0x7f689b81aa50> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b62d130> # /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 0x7f689b62dfa0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b66bec0> # /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 0x7f689b66bf80> # /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 0x7f689b6a3830> # /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 0x7f689b6a3ec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b683b60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b6812b0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b669070> # /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 0x7f689b6c37d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b6c23f0> # /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 0x7f689b682150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b6c0bc0> # /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 0x7f689b6f8890> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b6682f0> # /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 0x7f689b6f8d40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b6f8bf0> # 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 0x7f689b6f8fe0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b666e10> # /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 0x7f689b6f9670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b6f9370> 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 0x7f689b6fa540> 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 0x7f689b710740> 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 0x7f689b711e20> # /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 0x7f689b712cc0> # 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 0x7f689b7132f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b712210> # /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 0x7f689b713d70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b7134a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b6fa4b0> # /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 0x7f689b40fc50> # /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 0x7f689b4387a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b438500> # 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 0x7f689b4387d0> # /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 0x7f689b439100> # 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 0x7f689b439af0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b4389b0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b40ddf0> # /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 0x7f689b43af00> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b439c40> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b6fac60> # /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 0x7f689b463230> # /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 0x7f689b4875f0> # /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 0x7f689b4e8380> # /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 0x7f689b4eaae0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b4e84a0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b4a9370> # /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 0x7f689b2f1430> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b4863f0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b43be00> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f689b486750> # zipimport: found 103 names in '/tmp/ansible_setup_payload_4gqh18w8/ansible_setup_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 0x7f689b35b170> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b33a060> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b3391c0> # 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 0x7f689b359040> # /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 0x7f689b38ab10> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b38a8a0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b38a1b0> # /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 0x7f689b38aba0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b35be00> 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 0x7f689b38b860> # 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 0x7f689b38b9e0> # /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 0x7f689b38bef0> 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 0x7f689ad2dc70> # 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 0x7f689ad2f890> # /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 0x7f689ad30290> # /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 0x7f689ad31430> # /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 0x7f689ad33f20> # 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 0x7f689b43ae70> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689ad321e0> # /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 0x7f689ad3bdd0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689ad3a8a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689ad3a600> # /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 0x7f689ad3ab70> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689ad326f0> # 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 0x7f689ad7ff80> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689ad7ffe0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f689ad81b50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689ad81910> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f689ad83fe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689ad821b0> # /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 0x7f689ad87770> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689ad84140> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f689ad88530> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f689ad88770> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f689ad88aa0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689ad80260> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f689ac140e0> # 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 0x7f689ac15310> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689ad8a870> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f689ad8bbf0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689ad8a4e0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f689ac19430> # /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 0x7f689ac1a1b0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689ad88110> 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 0x7f689ac1a360> # 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 0x7f689ac1b440> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f689ac26090> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689ac216a0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689ad0e900> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689b3b65d0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689ac26060> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689ac183b0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.namespace' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.typing' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /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 0x7f689acb6030> # /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' # /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 0x7f689a83ff80> # 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 0x7f689a854590> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689ac9e8a0> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689acb6ba0> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689acb47d0> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689acb4320> # /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' # /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 0x7f689a857350> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689a856c00> # 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 0x7f689a856de0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689a856030> # /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 0x7f689a857530> # /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' # 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 0x7f689a8a2060> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689a857f80> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689acb4380> import 'ansible.module_utils.facts.timeout' # import 'ansible.module_utils.facts.collector' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other.facter' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other.ohai' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.apparmor' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.caps' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.chroot' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.distribution' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.datetime' # import 'ansible.module_utils.facts.system.date_time' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.env' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.dns' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.fips' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.loadavg' # # 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 0x7f689a8a37d0> # /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 0x7f689a8a2db0> import 'ansible.module_utils.facts.system.local' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.lsb' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.pkg_mgr' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.platform' # # zipimport: zlib available # zipimport: zlib available # /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 0x7f689a8e23c0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689a8d3260> import 'ansible.module_utils.facts.system.python' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.selinux' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.version' # import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.ssh_pub_keys' # # zipimport: zlib available # zipimport: zlib available # /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 0x7f689a8f5d00> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689a8d3380> import 'ansible.module_utils.facts.system.user' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.base' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.aix' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.sysctl' # import 'ansible.module_utils.facts.hardware.darwin' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.hpux' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.sunos' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.base' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.darwin' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.fc_wwn' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.freebsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.hpux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.hurd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.linux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.iscsi' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.nvme' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.sunos' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.base' # # 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' # import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.hpux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.linux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # # zipimport: zlib available # /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' # /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 0x7f689a6f7200> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689a6f5070> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689a6ec1a0> # /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' import 'multiprocessing.queues' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689a73c3e0> # /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 0x7f689a73d3a0> # /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/__init__.py # code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/connection.py # code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc' import 'multiprocessing.dummy.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689a73f650> import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f689a73e270> 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_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}}, "invocation": {"module_args": {"filter": ["ansible_selinux"], "gather_subset": ["all"], "gather_timeout": 10, "fact_path": "/etc/ansible/facts.d"}}} # 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 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # 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 _heapq # cleanup[2] removing heapq # destroy heapq # 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 multiprocessing.queues # cleanup[2] removing multiprocessing.synchronize # cleanup[2] removing multiprocessing.dummy.connection # cleanup[2] removing multiprocessing.dummy # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # 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 systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging # 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 signal # destroy pickle # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.reduction # destroy selectors # destroy shlex # destroy fcntl # destroy datetime # destroy subprocess # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy json # destroy socket # destroy struct # destroy glob # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy unicodedata # destroy errno # destroy multiprocessing.connection # destroy tempfile # destroy multiprocessing.context # destroy multiprocessing.process # destroy multiprocessing.util # destroy _multiprocessing # destroy array # destroy multiprocessing.dummy.connection # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping configparser # 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 # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # 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 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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.41.218 closed. [WARNING]: Module invocation had junk after the JSON data: # 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 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # 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 _heapq # cleanup[2] removing heapq # destroy heapq # 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 multiprocessing.queues # cleanup[2] removing multiprocessing.synchronize # cleanup[2] removing multiprocessing.dummy.connection # cleanup[2] removing multiprocessing.dummy # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # 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 systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging # 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 signal # destroy pickle # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.reduction # destroy selectors # destroy shlex # destroy fcntl # destroy datetime # destroy subprocess # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy json # destroy socket # destroy struct # destroy glob # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy unicodedata # destroy errno # destroy multiprocessing.connection # destroy tempfile # destroy multiprocessing.context # destroy multiprocessing.process # destroy multiprocessing.util # destroy _multiprocessing # destroy array # destroy multiprocessing.dummy.connection # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping configparser # 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 # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # 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 6494 1726853149.83455: done with _execute_module (setup, {'filter': 'ansible_selinux', '_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': '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-1726853148.8540654-7139-138517803617773/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6494 1726853149.83459: _low_level_execute_command(): starting 6494 1726853149.83462: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726853148.8540654-7139-138517803617773/ > /dev/null 2>&1 && sleep 0' 6494 1726853149.83464: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6494 1726853149.83475: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853149.83477: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853149.83480: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6494 1726853149.83482: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 <<< 6494 1726853149.83484: stderr chunk (state=3): >>>debug2: match not found <<< 6494 1726853149.83486: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853149.83487: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6494 1726853149.83489: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.41.218 is address <<< 6494 1726853149.83491: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6494 1726853149.83493: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853149.83495: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853149.83497: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6494 1726853149.83499: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 <<< 6494 1726853149.83501: stderr chunk (state=3): >>>debug2: match found <<< 6494 1726853149.83503: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853149.83557: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853149.83560: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853149.83563: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853149.83691: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853149.86245: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853149.86251: stdout chunk (state=3): >>><<< 6494 1726853149.86254: stderr chunk (state=3): >>><<< 6494 1726853149.86274: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853149.86278: handler run complete 6494 1726853149.86290: variable 'ansible_facts' from source: unknown 6494 1726853149.86322: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853149.86347: variable 'ansible_facts' from source: unknown 6494 1726853149.86373: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853149.86379: attempt loop complete, returning result 6494 1726853149.86382: _execute() done 6494 1726853149.86385: dumping result to json 6494 1726853149.86389: done dumping result, returning 6494 1726853149.86398: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.selinux : Refresh facts [0affc48f-66db-1e98-6787-0000000003a9] 6494 1726853149.86403: sending task result for task 0affc48f-66db-1e98-6787-0000000003a9 6494 1726853149.86488: done sending task result for task 0affc48f-66db-1e98-6787-0000000003a9 6494 1726853149.86491: WORKER PROCESS EXITING ok: [managed_node1] 6494 1726853149.86548: no more pending results, returning what we have 6494 1726853149.86552: results queue empty 6494 1726853149.86553: checking for any_errors_fatal 6494 1726853149.86557: done checking for any_errors_fatal 6494 1726853149.86558: checking for max_fail_percentage 6494 1726853149.86559: done checking for max_fail_percentage 6494 1726853149.86560: checking to see if all hosts have failed and the running result is not ok 6494 1726853149.86561: done checking to see if all hosts have failed 6494 1726853149.86562: getting the remaining hosts for this loop 6494 1726853149.86563: done getting the remaining hosts for this loop 6494 1726853149.86567: getting the next task for host managed_node1 6494 1726853149.86577: done getting next task for host managed_node1 6494 1726853149.86581: ^ task is: TASK: fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled 6494 1726853149.86586: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), 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 6494 1726853149.86596: getting variables 6494 1726853149.86597: in VariableManager get_vars() 6494 1726853149.86638: Calling all_inventory to load vars for managed_node1 6494 1726853149.86641: Calling groups_inventory to load vars for managed_node1 6494 1726853149.86648: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853149.86658: Calling all_plugins_play to load vars for managed_node1 6494 1726853149.86661: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853149.86663: Calling groups_plugins_play to load vars for managed_node1 6494 1726853149.86719: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853149.86784: done with get_vars() 6494 1726853149.86793: done getting variables TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] *** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5 Friday 20 September 2024 13:25:49 -0400 (0:00:01.094) 0:00:24.791 ****** 6494 1726853149.86877: entering _queue_task() for managed_node1/selinux 6494 1726853149.86879: Creating lock for selinux 6494 1726853149.87135: worker is 1 (out of 1 available) 6494 1726853149.87149: exiting _queue_task() for managed_node1/selinux 6494 1726853149.87161: done queuing things up, now waiting for results queue to drain 6494 1726853149.87163: waiting for pending results... 6494 1726853149.87347: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled 6494 1726853149.87453: in run() - task 0affc48f-66db-1e98-6787-000000000276 6494 1726853149.87465: variable 'ansible_search_path' from source: unknown 6494 1726853149.87469: variable 'ansible_search_path' from source: unknown 6494 1726853149.87504: calling self._execute() 6494 1726853149.87562: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853149.87566: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853149.87575: variable 'omit' from source: magic vars 6494 1726853149.87849: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853149.89344: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853149.89396: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853149.89423: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853149.89452: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853149.89475: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853149.89547: variable 'postfix_manage_selinux' from source: include params 6494 1726853149.89561: Evaluated conditional (postfix_manage_selinux | bool): True 6494 1726853149.89683: variable 'ansible_selinux' from source: facts 6494 1726853149.89691: variable 'selinux_state' from source: role '' defaults 6494 1726853149.89695: variable 'selinux_policy' from source: role '' defaults 6494 1726853149.89710: Evaluated conditional (ansible_selinux.status == "enabled" and (selinux_state or selinux_policy)): False 6494 1726853149.89713: when evaluation is False, skipping this task 6494 1726853149.89716: _execute() done 6494 1726853149.89719: dumping result to json 6494 1726853149.89721: done dumping result, returning 6494 1726853149.89728: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled [0affc48f-66db-1e98-6787-000000000276] 6494 1726853149.89730: sending task result for task 0affc48f-66db-1e98-6787-000000000276 6494 1726853149.89827: done sending task result for task 0affc48f-66db-1e98-6787-000000000276 6494 1726853149.89829: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_selinux.status == \"enabled\" and (selinux_state or selinux_policy)", "skip_reason": "Conditional result was False" } 6494 1726853149.89882: no more pending results, returning what we have 6494 1726853149.89886: results queue empty 6494 1726853149.89887: checking for any_errors_fatal 6494 1726853149.89894: done checking for any_errors_fatal 6494 1726853149.89895: checking for max_fail_percentage 6494 1726853149.89897: done checking for max_fail_percentage 6494 1726853149.89897: checking to see if all hosts have failed and the running result is not ok 6494 1726853149.89898: done checking to see if all hosts have failed 6494 1726853149.89899: getting the remaining hosts for this loop 6494 1726853149.89903: done getting the remaining hosts for this loop 6494 1726853149.89907: getting the next task for host managed_node1 6494 1726853149.89914: done getting next task for host managed_node1 6494 1726853149.89918: ^ task is: TASK: fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled 6494 1726853149.89923: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853149.89938: getting variables 6494 1726853149.89941: in VariableManager get_vars() 6494 1726853149.89978: Calling all_inventory to load vars for managed_node1 6494 1726853149.89981: Calling groups_inventory to load vars for managed_node1 6494 1726853149.89983: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853149.89992: Calling all_plugins_play to load vars for managed_node1 6494 1726853149.89995: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853149.89997: Calling groups_plugins_play to load vars for managed_node1 6494 1726853149.90058: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853149.90120: done with get_vars() 6494 1726853149.90127: done getting variables TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled] *** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13 Friday 20 September 2024 13:25:49 -0400 (0:00:00.033) 0:00:24.824 ****** 6494 1726853149.90208: entering _queue_task() for managed_node1/selinux 6494 1726853149.90463: worker is 1 (out of 1 available) 6494 1726853149.90476: exiting _queue_task() for managed_node1/selinux 6494 1726853149.90489: done queuing things up, now waiting for results queue to drain 6494 1726853149.90491: waiting for pending results... 6494 1726853149.90684: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled 6494 1726853149.90785: in run() - task 0affc48f-66db-1e98-6787-000000000277 6494 1726853149.90796: variable 'ansible_search_path' from source: unknown 6494 1726853149.90799: variable 'ansible_search_path' from source: unknown 6494 1726853149.90836: calling self._execute() 6494 1726853149.90896: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853149.90903: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853149.90910: variable 'omit' from source: magic vars 6494 1726853149.91188: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853149.92711: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853149.92760: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853149.92791: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853149.92815: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853149.92836: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853149.92913: variable 'postfix_manage_selinux' from source: include params 6494 1726853149.92927: Evaluated conditional (postfix_manage_selinux | bool): True 6494 1726853149.93042: variable 'ansible_selinux' from source: facts 6494 1726853149.93047: variable 'selinux_state' from source: role '' defaults 6494 1726853149.93062: Evaluated conditional (ansible_selinux.status == "disabled" and selinux_state): False 6494 1726853149.93065: when evaluation is False, skipping this task 6494 1726853149.93067: _execute() done 6494 1726853149.93070: dumping result to json 6494 1726853149.93072: done dumping result, returning 6494 1726853149.93079: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled [0affc48f-66db-1e98-6787-000000000277] 6494 1726853149.93084: sending task result for task 0affc48f-66db-1e98-6787-000000000277 6494 1726853149.93177: done sending task result for task 0affc48f-66db-1e98-6787-000000000277 6494 1726853149.93180: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_selinux.status == \"disabled\" and selinux_state", "skip_reason": "Conditional result was False" } 6494 1726853149.93235: no more pending results, returning what we have 6494 1726853149.93238: results queue empty 6494 1726853149.93239: checking for any_errors_fatal 6494 1726853149.93246: done checking for any_errors_fatal 6494 1726853149.93247: checking for max_fail_percentage 6494 1726853149.93249: done checking for max_fail_percentage 6494 1726853149.93249: checking to see if all hosts have failed and the running result is not ok 6494 1726853149.93250: done checking to see if all hosts have failed 6494 1726853149.93251: getting the remaining hosts for this loop 6494 1726853149.93253: done getting the remaining hosts for this loop 6494 1726853149.93256: getting the next task for host managed_node1 6494 1726853149.93264: done getting next task for host managed_node1 6494 1726853149.93268: ^ task is: TASK: fedora.linux_system_roles.selinux : Set selinux_reboot_required 6494 1726853149.93273: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), 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 6494 1726853149.93290: getting variables 6494 1726853149.93291: in VariableManager get_vars() 6494 1726853149.93330: Calling all_inventory to load vars for managed_node1 6494 1726853149.93341: Calling groups_inventory to load vars for managed_node1 6494 1726853149.93343: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853149.93353: Calling all_plugins_play to load vars for managed_node1 6494 1726853149.93355: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853149.93358: Calling groups_plugins_play to load vars for managed_node1 6494 1726853149.93414: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853149.93475: done with get_vars() 6494 1726853149.93482: done getting variables 6494 1726853149.93525: 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.selinux : Set selinux_reboot_required] ********* task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21 Friday 20 September 2024 13:25:49 -0400 (0:00:00.033) 0:00:24.858 ****** 6494 1726853149.93560: entering _queue_task() for managed_node1/set_fact 6494 1726853149.93805: worker is 1 (out of 1 available) 6494 1726853149.93820: exiting _queue_task() for managed_node1/set_fact 6494 1726853149.93834: done queuing things up, now waiting for results queue to drain 6494 1726853149.93836: waiting for pending results... 6494 1726853149.94025: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.selinux : Set selinux_reboot_required 6494 1726853149.94123: in run() - task 0affc48f-66db-1e98-6787-000000000278 6494 1726853149.94136: variable 'ansible_search_path' from source: unknown 6494 1726853149.94140: variable 'ansible_search_path' from source: unknown 6494 1726853149.94172: calling self._execute() 6494 1726853149.94240: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853149.94244: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853149.94251: variable 'omit' from source: magic vars 6494 1726853149.94520: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853149.96035: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853149.96085: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853149.96114: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853149.96141: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853149.96167: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853149.96240: variable 'postfix_manage_selinux' from source: include params 6494 1726853149.96254: Evaluated conditional (postfix_manage_selinux | bool): True 6494 1726853149.96260: variable 'omit' from source: magic vars 6494 1726853149.96308: variable 'omit' from source: magic vars 6494 1726853149.96427: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6494 1726853149.96697: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6494 1726853149.96730: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6494 1726853149.96755: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6494 1726853149.96776: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6494 1726853149.96840: 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) 6494 1726853149.96858: 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) 6494 1726853149.96876: 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) 6494 1726853149.96895: 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) 6494 1726853149.96949: 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) 6494 1726853149.96967: 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) 6494 1726853149.96987: 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) 6494 1726853149.97014: 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) 6494 1726853149.97025: 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) 6494 1726853149.97114: variable 'selinux_mod_output_enabled' from source: set_fact 6494 1726853149.97122: variable 'selinux_mod_output_disabled' from source: set_fact 6494 1726853149.97162: variable 'omit' from source: magic vars 6494 1726853149.97182: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6494 1726853149.97207: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6494 1726853149.97219: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6494 1726853149.97234: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853149.97243: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853149.97269: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6494 1726853149.97272: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853149.97275: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853149.97340: Set connection var ansible_shell_type to sh 6494 1726853149.97347: Set connection var ansible_pipelining to False 6494 1726853149.97352: Set connection var ansible_shell_executable to /bin/sh 6494 1726853149.97363: Set connection var ansible_timeout to 10 6494 1726853149.97366: Set connection var ansible_connection to ssh 6494 1726853149.97371: Set connection var ansible_module_compression to ZIP_DEFLATED 6494 1726853149.97391: variable 'ansible_shell_executable' from source: unknown 6494 1726853149.97393: variable 'ansible_connection' from source: unknown 6494 1726853149.97396: variable 'ansible_module_compression' from source: unknown 6494 1726853149.97398: variable 'ansible_shell_type' from source: unknown 6494 1726853149.97400: variable 'ansible_shell_executable' from source: unknown 6494 1726853149.97405: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853149.97408: variable 'ansible_pipelining' from source: unknown 6494 1726853149.97410: variable 'ansible_timeout' from source: unknown 6494 1726853149.97412: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853149.97487: 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) 6494 1726853149.97496: variable 'omit' from source: magic vars 6494 1726853149.97503: starting attempt loop 6494 1726853149.97506: running the handler 6494 1726853149.97511: handler run complete 6494 1726853149.97520: attempt loop complete, returning result 6494 1726853149.97522: _execute() done 6494 1726853149.97524: dumping result to json 6494 1726853149.97527: done dumping result, returning 6494 1726853149.97537: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.selinux : Set selinux_reboot_required [0affc48f-66db-1e98-6787-000000000278] 6494 1726853149.97540: sending task result for task 0affc48f-66db-1e98-6787-000000000278 6494 1726853149.97620: done sending task result for task 0affc48f-66db-1e98-6787-000000000278 6494 1726853149.97629: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "selinux_reboot_required": false }, "changed": false } 6494 1726853149.97698: no more pending results, returning what we have 6494 1726853149.97704: results queue empty 6494 1726853149.97704: checking for any_errors_fatal 6494 1726853149.97710: done checking for any_errors_fatal 6494 1726853149.97710: checking for max_fail_percentage 6494 1726853149.97712: done checking for max_fail_percentage 6494 1726853149.97712: checking to see if all hosts have failed and the running result is not ok 6494 1726853149.97713: done checking to see if all hosts have failed 6494 1726853149.97714: getting the remaining hosts for this loop 6494 1726853149.97716: done getting the remaining hosts for this loop 6494 1726853149.97719: getting the next task for host managed_node1 6494 1726853149.97726: done getting next task for host managed_node1 6494 1726853149.97729: ^ task is: TASK: fedora.linux_system_roles.selinux : Fail if reboot is required 6494 1726853149.97737: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), 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 6494 1726853149.97749: getting variables 6494 1726853149.97751: in VariableManager get_vars() 6494 1726853149.97789: Calling all_inventory to load vars for managed_node1 6494 1726853149.97791: Calling groups_inventory to load vars for managed_node1 6494 1726853149.97793: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853149.97805: Calling all_plugins_play to load vars for managed_node1 6494 1726853149.97808: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853149.97810: Calling groups_plugins_play to load vars for managed_node1 6494 1726853149.97867: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853149.97925: done with get_vars() 6494 1726853149.97934: done getting variables 6494 1726853149.97980: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] ********** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:25 Friday 20 September 2024 13:25:49 -0400 (0:00:00.044) 0:00:24.902 ****** 6494 1726853149.98010: entering _queue_task() for managed_node1/fail 6494 1726853149.98259: worker is 1 (out of 1 available) 6494 1726853149.98275: exiting _queue_task() for managed_node1/fail 6494 1726853149.98288: done queuing things up, now waiting for results queue to drain 6494 1726853149.98289: waiting for pending results... 6494 1726853149.98480: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.selinux : Fail if reboot is required 6494 1726853149.98576: in run() - task 0affc48f-66db-1e98-6787-000000000279 6494 1726853149.98590: variable 'ansible_search_path' from source: unknown 6494 1726853149.98594: variable 'ansible_search_path' from source: unknown 6494 1726853149.98625: calling self._execute() 6494 1726853149.98688: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853149.98693: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853149.98703: variable 'omit' from source: magic vars 6494 1726853149.99035: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853150.00505: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853150.00553: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853150.00716: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853150.00744: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853150.00764: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853150.00840: variable 'postfix_manage_selinux' from source: include params 6494 1726853150.00854: Evaluated conditional (postfix_manage_selinux | bool): True 6494 1726853150.00931: variable 'selinux_reboot_required' from source: set_fact 6494 1726853150.00936: Evaluated conditional (selinux_reboot_required): False 6494 1726853150.00940: when evaluation is False, skipping this task 6494 1726853150.00943: _execute() done 6494 1726853150.00945: dumping result to json 6494 1726853150.00948: done dumping result, returning 6494 1726853150.00956: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.selinux : Fail if reboot is required [0affc48f-66db-1e98-6787-000000000279] 6494 1726853150.00959: sending task result for task 0affc48f-66db-1e98-6787-000000000279 6494 1726853150.01055: done sending task result for task 0affc48f-66db-1e98-6787-000000000279 6494 1726853150.01058: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "selinux_reboot_required", "skip_reason": "Conditional result was False" } 6494 1726853150.01109: no more pending results, returning what we have 6494 1726853150.01113: results queue empty 6494 1726853150.01113: checking for any_errors_fatal 6494 1726853150.01119: done checking for any_errors_fatal 6494 1726853150.01120: checking for max_fail_percentage 6494 1726853150.01122: done checking for max_fail_percentage 6494 1726853150.01123: checking to see if all hosts have failed and the running result is not ok 6494 1726853150.01124: done checking to see if all hosts have failed 6494 1726853150.01124: getting the remaining hosts for this loop 6494 1726853150.01126: done getting the remaining hosts for this loop 6494 1726853150.01130: getting the next task for host managed_node1 6494 1726853150.01139: done getting next task for host managed_node1 6494 1726853150.01143: ^ task is: TASK: fedora.linux_system_roles.selinux : Warn if SELinux is disabled 6494 1726853150.01149: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853150.01163: getting variables 6494 1726853150.01165: in VariableManager get_vars() 6494 1726853150.01207: Calling all_inventory to load vars for managed_node1 6494 1726853150.01209: Calling groups_inventory to load vars for managed_node1 6494 1726853150.01212: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853150.01221: Calling all_plugins_play to load vars for managed_node1 6494 1726853150.01224: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853150.01226: Calling groups_plugins_play to load vars for managed_node1 6494 1726853150.01348: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853150.01403: done with get_vars() 6494 1726853150.01410: done getting variables 6494 1726853150.01458: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.selinux : Warn if SELinux is disabled] ********* task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30 Friday 20 September 2024 13:25:50 -0400 (0:00:00.034) 0:00:24.937 ****** 6494 1726853150.01486: entering _queue_task() for managed_node1/debug 6494 1726853150.01736: worker is 1 (out of 1 available) 6494 1726853150.01752: exiting _queue_task() for managed_node1/debug 6494 1726853150.01764: done queuing things up, now waiting for results queue to drain 6494 1726853150.01765: waiting for pending results... 6494 1726853150.01961: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.selinux : Warn if SELinux is disabled 6494 1726853150.02067: in run() - task 0affc48f-66db-1e98-6787-00000000027a 6494 1726853150.02080: variable 'ansible_search_path' from source: unknown 6494 1726853150.02083: variable 'ansible_search_path' from source: unknown 6494 1726853150.02116: calling self._execute() 6494 1726853150.02178: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853150.02182: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853150.02192: variable 'omit' from source: magic vars 6494 1726853150.02473: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853150.03956: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853150.04139: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853150.04169: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853150.04196: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853150.04217: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853150.04290: variable 'postfix_manage_selinux' from source: include params 6494 1726853150.04306: Evaluated conditional (postfix_manage_selinux | bool): True 6494 1726853150.04403: variable 'ansible_selinux' from source: facts 6494 1726853150.04418: Evaluated conditional (ansible_selinux.status == "disabled"): False 6494 1726853150.04422: when evaluation is False, skipping this task 6494 1726853150.04425: _execute() done 6494 1726853150.04427: dumping result to json 6494 1726853150.04430: done dumping result, returning 6494 1726853150.04438: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.selinux : Warn if SELinux is disabled [0affc48f-66db-1e98-6787-00000000027a] 6494 1726853150.04442: sending task result for task 0affc48f-66db-1e98-6787-00000000027a 6494 1726853150.04534: done sending task result for task 0affc48f-66db-1e98-6787-00000000027a 6494 1726853150.04537: WORKER PROCESS EXITING skipping: [managed_node1] => { "false_condition": "ansible_selinux.status == \"disabled\"" } 6494 1726853150.04583: no more pending results, returning what we have 6494 1726853150.04587: results queue empty 6494 1726853150.04588: checking for any_errors_fatal 6494 1726853150.04594: done checking for any_errors_fatal 6494 1726853150.04595: checking for max_fail_percentage 6494 1726853150.04596: done checking for max_fail_percentage 6494 1726853150.04597: checking to see if all hosts have failed and the running result is not ok 6494 1726853150.04598: done checking to see if all hosts have failed 6494 1726853150.04599: getting the remaining hosts for this loop 6494 1726853150.04603: done getting the remaining hosts for this loop 6494 1726853150.04607: getting the next task for host managed_node1 6494 1726853150.04614: done getting next task for host managed_node1 6494 1726853150.04617: ^ task is: TASK: fedora.linux_system_roles.selinux : Drop all local modifications 6494 1726853150.04622: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853150.04637: getting variables 6494 1726853150.04639: in VariableManager get_vars() 6494 1726853150.04679: Calling all_inventory to load vars for managed_node1 6494 1726853150.04681: Calling groups_inventory to load vars for managed_node1 6494 1726853150.04683: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853150.04694: Calling all_plugins_play to load vars for managed_node1 6494 1726853150.04696: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853150.04699: Calling groups_plugins_play to load vars for managed_node1 6494 1726853150.04762: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853150.04822: done with get_vars() 6494 1726853150.04829: done getting variables 6494 1726853150.04877: 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.selinux : Drop all local modifications] ******** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35 Friday 20 September 2024 13:25:50 -0400 (0:00:00.034) 0:00:24.971 ****** 6494 1726853150.04907: entering _queue_task() for managed_node1/command 6494 1726853150.05144: worker is 1 (out of 1 available) 6494 1726853150.05159: exiting _queue_task() for managed_node1/command 6494 1726853150.05171: done queuing things up, now waiting for results queue to drain 6494 1726853150.05172: waiting for pending results... 6494 1726853150.05349: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.selinux : Drop all local modifications 6494 1726853150.05444: in run() - task 0affc48f-66db-1e98-6787-00000000027b 6494 1726853150.05457: variable 'ansible_search_path' from source: unknown 6494 1726853150.05461: variable 'ansible_search_path' from source: unknown 6494 1726853150.05487: calling self._execute() 6494 1726853150.05553: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853150.05557: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853150.05566: variable 'omit' from source: magic vars 6494 1726853150.05838: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853150.07472: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853150.07513: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853150.07541: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853150.07573: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853150.07588: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853150.07660: variable 'postfix_manage_selinux' from source: include params 6494 1726853150.07673: Evaluated conditional (postfix_manage_selinux | bool): True 6494 1726853150.07771: variable 'selinux_all_purge' from source: role '' defaults 6494 1726853150.07778: Evaluated conditional (selinux_all_purge | bool): False 6494 1726853150.07781: when evaluation is False, skipping this task 6494 1726853150.07784: _execute() done 6494 1726853150.07788: dumping result to json 6494 1726853150.07791: done dumping result, returning 6494 1726853150.07802: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.selinux : Drop all local modifications [0affc48f-66db-1e98-6787-00000000027b] 6494 1726853150.07808: sending task result for task 0affc48f-66db-1e98-6787-00000000027b 6494 1726853150.07897: done sending task result for task 0affc48f-66db-1e98-6787-00000000027b 6494 1726853150.07899: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "selinux_all_purge | bool", "skip_reason": "Conditional result was False" } 6494 1726853150.07952: no more pending results, returning what we have 6494 1726853150.07956: results queue empty 6494 1726853150.07956: checking for any_errors_fatal 6494 1726853150.07962: done checking for any_errors_fatal 6494 1726853150.07963: checking for max_fail_percentage 6494 1726853150.07965: done checking for max_fail_percentage 6494 1726853150.07966: checking to see if all hosts have failed and the running result is not ok 6494 1726853150.07967: done checking to see if all hosts have failed 6494 1726853150.07967: getting the remaining hosts for this loop 6494 1726853150.07969: done getting the remaining hosts for this loop 6494 1726853150.07973: getting the next task for host managed_node1 6494 1726853150.07981: done getting next task for host managed_node1 6494 1726853150.07985: ^ task is: TASK: fedora.linux_system_roles.selinux : Purge all SELinux boolean local modifications 6494 1726853150.07990: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853150.08004: getting variables 6494 1726853150.08005: in VariableManager get_vars() 6494 1726853150.08047: Calling all_inventory to load vars for managed_node1 6494 1726853150.08050: Calling groups_inventory to load vars for managed_node1 6494 1726853150.08052: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853150.08062: Calling all_plugins_play to load vars for managed_node1 6494 1726853150.08065: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853150.08067: Calling groups_plugins_play to load vars for managed_node1 6494 1726853150.08120: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853150.08189: done with get_vars() 6494 1726853150.08198: done getting variables 6494 1726853150.08249: 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.selinux : Purge all SELinux boolean local modifications] *** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:43 Friday 20 September 2024 13:25:50 -0400 (0:00:00.033) 0:00:25.005 ****** 6494 1726853150.08275: entering _queue_task() for managed_node1/command 6494 1726853150.08512: worker is 1 (out of 1 available) 6494 1726853150.08527: exiting _queue_task() for managed_node1/command 6494 1726853150.08543: done queuing things up, now waiting for results queue to drain 6494 1726853150.08544: waiting for pending results... 6494 1726853150.08740: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.selinux : Purge all SELinux boolean local modifications 6494 1726853150.08838: in run() - task 0affc48f-66db-1e98-6787-00000000027c 6494 1726853150.08851: variable 'ansible_search_path' from source: unknown 6494 1726853150.08854: variable 'ansible_search_path' from source: unknown 6494 1726853150.08883: calling self._execute() 6494 1726853150.08948: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853150.08951: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853150.08961: variable 'omit' from source: magic vars 6494 1726853150.09239: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853150.10873: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853150.10919: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853150.10947: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853150.10975: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853150.10995: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853150.11069: variable 'postfix_manage_selinux' from source: include params 6494 1726853150.11083: Evaluated conditional (postfix_manage_selinux | bool): True 6494 1726853150.11179: variable 'selinux_booleans_purge' from source: role '' defaults 6494 1726853150.11185: Evaluated conditional (selinux_booleans_purge | bool): False 6494 1726853150.11188: when evaluation is False, skipping this task 6494 1726853150.11191: _execute() done 6494 1726853150.11194: dumping result to json 6494 1726853150.11196: done dumping result, returning 6494 1726853150.11204: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.selinux : Purge all SELinux boolean local modifications [0affc48f-66db-1e98-6787-00000000027c] 6494 1726853150.11210: sending task result for task 0affc48f-66db-1e98-6787-00000000027c 6494 1726853150.11299: done sending task result for task 0affc48f-66db-1e98-6787-00000000027c 6494 1726853150.11302: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "selinux_booleans_purge | bool", "skip_reason": "Conditional result was False" } 6494 1726853150.11348: no more pending results, returning what we have 6494 1726853150.11352: results queue empty 6494 1726853150.11352: checking for any_errors_fatal 6494 1726853150.11358: done checking for any_errors_fatal 6494 1726853150.11359: checking for max_fail_percentage 6494 1726853150.11361: done checking for max_fail_percentage 6494 1726853150.11361: checking to see if all hosts have failed and the running result is not ok 6494 1726853150.11362: done checking to see if all hosts have failed 6494 1726853150.11363: getting the remaining hosts for this loop 6494 1726853150.11365: done getting the remaining hosts for this loop 6494 1726853150.11368: getting the next task for host managed_node1 6494 1726853150.11376: done getting next task for host managed_node1 6494 1726853150.11380: ^ task is: TASK: fedora.linux_system_roles.selinux : Purge all SELinux file context local modifications 6494 1726853150.11385: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853150.11399: getting variables 6494 1726853150.11401: in VariableManager get_vars() 6494 1726853150.11441: Calling all_inventory to load vars for managed_node1 6494 1726853150.11443: Calling groups_inventory to load vars for managed_node1 6494 1726853150.11446: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853150.11457: Calling all_plugins_play to load vars for managed_node1 6494 1726853150.11459: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853150.11462: Calling groups_plugins_play to load vars for managed_node1 6494 1726853150.11513: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853150.11581: done with get_vars() 6494 1726853150.11591: done getting variables 6494 1726853150.11636: 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.selinux : Purge all SELinux file context local modifications] *** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:48 Friday 20 September 2024 13:25:50 -0400 (0:00:00.033) 0:00:25.039 ****** 6494 1726853150.11668: entering _queue_task() for managed_node1/command 6494 1726853150.11895: worker is 1 (out of 1 available) 6494 1726853150.11909: exiting _queue_task() for managed_node1/command 6494 1726853150.11922: done queuing things up, now waiting for results queue to drain 6494 1726853150.11924: waiting for pending results... 6494 1726853150.12115: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.selinux : Purge all SELinux file context local modifications 6494 1726853150.12210: in run() - task 0affc48f-66db-1e98-6787-00000000027d 6494 1726853150.12222: variable 'ansible_search_path' from source: unknown 6494 1726853150.12225: variable 'ansible_search_path' from source: unknown 6494 1726853150.12257: calling self._execute() 6494 1726853150.12321: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853150.12324: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853150.12335: variable 'omit' from source: magic vars 6494 1726853150.12604: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853150.14237: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853150.14282: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853150.14313: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853150.14339: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853150.14360: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853150.14429: variable 'postfix_manage_selinux' from source: include params 6494 1726853150.14444: Evaluated conditional (postfix_manage_selinux | bool): True 6494 1726853150.14535: variable 'selinux_fcontexts_purge' from source: role '' defaults 6494 1726853150.14541: Evaluated conditional (selinux_fcontexts_purge | bool): False 6494 1726853150.14544: when evaluation is False, skipping this task 6494 1726853150.14547: _execute() done 6494 1726853150.14549: dumping result to json 6494 1726853150.14552: done dumping result, returning 6494 1726853150.14559: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.selinux : Purge all SELinux file context local modifications [0affc48f-66db-1e98-6787-00000000027d] 6494 1726853150.14563: sending task result for task 0affc48f-66db-1e98-6787-00000000027d 6494 1726853150.14653: done sending task result for task 0affc48f-66db-1e98-6787-00000000027d 6494 1726853150.14655: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "selinux_fcontexts_purge | bool", "skip_reason": "Conditional result was False" } 6494 1726853150.14699: no more pending results, returning what we have 6494 1726853150.14703: results queue empty 6494 1726853150.14704: checking for any_errors_fatal 6494 1726853150.14710: done checking for any_errors_fatal 6494 1726853150.14711: checking for max_fail_percentage 6494 1726853150.14712: done checking for max_fail_percentage 6494 1726853150.14713: checking to see if all hosts have failed and the running result is not ok 6494 1726853150.14714: done checking to see if all hosts have failed 6494 1726853150.14714: getting the remaining hosts for this loop 6494 1726853150.14716: done getting the remaining hosts for this loop 6494 1726853150.14720: getting the next task for host managed_node1 6494 1726853150.14727: done getting next task for host managed_node1 6494 1726853150.14730: ^ task is: TASK: fedora.linux_system_roles.selinux : Purge all SELinux port local modifications 6494 1726853150.14742: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853150.14756: getting variables 6494 1726853150.14758: in VariableManager get_vars() 6494 1726853150.14794: Calling all_inventory to load vars for managed_node1 6494 1726853150.14797: Calling groups_inventory to load vars for managed_node1 6494 1726853150.14799: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853150.14809: Calling all_plugins_play to load vars for managed_node1 6494 1726853150.14812: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853150.14815: Calling groups_plugins_play to load vars for managed_node1 6494 1726853150.14873: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853150.14929: done with get_vars() 6494 1726853150.14938: done getting variables 6494 1726853150.14985: 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.selinux : Purge all SELinux port local modifications] *** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:53 Friday 20 September 2024 13:25:50 -0400 (0:00:00.033) 0:00:25.072 ****** 6494 1726853150.15013: entering _queue_task() for managed_node1/command 6494 1726853150.15244: worker is 1 (out of 1 available) 6494 1726853150.15259: exiting _queue_task() for managed_node1/command 6494 1726853150.15272: done queuing things up, now waiting for results queue to drain 6494 1726853150.15273: waiting for pending results... 6494 1726853150.15458: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.selinux : Purge all SELinux port local modifications 6494 1726853150.15556: in run() - task 0affc48f-66db-1e98-6787-00000000027e 6494 1726853150.15568: variable 'ansible_search_path' from source: unknown 6494 1726853150.15571: variable 'ansible_search_path' from source: unknown 6494 1726853150.15598: calling self._execute() 6494 1726853150.15728: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853150.15738: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853150.15747: variable 'omit' from source: magic vars 6494 1726853150.15997: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853150.17546: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853150.17595: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853150.17625: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853150.20688: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853150.20712: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853150.20779: variable 'postfix_manage_selinux' from source: include params 6494 1726853150.20791: Evaluated conditional (postfix_manage_selinux | bool): True 6494 1726853150.20883: variable 'selinux_ports_purge' from source: role '' defaults 6494 1726853150.20889: Evaluated conditional (selinux_ports_purge | bool): False 6494 1726853150.20892: when evaluation is False, skipping this task 6494 1726853150.20895: _execute() done 6494 1726853150.20897: dumping result to json 6494 1726853150.20900: done dumping result, returning 6494 1726853150.20906: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.selinux : Purge all SELinux port local modifications [0affc48f-66db-1e98-6787-00000000027e] 6494 1726853150.20909: sending task result for task 0affc48f-66db-1e98-6787-00000000027e 6494 1726853150.20997: done sending task result for task 0affc48f-66db-1e98-6787-00000000027e 6494 1726853150.20999: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "selinux_ports_purge | bool", "skip_reason": "Conditional result was False" } 6494 1726853150.21044: no more pending results, returning what we have 6494 1726853150.21047: results queue empty 6494 1726853150.21048: checking for any_errors_fatal 6494 1726853150.21054: done checking for any_errors_fatal 6494 1726853150.21055: checking for max_fail_percentage 6494 1726853150.21056: done checking for max_fail_percentage 6494 1726853150.21057: checking to see if all hosts have failed and the running result is not ok 6494 1726853150.21058: done checking to see if all hosts have failed 6494 1726853150.21058: getting the remaining hosts for this loop 6494 1726853150.21060: done getting the remaining hosts for this loop 6494 1726853150.21063: getting the next task for host managed_node1 6494 1726853150.21070: done getting next task for host managed_node1 6494 1726853150.21073: ^ task is: TASK: fedora.linux_system_roles.selinux : Purge all SELinux login local modifications 6494 1726853150.21078: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853150.21090: getting variables 6494 1726853150.21092: in VariableManager get_vars() 6494 1726853150.21189: Calling all_inventory to load vars for managed_node1 6494 1726853150.21192: Calling groups_inventory to load vars for managed_node1 6494 1726853150.21194: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853150.21206: Calling all_plugins_play to load vars for managed_node1 6494 1726853150.21209: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853150.21212: Calling groups_plugins_play to load vars for managed_node1 6494 1726853150.21268: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853150.21325: done with get_vars() 6494 1726853150.21335: done getting variables 6494 1726853150.21389: 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.selinux : Purge all SELinux login local modifications] *** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58 Friday 20 September 2024 13:25:50 -0400 (0:00:00.064) 0:00:25.136 ****** 6494 1726853150.21418: entering _queue_task() for managed_node1/command 6494 1726853150.21655: worker is 1 (out of 1 available) 6494 1726853150.21669: exiting _queue_task() for managed_node1/command 6494 1726853150.21681: done queuing things up, now waiting for results queue to drain 6494 1726853150.21682: waiting for pending results... 6494 1726853150.21866: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.selinux : Purge all SELinux login local modifications 6494 1726853150.21950: in run() - task 0affc48f-66db-1e98-6787-00000000027f 6494 1726853150.21962: variable 'ansible_search_path' from source: unknown 6494 1726853150.21965: variable 'ansible_search_path' from source: unknown 6494 1726853150.21992: calling self._execute() 6494 1726853150.22056: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853150.22060: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853150.22069: variable 'omit' from source: magic vars 6494 1726853150.22333: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853150.23927: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853150.24011: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853150.24049: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853150.27840: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853150.27865: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853150.27931: variable 'postfix_manage_selinux' from source: include params 6494 1726853150.27943: Evaluated conditional (postfix_manage_selinux | bool): True 6494 1726853150.28037: variable 'selinux_logins_purge' from source: role '' defaults 6494 1726853150.28041: Evaluated conditional (selinux_logins_purge | bool): False 6494 1726853150.28044: when evaluation is False, skipping this task 6494 1726853150.28046: _execute() done 6494 1726853150.28049: dumping result to json 6494 1726853150.28051: done dumping result, returning 6494 1726853150.28062: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.selinux : Purge all SELinux login local modifications [0affc48f-66db-1e98-6787-00000000027f] 6494 1726853150.28064: sending task result for task 0affc48f-66db-1e98-6787-00000000027f 6494 1726853150.28149: done sending task result for task 0affc48f-66db-1e98-6787-00000000027f 6494 1726853150.28152: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "selinux_logins_purge | bool", "skip_reason": "Conditional result was False" } 6494 1726853150.28213: no more pending results, returning what we have 6494 1726853150.28217: results queue empty 6494 1726853150.28217: checking for any_errors_fatal 6494 1726853150.28224: done checking for any_errors_fatal 6494 1726853150.28224: checking for max_fail_percentage 6494 1726853150.28226: done checking for max_fail_percentage 6494 1726853150.28227: checking to see if all hosts have failed and the running result is not ok 6494 1726853150.28227: done checking to see if all hosts have failed 6494 1726853150.28228: getting the remaining hosts for this loop 6494 1726853150.28230: done getting the remaining hosts for this loop 6494 1726853150.28236: getting the next task for host managed_node1 6494 1726853150.28242: done getting next task for host managed_node1 6494 1726853150.28245: ^ task is: TASK: fedora.linux_system_roles.selinux : Set SELinux booleans 6494 1726853150.28250: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=13, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853150.28264: getting variables 6494 1726853150.28266: in VariableManager get_vars() 6494 1726853150.28301: Calling all_inventory to load vars for managed_node1 6494 1726853150.28304: Calling groups_inventory to load vars for managed_node1 6494 1726853150.28306: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853150.28315: Calling all_plugins_play to load vars for managed_node1 6494 1726853150.28318: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853150.28320: Calling groups_plugins_play to load vars for managed_node1 6494 1726853150.28382: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853150.28451: done with get_vars() 6494 1726853150.28460: done getting variables TASK [fedora.linux_system_roles.selinux : Set SELinux booleans] **************** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:63 Friday 20 September 2024 13:25:50 -0400 (0:00:00.071) 0:00:25.208 ****** 6494 1726853150.28587: entering _queue_task() for managed_node1/seboolean 6494 1726853150.28589: Creating lock for seboolean 6494 1726853150.29000: worker is 1 (out of 1 available) 6494 1726853150.29013: exiting _queue_task() for managed_node1/seboolean 6494 1726853150.29027: done queuing things up, now waiting for results queue to drain 6494 1726853150.29029: waiting for pending results... 6494 1726853150.29331: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.selinux : Set SELinux booleans 6494 1726853150.29415: in run() - task 0affc48f-66db-1e98-6787-000000000280 6494 1726853150.29444: variable 'ansible_search_path' from source: unknown 6494 1726853150.29451: variable 'ansible_search_path' from source: unknown 6494 1726853150.29537: variable 'selinux_booleans' from source: role '' defaults 6494 1726853150.29768: variable 'selinux_booleans' from source: role '' defaults 6494 1726853150.29948: Loaded config def from plugin (lookup/items) 6494 1726853150.29973: Loading LookupModule 'items' from /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup/items.py 6494 1726853150.29982: dumping result to json 6494 1726853150.30081: done dumping result, returning 6494 1726853150.30085: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.selinux : Set SELinux booleans [0affc48f-66db-1e98-6787-000000000280] 6494 1726853150.30087: sending task result for task 0affc48f-66db-1e98-6787-000000000280 6494 1726853150.30173: done sending task result for task 0affc48f-66db-1e98-6787-000000000280 6494 1726853150.30178: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } 6494 1726853150.30230: no more pending results, returning what we have 6494 1726853150.30235: results queue empty 6494 1726853150.30236: checking for any_errors_fatal 6494 1726853150.30244: done checking for any_errors_fatal 6494 1726853150.30244: checking for max_fail_percentage 6494 1726853150.30246: done checking for max_fail_percentage 6494 1726853150.30247: checking to see if all hosts have failed and the running result is not ok 6494 1726853150.30248: done checking to see if all hosts have failed 6494 1726853150.30248: getting the remaining hosts for this loop 6494 1726853150.30250: done getting the remaining hosts for this loop 6494 1726853150.30254: getting the next task for host managed_node1 6494 1726853150.30262: done getting next task for host managed_node1 6494 1726853150.30267: ^ task is: TASK: fedora.linux_system_roles.selinux : Set SELinux file contexts 6494 1726853150.30272: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=14, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853150.30287: getting variables 6494 1726853150.30289: in VariableManager get_vars() 6494 1726853150.30453: Calling all_inventory to load vars for managed_node1 6494 1726853150.30456: Calling groups_inventory to load vars for managed_node1 6494 1726853150.30459: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853150.30470: Calling all_plugins_play to load vars for managed_node1 6494 1726853150.30473: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853150.30475: Calling groups_plugins_play to load vars for managed_node1 6494 1726853150.30657: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853150.30723: done with get_vars() 6494 1726853150.30735: done getting variables TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] *********** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:74 Friday 20 September 2024 13:25:50 -0400 (0:00:00.022) 0:00:25.231 ****** 6494 1726853150.30864: entering _queue_task() for managed_node1/community.general.sefcontext 6494 1726853150.30866: Creating lock for community.general.sefcontext 6494 1726853150.31155: worker is 1 (out of 1 available) 6494 1726853150.31171: exiting _queue_task() for managed_node1/community.general.sefcontext 6494 1726853150.31185: done queuing things up, now waiting for results queue to drain 6494 1726853150.31187: waiting for pending results... 6494 1726853150.31366: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.selinux : Set SELinux file contexts 6494 1726853150.31459: in run() - task 0affc48f-66db-1e98-6787-000000000282 6494 1726853150.31470: variable 'ansible_search_path' from source: unknown 6494 1726853150.31474: variable 'ansible_search_path' from source: unknown 6494 1726853150.31528: variable 'selinux_fcontexts' from source: role '' defaults 6494 1726853150.31687: variable 'selinux_fcontexts' from source: role '' defaults 6494 1726853150.31823: Loaded config def from plugin (lookup/items) 6494 1726853150.31827: Loading LookupModule 'items' from /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup/items.py 6494 1726853150.31841: dumping result to json 6494 1726853150.31845: done dumping result, returning 6494 1726853150.31850: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.selinux : Set SELinux file contexts [0affc48f-66db-1e98-6787-000000000282] 6494 1726853150.31860: sending task result for task 0affc48f-66db-1e98-6787-000000000282 skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } 6494 1726853150.32015: no more pending results, returning what we have 6494 1726853150.32019: results queue empty 6494 1726853150.32020: checking for any_errors_fatal 6494 1726853150.32027: done checking for any_errors_fatal 6494 1726853150.32028: checking for max_fail_percentage 6494 1726853150.32029: done checking for max_fail_percentage 6494 1726853150.32030: checking to see if all hosts have failed and the running result is not ok 6494 1726853150.32031: done checking to see if all hosts have failed 6494 1726853150.32033: getting the remaining hosts for this loop 6494 1726853150.32036: done getting the remaining hosts for this loop 6494 1726853150.32039: getting the next task for host managed_node1 6494 1726853150.32047: done getting next task for host managed_node1 6494 1726853150.32051: ^ task is: TASK: fedora.linux_system_roles.selinux : Set an SELinux label on a port 6494 1726853150.32055: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=15, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853150.32070: getting variables 6494 1726853150.32072: in VariableManager get_vars() 6494 1726853150.32105: Calling all_inventory to load vars for managed_node1 6494 1726853150.32107: Calling groups_inventory to load vars for managed_node1 6494 1726853150.32109: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853150.32118: Calling all_plugins_play to load vars for managed_node1 6494 1726853150.32120: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853150.32122: Calling groups_plugins_play to load vars for managed_node1 6494 1726853150.32167: done sending task result for task 0affc48f-66db-1e98-6787-000000000282 6494 1726853150.32170: WORKER PROCESS EXITING 6494 1726853150.32188: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853150.32230: done with get_vars() 6494 1726853150.32238: done getting variables TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ****** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87 Friday 20 September 2024 13:25:50 -0400 (0:00:00.014) 0:00:25.245 ****** 6494 1726853150.32305: entering _queue_task() for managed_node1/fedora.linux_system_roles.local_seport 6494 1726853150.32306: Creating lock for fedora.linux_system_roles.local_seport 6494 1726853150.32545: worker is 1 (out of 1 available) 6494 1726853150.32558: exiting _queue_task() for managed_node1/fedora.linux_system_roles.local_seport 6494 1726853150.32570: done queuing things up, now waiting for results queue to drain 6494 1726853150.32572: waiting for pending results... 6494 1726853150.32752: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.selinux : Set an SELinux label on a port 6494 1726853150.32834: in run() - task 0affc48f-66db-1e98-6787-000000000284 6494 1726853150.32846: variable 'ansible_search_path' from source: unknown 6494 1726853150.32849: variable 'ansible_search_path' from source: unknown 6494 1726853150.32897: variable 'selinux_ports' from source: include params 6494 1726853150.33055: variable 'selinux_ports' from source: include params 6494 1726853150.33062: variable '_postfix_selinux' from source: set_fact 6494 1726853150.33209: variable '_postfix_selinux' from source: set_fact 6494 1726853150.33841: Loaded config def from plugin (lookup/items) 6494 1726853150.33845: Loading LookupModule 'items' from /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup/items.py 6494 1726853150.33848: variable 'omit' from source: magic vars 6494 1726853150.33850: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853150.33853: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853150.33856: variable 'omit' from source: magic vars 6494 1726853150.34026: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853150.42283: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853150.42375: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853150.42417: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853150.42459: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853150.42488: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853150.42579: variable 'postfix_manage_selinux' from source: include params 6494 1726853150.42597: Evaluated conditional (postfix_manage_selinux | bool): True 6494 1726853150.42610: variable 'omit' from source: magic vars 6494 1726853150.42693: variable 'omit' from source: magic vars 6494 1726853150.42850: variable '__selinux_item' from source: unknown 6494 1726853150.42993: 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) 6494 1726853150.43031: 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) 6494 1726853150.43065: 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) 6494 1726853150.43116: 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) 6494 1726853150.43137: 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) 6494 1726853150.43222: variable '__selinux_item' from source: unknown 6494 1726853150.43312: variable '__selinux_item' from source: unknown 6494 1726853150.43431: variable '__selinux_item' from source: unknown 6494 1726853150.43548: variable '__selinux_item' from source: unknown 6494 1726853150.43650: variable 'ansible_selinux' from source: facts 6494 1726853150.43678: variable 'omit' from source: magic vars 6494 1726853150.43721: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6494 1726853150.43855: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6494 1726853150.43858: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6494 1726853150.43861: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853150.43863: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853150.43865: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6494 1726853150.43867: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853150.43869: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853150.43927: Set connection var ansible_shell_type to sh 6494 1726853150.43940: Set connection var ansible_pipelining to False 6494 1726853150.43950: Set connection var ansible_shell_executable to /bin/sh 6494 1726853150.43963: Set connection var ansible_timeout to 10 6494 1726853150.43975: Set connection var ansible_connection to ssh 6494 1726853150.43987: Set connection var ansible_module_compression to ZIP_DEFLATED 6494 1726853150.44017: variable 'ansible_shell_executable' from source: unknown 6494 1726853150.44027: variable 'ansible_connection' from source: unknown 6494 1726853150.44035: variable 'ansible_module_compression' from source: unknown 6494 1726853150.44041: variable 'ansible_shell_type' from source: unknown 6494 1726853150.44047: variable 'ansible_shell_executable' from source: unknown 6494 1726853150.44052: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853150.44058: variable 'ansible_pipelining' from source: unknown 6494 1726853150.44068: variable 'ansible_timeout' from source: unknown 6494 1726853150.44078: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853150.44207: 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__) 6494 1726853150.44221: variable 'omit' from source: magic vars 6494 1726853150.44234: starting attempt loop 6494 1726853150.44289: running the handler 6494 1726853150.44292: _low_level_execute_command(): starting 6494 1726853150.44293: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6494 1726853150.45070: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853150.45111: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853150.45142: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853150.45173: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853150.45408: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853150.47228: stdout chunk (state=3): >>>/root <<< 6494 1726853150.47381: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853150.47384: stdout chunk (state=3): >>><<< 6494 1726853150.47387: stderr chunk (state=3): >>><<< 6494 1726853150.47409: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853150.47509: _low_level_execute_command(): starting 6494 1726853150.47512: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726853150.474157-7188-194586492063703 `" && echo ansible-tmp-1726853150.474157-7188-194586492063703="` echo /root/.ansible/tmp/ansible-tmp-1726853150.474157-7188-194586492063703 `" ) && sleep 0' 6494 1726853150.48063: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6494 1726853150.48081: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853150.48093: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853150.48111: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6494 1726853150.48127: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 <<< 6494 1726853150.48152: stderr chunk (state=3): >>>debug2: match not found <<< 6494 1726853150.48195: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853150.48277: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853150.48314: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853150.48450: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853150.50769: stdout chunk (state=3): >>>ansible-tmp-1726853150.474157-7188-194586492063703=/root/.ansible/tmp/ansible-tmp-1726853150.474157-7188-194586492063703 <<< 6494 1726853150.50773: stdout chunk (state=3): >>><<< 6494 1726853150.50775: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853150.50777: stderr chunk (state=3): >>><<< 6494 1726853150.50842: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726853150.474157-7188-194586492063703=/root/.ansible/tmp/ansible-tmp-1726853150.474157-7188-194586492063703 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853150.50893: variable 'ansible_module_compression' from source: unknown 6494 1726853150.51082: ANSIBALLZ: Using lock for fedora.linux_system_roles.local_seport 6494 1726853150.51293: ANSIBALLZ: Acquiring lock 6494 1726853150.51297: ANSIBALLZ: Lock acquired: 140161365541616 6494 1726853150.51299: ANSIBALLZ: Creating module 6494 1726853150.65894: ANSIBALLZ: Writing module into payload 6494 1726853150.66004: ANSIBALLZ: Writing module 6494 1726853150.66042: ANSIBALLZ: Renaming module 6494 1726853150.66053: ANSIBALLZ: Done creating module 6494 1726853150.66078: variable 'ansible_facts' from source: unknown 6494 1726853150.66168: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726853150.474157-7188-194586492063703/AnsiballZ_local_seport.py 6494 1726853150.66367: Sending initial data 6494 1726853150.66376: Sent initial data (158 bytes) 6494 1726853150.67063: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6494 1726853150.67083: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853150.67124: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match not found <<< 6494 1726853150.67139: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853150.67239: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853150.67268: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853150.67430: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853150.69248: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6494 1726853150.69476: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6494 1726853150.69639: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6494dydhg1yg/tmpt52w2qpe /root/.ansible/tmp/ansible-tmp-1726853150.474157-7188-194586492063703/AnsiballZ_local_seport.py <<< 6494 1726853150.69643: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726853150.474157-7188-194586492063703/AnsiballZ_local_seport.py" <<< 6494 1726853150.69907: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6494dydhg1yg/tmpt52w2qpe" to remote "/root/.ansible/tmp/ansible-tmp-1726853150.474157-7188-194586492063703/AnsiballZ_local_seport.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726853150.474157-7188-194586492063703/AnsiballZ_local_seport.py" <<< 6494 1726853150.71862: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853150.72149: stderr chunk (state=3): >>><<< 6494 1726853150.72153: stdout chunk (state=3): >>><<< 6494 1726853150.72156: done transferring module to remote 6494 1726853150.72158: _low_level_execute_command(): starting 6494 1726853150.72161: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726853150.474157-7188-194586492063703/ /root/.ansible/tmp/ansible-tmp-1726853150.474157-7188-194586492063703/AnsiballZ_local_seport.py && sleep 0' 6494 1726853150.73757: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853150.73769: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853150.73798: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853150.73964: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853150.76225: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853150.76305: stderr chunk (state=3): >>><<< 6494 1726853150.76309: stdout chunk (state=3): >>><<< 6494 1726853150.76327: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853150.76344: _low_level_execute_command(): starting 6494 1726853150.76357: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726853150.474157-7188-194586492063703/AnsiballZ_local_seport.py && sleep 0' 6494 1726853150.77045: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6494 1726853150.77064: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853150.77080: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853150.77098: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6494 1726853150.77119: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 <<< 6494 1726853150.77131: stderr chunk (state=3): >>>debug2: match not found <<< 6494 1726853150.77158: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853150.77179: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6494 1726853150.77271: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853150.77317: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853150.77440: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853150.79856: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 6494 1726853150.79922: stdout chunk (state=3): >>>import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 6494 1726853150.80057: stdout chunk (state=3): >>>import '_io' # import 'marshal' # import 'posix' # <<< 6494 1726853150.80137: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook <<< 6494 1726853150.80204: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # <<< 6494 1726853150.80291: stdout chunk (state=3): >>># /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 0x7fef0f1bc4d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0f18bb00> <<< 6494 1726853150.80406: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0f1bea50> import '_signal' # import '_abc' # import 'abc' # <<< 6494 1726853150.80425: stdout chunk (state=3): >>>import 'io' # import '_stat' # import 'stat' # <<< 6494 1726853150.80541: stdout chunk (state=3): >>>import '_collections_abc' # <<< 6494 1726853150.80585: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 6494 1726853150.80638: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 6494 1726853150.80670: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0f1cd130> <<< 6494 1726853150.80742: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853150.80770: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0f1cdfa0> <<< 6494 1726853150.80781: stdout chunk (state=3): >>>import 'site' # <<< 6494 1726853150.80863: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 6494 1726853150.81039: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 6494 1726853150.81057: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 6494 1726853150.81073: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 6494 1726853150.81085: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853150.81100: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 6494 1726853150.81149: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 6494 1726853150.81164: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 6494 1726853150.81197: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 6494 1726853150.81206: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0efcbdd0> <<< 6494 1726853150.81238: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 6494 1726853150.81255: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 6494 1726853150.81278: stdout chunk (state=3): >>>import '_operator' # <<< 6494 1726853150.81285: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0efcbfe0> <<< 6494 1726853150.81299: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 6494 1726853150.81324: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 6494 1726853150.81351: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 6494 1726853150.81403: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853150.81425: stdout chunk (state=3): >>>import 'itertools' # <<< 6494 1726853150.81451: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 6494 1726853150.81454: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0f003800> <<< 6494 1726853150.81478: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 6494 1726853150.81483: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 6494 1726853150.81500: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0f003e90> <<< 6494 1726853150.81508: stdout chunk (state=3): >>>import '_collections' # <<< 6494 1726853150.81564: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0efe3aa0> <<< 6494 1726853150.81572: stdout chunk (state=3): >>>import '_functools' # <<< 6494 1726853150.81611: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0efe11c0> <<< 6494 1726853150.81699: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0efc8f80> <<< 6494 1726853150.81740: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 6494 1726853150.81766: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 6494 1726853150.81785: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 6494 1726853150.81812: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 6494 1726853150.81839: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 6494 1726853150.81842: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 6494 1726853150.81876: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0f0237d0> <<< 6494 1726853150.81888: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0f0223f0> <<< 6494 1726853150.81912: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py<<< 6494 1726853150.81934: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0efe2090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0f020b90> <<< 6494 1726853150.81992: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 6494 1726853150.81996: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' <<< 6494 1726853150.82027: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0f058830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0efc8200> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py <<< 6494 1726853150.82042: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 6494 1726853150.82070: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853150.82081: stdout chunk (state=3): >>># 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 0x7fef0f058ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0f058b90> <<< 6494 1726853150.82115: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853150.82119: stdout chunk (state=3): >>># extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fef0f058f50> <<< 6494 1726853150.82126: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0efc6d20> <<< 6494 1726853150.82147: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853150.82174: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 6494 1726853150.82215: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 6494 1726853150.82229: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0f0595b0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0f0592b0> <<< 6494 1726853150.82243: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 6494 1726853150.82270: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 6494 1726853150.82287: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0f05a4b0> <<< 6494 1726853150.82313: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 6494 1726853150.82349: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 6494 1726853150.82372: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 6494 1726853150.82412: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' <<< 6494 1726853150.82428: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0f0706b0> import 'errno' # <<< 6494 1726853150.82471: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853150.82493: stdout chunk (state=3): >>>import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fef0f071d90> <<< 6494 1726853150.82497: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 6494 1726853150.82511: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 6494 1726853150.82545: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 6494 1726853150.82559: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0f072c30> <<< 6494 1726853150.82605: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fef0f073290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0f072180> <<< 6494 1726853150.82641: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 6494 1726853150.82669: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853150.82685: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fef0f073d10> <<< 6494 1726853150.82705: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0f073440> <<< 6494 1726853150.82752: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0f05a420> <<< 6494 1726853150.82779: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 6494 1726853150.82802: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 6494 1726853150.82828: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 6494 1726853150.82846: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 6494 1726853150.82887: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fef0edf7b90> <<< 6494 1726853150.82908: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 6494 1726853150.82948: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853150.83005: stdout chunk (state=3): >>># 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 0x7fef0ee20620> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0ee20380> # 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 0x7fef0ee20650> <<< 6494 1726853150.83008: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 6494 1726853150.83105: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853150.83252: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fef0ee20f50> <<< 6494 1726853150.83380: stdout chunk (state=3): >>># 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 0x7fef0ee218b0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0ee20800> <<< 6494 1726853150.83451: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0edf5d30> # /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' <<< 6494 1726853150.83500: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0ee22c60> <<< 6494 1726853150.83558: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0ee21730> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0f05abd0> <<< 6494 1726853150.83592: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 6494 1726853150.83634: stdout chunk (state=3): >>># 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 <<< 6494 1726853150.83693: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0ee4aff0> <<< 6494 1726853150.83780: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853150.83804: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 6494 1726853150.83806: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 6494 1726853150.83863: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0ee6f3b0> <<< 6494 1726853150.83870: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 6494 1726853150.83906: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 6494 1726853150.83961: stdout chunk (state=3): >>>import 'ntpath' # <<< 6494 1726853150.83995: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0eed01a0> <<< 6494 1726853150.84006: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 6494 1726853150.84038: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 6494 1726853150.84061: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 6494 1726853150.84110: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 6494 1726853150.84203: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0eed2900> <<< 6494 1726853150.84280: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0eed02c0> <<< 6494 1726853150.84325: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0ee9d1c0> <<< 6494 1726853150.84353: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e729280> <<< 6494 1726853150.84367: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0ee6e1b0> <<< 6494 1726853150.84369: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0ee23bc0> <<< 6494 1726853150.84498: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 6494 1726853150.84510: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fef0ee6e7b0> <<< 6494 1726853150.84690: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.local_seport_payload_vc63zq14/ansible_fedora.linux_system_roles.local_seport_payload.zip' <<< 6494 1726853150.84705: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853150.84879: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853150.84895: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 6494 1726853150.84937: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 6494 1726853150.84940: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 6494 1726853150.84991: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 6494 1726853150.85021: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py <<< 6494 1726853150.85063: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e776fc0> import '_typing' # <<< 6494 1726853150.85244: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e759eb0> <<< 6494 1726853150.85248: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e759040> # zipimport: zlib available <<< 6494 1726853150.85283: stdout chunk (state=3): >>>import 'ansible' # <<< 6494 1726853150.85289: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853150.85306: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853150.85312: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853150.85327: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 6494 1726853150.85341: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853150.86814: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853150.88030: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e7752b0> <<< 6494 1726853150.88049: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 6494 1726853150.88059: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853150.88077: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 6494 1726853150.88108: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 6494 1726853150.88131: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 6494 1726853150.88153: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853150.88157: stdout chunk (state=3): >>># 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 0x7fef0e7aa960> <<< 6494 1726853150.88192: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e7aa750> <<< 6494 1726853150.88216: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e7aa060> <<< 6494 1726853150.88252: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 6494 1726853150.88255: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 6494 1726853150.88306: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e7aaa80> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e777c50> import 'atexit' # <<< 6494 1726853150.88336: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853150.88340: stdout chunk (state=3): >>># extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fef0e7ab710> <<< 6494 1726853150.88372: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853150.88376: stdout chunk (state=3): >>># extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fef0e7ab950> <<< 6494 1726853150.88405: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 6494 1726853150.88453: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 6494 1726853150.88459: stdout chunk (state=3): >>>import '_locale' # <<< 6494 1726853150.88526: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e7abe90> <<< 6494 1726853150.88529: stdout chunk (state=3): >>>import 'pwd' # <<< 6494 1726853150.88546: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 6494 1726853150.88567: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 6494 1726853150.88623: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e611be0> <<< 6494 1726853150.88655: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fef0e613800> <<< 6494 1726853150.88676: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 6494 1726853150.88684: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 6494 1726853150.88739: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e6141d0> <<< 6494 1726853150.88750: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 6494 1726853150.88803: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 6494 1726853150.88810: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e6150d0> <<< 6494 1726853150.88842: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 6494 1726853150.88885: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 6494 1726853150.88893: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 6494 1726853150.88907: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 6494 1726853150.88964: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e617dd0> <<< 6494 1726853150.89005: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853150.89015: stdout chunk (state=3): >>># 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 0x7fef0ee23ad0> <<< 6494 1726853150.89047: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e616090> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 6494 1726853150.89086: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 6494 1726853150.89116: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 6494 1726853150.89215: stdout chunk (state=3): >>># /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 0x7fef0e623c80> import '_tokenize' # <<< 6494 1726853150.89325: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e622750> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e6224b0> <<< 6494 1726853150.89358: stdout chunk (state=3): >>># /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' <<< 6494 1726853150.89427: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e622a20> <<< 6494 1726853150.89484: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e6165a0> # 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 0x7fef0e667f80> <<< 6494 1726853150.89512: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e6680b0> <<< 6494 1726853150.89538: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 6494 1726853150.89594: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py <<< 6494 1726853150.89600: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 6494 1726853150.89629: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fef0e669b80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e669940> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 6494 1726853150.89806: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 6494 1726853150.89888: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fef0e66c110> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e66a270> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 6494 1726853150.89968: stdout chunk (state=3): >>># 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' # <<< 6494 1726853150.90050: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e66f740> <<< 6494 1726853150.90189: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e66c200> <<< 6494 1726853150.90244: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fef0e670620> <<< 6494 1726853150.90311: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fef0e670830> <<< 6494 1726853150.90350: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fef0e670ad0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e6682c0> <<< 6494 1726853150.90437: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 6494 1726853150.90468: stdout chunk (state=3): >>># 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 0x7fef0e6f8200> <<< 6494 1726853150.90638: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853150.90691: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fef0e6f9070> <<< 6494 1726853150.90744: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e672990> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fef0e673d40> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e6725d0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 6494 1726853150.90813: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853150.90936: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 6494 1726853150.90940: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 6494 1726853150.90966: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 6494 1726853150.91094: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853150.91216: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853150.91789: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853150.92361: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 6494 1726853150.92370: 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' # <<< 6494 1726853150.92381: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 6494 1726853150.92401: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853150.92460: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853150.92467: stdout chunk (state=3): >>># 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 0x7fef0e5011f0> <<< 6494 1726853150.92544: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 6494 1726853150.92553: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 6494 1726853150.92575: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e501fd0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e6fbd70> <<< 6494 1726853150.92633: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 6494 1726853150.92639: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853150.92656: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853150.92679: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 6494 1726853150.92682: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853150.92856: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853150.93021: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 6494 1726853150.93025: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e502180> <<< 6494 1726853150.93076: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853150.93538: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853150.94020: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853150.94088: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853150.94184: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 6494 1726853150.94191: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853150.94240: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853150.94270: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 6494 1726853150.94339: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853150.94372: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853150.94540: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 6494 1726853150.94564: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853150.94606: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 6494 1726853150.94617: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853150.94921: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853150.95192: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 6494 1726853150.95276: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 6494 1726853150.95285: stdout chunk (state=3): >>>import '_ast' # <<< 6494 1726853150.95372: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e5032c0> <<< 6494 1726853150.95390: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853150.95479: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853150.95561: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 6494 1726853150.95566: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 6494 1726853150.95606: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available <<< 6494 1726853150.95655: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853150.95705: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 6494 1726853150.95717: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853150.95776: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853150.95829: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853150.95891: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853150.95986: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 6494 1726853150.96030: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853150.96161: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fef0e50deb0> <<< 6494 1726853150.96189: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e508b90> <<< 6494 1726853150.96239: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 6494 1726853150.96243: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 6494 1726853150.96246: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853150.96331: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853150.96405: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853150.96444: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853150.96491: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853150.96513: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 6494 1726853150.96539: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 6494 1726853150.96581: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 6494 1726853150.96652: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 6494 1726853150.96674: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 6494 1726853150.96700: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 6494 1726853150.96749: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e602780> <<< 6494 1726853150.96802: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e7e2450> <<< 6494 1726853150.96898: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e50de80> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e502c60> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 6494 1726853150.96938: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853150.96961: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 6494 1726853150.96966: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 6494 1726853150.97015: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 6494 1726853150.97043: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853150.97050: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853150.97064: stdout chunk (state=3): >>>import 'ansible_collections' # <<< 6494 1726853150.97076: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853150.97090: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora' # <<< 6494 1726853150.97111: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853150.97155: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853150.97180: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # # zipimport: zlib available <<< 6494 1726853150.97209: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # # zipimport: zlib available <<< 6494 1726853150.97357: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853151.21431: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/__pycache__/seobject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/seobject.py <<< 6494 1726853151.21505: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/seobject.cpython-312.pyc' <<< 6494 1726853151.21608: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/__pycache__/semanage.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/semanage.py <<< 6494 1726853151.21676: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/__pycache__/semanage.cpython-312.pyc' <<< 6494 1726853151.26168: stdout chunk (state=3): >>># extension module '_semanage' loaded from '/usr/lib64/python3.12/site-packages/_semanage.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853151.26178: stdout chunk (state=3): >>># extension module '_semanage' executed from '/usr/lib64/python3.12/site-packages/_semanage.cpython-312-x86_64-linux-gnu.so' import '_semanage' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fef0e20b410> <<< 6494 1726853151.26182: stdout chunk (state=3): >>>import 'semanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e581b50> <<< 6494 1726853151.26518: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/sepolicy/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/sepolicy/__init__.py <<< 6494 1726853151.26600: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/sepolicy/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853151.26639: stdout chunk (state=3): >>># /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' <<< 6494 1726853151.26673: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e269ee0> <<< 6494 1726853151.26937: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/sepolgen/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/sepolgen/__init__.py # code object from '/usr/lib/python3.12/site-packages/sepolgen/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853151.26963: stdout chunk (state=3): >>>import 'sepolgen' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e26a900> <<< 6494 1726853151.27092: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/sepolgen/__pycache__/defaults.cpython-312.pyc matches /usr/lib/python3.12/site-packages/sepolgen/defaults.py # code object from '/usr/lib/python3.12/site-packages/sepolgen/__pycache__/defaults.cpython-312.pyc' <<< 6494 1726853151.27115: stdout chunk (state=3): >>>import 'sepolgen.defaults' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e26aa50> <<< 6494 1726853151.27189: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/sepolgen/__pycache__/interfaces.cpython-312.pyc matches /usr/lib/python3.12/site-packages/sepolgen/interfaces.py <<< 6494 1726853151.27202: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/sepolgen/__pycache__/interfaces.cpython-312.pyc' <<< 6494 1726853151.27320: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/sepolgen/__pycache__/access.cpython-312.pyc matches /usr/lib/python3.12/site-packages/sepolgen/access.py # code object from '/usr/lib/python3.12/site-packages/sepolgen/__pycache__/access.cpython-312.pyc' <<< 6494 1726853151.27412: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/sepolgen/__pycache__/refpolicy.cpython-312.pyc matches /usr/lib/python3.12/site-packages/sepolgen/refpolicy.py <<< 6494 1726853151.27485: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/sepolgen/__pycache__/refpolicy.cpython-312.pyc' <<< 6494 1726853151.27524: stdout chunk (state=3): >>>import 'sepolgen.refpolicy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e27c770> <<< 6494 1726853151.27624: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/sepolgen/__pycache__/util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/sepolgen/util.py <<< 6494 1726853151.27644: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/sepolgen/__pycache__/util.cpython-312.pyc' <<< 6494 1726853151.27647: stdout chunk (state=3): >>>import 'sepolgen.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e27e5d0> <<< 6494 1726853151.27835: stdout chunk (state=3): >>># extension module 'selinux.audit2why' loaded from '/usr/lib64/python3.12/site-packages/selinux/audit2why.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853151.27842: stdout chunk (state=3): >>># extension module 'selinux.audit2why' executed from '/usr/lib64/python3.12/site-packages/selinux/audit2why.cpython-312-x86_64-linux-gnu.so' import 'selinux.audit2why' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fef0e2b8710> import 'sepolgen.access' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e26bd70> <<< 6494 1726853151.27946: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/sepolgen/__pycache__/objectmodel.cpython-312.pyc matches /usr/lib/python3.12/site-packages/sepolgen/objectmodel.py # code object from '/usr/lib/python3.12/site-packages/sepolgen/__pycache__/objectmodel.cpython-312.pyc' <<< 6494 1726853151.27977: stdout chunk (state=3): >>>import 'sepolgen.objectmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e27c5c0> <<< 6494 1726853151.28048: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/sepolgen/__pycache__/matching.cpython-312.pyc matches /usr/lib/python3.12/site-packages/sepolgen/matching.py <<< 6494 1726853151.28057: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/sepolgen/__pycache__/matching.cpython-312.pyc' import 'sepolgen.matching' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e2b8c50> <<< 6494 1726853151.28234: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/sepolgen/__pycache__/sepolgeni18n.cpython-312.pyc matches /usr/lib/python3.12/site-packages/sepolgen/sepolgeni18n.py # code object from '/usr/lib/python3.12/site-packages/sepolgen/__pycache__/sepolgeni18n.cpython-312.pyc' import 'sepolgen.sepolgeni18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e2b9250> import 'sepolgen.interfaces' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e26acf0> <<< 6494 1726853151.28237: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 6494 1726853151.28387: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 6494 1726853151.28404: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e2b9280> <<< 6494 1726853151.28769: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/__init__.py <<< 6494 1726853151.28791: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853151.28793: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/metadata/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/__init__.py <<< 6494 1726853151.28830: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853151.28856: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/csv.cpython-312.pyc matches /usr/lib64/python3.12/csv.py <<< 6494 1726853151.28881: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/csv.cpython-312.pyc' <<< 6494 1726853151.28925: stdout chunk (state=3): >>># 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 0x7fef0e2d6900> <<< 6494 1726853151.28955: stdout chunk (state=3): >>>import 'csv' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e2d5ca0> <<< 6494 1726853151.28991: stdout chunk (state=3): >>># /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 0x7fef0e2d6e10> <<< 6494 1726853151.29003: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 6494 1726853151.29096: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 6494 1726853151.29108: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 6494 1726853151.29151: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 6494 1726853151.29173: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 6494 1726853151.29181: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 6494 1726853151.29207: stdout chunk (state=3): >>># 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 0x7fef0def93d0> <<< 6494 1726853151.29249: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0def8800> <<< 6494 1726853151.29329: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0dee31d0> <<< 6494 1726853151.29504: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e2d7050> <<< 6494 1726853151.29508: stdout chunk (state=3): >>># /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' <<< 6494 1726853151.29553: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py <<< 6494 1726853151.29556: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 6494 1726853151.29609: stdout chunk (state=3): >>># /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 0x7fef0df07aa0> <<< 6494 1726853151.29658: stdout chunk (state=3): >>># /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' <<< 6494 1726853151.29684: stdout chunk (state=3): >>># /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' <<< 6494 1726853151.29736: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 6494 1726853151.29739: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 6494 1726853151.29811: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0df328d0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0df314c0> <<< 6494 1726853151.29831: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py <<< 6494 1726853151.29896: stdout chunk (state=3): >>># 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 <<< 6494 1726853151.29900: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0df51d60> <<< 6494 1726853151.29959: stdout chunk (state=3): >>># /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' <<< 6494 1726853151.29963: stdout chunk (state=3): >>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0df520f0> # /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' <<< 6494 1726853151.30039: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0df718b0> # /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py <<< 6494 1726853151.30042: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' <<< 6494 1726853151.30055: stdout chunk (state=3): >>>import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0df71940> import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0df33140> <<< 6494 1726853151.30084: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0df30440> <<< 6494 1726853151.30109: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py <<< 6494 1726853151.30114: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' <<< 6494 1726853151.30141: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py <<< 6494 1726853151.30153: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' <<< 6494 1726853151.30212: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0df72ff0> <<< 6494 1726853151.30221: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0df31340> <<< 6494 1726853151.30251: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py <<< 6494 1726853151.30256: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' <<< 6494 1726853151.30277: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0df73ce0> <<< 6494 1726853151.30328: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py <<< 6494 1726853151.30343: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc' import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0df8c3e0> <<< 6494 1726853151.30370: stdout chunk (state=3): >>>import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0df05610> <<< 6494 1726853151.30372: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/metadata/__pycache__/_text.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_text.py <<< 6494 1726853151.30376: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_text.cpython-312.pyc' <<< 6494 1726853151.30400: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/metadata/__pycache__/_functools.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_functools.py <<< 6494 1726853151.30403: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_functools.cpython-312.pyc' import 'importlib.metadata._functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0df8c9b0> import 'importlib.metadata._text' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0df8c650> <<< 6494 1726853151.30428: stdout chunk (state=3): >>>import 'importlib.metadata._adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0dee11c0> <<< 6494 1726853151.30451: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/metadata/__pycache__/_meta.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_meta.py <<< 6494 1726853151.30457: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_meta.cpython-312.pyc' <<< 6494 1726853151.30501: stdout chunk (state=3): >>>import 'importlib.metadata._meta' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0df8cc50> <<< 6494 1726853151.30529: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/metadata/__pycache__/_collections.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_collections.py <<< 6494 1726853151.30535: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_collections.cpython-312.pyc' <<< 6494 1726853151.30563: stdout chunk (state=3): >>>import 'importlib.metadata._collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0df8d2b0> <<< 6494 1726853151.30587: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/metadata/__pycache__/_itertools.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_itertools.py <<< 6494 1726853151.30595: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_itertools.cpython-312.pyc' import 'importlib.metadata._itertools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0df8d850> <<< 6494 1726853151.30612: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/abc.py <<< 6494 1726853151.30618: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/abc.cpython-312.pyc' <<< 6494 1726853151.30650: stdout chunk (state=3): >>># /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' <<< 6494 1726853151.30679: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/resources/__pycache__/_common.cpython-312.pyc matches /usr/lib64/python3.12/importlib/resources/_common.py <<< 6494 1726853151.30685: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/resources/__pycache__/_common.cpython-312.pyc' <<< 6494 1726853151.30715: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/resources/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/resources/abc.py <<< 6494 1726853151.30720: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/resources/__pycache__/abc.cpython-312.pyc' <<< 6494 1726853151.30776: stdout chunk (state=3): >>>import 'importlib.resources.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0df8ef60> <<< 6494 1726853151.30789: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/resources/__pycache__/_adapters.cpython-312.pyc matches /usr/lib64/python3.12/importlib/resources/_adapters.py <<< 6494 1726853151.30824: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/resources/__pycache__/_adapters.cpython-312.pyc' <<< 6494 1726853151.30835: stdout chunk (state=3): >>>import 'importlib.resources._adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0df8f980> <<< 6494 1726853151.30867: stdout chunk (state=3): >>>import 'importlib.resources._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0df8e720> <<< 6494 1726853151.30889: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/resources/__pycache__/_legacy.cpython-312.pyc matches /usr/lib64/python3.12/importlib/resources/_legacy.py <<< 6494 1726853151.30896: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/resources/__pycache__/_legacy.cpython-312.pyc' <<< 6494 1726853151.30913: stdout chunk (state=3): >>>import 'importlib.resources._legacy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0ddaccb0> <<< 6494 1726853151.30919: stdout chunk (state=3): >>>import 'importlib.resources' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0df8e420> <<< 6494 1726853151.30946: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0df8dbe0> <<< 6494 1726853151.31049: stdout chunk (state=3): >>>import 'importlib.metadata' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e2bb230> <<< 6494 1726853151.34522: stdout chunk (state=3): >>># /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 0x7fef0ddae690> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0ddae390> <<< 6494 1726853151.61579: stdout chunk (state=3): >>># extension module 'setools.policyrep' loaded from '/usr/lib64/python3.12/site-packages/setools/policyrep.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853151.62044: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/exception.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/exception.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/exception.cpython-312.pyc' <<< 6494 1726853151.62076: stdout chunk (state=3): >>>import 'setools.exception' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0de29340> <<< 6494 1726853151.62320: stdout chunk (state=3): >>># extension module 'setools.policyrep' executed from '/usr/lib64/python3.12/site-packages/setools/policyrep.cpython-312-x86_64-linux-gnu.so' import 'setools.policyrep' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fef0ddae240> <<< 6494 1726853151.69671: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/query.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/query.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/query.cpython-312.pyc' <<< 6494 1726853151.69718: stdout chunk (state=3): >>>import 'setools.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0de5c350> <<< 6494 1726853151.69771: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/util.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/util.cpython-312.pyc' <<< 6494 1726853151.69808: stdout chunk (state=3): >>>import 'setools.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0de5c5c0> <<< 6494 1726853151.69874: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/boolquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/boolquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/boolquery.cpython-312.pyc' <<< 6494 1726853151.69967: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/mixins.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/mixins.py <<< 6494 1726853151.69971: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/mixins.cpython-312.pyc' <<< 6494 1726853151.69991: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py <<< 6494 1726853151.70035: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc' <<< 6494 1726853151.70097: stdout chunk (state=3): >>>import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0de5d640> <<< 6494 1726853151.74011: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/descriptors.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/descriptors.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/descriptors.cpython-312.pyc' <<< 6494 1726853151.74056: stdout chunk (state=3): >>>import 'setools.descriptors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0de5f500> import 'setools.mixins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0de5d0a0> import 'setools.boolquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0de5cda0> <<< 6494 1726853151.74140: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/categoryquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/categoryquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/categoryquery.cpython-312.pyc' <<< 6494 1726853151.74163: stdout chunk (state=3): >>>import 'setools.categoryquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0de84230> <<< 6494 1726853151.74236: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/commonquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/commonquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/commonquery.cpython-312.pyc' import 'setools.commonquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0de843e0> <<< 6494 1726853151.74312: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/objclassquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/objclassquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/objclassquery.cpython-312.pyc' <<< 6494 1726853151.74346: stdout chunk (state=3): >>>import 'setools.objclassquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0de845c0> <<< 6494 1726853151.74386: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/polcapquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/polcapquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/polcapquery.cpython-312.pyc' <<< 6494 1726853151.74411: stdout chunk (state=3): >>>import 'setools.polcapquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0de84710> <<< 6494 1726853151.74477: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/rolequery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/rolequery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/rolequery.cpython-312.pyc' import 'setools.rolequery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0de848c0> <<< 6494 1726853151.74574: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/sensitivityquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/sensitivityquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/sensitivityquery.cpython-312.pyc' import 'setools.sensitivityquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0de84aa0> <<< 6494 1726853151.74646: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/typequery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/typequery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/typequery.cpython-312.pyc' <<< 6494 1726853151.74674: stdout chunk (state=3): >>>import 'setools.typequery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0de84cb0> <<< 6494 1726853151.74743: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/typeattrquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/typeattrquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/typeattrquery.cpython-312.pyc' <<< 6494 1726853151.74759: stdout chunk (state=3): >>>import 'setools.typeattrquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0de84f20> <<< 6494 1726853151.74837: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/userquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/userquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/userquery.cpython-312.pyc' import 'setools.userquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0de85100> <<< 6494 1726853151.74929: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/mlsrulequery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/mlsrulequery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/mlsrulequery.cpython-312.pyc' import 'setools.mlsrulequery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0de85340> <<< 6494 1726853151.75028: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/rbacrulequery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/rbacrulequery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/rbacrulequery.cpython-312.pyc' <<< 6494 1726853151.75049: stdout chunk (state=3): >>>import 'setools.rbacrulequery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0de855e0> <<< 6494 1726853151.75136: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/terulequery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/terulequery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/terulequery.cpython-312.pyc' <<< 6494 1726853151.75159: stdout chunk (state=3): >>>import 'setools.terulequery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0de858b0> <<< 6494 1726853151.75260: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/constraintquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/constraintquery.py <<< 6494 1726853151.75271: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/constraintquery.cpython-312.pyc' import 'setools.constraintquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0de85d30> <<< 6494 1726853151.75341: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/boundsquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/boundsquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/boundsquery.cpython-312.pyc' <<< 6494 1726853151.75980: stdout chunk (state=3): >>>import 'setools.boundsquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0de85fa0> # /usr/lib64/python3.12/site-packages/setools/__pycache__/defaultquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/defaultquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/defaultquery.cpython-312.pyc' import 'setools.defaultquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0de861e0> <<< 6494 1726853151.75985: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/fsusequery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/fsusequery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/fsusequery.cpython-312.pyc' import 'setools.fsusequery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0de863f0> # /usr/lib64/python3.12/site-packages/setools/__pycache__/genfsconquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/genfsconquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/genfsconquery.cpython-312.pyc' import 'setools.genfsconquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0de86600> <<< 6494 1726853151.76005: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/ibendportconquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/ibendportconquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/ibendportconquery.cpython-312.pyc' import 'setools.ibendportconquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0de86870> # /usr/lib64/python3.12/site-packages/setools/__pycache__/ibpkeyconquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/ibpkeyconquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/ibpkeyconquery.cpython-312.pyc' import 'setools.ibpkeyconquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0de86b10> # /usr/lib64/python3.12/site-packages/setools/__pycache__/initsidquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/initsidquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/initsidquery.cpython-312.pyc' import 'setools.initsidquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0de86f30> # /usr/lib64/python3.12/site-packages/setools/__pycache__/netifconquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/netifconquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/netifconquery.cpython-312.pyc' import 'setools.netifconquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0de870e0> <<< 6494 1726853151.76070: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/nodeconquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/nodeconquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/nodeconquery.cpython-312.pyc' <<< 6494 1726853151.76103: stdout chunk (state=3): >>>import 'setools.nodeconquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0de87290> <<< 6494 1726853151.76210: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/portconquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/portconquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/portconquery.cpython-312.pyc' import 'setools.portconquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0de876e0> <<< 6494 1726853151.76261: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/ioportconquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/ioportconquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/ioportconquery.cpython-312.pyc' <<< 6494 1726853151.76344: stdout chunk (state=3): >>>import 'setools.ioportconquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0de87b60> # /usr/lib64/python3.12/site-packages/setools/__pycache__/iomemconquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/iomemconquery.py <<< 6494 1726853151.76378: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/iomemconquery.cpython-312.pyc' import 'setools.iomemconquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0de87e00> <<< 6494 1726853151.76443: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/pirqconquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/pirqconquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/pirqconquery.cpython-312.pyc' <<< 6494 1726853151.76471: stdout chunk (state=3): >>>import 'setools.pirqconquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0dadc110> <<< 6494 1726853151.76561: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/pcideviceconquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/pcideviceconquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/pcideviceconquery.cpython-312.pyc' import 'setools.pcideviceconquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0dadc410> <<< 6494 1726853151.76641: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/devicetreeconquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/devicetreeconquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/devicetreeconquery.cpython-312.pyc' import 'setools.devicetreeconquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0dadc6b0> <<< 6494 1726853151.76723: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/infoflow.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/infoflow.py <<< 6494 1726853151.76755: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/infoflow.cpython-312.pyc' <<< 6494 1726853151.76862: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/permmap.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/permmap.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/permmap.cpython-312.pyc' <<< 6494 1726853151.77076: stdout chunk (state=3): >>>import 'setools.permmap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0dadd760> <<< 6494 1726853151.77134: stdout chunk (state=3): >>>import 'setools.infoflow' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0dadc860> <<< 6494 1726853151.77247: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/dta.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/dta.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/dta.cpython-312.pyc' <<< 6494 1726853151.77422: stdout chunk (state=3): >>>import 'setools.dta' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0dadeb70> <<< 6494 1726853151.78930: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/__init__.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853151.79094: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/bool.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/bool.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/bool.cpython-312.pyc' <<< 6494 1726853151.79311: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/descriptors.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/descriptors.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/descriptors.cpython-312.pyc' import 'setools.diff.descriptors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0db01520> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/difference.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/difference.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/difference.cpython-312.pyc' <<< 6494 1726853151.79316: stdout chunk (state=3): >>>import 'setools.diff.difference' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0db017f0> <<< 6494 1726853151.79319: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/typing.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/typing.cpython-312.pyc' <<< 6494 1726853151.79676: stdout chunk (state=3): >>>import 'setools.diff.typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0db02450> import 'setools.diff.bool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0db01040> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/bounds.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/bounds.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/bounds.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/types.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/types.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/typeattr.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/typeattr.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/typeattr.cpython-312.pyc' <<< 6494 1726853151.79812: stdout chunk (state=3): >>>import 'setools.diff.typeattr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0db038f0> <<< 6494 1726853151.79953: stdout chunk (state=3): >>>import 'setools.diff.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0db033e0> <<< 6494 1726853151.80043: stdout chunk (state=3): >>>import 'setools.diff.bounds' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0db02f90> <<< 6494 1726853151.80211: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/commons.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/commons.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/commons.cpython-312.pyc' <<< 6494 1726853151.80237: stdout chunk (state=3): >>>import 'setools.diff.commons' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0db24170> <<< 6494 1726853151.80320: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/constraints.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/constraints.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/constraints.cpython-312.pyc' <<< 6494 1726853151.80384: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/objclass.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/objclass.py <<< 6494 1726853151.80416: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/objclass.cpython-312.pyc' <<< 6494 1726853151.80552: stdout chunk (state=3): >>>import 'setools.diff.objclass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0db25e80> <<< 6494 1726853151.80567: stdout chunk (state=3): >>>import 'setools.diff.constraints' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0db24a70> <<< 6494 1726853151.80648: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/default.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/default.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/default.cpython-312.pyc' <<< 6494 1726853151.80757: stdout chunk (state=3): >>>import 'setools.diff.default' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0db26660> <<< 6494 1726853151.80869: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/fsuse.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/fsuse.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/fsuse.cpython-312.pyc' <<< 6494 1726853151.80922: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/context.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/context.cpython-312.pyc' <<< 6494 1726853151.81025: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/mls.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/mls.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/mls.cpython-312.pyc' <<< 6494 1726853151.81278: stdout chunk (state=3): >>>import 'setools.diff.mls' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0db27f50> <<< 6494 1726853151.81358: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/roles.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/roles.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/roles.cpython-312.pyc' <<< 6494 1726853151.81466: stdout chunk (state=3): >>>import 'setools.diff.roles' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0db4e0f0> <<< 6494 1726853151.81549: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/users.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/users.py <<< 6494 1726853151.81553: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/users.cpython-312.pyc' <<< 6494 1726853151.81705: stdout chunk (state=3): >>>import 'setools.diff.users' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0db4ed50> <<< 6494 1726853151.81708: stdout chunk (state=3): >>>import 'setools.diff.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0db27ad0> <<< 6494 1726853151.81786: stdout chunk (state=3): >>>import 'setools.diff.fsuse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0db27260> <<< 6494 1726853151.82038: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/genfscon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/genfscon.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/genfscon.cpython-312.pyc' <<< 6494 1726853151.82060: stdout chunk (state=3): >>>import 'setools.diff.genfscon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0db4fda0> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/ibendportcon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/ibendportcon.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/ibendportcon.cpython-312.pyc' <<< 6494 1726853151.82117: stdout chunk (state=3): >>>import 'setools.diff.ibendportcon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0db746b0> <<< 6494 1726853151.82189: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/ibpkeycon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/ibpkeycon.py <<< 6494 1726853151.82216: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/ibpkeycon.cpython-312.pyc' <<< 6494 1726853151.82276: stdout chunk (state=3): >>>import 'setools.diff.ibpkeycon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0db74890> <<< 6494 1726853151.82347: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/initsid.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/initsid.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/initsid.cpython-312.pyc' <<< 6494 1726853151.82445: stdout chunk (state=3): >>>import 'setools.diff.initsid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0db75250> <<< 6494 1726853151.82521: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/mlsrules.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/mlsrules.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/mlsrules.cpython-312.pyc' <<< 6494 1726853151.82619: stdout chunk (state=3): >>>import 'setools.diff.mlsrules' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0db75430> <<< 6494 1726853151.82694: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/netifcon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/netifcon.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/netifcon.cpython-312.pyc' <<< 6494 1726853151.82820: stdout chunk (state=3): >>>import 'setools.diff.netifcon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0db764e0> <<< 6494 1726853151.82865: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/nodecon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/nodecon.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/nodecon.cpython-312.pyc' <<< 6494 1726853151.82948: stdout chunk (state=3): >>>import 'setools.diff.nodecon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0db76ea0> <<< 6494 1726853151.83051: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/polcap.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/polcap.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/polcap.cpython-312.pyc' import 'setools.diff.polcap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0db77830> <<< 6494 1726853151.83134: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/portcon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/portcon.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/portcon.cpython-312.pyc' <<< 6494 1726853151.83212: stdout chunk (state=3): >>>import 'setools.diff.portcon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0db77a40> <<< 6494 1726853151.83283: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/properties.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/properties.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/properties.cpython-312.pyc' <<< 6494 1726853151.83371: stdout chunk (state=3): >>>import 'setools.diff.properties' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0db90ad0> <<< 6494 1726853151.83535: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/rbacrules.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/rbacrules.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/rbacrules.cpython-312.pyc' <<< 6494 1726853151.83642: stdout chunk (state=3): >>>import 'setools.diff.rbacrules' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0db90440> <<< 6494 1726853151.83724: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/terules.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/terules.py <<< 6494 1726853151.83748: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/terules.cpython-312.pyc' <<< 6494 1726853151.83840: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/conditional.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/conditional.py <<< 6494 1726853151.83856: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/conditional.cpython-312.pyc' import 'setools.diff.conditional' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0db922d0> <<< 6494 1726853151.84200: stdout chunk (state=3): >>>import 'setools.diff.terules' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0db91580> import 'setools.diff' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0db00800> <<< 6494 1726853151.84472: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/checker/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/checker/__init__.py # code object from '/usr/lib64/python3.12/site-packages/setools/checker/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853151.92652: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/checker/__pycache__/assertrbac.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/checker/assertrbac.py # code object from '/usr/lib64/python3.12/site-packages/setools/checker/__pycache__/assertrbac.cpython-312.pyc' <<< 6494 1726853151.92773: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/checker/__pycache__/checkermodule.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/checker/checkermodule.py # code object from '/usr/lib64/python3.12/site-packages/setools/checker/__pycache__/checkermodule.cpython-312.pyc' <<< 6494 1726853151.92934: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/checker/__pycache__/globalkeys.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/checker/globalkeys.py # code object from '/usr/lib64/python3.12/site-packages/setools/checker/__pycache__/globalkeys.cpython-312.pyc' import 'setools.checker.globalkeys' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0dbc0c80> <<< 6494 1726853151.92973: stdout chunk (state=3): >>>import 'setools.checker.checkermodule' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0dbc0a40> <<< 6494 1726853151.93048: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/checker/__pycache__/descriptors.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/checker/descriptors.py <<< 6494 1726853151.93078: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/checker/__pycache__/descriptors.cpython-312.pyc' import 'setools.checker.descriptors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0dbc0e00> import 'setools.checker.assertrbac' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0dbc06e0> <<< 6494 1726853151.93147: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/checker/__pycache__/assertte.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/checker/assertte.py # code object from '/usr/lib64/python3.12/site-packages/setools/checker/__pycache__/assertte.cpython-312.pyc' <<< 6494 1726853151.93169: stdout chunk (state=3): >>>import 'setools.checker.assertte' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0dbc11c0> <<< 6494 1726853151.93245: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/checker/__pycache__/emptyattr.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/checker/emptyattr.py # code object from '/usr/lib64/python3.12/site-packages/setools/checker/__pycache__/emptyattr.cpython-312.pyc' <<< 6494 1726853151.93336: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/checker/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/checker/util.py # code object from '/usr/lib64/python3.12/site-packages/setools/checker/__pycache__/util.cpython-312.pyc' import 'setools.checker.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0dbc19a0> import 'setools.checker.emptyattr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0dbc15b0> <<< 6494 1726853151.93428: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/checker/__pycache__/roexec.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/checker/roexec.py # code object from '/usr/lib64/python3.12/site-packages/setools/checker/__pycache__/roexec.cpython-312.pyc' <<< 6494 1726853151.93499: stdout chunk (state=3): >>>import 'setools.checker.roexec' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0dbc1a30> <<< 6494 1726853151.93536: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/checker/__pycache__/checker.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/checker/checker.py # code object from '/usr/lib64/python3.12/site-packages/setools/checker/__pycache__/checker.cpython-312.pyc' <<< 6494 1726853151.93555: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 6494 1726853151.93599: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 6494 1726853151.93897: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0dbc20f0> import 'setools.checker.checker' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0dbc1e50> import 'setools.checker' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0db253d0> import 'setools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e2ba780> import 'sepolicy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e500290> <<< 6494 1726853152.00684: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/__pycache__/audit.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/audit.py <<< 6494 1726853152.00719: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/__pycache__/audit.cpython-312.pyc' <<< 6494 1726853152.00922: stdout chunk (state=3): >>># extension module '_audit' loaded from '/usr/lib64/python3.12/site-packages/_audit.so' # extension module '_audit' executed from '/usr/lib64/python3.12/site-packages/_audit.so' import '_audit' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fef0d9e5010> <<< 6494 1726853152.00962: stdout chunk (state=3): >>>import 'audit' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0de5cec0> <<< 6494 1726853152.00998: stdout chunk (state=3): >>>import 'seobject' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e59c050> <<< 6494 1726853152.01109: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853156.18895: stdout chunk (state=3): >>> {"ports": ["25"], "proto": "tcp", "setype": "smtp_port_t", "state": "present", "changed": true, "invocation": {"module_args": {"ports": ["25"], "proto": "tcp", "setype": "smtp_port_t", "state": "present", "local": true, "ignore_selinux_state": false, "reload": true}}} <<< 6494 1726853156.18899: stdout chunk (state=3): >>># destroy __main__ <<< 6494 1726853156.19922: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 6494 1726853156.19935: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal <<< 6494 1726853156.20039: stdout chunk (state=3): >>># 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 _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 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 # 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 # cleanup[2] removing ipaddress # cleanup[2] removing 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 # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils<<< 6494 1726853156.20045: stdout chunk (state=3): >>> # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing 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 <<< 6494 1726853156.20056: stdout chunk (state=3): >>># cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # 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<<< 6494 1726853156.20071: 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 # 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 # 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<<< 6494 1726853156.20107: stdout chunk (state=3): >>> # cleanup[2] removing _ast # destroy _ast <<< 6494 1726853156.20147: stdout chunk (state=3): >>># 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 <<< 6494 1726853156.20184: stdout chunk (state=3): >>># 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 <<< 6494 1726853156.20211: stdout chunk (state=3): >>># destroy ansible.module_utils.common.process # cleanup[2] removing gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_collections <<< 6494 1726853156.20239: stdout chunk (state=3): >>># 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.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules # cleanup[2] removing _semanage # cleanup[2] removing semanage # destroy semanage <<< 6494 1726853156.20267: stdout chunk (state=3): >>># cleanup[2] removing glob # cleanup[2] removing sepolgen # destroy sepolgen # cleanup[2] removing sepolgen.defaults # cleanup[2] removing sepolgen.refpolicy # cleanup[2] removing sepolgen.util # cleanup[2] removing selinux.audit2why # cleanup[2] removing sepolgen.access <<< 6494 1726853156.20282: stdout chunk (state=3): >>># cleanup[2] removing sepolgen.objectmodel # cleanup[2] removing sepolgen.matching # cleanup[2] removing sepolgen.sepolgeni18n # destroy sepolgen.sepolgeni18n # cleanup[2] removing sepolgen.interfaces # cleanup[2] removing gzip # cleanup[2] removing _csv # cleanup[2] removing csv # cleanup[2] removing email <<< 6494 1726853156.20313: stdout chunk (state=3): >>># cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing quopri # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.base64mime # 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 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<<< 6494 1726853156.20333: stdout chunk (state=3): >>> # cleanup[2] removing importlib.abc # cleanup[2] removing importlib.metadata # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser <<< 6494 1726853156.20356: stdout chunk (state=3): >>># cleanup[2] removing cython_runtime <<< 6494 1726853156.20389: stdout chunk (state=3): >>># cleanup[2] removing _cython_3_0_9 # destroy _cython_3_0_9 # cleanup[2] removing setools.exception # cleanup[2] removing setools.policyrep # cleanup[2] removing setools.query # cleanup[2] removing setools.util # cleanup[2] removing dataclasses # destroy dataclasses # cleanup[2] removing setools.descriptors # cleanup[2] removing setools.mixins # cleanup[2] removing setools.boolquery # cleanup[2] removing setools.categoryquery # cleanup[2] removing setools.commonquery # cleanup[2] removing setools.objclassquery # cleanup[2] removing setools.polcapquery # cleanup[2] removing setools.rolequery # cleanup[2] removing setools.sensitivityquery # cleanup[2] removing setools.typequery # cleanup[2] removing setools.typeattrquery # cleanup[2] removing setools.userquery # cleanup[2] removing setools.mlsrulequery # cleanup[2] removing setools.rbacrulequery # cleanup[2] removing setools.terulequery # cleanup[2] removing setools.constraintquery # cleanup[2] removing setools.boundsquery # cleanup[2] removing setools.defaultquery # cleanup[2] removing setools.fsusequery # cleanup[2] removing setools.genfsconquery # cleanup[2] removing setools.ibendportconquery # cleanup[2] removing setools.ibpkeyconquery # cleanup[2] removing setools.initsidquery # cleanup[2] removing setools.netifconquery <<< 6494 1726853156.20420: stdout chunk (state=3): >>># cleanup[2] removing setools.nodeconquery # cleanup[2] removing setools.portconquery # cleanup[2] removing setools.ioportconquery # cleanup[2] removing setools.iomemconquery # cleanup[2] removing setools.pirqconquery # cleanup[2] removing setools.pcideviceconquery # cleanup[2] removing setools.devicetreeconquery # cleanup[2] removing setools.permmap # cleanup[2] removing setools.infoflow # cleanup[2] removing setools.dta # cleanup[2] removing setools.diff.descriptors # cleanup[2] removing setools.diff.difference # cleanup[2] removing setools.diff.typing # cleanup[2] removing setools.diff.bool # cleanup[2] removing setools.diff.typeattr # cleanup[2] removing setools.diff.types # cleanup[2] removing setools.diff.bounds # cleanup[2] removing setools.diff.commons # cleanup[2] removing setools.diff.objclass # cleanup[2] removing setools.diff.constraints # cleanup[2] removing setools.diff.default # cleanup[2] removing setools.diff.mls # cleanup[2] removing setools.diff.roles <<< 6494 1726853156.20451: stdout chunk (state=3): >>># cleanup[2] removing setools.diff.users # cleanup[2] removing setools.diff.context # cleanup[2] removing setools.diff.fsuse # cleanup[2] removing setools.diff.genfscon # cleanup[2] removing setools.diff.ibendportcon # cleanup[2] removing setools.diff.ibpkeycon # cleanup[2] removing setools.diff.initsid # cleanup[2] removing setools.diff.mlsrules # cleanup[2] removing setools.diff.netifcon # cleanup[2] removing setools.diff.nodecon # cleanup[2] removing setools.diff.polcap # cleanup[2] removing setools.diff.portcon # cleanup[2] removing setools.diff.properties # cleanup[2] removing setools.diff.rbacrules # cleanup[2] removing setools.diff.conditional # cleanup[2] removing setools.diff.terules # cleanup[2] removing setools.diff # cleanup[2] removing setools.checker.globalkeys # cleanup[2] removing setools.checker.checkermodule # cleanup[2] removing setools.checker.descriptors # cleanup[2] removing setools.checker.assertrbac # cleanup[2] removing setools.checker.assertte # cleanup[2] removing setools.checker.util # cleanup[2] removing setools.checker.emptyattr # cleanup[2] removing setools.checker.roexec # cleanup[2] removing configparser # cleanup[2] removing setools.checker.checker # cleanup[2] removing setools.checker # cleanup[2] removing setools # destroy setools # destroy setools.util # destroy setools.descriptors # destroy setools.boolquery # destroy setools.categoryquery # destroy setools.commonquery # destroy setools.objclassquery # destroy setools.polcapquery # destroy setools.rolequery # destroy setools.sensitivityquery # destroy setools.typequery # destroy setools.typeattrquery # destroy setools.userquery # destroy setools.mlsrulequery # destroy setools.rbacrulequery # destroy setools.terulequery # destroy setools.constraintquery # destroy setools.boundsquery # destroy setools.defaultquery # destroy setools.fsusequery # destroy setools.genfsconquery # destroy setools.ibendportconquery # destroy setools.ibpkeyconquery # destroy setools.initsidquery # destroy setools.netifconquery # destroy setools.nodeconquery # destroy setools.portconquery # destroy setools.ioportconquery # destroy setools.iomemconquery # destroy setools.pirqconquery # destroy setools.pcideviceconquery # destroy setools.devicetreeconquery # destroy setools.permmap # destroy setools.infoflow # destroy setools.dta # destroy setools.diff # destroy setools.checker # destroy setools.checker.globalkeys # destroy setools.checker.checkermodule # destroy setools.checker.descriptors # destroy setools.checker.assertrbac # destroy setools.checker.assertte # destroy setools.checker.util # destroy setools.checker.emptyattr # destroy setools.checker.roexec # destroy setools.checker.checker # cleanup[2] removing sepolicy # cleanup[2] removing _audit # cleanup[2] removing audit # cleanup[2] removing seobject # destroy seobject <<< 6494 1726853156.21210: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 6494 1726853156.21214: stdout chunk (state=3): >>># destroy _blake2 # destroy zipimport # destroy __main__ # 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 <<< 6494 1726853156.21220: stdout chunk (state=3): >>># destroy signal # destroy fcntl <<< 6494 1726853156.21234: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess # destroy uuid <<< 6494 1726853156.21268: stdout chunk (state=3): >>># destroy distro # destroy distro.distro <<< 6494 1726853156.21306: stdout chunk (state=3): >>># destroy argparse # destroy json # destroy shlex # destroy subprocess <<< 6494 1726853156.21322: stdout chunk (state=3): >>># destroy pwd # destroy grp # destroy sepolicy # destroy syslog # destroy audit # destroy glob # destroy sepolgen.defaults # destroy sepolgen.interfaces # destroy gzip # destroy gettext <<< 6494 1726853156.21383: stdout chunk (state=3): >>># destroy sepolgen.matching # destroy sepolgen.refpolicy # destroy string # destroy selinux # destroy sepolgen.access # destroy sepolgen.objectmodel # destroy sepolgen.util # destroy setools.mixins # destroy setools.query <<< 6494 1726853156.21395: stdout chunk (state=3): >>># destroy typing <<< 6494 1726853156.21415: stdout chunk (state=3): >>># destroy setools.diff.descriptors # destroy setools.diff.difference # destroy setools.diff.typing # destroy setools.diff.bool <<< 6494 1726853156.21420: stdout chunk (state=3): >>># destroy setools.diff.typeattr # destroy setools.diff.types # destroy setools.diff.bounds # destroy setools.diff.commons # destroy setools.diff.objclass # destroy setools.diff.constraints # destroy setools.diff.default # destroy setools.diff.mls # destroy setools.diff.roles # destroy setools.diff.users # destroy setools.diff.context # destroy setools.diff.fsuse # destroy setools.diff.genfscon # destroy setools.diff.ibendportcon # destroy setools.diff.ibpkeycon # destroy setools.diff.initsid # destroy setools.diff.mlsrules # destroy setools.diff.netifcon # destroy setools.diff.nodecon # destroy setools.diff.polcap # destroy setools.diff.portcon # destroy setools.diff.properties # destroy setools.diff.rbacrules # destroy setools.diff.conditional # destroy setools.diff.terules <<< 6494 1726853156.21455: stdout chunk (state=3): >>># destroy configparser <<< 6494 1726853156.21523: stdout chunk (state=3): >>># cleanup[3] wiping _audit # cleanup[3] wiping setools.policyrep <<< 6494 1726853156.21536: stdout chunk (state=3): >>># cleanup[3] wiping setools.exception # cleanup[3] wiping cython_runtime # 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 <<< 6494 1726853156.21548: stdout chunk (state=3): >>># destroy tempfile <<< 6494 1726853156.21560: stdout chunk (state=3): >>># cleanup[3] wiping importlib.resources.abc # cleanup[3] wiping email.message # destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email._encoded_words <<< 6494 1726853156.21582: stdout chunk (state=3): >>># destroy base64 # cleanup[3] wiping email._policybase # cleanup[3] wiping email.header # cleanup[3] wiping email.utils # destroy random # destroy socket # destroy urllib # destroy urllib.parse # cleanup[3] wiping email.charset # cleanup[3] wiping email.encoders # cleanup[3] wiping email.errors # cleanup[3] wiping email.quoprimime # cleanup[3] wiping email.base64mime # cleanup[3] wiping email._parseaddr # destroy calendar # cleanup[3] wiping inspect <<< 6494 1726853156.21598: stdout chunk (state=3): >>># destroy ast # destroy dis # destroy token <<< 6494 1726853156.21640: stdout chunk (state=3): >>># cleanup[3] wiping _opcode # 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 selinux.audit2why # cleanup[3] wiping _semanage # cleanup[3] wiping selinux._selinux # cleanup[3] wiping copy # cleanup[3] wiping ctypes._endian <<< 6494 1726853156.21642: 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 array <<< 6494 1726853156.21684: stdout chunk (state=3): >>># cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # destroy traceback # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping textwrap # cleanup[3] wiping linecache # destroy tokenize <<< 6494 1726853156.21688: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform <<< 6494 1726853156.21707: stdout chunk (state=3): >>># cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc <<< 6494 1726853156.21715: stdout chunk (state=3): >>># cleanup[3] wiping encodings.cp437 # cleanup[3] wiping zipfile # destroy zipfile._path # destroy importlib # destroy threading # destroy bz2 <<< 6494 1726853156.21735: stdout chunk (state=3): >>># destroy lzma # cleanup[3] wiping zipfile._path.glob # cleanup[3] wiping pathlib # cleanup[3] wiping ipaddress # cleanup[3] wiping ntpath <<< 6494 1726853156.21747: stdout chunk (state=3): >>># cleanup[3] wiping contextlib # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # destroy fnmatch <<< 6494 1726853156.21787: stdout chunk (state=3): >>># cleanup[3] wiping _lzma # cleanup[3] wiping _bz2 # cleanup[3] wiping _compression # cleanup[3] wiping zlib # cleanup[3] wiping errno <<< 6494 1726853156.21805: stdout chunk (state=3): >>># cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping warnings <<< 6494 1726853156.21818: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping binascii # cleanup[3] wiping struct # 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 <<< 6494 1726853156.21851: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections <<< 6494 1726853156.21895: stdout chunk (state=3): >>># cleanup[3] wiping keyword # 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 <<< 6494 1726853156.21907: 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 # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs <<< 6494 1726853156.21910: stdout chunk (state=3): >>># cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix <<< 6494 1726853156.21958: stdout chunk (state=3): >>># cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux.audit2why # destroy _semanage # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 6494 1726853156.22492: stdout chunk (state=3): >>># destroy sys.monitoring <<< 6494 1726853156.22511: stdout chunk (state=3): >>># destroy _weakref <<< 6494 1726853156.22521: stdout chunk (state=3): >>># destroy linecache <<< 6494 1726853156.22536: stdout chunk (state=3): >>># destroy copyreg <<< 6494 1726853156.22568: stdout chunk (state=3): >>># destroy platform # destroy _uuid<<< 6494 1726853156.22575: stdout chunk (state=3): >>> <<< 6494 1726853156.22591: stdout chunk (state=3): >>># destroy _typing # destroy re._parser # destroy _string <<< 6494 1726853156.22610: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy stat <<< 6494 1726853156.22646: 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 _tokenize # destroy operator # destroy ansible.module_utils.six.moves # destroy inspect # destroy keyword # destroy abc <<< 6494 1726853156.22663: stdout chunk (state=3): >>># destroy logging # destroy copy <<< 6494 1726853156.22676: stdout chunk (state=3): >>># destroy setools.exception <<< 6494 1726853156.22686: stdout chunk (state=3): >>># destroy ntpath <<< 6494 1726853156.22693: stdout chunk (state=3): >>># destroy ipaddress <<< 6494 1726853156.22719: stdout chunk (state=3): >>># destroy _opcode <<< 6494 1726853156.22729: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy importlib.resources # destroy importlib.abc # destroy importlib.metadata <<< 6494 1726853156.22745: stdout chunk (state=3): >>># destroy importlib.resources.abc # destroy importlib.resources._common # destroy _frozen_importlib_external # destroy _imp # destroy marshal # destroy shutil # destroy weakref <<< 6494 1726853156.22767: stdout chunk (state=3): >>># destroy textwrap # destroy email # destroy collections <<< 6494 1726853156.22799: stdout chunk (state=3): >>># destroy zlib # destroy _compression # destroy posixpath # destroy zipfile # destroy contextlib # destroy pathlib # destroy zipfile._path.glob <<< 6494 1726853156.22808: stdout chunk (state=3): >>># destroy _csv <<< 6494 1726853156.22825: stdout chunk (state=3): >>># destroy _bz2 <<< 6494 1726853156.22842: stdout chunk (state=3): >>># destroy _lzma # destroy datetime # destroy locale # destroy warnings # destroy struct # destroy binascii # destroy io # destroy selectors # destroy errno <<< 6494 1726853156.22865: stdout chunk (state=3): >>># destroy array # destroy select <<< 6494 1726853156.22934: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 6494 1726853156.23147: stdout chunk (state=3): >>># destroy _socket # destroy codecs # destroy encodings.aliases <<< 6494 1726853156.23151: stdout chunk (state=3): >>># destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy functools # destroy time # destroy _warnings # destroy math # destroy _bisect <<< 6494 1726853156.23165: stdout chunk (state=3): >>># destroy re <<< 6494 1726853156.23185: stdout chunk (state=3): >>># destroy _random <<< 6494 1726853156.23205: stdout chunk (state=3): >>># destroy _hashlib <<< 6494 1726853156.23211: stdout chunk (state=3): >>># destroy _thread # destroy _collections # destroy itertools # destroy _sre # destroy posix # destroy _io <<< 6494 1726853156.23219: stdout chunk (state=3): >>># clear sys.audit hooks <<< 6494 1726853156.23870: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.41.218 closed. <<< 6494 1726853156.23907: stderr chunk (state=3): >>><<< 6494 1726853156.23909: stdout chunk (state=3): >>><<< 6494 1726853156.24037: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0f1bc4d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0f18bb00> # /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 0x7fef0f1bea50> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0f1cd130> # /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 0x7fef0f1cdfa0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0efcbdd0> # /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 0x7fef0efcbfe0> # /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 0x7fef0f003800> # /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 0x7fef0f003e90> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0efe3aa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0efe11c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0efc8f80> # /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 0x7fef0f0237d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0f0223f0> # /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 0x7fef0efe2090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0f020b90> # /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 0x7fef0f058830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0efc8200> # /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 0x7fef0f058ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0f058b90> # 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 0x7fef0f058f50> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0efc6d20> # /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 0x7fef0f0595b0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0f0592b0> 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 0x7fef0f05a4b0> 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 0x7fef0f0706b0> 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 0x7fef0f071d90> # /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 0x7fef0f072c30> # 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 0x7fef0f073290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0f072180> # /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 0x7fef0f073d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0f073440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0f05a420> # /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 0x7fef0edf7b90> # /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 0x7fef0ee20620> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0ee20380> # 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 0x7fef0ee20650> # /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 0x7fef0ee20f50> # 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 0x7fef0ee218b0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0ee20800> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0edf5d30> # /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 0x7fef0ee22c60> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0ee21730> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0f05abd0> # /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 0x7fef0ee4aff0> # /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 0x7fef0ee6f3b0> # /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 0x7fef0eed01a0> # /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 0x7fef0eed2900> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0eed02c0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0ee9d1c0> # /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 0x7fef0e729280> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0ee6e1b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0ee23bc0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fef0ee6e7b0> # zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.local_seport_payload_vc63zq14/ansible_fedora.linux_system_roles.local_seport_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 0x7fef0e776fc0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e759eb0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e759040> # 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 0x7fef0e7752b0> # /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 0x7fef0e7aa960> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e7aa750> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e7aa060> # /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 0x7fef0e7aaa80> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e777c50> 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 0x7fef0e7ab710> # 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 0x7fef0e7ab950> # /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 0x7fef0e7abe90> 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 0x7fef0e611be0> # 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 0x7fef0e613800> # /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 0x7fef0e6141d0> # /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 0x7fef0e6150d0> # /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 0x7fef0e617dd0> # 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 0x7fef0ee23ad0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e616090> # /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 0x7fef0e623c80> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e622750> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e6224b0> # /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 0x7fef0e622a20> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e6165a0> # 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 0x7fef0e667f80> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e6680b0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fef0e669b80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e669940> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fef0e66c110> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e66a270> # /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 0x7fef0e66f740> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e66c200> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fef0e670620> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fef0e670830> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fef0e670ad0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e6682c0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fef0e6f8200> # 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 0x7fef0e6f9070> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e672990> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fef0e673d40> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e6725d0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fef0e5011f0> # /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 0x7fef0e501fd0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e6fbd70> 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 0x7fef0e502180> # 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 0x7fef0e5032c0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fef0e50deb0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e508b90> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e602780> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e7e2450> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e50de80> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e502c60> # 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_collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/__pycache__/seobject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/seobject.py # code object from '/usr/lib/python3.12/site-packages/__pycache__/seobject.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/__pycache__/semanage.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/semanage.py # code object from '/usr/lib64/python3.12/site-packages/__pycache__/semanage.cpython-312.pyc' # extension module '_semanage' loaded from '/usr/lib64/python3.12/site-packages/_semanage.cpython-312-x86_64-linux-gnu.so' # extension module '_semanage' executed from '/usr/lib64/python3.12/site-packages/_semanage.cpython-312-x86_64-linux-gnu.so' import '_semanage' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fef0e20b410> import 'semanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e581b50> # /usr/lib/python3.12/site-packages/sepolicy/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/sepolicy/__init__.py # code object from '/usr/lib/python3.12/site-packages/sepolicy/__pycache__/__init__.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 0x7fef0e269ee0> # /usr/lib/python3.12/site-packages/sepolgen/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/sepolgen/__init__.py # code object from '/usr/lib/python3.12/site-packages/sepolgen/__pycache__/__init__.cpython-312.pyc' import 'sepolgen' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e26a900> # /usr/lib/python3.12/site-packages/sepolgen/__pycache__/defaults.cpython-312.pyc matches /usr/lib/python3.12/site-packages/sepolgen/defaults.py # code object from '/usr/lib/python3.12/site-packages/sepolgen/__pycache__/defaults.cpython-312.pyc' import 'sepolgen.defaults' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e26aa50> # /usr/lib/python3.12/site-packages/sepolgen/__pycache__/interfaces.cpython-312.pyc matches /usr/lib/python3.12/site-packages/sepolgen/interfaces.py # code object from '/usr/lib/python3.12/site-packages/sepolgen/__pycache__/interfaces.cpython-312.pyc' # /usr/lib/python3.12/site-packages/sepolgen/__pycache__/access.cpython-312.pyc matches /usr/lib/python3.12/site-packages/sepolgen/access.py # code object from '/usr/lib/python3.12/site-packages/sepolgen/__pycache__/access.cpython-312.pyc' # /usr/lib/python3.12/site-packages/sepolgen/__pycache__/refpolicy.cpython-312.pyc matches /usr/lib/python3.12/site-packages/sepolgen/refpolicy.py # code object from '/usr/lib/python3.12/site-packages/sepolgen/__pycache__/refpolicy.cpython-312.pyc' import 'sepolgen.refpolicy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e27c770> # /usr/lib/python3.12/site-packages/sepolgen/__pycache__/util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/sepolgen/util.py # code object from '/usr/lib/python3.12/site-packages/sepolgen/__pycache__/util.cpython-312.pyc' import 'sepolgen.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e27e5d0> # extension module 'selinux.audit2why' loaded from '/usr/lib64/python3.12/site-packages/selinux/audit2why.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux.audit2why' executed from '/usr/lib64/python3.12/site-packages/selinux/audit2why.cpython-312-x86_64-linux-gnu.so' import 'selinux.audit2why' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fef0e2b8710> import 'sepolgen.access' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e26bd70> # /usr/lib/python3.12/site-packages/sepolgen/__pycache__/objectmodel.cpython-312.pyc matches /usr/lib/python3.12/site-packages/sepolgen/objectmodel.py # code object from '/usr/lib/python3.12/site-packages/sepolgen/__pycache__/objectmodel.cpython-312.pyc' import 'sepolgen.objectmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e27c5c0> # /usr/lib/python3.12/site-packages/sepolgen/__pycache__/matching.cpython-312.pyc matches /usr/lib/python3.12/site-packages/sepolgen/matching.py # code object from '/usr/lib/python3.12/site-packages/sepolgen/__pycache__/matching.cpython-312.pyc' import 'sepolgen.matching' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e2b8c50> # /usr/lib/python3.12/site-packages/sepolgen/__pycache__/sepolgeni18n.cpython-312.pyc matches /usr/lib/python3.12/site-packages/sepolgen/sepolgeni18n.py # code object from '/usr/lib/python3.12/site-packages/sepolgen/__pycache__/sepolgeni18n.cpython-312.pyc' import 'sepolgen.sepolgeni18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e2b9250> import 'sepolgen.interfaces' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e26acf0> # /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py # code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e2b9280> # /usr/lib64/python3.12/site-packages/setools/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/__init__.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/__init__.cpython-312.pyc' # /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 0x7fef0e2d6900> import 'csv' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e2d5ca0> # /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 0x7fef0e2d6e10> # /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__/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 0x7fef0def93d0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0def8800> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0dee31d0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e2d7050> # /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 0x7fef0df07aa0> # /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/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 0x7fef0df328d0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0df314c0> # /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' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0df51d60> # /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' import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0df520f0> # /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 0x7fef0df718b0> # /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 0x7fef0df71940> import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0df33140> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0df30440> # /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 0x7fef0df72ff0> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0df31340> # /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 0x7fef0df73ce0> # /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 0x7fef0df8c3e0> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0df05610> # /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 0x7fef0df8c9b0> import 'importlib.metadata._text' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0df8c650> import 'importlib.metadata._adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0dee11c0> # /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 0x7fef0df8cc50> # /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 0x7fef0df8d2b0> # /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 0x7fef0df8d850> # /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/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 0x7fef0df8ef60> # /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 0x7fef0df8f980> import 'importlib.resources._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0df8e720> # /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 0x7fef0ddaccb0> import 'importlib.resources' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0df8e420> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0df8dbe0> import 'importlib.metadata' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e2bb230> # /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 0x7fef0ddae690> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0ddae390> # extension module 'setools.policyrep' loaded from '/usr/lib64/python3.12/site-packages/setools/policyrep.cpython-312-x86_64-linux-gnu.so' # /usr/lib64/python3.12/site-packages/setools/__pycache__/exception.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/exception.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/exception.cpython-312.pyc' import 'setools.exception' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0de29340> # extension module 'setools.policyrep' executed from '/usr/lib64/python3.12/site-packages/setools/policyrep.cpython-312-x86_64-linux-gnu.so' import 'setools.policyrep' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fef0ddae240> # /usr/lib64/python3.12/site-packages/setools/__pycache__/query.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/query.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/query.cpython-312.pyc' import 'setools.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0de5c350> # /usr/lib64/python3.12/site-packages/setools/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/util.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/util.cpython-312.pyc' import 'setools.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0de5c5c0> # /usr/lib64/python3.12/site-packages/setools/__pycache__/boolquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/boolquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/boolquery.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/setools/__pycache__/mixins.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/mixins.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/mixins.cpython-312.pyc' # /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 0x7fef0de5d640> # /usr/lib64/python3.12/site-packages/setools/__pycache__/descriptors.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/descriptors.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/descriptors.cpython-312.pyc' import 'setools.descriptors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0de5f500> import 'setools.mixins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0de5d0a0> import 'setools.boolquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0de5cda0> # /usr/lib64/python3.12/site-packages/setools/__pycache__/categoryquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/categoryquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/categoryquery.cpython-312.pyc' import 'setools.categoryquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0de84230> # /usr/lib64/python3.12/site-packages/setools/__pycache__/commonquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/commonquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/commonquery.cpython-312.pyc' import 'setools.commonquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0de843e0> # /usr/lib64/python3.12/site-packages/setools/__pycache__/objclassquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/objclassquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/objclassquery.cpython-312.pyc' import 'setools.objclassquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0de845c0> # /usr/lib64/python3.12/site-packages/setools/__pycache__/polcapquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/polcapquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/polcapquery.cpython-312.pyc' import 'setools.polcapquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0de84710> # /usr/lib64/python3.12/site-packages/setools/__pycache__/rolequery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/rolequery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/rolequery.cpython-312.pyc' import 'setools.rolequery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0de848c0> # /usr/lib64/python3.12/site-packages/setools/__pycache__/sensitivityquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/sensitivityquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/sensitivityquery.cpython-312.pyc' import 'setools.sensitivityquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0de84aa0> # /usr/lib64/python3.12/site-packages/setools/__pycache__/typequery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/typequery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/typequery.cpython-312.pyc' import 'setools.typequery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0de84cb0> # /usr/lib64/python3.12/site-packages/setools/__pycache__/typeattrquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/typeattrquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/typeattrquery.cpython-312.pyc' import 'setools.typeattrquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0de84f20> # /usr/lib64/python3.12/site-packages/setools/__pycache__/userquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/userquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/userquery.cpython-312.pyc' import 'setools.userquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0de85100> # /usr/lib64/python3.12/site-packages/setools/__pycache__/mlsrulequery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/mlsrulequery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/mlsrulequery.cpython-312.pyc' import 'setools.mlsrulequery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0de85340> # /usr/lib64/python3.12/site-packages/setools/__pycache__/rbacrulequery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/rbacrulequery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/rbacrulequery.cpython-312.pyc' import 'setools.rbacrulequery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0de855e0> # /usr/lib64/python3.12/site-packages/setools/__pycache__/terulequery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/terulequery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/terulequery.cpython-312.pyc' import 'setools.terulequery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0de858b0> # /usr/lib64/python3.12/site-packages/setools/__pycache__/constraintquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/constraintquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/constraintquery.cpython-312.pyc' import 'setools.constraintquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0de85d30> # /usr/lib64/python3.12/site-packages/setools/__pycache__/boundsquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/boundsquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/boundsquery.cpython-312.pyc' import 'setools.boundsquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0de85fa0> # /usr/lib64/python3.12/site-packages/setools/__pycache__/defaultquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/defaultquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/defaultquery.cpython-312.pyc' import 'setools.defaultquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0de861e0> # /usr/lib64/python3.12/site-packages/setools/__pycache__/fsusequery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/fsusequery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/fsusequery.cpython-312.pyc' import 'setools.fsusequery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0de863f0> # /usr/lib64/python3.12/site-packages/setools/__pycache__/genfsconquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/genfsconquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/genfsconquery.cpython-312.pyc' import 'setools.genfsconquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0de86600> # /usr/lib64/python3.12/site-packages/setools/__pycache__/ibendportconquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/ibendportconquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/ibendportconquery.cpython-312.pyc' import 'setools.ibendportconquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0de86870> # /usr/lib64/python3.12/site-packages/setools/__pycache__/ibpkeyconquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/ibpkeyconquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/ibpkeyconquery.cpython-312.pyc' import 'setools.ibpkeyconquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0de86b10> # /usr/lib64/python3.12/site-packages/setools/__pycache__/initsidquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/initsidquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/initsidquery.cpython-312.pyc' import 'setools.initsidquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0de86f30> # /usr/lib64/python3.12/site-packages/setools/__pycache__/netifconquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/netifconquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/netifconquery.cpython-312.pyc' import 'setools.netifconquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0de870e0> # /usr/lib64/python3.12/site-packages/setools/__pycache__/nodeconquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/nodeconquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/nodeconquery.cpython-312.pyc' import 'setools.nodeconquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0de87290> # /usr/lib64/python3.12/site-packages/setools/__pycache__/portconquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/portconquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/portconquery.cpython-312.pyc' import 'setools.portconquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0de876e0> # /usr/lib64/python3.12/site-packages/setools/__pycache__/ioportconquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/ioportconquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/ioportconquery.cpython-312.pyc' import 'setools.ioportconquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0de87b60> # /usr/lib64/python3.12/site-packages/setools/__pycache__/iomemconquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/iomemconquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/iomemconquery.cpython-312.pyc' import 'setools.iomemconquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0de87e00> # /usr/lib64/python3.12/site-packages/setools/__pycache__/pirqconquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/pirqconquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/pirqconquery.cpython-312.pyc' import 'setools.pirqconquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0dadc110> # /usr/lib64/python3.12/site-packages/setools/__pycache__/pcideviceconquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/pcideviceconquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/pcideviceconquery.cpython-312.pyc' import 'setools.pcideviceconquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0dadc410> # /usr/lib64/python3.12/site-packages/setools/__pycache__/devicetreeconquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/devicetreeconquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/devicetreeconquery.cpython-312.pyc' import 'setools.devicetreeconquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0dadc6b0> # /usr/lib64/python3.12/site-packages/setools/__pycache__/infoflow.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/infoflow.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/infoflow.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/setools/__pycache__/permmap.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/permmap.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/permmap.cpython-312.pyc' import 'setools.permmap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0dadd760> import 'setools.infoflow' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0dadc860> # /usr/lib64/python3.12/site-packages/setools/__pycache__/dta.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/dta.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/dta.cpython-312.pyc' import 'setools.dta' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0dadeb70> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/__init__.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/bool.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/bool.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/bool.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/descriptors.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/descriptors.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/descriptors.cpython-312.pyc' import 'setools.diff.descriptors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0db01520> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/difference.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/difference.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/difference.cpython-312.pyc' import 'setools.diff.difference' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0db017f0> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/typing.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/typing.cpython-312.pyc' import 'setools.diff.typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0db02450> import 'setools.diff.bool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0db01040> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/bounds.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/bounds.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/bounds.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/types.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/types.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/typeattr.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/typeattr.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/typeattr.cpython-312.pyc' import 'setools.diff.typeattr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0db038f0> import 'setools.diff.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0db033e0> import 'setools.diff.bounds' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0db02f90> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/commons.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/commons.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/commons.cpython-312.pyc' import 'setools.diff.commons' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0db24170> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/constraints.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/constraints.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/constraints.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/objclass.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/objclass.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/objclass.cpython-312.pyc' import 'setools.diff.objclass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0db25e80> import 'setools.diff.constraints' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0db24a70> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/default.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/default.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/default.cpython-312.pyc' import 'setools.diff.default' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0db26660> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/fsuse.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/fsuse.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/fsuse.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/context.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/context.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/mls.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/mls.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/mls.cpython-312.pyc' import 'setools.diff.mls' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0db27f50> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/roles.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/roles.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/roles.cpython-312.pyc' import 'setools.diff.roles' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0db4e0f0> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/users.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/users.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/users.cpython-312.pyc' import 'setools.diff.users' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0db4ed50> import 'setools.diff.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0db27ad0> import 'setools.diff.fsuse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0db27260> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/genfscon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/genfscon.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/genfscon.cpython-312.pyc' import 'setools.diff.genfscon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0db4fda0> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/ibendportcon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/ibendportcon.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/ibendportcon.cpython-312.pyc' import 'setools.diff.ibendportcon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0db746b0> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/ibpkeycon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/ibpkeycon.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/ibpkeycon.cpython-312.pyc' import 'setools.diff.ibpkeycon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0db74890> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/initsid.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/initsid.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/initsid.cpython-312.pyc' import 'setools.diff.initsid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0db75250> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/mlsrules.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/mlsrules.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/mlsrules.cpython-312.pyc' import 'setools.diff.mlsrules' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0db75430> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/netifcon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/netifcon.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/netifcon.cpython-312.pyc' import 'setools.diff.netifcon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0db764e0> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/nodecon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/nodecon.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/nodecon.cpython-312.pyc' import 'setools.diff.nodecon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0db76ea0> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/polcap.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/polcap.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/polcap.cpython-312.pyc' import 'setools.diff.polcap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0db77830> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/portcon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/portcon.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/portcon.cpython-312.pyc' import 'setools.diff.portcon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0db77a40> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/properties.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/properties.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/properties.cpython-312.pyc' import 'setools.diff.properties' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0db90ad0> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/rbacrules.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/rbacrules.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/rbacrules.cpython-312.pyc' import 'setools.diff.rbacrules' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0db90440> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/terules.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/terules.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/terules.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/conditional.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/conditional.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/conditional.cpython-312.pyc' import 'setools.diff.conditional' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0db922d0> import 'setools.diff.terules' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0db91580> import 'setools.diff' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0db00800> # /usr/lib64/python3.12/site-packages/setools/checker/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/checker/__init__.py # code object from '/usr/lib64/python3.12/site-packages/setools/checker/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/setools/checker/__pycache__/assertrbac.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/checker/assertrbac.py # code object from '/usr/lib64/python3.12/site-packages/setools/checker/__pycache__/assertrbac.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/setools/checker/__pycache__/checkermodule.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/checker/checkermodule.py # code object from '/usr/lib64/python3.12/site-packages/setools/checker/__pycache__/checkermodule.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/setools/checker/__pycache__/globalkeys.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/checker/globalkeys.py # code object from '/usr/lib64/python3.12/site-packages/setools/checker/__pycache__/globalkeys.cpython-312.pyc' import 'setools.checker.globalkeys' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0dbc0c80> import 'setools.checker.checkermodule' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0dbc0a40> # /usr/lib64/python3.12/site-packages/setools/checker/__pycache__/descriptors.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/checker/descriptors.py # code object from '/usr/lib64/python3.12/site-packages/setools/checker/__pycache__/descriptors.cpython-312.pyc' import 'setools.checker.descriptors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0dbc0e00> import 'setools.checker.assertrbac' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0dbc06e0> # /usr/lib64/python3.12/site-packages/setools/checker/__pycache__/assertte.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/checker/assertte.py # code object from '/usr/lib64/python3.12/site-packages/setools/checker/__pycache__/assertte.cpython-312.pyc' import 'setools.checker.assertte' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0dbc11c0> # /usr/lib64/python3.12/site-packages/setools/checker/__pycache__/emptyattr.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/checker/emptyattr.py # code object from '/usr/lib64/python3.12/site-packages/setools/checker/__pycache__/emptyattr.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/setools/checker/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/checker/util.py # code object from '/usr/lib64/python3.12/site-packages/setools/checker/__pycache__/util.cpython-312.pyc' import 'setools.checker.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0dbc19a0> import 'setools.checker.emptyattr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0dbc15b0> # /usr/lib64/python3.12/site-packages/setools/checker/__pycache__/roexec.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/checker/roexec.py # code object from '/usr/lib64/python3.12/site-packages/setools/checker/__pycache__/roexec.cpython-312.pyc' import 'setools.checker.roexec' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0dbc1a30> # /usr/lib64/python3.12/site-packages/setools/checker/__pycache__/checker.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/checker/checker.py # code object from '/usr/lib64/python3.12/site-packages/setools/checker/__pycache__/checker.cpython-312.pyc' # /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 0x7fef0dbc20f0> import 'setools.checker.checker' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0dbc1e50> import 'setools.checker' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0db253d0> import 'setools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e2ba780> import 'sepolicy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e500290> # /usr/lib64/python3.12/site-packages/__pycache__/audit.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/audit.py # code object from '/usr/lib64/python3.12/site-packages/__pycache__/audit.cpython-312.pyc' # extension module '_audit' loaded from '/usr/lib64/python3.12/site-packages/_audit.so' # extension module '_audit' executed from '/usr/lib64/python3.12/site-packages/_audit.so' import '_audit' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fef0d9e5010> import 'audit' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0de5cec0> import 'seobject' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef0e59c050> # zipimport: zlib available {"ports": ["25"], "proto": "tcp", "setype": "smtp_port_t", "state": "present", "changed": true, "invocation": {"module_args": {"ports": ["25"], "proto": "tcp", "setype": "smtp_port_t", "state": "present", "local": true, "ignore_selinux_state": false, "reload": true}}} # 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 # 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 # 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 # 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 # cleanup[2] removing ipaddress # cleanup[2] removing 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 # 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 # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # 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 # 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.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_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.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules # cleanup[2] removing _semanage # cleanup[2] removing semanage # destroy semanage # cleanup[2] removing glob # cleanup[2] removing sepolgen # destroy sepolgen # cleanup[2] removing sepolgen.defaults # cleanup[2] removing sepolgen.refpolicy # cleanup[2] removing sepolgen.util # cleanup[2] removing selinux.audit2why # cleanup[2] removing sepolgen.access # cleanup[2] removing sepolgen.objectmodel # cleanup[2] removing sepolgen.matching # cleanup[2] removing sepolgen.sepolgeni18n # destroy sepolgen.sepolgeni18n # cleanup[2] removing sepolgen.interfaces # cleanup[2] removing gzip # cleanup[2] removing _csv # cleanup[2] removing csv # cleanup[2] removing email # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing quopri # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.base64mime # 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 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 email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing cython_runtime # cleanup[2] removing _cython_3_0_9 # destroy _cython_3_0_9 # cleanup[2] removing setools.exception # cleanup[2] removing setools.policyrep # cleanup[2] removing setools.query # cleanup[2] removing setools.util # cleanup[2] removing dataclasses # destroy dataclasses # cleanup[2] removing setools.descriptors # cleanup[2] removing setools.mixins # cleanup[2] removing setools.boolquery # cleanup[2] removing setools.categoryquery # cleanup[2] removing setools.commonquery # cleanup[2] removing setools.objclassquery # cleanup[2] removing setools.polcapquery # cleanup[2] removing setools.rolequery # cleanup[2] removing setools.sensitivityquery # cleanup[2] removing setools.typequery # cleanup[2] removing setools.typeattrquery # cleanup[2] removing setools.userquery # cleanup[2] removing setools.mlsrulequery # cleanup[2] removing setools.rbacrulequery # cleanup[2] removing setools.terulequery # cleanup[2] removing setools.constraintquery # cleanup[2] removing setools.boundsquery # cleanup[2] removing setools.defaultquery # cleanup[2] removing setools.fsusequery # cleanup[2] removing setools.genfsconquery # cleanup[2] removing setools.ibendportconquery # cleanup[2] removing setools.ibpkeyconquery # cleanup[2] removing setools.initsidquery # cleanup[2] removing setools.netifconquery # cleanup[2] removing setools.nodeconquery # cleanup[2] removing setools.portconquery # cleanup[2] removing setools.ioportconquery # cleanup[2] removing setools.iomemconquery # cleanup[2] removing setools.pirqconquery # cleanup[2] removing setools.pcideviceconquery # cleanup[2] removing setools.devicetreeconquery # cleanup[2] removing setools.permmap # cleanup[2] removing setools.infoflow # cleanup[2] removing setools.dta # cleanup[2] removing setools.diff.descriptors # cleanup[2] removing setools.diff.difference # cleanup[2] removing setools.diff.typing # cleanup[2] removing setools.diff.bool # cleanup[2] removing setools.diff.typeattr # cleanup[2] removing setools.diff.types # cleanup[2] removing setools.diff.bounds # cleanup[2] removing setools.diff.commons # cleanup[2] removing setools.diff.objclass # cleanup[2] removing setools.diff.constraints # cleanup[2] removing setools.diff.default # cleanup[2] removing setools.diff.mls # cleanup[2] removing setools.diff.roles # cleanup[2] removing setools.diff.users # cleanup[2] removing setools.diff.context # cleanup[2] removing setools.diff.fsuse # cleanup[2] removing setools.diff.genfscon # cleanup[2] removing setools.diff.ibendportcon # cleanup[2] removing setools.diff.ibpkeycon # cleanup[2] removing setools.diff.initsid # cleanup[2] removing setools.diff.mlsrules # cleanup[2] removing setools.diff.netifcon # cleanup[2] removing setools.diff.nodecon # cleanup[2] removing setools.diff.polcap # cleanup[2] removing setools.diff.portcon # cleanup[2] removing setools.diff.properties # cleanup[2] removing setools.diff.rbacrules # cleanup[2] removing setools.diff.conditional # cleanup[2] removing setools.diff.terules # cleanup[2] removing setools.diff # cleanup[2] removing setools.checker.globalkeys # cleanup[2] removing setools.checker.checkermodule # cleanup[2] removing setools.checker.descriptors # cleanup[2] removing setools.checker.assertrbac # cleanup[2] removing setools.checker.assertte # cleanup[2] removing setools.checker.util # cleanup[2] removing setools.checker.emptyattr # cleanup[2] removing setools.checker.roexec # cleanup[2] removing configparser # cleanup[2] removing setools.checker.checker # cleanup[2] removing setools.checker # cleanup[2] removing setools # destroy setools # destroy setools.util # destroy setools.descriptors # destroy setools.boolquery # destroy setools.categoryquery # destroy setools.commonquery # destroy setools.objclassquery # destroy setools.polcapquery # destroy setools.rolequery # destroy setools.sensitivityquery # destroy setools.typequery # destroy setools.typeattrquery # destroy setools.userquery # destroy setools.mlsrulequery # destroy setools.rbacrulequery # destroy setools.terulequery # destroy setools.constraintquery # destroy setools.boundsquery # destroy setools.defaultquery # destroy setools.fsusequery # destroy setools.genfsconquery # destroy setools.ibendportconquery # destroy setools.ibpkeyconquery # destroy setools.initsidquery # destroy setools.netifconquery # destroy setools.nodeconquery # destroy setools.portconquery # destroy setools.ioportconquery # destroy setools.iomemconquery # destroy setools.pirqconquery # destroy setools.pcideviceconquery # destroy setools.devicetreeconquery # destroy setools.permmap # destroy setools.infoflow # destroy setools.dta # destroy setools.diff # destroy setools.checker # destroy setools.checker.globalkeys # destroy setools.checker.checkermodule # destroy setools.checker.descriptors # destroy setools.checker.assertrbac # destroy setools.checker.assertte # destroy setools.checker.util # destroy setools.checker.emptyattr # destroy setools.checker.roexec # destroy setools.checker.checker # cleanup[2] removing sepolicy # cleanup[2] removing _audit # cleanup[2] removing audit # cleanup[2] removing seobject # destroy seobject # destroy _sitebuiltins # destroy _blake2 # destroy zipimport # destroy __main__ # 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 signal # destroy fcntl # destroy _signal # destroy _posixsubprocess # destroy uuid # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy shlex # destroy subprocess # destroy pwd # destroy grp # destroy sepolicy # destroy syslog # destroy audit # destroy glob # destroy sepolgen.defaults # destroy sepolgen.interfaces # destroy gzip # destroy gettext # destroy sepolgen.matching # destroy sepolgen.refpolicy # destroy string # destroy selinux # destroy sepolgen.access # destroy sepolgen.objectmodel # destroy sepolgen.util # destroy setools.mixins # destroy setools.query # destroy typing # destroy setools.diff.descriptors # destroy setools.diff.difference # destroy setools.diff.typing # destroy setools.diff.bool # destroy setools.diff.typeattr # destroy setools.diff.types # destroy setools.diff.bounds # destroy setools.diff.commons # destroy setools.diff.objclass # destroy setools.diff.constraints # destroy setools.diff.default # destroy setools.diff.mls # destroy setools.diff.roles # destroy setools.diff.users # destroy setools.diff.context # destroy setools.diff.fsuse # destroy setools.diff.genfscon # destroy setools.diff.ibendportcon # destroy setools.diff.ibpkeycon # destroy setools.diff.initsid # destroy setools.diff.mlsrules # destroy setools.diff.netifcon # destroy setools.diff.nodecon # destroy setools.diff.polcap # destroy setools.diff.portcon # destroy setools.diff.properties # destroy setools.diff.rbacrules # destroy setools.diff.conditional # destroy setools.diff.terules # destroy configparser # cleanup[3] wiping _audit # cleanup[3] wiping setools.policyrep # cleanup[3] wiping setools.exception # cleanup[3] wiping cython_runtime # 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 # destroy tempfile # cleanup[3] wiping importlib.resources.abc # cleanup[3] wiping email.message # destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email._encoded_words # destroy base64 # cleanup[3] wiping email._policybase # cleanup[3] wiping email.header # cleanup[3] wiping email.utils # destroy random # destroy socket # destroy urllib # destroy urllib.parse # cleanup[3] wiping email.charset # cleanup[3] wiping email.encoders # cleanup[3] wiping email.errors # cleanup[3] wiping email.quoprimime # cleanup[3] wiping email.base64mime # cleanup[3] wiping email._parseaddr # destroy calendar # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # 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 selinux.audit2why # cleanup[3] wiping _semanage # 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 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 traceback # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping textwrap # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping zipfile # destroy zipfile._path # destroy importlib # destroy threading # destroy bz2 # destroy lzma # cleanup[3] wiping zipfile._path.glob # cleanup[3] wiping pathlib # cleanup[3] wiping ipaddress # cleanup[3] wiping ntpath # cleanup[3] wiping contextlib # cleanup[3] wiping weakref # 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 _lzma # cleanup[3] wiping _bz2 # cleanup[3] wiping _compression # cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping binascii # cleanup[3] wiping struct # 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 keyword # 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 encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux.audit2why # destroy _semanage # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _weakref # destroy linecache # destroy copyreg # destroy platform # destroy _uuid # destroy _typing # destroy re._parser # destroy _string # destroy ansible.module_utils.six.moves.urllib # destroy stat # 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 _tokenize # destroy operator # destroy ansible.module_utils.six.moves # destroy inspect # destroy keyword # destroy abc # destroy logging # destroy copy # destroy setools.exception # destroy ntpath # destroy ipaddress # destroy _opcode # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy importlib.resources # destroy importlib.abc # destroy importlib.metadata # destroy importlib.resources.abc # destroy importlib.resources._common # destroy _frozen_importlib_external # destroy _imp # destroy marshal # destroy shutil # destroy weakref # destroy textwrap # destroy email # destroy collections # destroy zlib # destroy _compression # destroy posixpath # destroy zipfile # destroy contextlib # destroy pathlib # destroy zipfile._path.glob # destroy _csv # destroy _bz2 # destroy _lzma # destroy datetime # destroy locale # destroy warnings # destroy struct # destroy binascii # destroy io # destroy selectors # destroy errno # destroy array # destroy select # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy _socket # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy functools # destroy time # destroy _warnings # destroy math # destroy _bisect # destroy re # destroy _random # destroy _hashlib # destroy _thread # destroy _collections # destroy itertools # destroy _sre # destroy posix # destroy _io # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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.41.218 closed. [WARNING]: Module invocation had junk after the JSON data: # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # 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 # 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 # 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 # cleanup[2] removing ipaddress # cleanup[2] removing 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 # 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 # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # 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 # 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.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_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.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules # cleanup[2] removing _semanage # cleanup[2] removing semanage # destroy semanage # cleanup[2] removing glob # cleanup[2] removing sepolgen # destroy sepolgen # cleanup[2] removing sepolgen.defaults # cleanup[2] removing sepolgen.refpolicy # cleanup[2] removing sepolgen.util # cleanup[2] removing selinux.audit2why # cleanup[2] removing sepolgen.access # cleanup[2] removing sepolgen.objectmodel # cleanup[2] removing sepolgen.matching # cleanup[2] removing sepolgen.sepolgeni18n # destroy sepolgen.sepolgeni18n # cleanup[2] removing sepolgen.interfaces # cleanup[2] removing gzip # cleanup[2] removing _csv # cleanup[2] removing csv # cleanup[2] removing email # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing quopri # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.base64mime # 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 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 email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing cython_runtime # cleanup[2] removing _cython_3_0_9 # destroy _cython_3_0_9 # cleanup[2] removing setools.exception # cleanup[2] removing setools.policyrep # cleanup[2] removing setools.query # cleanup[2] removing setools.util # cleanup[2] removing dataclasses # destroy dataclasses # cleanup[2] removing setools.descriptors # cleanup[2] removing setools.mixins # cleanup[2] removing setools.boolquery # cleanup[2] removing setools.categoryquery # cleanup[2] removing setools.commonquery # cleanup[2] removing setools.objclassquery # cleanup[2] removing setools.polcapquery # cleanup[2] removing setools.rolequery # cleanup[2] removing setools.sensitivityquery # cleanup[2] removing setools.typequery # cleanup[2] removing setools.typeattrquery # cleanup[2] removing setools.userquery # cleanup[2] removing setools.mlsrulequery # cleanup[2] removing setools.rbacrulequery # cleanup[2] removing setools.terulequery # cleanup[2] removing setools.constraintquery # cleanup[2] removing setools.boundsquery # cleanup[2] removing setools.defaultquery # cleanup[2] removing setools.fsusequery # cleanup[2] removing setools.genfsconquery # cleanup[2] removing setools.ibendportconquery # cleanup[2] removing setools.ibpkeyconquery # cleanup[2] removing setools.initsidquery # cleanup[2] removing setools.netifconquery # cleanup[2] removing setools.nodeconquery # cleanup[2] removing setools.portconquery # cleanup[2] removing setools.ioportconquery # cleanup[2] removing setools.iomemconquery # cleanup[2] removing setools.pirqconquery # cleanup[2] removing setools.pcideviceconquery # cleanup[2] removing setools.devicetreeconquery # cleanup[2] removing setools.permmap # cleanup[2] removing setools.infoflow # cleanup[2] removing setools.dta # cleanup[2] removing setools.diff.descriptors # cleanup[2] removing setools.diff.difference # cleanup[2] removing setools.diff.typing # cleanup[2] removing setools.diff.bool # cleanup[2] removing setools.diff.typeattr # cleanup[2] removing setools.diff.types # cleanup[2] removing setools.diff.bounds # cleanup[2] removing setools.diff.commons # cleanup[2] removing setools.diff.objclass # cleanup[2] removing setools.diff.constraints # cleanup[2] removing setools.diff.default # cleanup[2] removing setools.diff.mls # cleanup[2] removing setools.diff.roles # cleanup[2] removing setools.diff.users # cleanup[2] removing setools.diff.context # cleanup[2] removing setools.diff.fsuse # cleanup[2] removing setools.diff.genfscon # cleanup[2] removing setools.diff.ibendportcon # cleanup[2] removing setools.diff.ibpkeycon # cleanup[2] removing setools.diff.initsid # cleanup[2] removing setools.diff.mlsrules # cleanup[2] removing setools.diff.netifcon # cleanup[2] removing setools.diff.nodecon # cleanup[2] removing setools.diff.polcap # cleanup[2] removing setools.diff.portcon # cleanup[2] removing setools.diff.properties # cleanup[2] removing setools.diff.rbacrules # cleanup[2] removing setools.diff.conditional # cleanup[2] removing setools.diff.terules # cleanup[2] removing setools.diff # cleanup[2] removing setools.checker.globalkeys # cleanup[2] removing setools.checker.checkermodule # cleanup[2] removing setools.checker.descriptors # cleanup[2] removing setools.checker.assertrbac # cleanup[2] removing setools.checker.assertte # cleanup[2] removing setools.checker.util # cleanup[2] removing setools.checker.emptyattr # cleanup[2] removing setools.checker.roexec # cleanup[2] removing configparser # cleanup[2] removing setools.checker.checker # cleanup[2] removing setools.checker # cleanup[2] removing setools # destroy setools # destroy setools.util # destroy setools.descriptors # destroy setools.boolquery # destroy setools.categoryquery # destroy setools.commonquery # destroy setools.objclassquery # destroy setools.polcapquery # destroy setools.rolequery # destroy setools.sensitivityquery # destroy setools.typequery # destroy setools.typeattrquery # destroy setools.userquery # destroy setools.mlsrulequery # destroy setools.rbacrulequery # destroy setools.terulequery # destroy setools.constraintquery # destroy setools.boundsquery # destroy setools.defaultquery # destroy setools.fsusequery # destroy setools.genfsconquery # destroy setools.ibendportconquery # destroy setools.ibpkeyconquery # destroy setools.initsidquery # destroy setools.netifconquery # destroy setools.nodeconquery # destroy setools.portconquery # destroy setools.ioportconquery # destroy setools.iomemconquery # destroy setools.pirqconquery # destroy setools.pcideviceconquery # destroy setools.devicetreeconquery # destroy setools.permmap # destroy setools.infoflow # destroy setools.dta # destroy setools.diff # destroy setools.checker # destroy setools.checker.globalkeys # destroy setools.checker.checkermodule # destroy setools.checker.descriptors # destroy setools.checker.assertrbac # destroy setools.checker.assertte # destroy setools.checker.util # destroy setools.checker.emptyattr # destroy setools.checker.roexec # destroy setools.checker.checker # cleanup[2] removing sepolicy # cleanup[2] removing _audit # cleanup[2] removing audit # cleanup[2] removing seobject # destroy seobject # destroy _sitebuiltins # destroy _blake2 # destroy zipimport # destroy __main__ # 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 signal # destroy fcntl # destroy _signal # destroy _posixsubprocess # destroy uuid # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy shlex # destroy subprocess # destroy pwd # destroy grp # destroy sepolicy # destroy syslog # destroy audit # destroy glob # destroy sepolgen.defaults # destroy sepolgen.interfaces # destroy gzip # destroy gettext # destroy sepolgen.matching # destroy sepolgen.refpolicy # destroy string # destroy selinux # destroy sepolgen.access # destroy sepolgen.objectmodel # destroy sepolgen.util # destroy setools.mixins # destroy setools.query # destroy typing # destroy setools.diff.descriptors # destroy setools.diff.difference # destroy setools.diff.typing # destroy setools.diff.bool # destroy setools.diff.typeattr # destroy setools.diff.types # destroy setools.diff.bounds # destroy setools.diff.commons # destroy setools.diff.objclass # destroy setools.diff.constraints # destroy setools.diff.default # destroy setools.diff.mls # destroy setools.diff.roles # destroy setools.diff.users # destroy setools.diff.context # destroy setools.diff.fsuse # destroy setools.diff.genfscon # destroy setools.diff.ibendportcon # destroy setools.diff.ibpkeycon # destroy setools.diff.initsid # destroy setools.diff.mlsrules # destroy setools.diff.netifcon # destroy setools.diff.nodecon # destroy setools.diff.polcap # destroy setools.diff.portcon # destroy setools.diff.properties # destroy setools.diff.rbacrules # destroy setools.diff.conditional # destroy setools.diff.terules # destroy configparser # cleanup[3] wiping _audit # cleanup[3] wiping setools.policyrep # cleanup[3] wiping setools.exception # cleanup[3] wiping cython_runtime # 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 # destroy tempfile # cleanup[3] wiping importlib.resources.abc # cleanup[3] wiping email.message # destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email._encoded_words # destroy base64 # cleanup[3] wiping email._policybase # cleanup[3] wiping email.header # cleanup[3] wiping email.utils # destroy random # destroy socket # destroy urllib # destroy urllib.parse # cleanup[3] wiping email.charset # cleanup[3] wiping email.encoders # cleanup[3] wiping email.errors # cleanup[3] wiping email.quoprimime # cleanup[3] wiping email.base64mime # cleanup[3] wiping email._parseaddr # destroy calendar # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # 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 selinux.audit2why # cleanup[3] wiping _semanage # 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 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 traceback # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping textwrap # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping zipfile # destroy zipfile._path # destroy importlib # destroy threading # destroy bz2 # destroy lzma # cleanup[3] wiping zipfile._path.glob # cleanup[3] wiping pathlib # cleanup[3] wiping ipaddress # cleanup[3] wiping ntpath # cleanup[3] wiping contextlib # cleanup[3] wiping weakref # 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 _lzma # cleanup[3] wiping _bz2 # cleanup[3] wiping _compression # cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping binascii # cleanup[3] wiping struct # 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 keyword # 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 encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux.audit2why # destroy _semanage # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _weakref # destroy linecache # destroy copyreg # destroy platform # destroy _uuid # destroy _typing # destroy re._parser # destroy _string # destroy ansible.module_utils.six.moves.urllib # destroy stat # 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 _tokenize # destroy operator # destroy ansible.module_utils.six.moves # destroy inspect # destroy keyword # destroy abc # destroy logging # destroy copy # destroy setools.exception # destroy ntpath # destroy ipaddress # destroy _opcode # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy importlib.resources # destroy importlib.abc # destroy importlib.metadata # destroy importlib.resources.abc # destroy importlib.resources._common # destroy _frozen_importlib_external # destroy _imp # destroy marshal # destroy shutil # destroy weakref # destroy textwrap # destroy email # destroy collections # destroy zlib # destroy _compression # destroy posixpath # destroy zipfile # destroy contextlib # destroy pathlib # destroy zipfile._path.glob # destroy _csv # destroy _bz2 # destroy _lzma # destroy datetime # destroy locale # destroy warnings # destroy struct # destroy binascii # destroy io # destroy selectors # destroy errno # destroy array # destroy select # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy _socket # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy functools # destroy time # destroy _warnings # destroy math # destroy _bisect # destroy re # destroy _random # destroy _hashlib # destroy _thread # destroy _collections # destroy itertools # destroy _sre # destroy posix # destroy _io # clear sys.audit hooks 6494 1726853156.25290: done with _execute_module (fedora.linux_system_roles.local_seport, {'ports': '25', 'proto': 'tcp', 'setype': 'smtp_port_t', 'state': 'present', 'local': 'true', 'ignore_selinux_state': False, '_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': 'fedora.linux_system_roles.local_seport', '_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-1726853150.474157-7188-194586492063703/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6494 1726853156.25296: _low_level_execute_command(): starting 6494 1726853156.25300: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726853150.474157-7188-194586492063703/ > /dev/null 2>&1 && sleep 0' 6494 1726853156.25303: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6494 1726853156.25306: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853156.25310: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853156.25313: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6494 1726853156.25315: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 <<< 6494 1726853156.25317: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853156.25320: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853156.25322: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853156.25327: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853156.25356: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853156.28013: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853156.28049: stderr chunk (state=3): >>><<< 6494 1726853156.28053: stdout chunk (state=3): >>><<< 6494 1726853156.28066: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853156.28072: handler run complete 6494 1726853156.28090: attempt loop complete, returning result 6494 1726853156.28107: variable '__selinux_item' from source: unknown 6494 1726853156.28187: variable '__selinux_item' from source: unknown changed: [managed_node1] => (item={'ports': '25', 'proto': 'tcp', 'setype': 'smtp_port_t', 'state': 'present', 'local': 'true'}) => { "__selinux_item": { "local": "true", "ports": "25", "proto": "tcp", "setype": "smtp_port_t", "state": "present" }, "ansible_loop_var": "__selinux_item", "changed": true, "ports": [ "25" ], "proto": "tcp", "setype": "smtp_port_t", "state": "present" } 6494 1726853156.28574: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853156.28578: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853156.28580: variable 'omit' from source: magic vars 6494 1726853156.28583: variable 'postfix_manage_selinux' from source: include params 6494 1726853156.28585: Evaluated conditional (postfix_manage_selinux | bool): True 6494 1726853156.28587: variable 'omit' from source: magic vars 6494 1726853156.28588: variable 'omit' from source: magic vars 6494 1726853156.28639: variable '__selinux_item' from source: unknown 6494 1726853156.28750: 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) 6494 1726853156.28816: 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) 6494 1726853156.28819: 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) 6494 1726853156.28840: 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) 6494 1726853156.28922: 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) 6494 1726853156.28950: variable '__selinux_item' from source: unknown 6494 1726853156.29043: variable '__selinux_item' from source: unknown 6494 1726853156.29117: variable '__selinux_item' from source: unknown 6494 1726853156.29199: variable '__selinux_item' from source: unknown 6494 1726853156.29265: variable 'ansible_selinux' from source: facts 6494 1726853156.29282: variable 'omit' from source: magic vars 6494 1726853156.29350: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6494 1726853156.29353: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853156.29356: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853156.29358: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6494 1726853156.29360: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853156.29362: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853156.29411: Set connection var ansible_shell_type to sh 6494 1726853156.29416: Set connection var ansible_pipelining to False 6494 1726853156.29424: Set connection var ansible_shell_executable to /bin/sh 6494 1726853156.29427: Set connection var ansible_timeout to 10 6494 1726853156.29433: Set connection var ansible_connection to ssh 6494 1726853156.29440: Set connection var ansible_module_compression to ZIP_DEFLATED 6494 1726853156.29460: variable 'ansible_shell_executable' from source: unknown 6494 1726853156.29463: variable 'ansible_connection' from source: unknown 6494 1726853156.29465: variable 'ansible_module_compression' from source: unknown 6494 1726853156.29467: variable 'ansible_shell_type' from source: unknown 6494 1726853156.29469: variable 'ansible_shell_executable' from source: unknown 6494 1726853156.29471: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853156.29476: variable 'ansible_pipelining' from source: unknown 6494 1726853156.29478: variable 'ansible_timeout' from source: unknown 6494 1726853156.29482: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853156.29552: 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) 6494 1726853156.29561: variable 'omit' from source: magic vars 6494 1726853156.29564: starting attempt loop 6494 1726853156.29567: running the handler 6494 1726853156.29576: _low_level_execute_command(): starting 6494 1726853156.29578: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6494 1726853156.30080: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853156.30083: 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.41.218 originally 10.31.41.218 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853156.30086: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 is address debug1: re-parsing configuration <<< 6494 1726853156.30088: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6494 1726853156.30089: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853156.30139: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853156.30158: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853156.30161: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853156.30282: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853156.32073: stdout chunk (state=3): >>>/root <<< 6494 1726853156.32178: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853156.32225: stderr chunk (state=3): >>><<< 6494 1726853156.32233: stdout chunk (state=3): >>><<< 6494 1726853156.32250: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853156.32263: _low_level_execute_command(): starting 6494 1726853156.32268: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726853156.322495-7188-263177177386073 `" && echo ansible-tmp-1726853156.322495-7188-263177177386073="` echo /root/.ansible/tmp/ansible-tmp-1726853156.322495-7188-263177177386073 `" ) && sleep 0' 6494 1726853156.32973: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853156.32977: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6494 1726853156.32980: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.41.218 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.41.218 originally 10.31.41.218 debug2: match found <<< 6494 1726853156.32982: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853156.33034: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853156.33038: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853156.33040: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853156.33165: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853156.35288: stdout chunk (state=3): >>>ansible-tmp-1726853156.322495-7188-263177177386073=/root/.ansible/tmp/ansible-tmp-1726853156.322495-7188-263177177386073 <<< 6494 1726853156.35391: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853156.35435: stderr chunk (state=3): >>><<< 6494 1726853156.35439: stdout chunk (state=3): >>><<< 6494 1726853156.35458: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726853156.322495-7188-263177177386073=/root/.ansible/tmp/ansible-tmp-1726853156.322495-7188-263177177386073 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853156.35503: variable 'ansible_module_compression' from source: unknown 6494 1726853156.35531: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6494dydhg1yg/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.local_seport-ZIP_DEFLATED 6494 1726853156.35551: variable 'ansible_facts' from source: unknown 6494 1726853156.35596: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726853156.322495-7188-263177177386073/AnsiballZ_local_seport.py 6494 1726853156.35796: Sending initial data 6494 1726853156.35800: Sent initial data (158 bytes) 6494 1726853156.36620: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853156.36639: 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.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853156.36692: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853156.36744: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853156.36747: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853156.36863: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853156.38621: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6494 1726853156.38740: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6494 1726853156.38856: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6494dydhg1yg/tmp7yx91kbk /root/.ansible/tmp/ansible-tmp-1726853156.322495-7188-263177177386073/AnsiballZ_local_seport.py <<< 6494 1726853156.38862: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726853156.322495-7188-263177177386073/AnsiballZ_local_seport.py" <<< 6494 1726853156.38972: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6494dydhg1yg/tmp7yx91kbk" to remote "/root/.ansible/tmp/ansible-tmp-1726853156.322495-7188-263177177386073/AnsiballZ_local_seport.py" <<< 6494 1726853156.38975: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726853156.322495-7188-263177177386073/AnsiballZ_local_seport.py" <<< 6494 1726853156.39828: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853156.39876: stderr chunk (state=3): >>><<< 6494 1726853156.39880: stdout chunk (state=3): >>><<< 6494 1726853156.39925: done transferring module to remote 6494 1726853156.39936: _low_level_execute_command(): starting 6494 1726853156.39942: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726853156.322495-7188-263177177386073/ /root/.ansible/tmp/ansible-tmp-1726853156.322495-7188-263177177386073/AnsiballZ_local_seport.py && sleep 0' 6494 1726853156.40416: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853156.40420: 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.41.218 originally 10.31.41.218 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853156.40422: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853156.40424: 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853156.40477: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853156.40480: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853156.40605: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853156.42572: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853156.42605: stderr chunk (state=3): >>><<< 6494 1726853156.42609: stdout chunk (state=3): >>><<< 6494 1726853156.42621: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853156.42624: _low_level_execute_command(): starting 6494 1726853156.42630: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726853156.322495-7188-263177177386073/AnsiballZ_local_seport.py && sleep 0' 6494 1726853156.43133: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853156.43137: 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.41.218 originally 10.31.41.218 debug2: match not found <<< 6494 1726853156.43145: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6494 1726853156.43147: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.41.218 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853156.43149: 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853156.43296: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853156.43402: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853156.46011: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 6494 1726853156.46015: stdout chunk (state=3): >>>import '_io' # <<< 6494 1726853156.46017: stdout chunk (state=3): >>>import 'marshal' # <<< 6494 1726853156.46039: stdout chunk (state=3): >>>import 'posix' # <<< 6494 1726853156.46076: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 6494 1726853156.46109: stdout chunk (state=3): >>>import 'time' # <<< 6494 1726853156.46111: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 6494 1726853156.46157: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 6494 1726853156.46395: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853156.46399: stdout chunk (state=3): >>>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 0x7f061d6184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d5e7b30> # /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 0x7f061d61aa50> import '_signal' # <<< 6494 1726853156.46401: stdout chunk (state=3): >>>import '_abc' # <<< 6494 1726853156.46403: stdout chunk (state=3): >>>import 'abc' # <<< 6494 1726853156.46405: stdout chunk (state=3): >>>import 'io' # <<< 6494 1726853156.46429: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 6494 1726853156.46540: stdout chunk (state=3): >>>import '_collections_abc' # <<< 6494 1726853156.46556: stdout chunk (state=3): >>>import 'genericpath' # <<< 6494 1726853156.46575: stdout chunk (state=3): >>>import 'posixpath' # <<< 6494 1726853156.46599: stdout chunk (state=3): >>>import 'os' # <<< 6494 1726853156.46622: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages <<< 6494 1726853156.46650: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 6494 1726853156.46689: stdout chunk (state=3): >>>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' <<< 6494 1726853156.46716: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d42d130> <<< 6494 1726853156.46778: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 6494 1726853156.46808: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d42dfa0> <<< 6494 1726853156.46841: stdout chunk (state=3): >>>import 'site' # <<< 6494 1726853156.46862: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 6494 1726853156.47095: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 6494 1726853156.47113: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 6494 1726853156.47142: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853156.47163: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 6494 1726853156.47203: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 6494 1726853156.47223: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 6494 1726853156.47250: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 6494 1726853156.47275: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d46be00> <<< 6494 1726853156.47290: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 6494 1726853156.47307: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 6494 1726853156.47334: stdout chunk (state=3): >>>import '_operator' # <<< 6494 1726853156.47344: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d46bec0> <<< 6494 1726853156.47354: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 6494 1726853156.47388: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 6494 1726853156.47414: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 6494 1726853156.47468: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853156.47489: stdout chunk (state=3): >>>import 'itertools' # <<< 6494 1726853156.47519: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' <<< 6494 1726853156.47525: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d4a37d0> <<< 6494 1726853156.47542: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 6494 1726853156.47559: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d4a3e60> <<< 6494 1726853156.47574: stdout chunk (state=3): >>>import '_collections' # <<< 6494 1726853156.47637: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d483aa0> <<< 6494 1726853156.47645: stdout chunk (state=3): >>>import '_functools' # <<< 6494 1726853156.47682: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d4811f0> <<< 6494 1726853156.47781: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d468fb0><<< 6494 1726853156.47786: stdout chunk (state=3): >>> <<< 6494 1726853156.47813: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 6494 1726853156.47837: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 6494 1726853156.47844: stdout chunk (state=3): >>>import '_sre' # <<< 6494 1726853156.47868: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 6494 1726853156.47892: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 6494 1726853156.47921: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 6494 1726853156.47925: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 6494 1726853156.47960: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d4c3740> <<< 6494 1726853156.47976: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d4c2360> <<< 6494 1726853156.48010: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d482090> <<< 6494 1726853156.48015: stdout chunk (state=3): >>>import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d4c0b60> <<< 6494 1726853156.48075: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 6494 1726853156.48084: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d4f8800> <<< 6494 1726853156.48097: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d468230> <<< 6494 1726853156.48118: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 6494 1726853156.48156: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853156.48162: stdout chunk (state=3): >>># 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 0x7f061d4f8cb0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d4f8b60> <<< 6494 1726853156.48204: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853156.48219: stdout chunk (state=3): >>># extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f061d4f8ef0> <<< 6494 1726853156.48223: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d466d50> <<< 6494 1726853156.48255: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853156.48281: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 6494 1726853156.48314: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 6494 1726853156.48351: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d4f9580> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d4f9250> <<< 6494 1726853156.48353: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 6494 1726853156.48384: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 6494 1726853156.48390: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 6494 1726853156.48406: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d4fa480> <<< 6494 1726853156.48421: stdout chunk (state=3): >>>import 'importlib.util' # <<< 6494 1726853156.48428: stdout chunk (state=3): >>>import 'runpy' # <<< 6494 1726853156.48463: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 6494 1726853156.48496: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 6494 1726853156.48531: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 6494 1726853156.48540: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' <<< 6494 1726853156.48543: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d5106b0> <<< 6494 1726853156.48550: stdout chunk (state=3): >>>import 'errno' # <<< 6494 1726853156.48583: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853156.48599: stdout chunk (state=3): >>># 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 0x7f061d511d90> <<< 6494 1726853156.48608: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 6494 1726853156.48630: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 6494 1726853156.48663: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 6494 1726853156.48665: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 6494 1726853156.48675: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d512c30> <<< 6494 1726853156.48719: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f061d513290><<< 6494 1726853156.48726: stdout chunk (state=3): >>> <<< 6494 1726853156.48736: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d512180> <<< 6494 1726853156.48755: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 6494 1726853156.48766: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 6494 1726853156.48811: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853156.48818: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f061d513d10> <<< 6494 1726853156.48835: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d513440> <<< 6494 1726853156.48886: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d4fa4e0> <<< 6494 1726853156.48908: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 6494 1726853156.48975: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 6494 1726853156.48980: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 6494 1726853156.49023: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 6494 1726853156.49050: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f061d29bb90> # /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' <<< 6494 1726853156.49108: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f061d2c45c0> <<< 6494 1726853156.49111: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d2c4320> <<< 6494 1726853156.49112: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f061d2c45f0> <<< 6494 1726853156.49140: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 6494 1726853156.49213: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 6494 1726853156.49227: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853156.49568: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f061d2c4f20> # 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 0x7f061d2c5910> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d2c47d0> <<< 6494 1726853156.49571: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d299d30> <<< 6494 1726853156.49590: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 6494 1726853156.49610: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 6494 1726853156.49639: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 6494 1726853156.49664: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d2c6d20> <<< 6494 1726853156.49681: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d2c5a60> <<< 6494 1726853156.49706: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d4fabd0> <<< 6494 1726853156.49735: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 6494 1726853156.49854: stdout chunk (state=3): >>># 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 <<< 6494 1726853156.49866: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 6494 1726853156.49900: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d2ef0b0> <<< 6494 1726853156.49954: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 6494 1726853156.49980: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853156.49998: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 6494 1726853156.50024: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 6494 1726853156.50054: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d313440> <<< 6494 1726853156.50089: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 6494 1726853156.50134: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 6494 1726853156.50210: stdout chunk (state=3): >>>import 'ntpath' # <<< 6494 1726853156.50213: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py <<< 6494 1726853156.50237: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d3741d0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 6494 1726853156.50268: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 6494 1726853156.50304: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 6494 1726853156.50342: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 6494 1726853156.50427: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d376930> <<< 6494 1726853156.50520: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d3742f0> <<< 6494 1726853156.50551: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d341220> <<< 6494 1726853156.50590: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d17d2b0> <<< 6494 1726853156.50604: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d312270> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d2c7c80> <<< 6494 1726853156.50753: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 6494 1726853156.50757: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f061d312840> <<< 6494 1726853156.50916: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.local_seport_payload_nu_wc00h/ansible_fedora.linux_system_roles.local_seport_payload.zip' # zipimport: zlib available <<< 6494 1726853156.51089: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853156.51093: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 6494 1726853156.51112: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 6494 1726853156.51152: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 6494 1726853156.51242: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 6494 1726853156.51274: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d1caf60> <<< 6494 1726853156.51298: stdout chunk (state=3): >>>import '_typing' # <<< 6494 1726853156.51501: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d1ade50> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d1ad040> <<< 6494 1726853156.51504: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853156.51561: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 6494 1726853156.51566: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853156.51602: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853156.51605: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 6494 1726853156.51607: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853156.53079: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853156.54281: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 6494 1726853156.54365: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d1c8e30> # /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' <<< 6494 1726853156.54371: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853156.54423: stdout chunk (state=3): >>># 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 0x7f061d1fe8a0> <<< 6494 1726853156.54431: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d1fe630> <<< 6494 1726853156.54461: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d1fdf40> # /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' <<< 6494 1726853156.54560: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d1fe990> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d1cbbf0> import 'atexit' # <<< 6494 1726853156.54565: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f061d1ff650> <<< 6494 1726853156.54592: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f061d1ff890> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 6494 1726853156.54658: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 6494 1726853156.54669: stdout chunk (state=3): >>>import '_locale' # <<< 6494 1726853156.54717: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d1ffda0> <<< 6494 1726853156.54756: stdout chunk (state=3): >>>import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 6494 1726853156.54772: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 6494 1726853156.54830: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061cb19bb0> <<< 6494 1726853156.54836: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853156.54871: stdout chunk (state=3): >>># extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f061cb1b7d0> # /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' <<< 6494 1726853156.54930: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061cb1c110> <<< 6494 1726853156.54940: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 6494 1726853156.54990: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061cb1d010> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 6494 1726853156.55058: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 6494 1726853156.55061: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 6494 1726853156.55116: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061cb1fce0> <<< 6494 1726853156.55154: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f061d2c7b90> <<< 6494 1726853156.55198: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061cb1dfa0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 6494 1726853156.55247: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 6494 1726853156.55264: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 6494 1726853156.55469: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 6494 1726853156.55474: stdout chunk (state=3): >>># 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 0x7f061cb2bcb0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061cb2a780> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061cb2a4e0> # /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' <<< 6494 1726853156.55506: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061cb2aa50> <<< 6494 1726853156.55551: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061cb1e4b0> <<< 6494 1726853156.55581: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f061cb6ffe0> <<< 6494 1726853156.55619: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061cb70140> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 6494 1726853156.55660: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 6494 1726853156.55704: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f061cb71b80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061cb71940> <<< 6494 1726853156.55729: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 6494 1726853156.55862: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 6494 1726853156.56006: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f061cb74140> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061cb72270> # /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 <<< 6494 1726853156.56033: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 6494 1726853156.56057: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061cb77860> <<< 6494 1726853156.56196: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061cb74230> <<< 6494 1726853156.56272: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f061cb785c0> <<< 6494 1726853156.56296: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f061cb78830> <<< 6494 1726853156.56337: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f061cb78b30> <<< 6494 1726853156.56386: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061cb70320> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 6494 1726853156.56418: stdout chunk (state=3): >>># /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' <<< 6494 1726853156.56452: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853156.56482: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f061ca000b0> <<< 6494 1726853156.56683: stdout chunk (state=3): >>># 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 0x7f061ca01280> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061cb7a840> <<< 6494 1726853156.56827: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f061cb7bbf0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061cb7a4b0> <<< 6494 1726853156.56846: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853156.56859: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available <<< 6494 1726853156.56941: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853156.56944: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853156.56986: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 6494 1726853156.56989: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853156.57116: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853156.57239: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853156.57839: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853156.58419: stdout chunk (state=3): >>>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' # <<< 6494 1726853156.58437: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853156.58497: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f061ca094f0> <<< 6494 1726853156.58577: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 6494 1726853156.58606: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061ca0a210> <<< 6494 1726853156.58646: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061ca01490> <<< 6494 1726853156.58650: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 6494 1726853156.58704: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 6494 1726853156.58709: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 6494 1726853156.58860: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853156.59038: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 6494 1726853156.59058: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061ca0a240> # zipimport: zlib available <<< 6494 1726853156.59527: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853156.59987: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853156.60052: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853156.60134: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 6494 1726853156.60173: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853156.60219: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 6494 1726853156.60230: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853156.60281: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853156.60400: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 6494 1726853156.60417: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 6494 1726853156.60458: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853156.60502: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 6494 1726853156.60529: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853156.60737: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853156.61016: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 6494 1726853156.61059: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 6494 1726853156.61063: stdout chunk (state=3): >>>import '_ast' # <<< 6494 1726853156.61135: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061ca0b410> <<< 6494 1726853156.61138: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853156.61204: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853156.61294: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 6494 1726853156.61315: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853156.61359: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853156.61408: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 6494 1726853156.61419: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853156.61455: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853156.61509: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853156.61553: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853156.61624: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 6494 1726853156.61663: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853156.61769: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f061ca15f70> <<< 6494 1726853156.61802: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061ca116d0> <<< 6494 1726853156.61848: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 6494 1726853156.61853: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 6494 1726853156.61873: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853156.61911: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853156.61980: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853156.62001: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853156.62060: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py <<< 6494 1726853156.62089: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 6494 1726853156.62093: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 6494 1726853156.62119: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 6494 1726853156.62182: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 6494 1726853156.62220: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 6494 1726853156.62247: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 6494 1726853156.62278: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061cb02960> <<< 6494 1726853156.62318: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d22e630> <<< 6494 1726853156.62406: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061ca16030> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061ca08650> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 6494 1726853156.62437: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853156.62462: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853156.62485: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 6494 1726853156.62548: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 6494 1726853156.62582: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections' # <<< 6494 1726853156.62613: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora' # <<< 6494 1726853156.62640: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 6494 1726853156.62665: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles' # <<< 6494 1726853156.62698: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # <<< 6494 1726853156.62709: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # <<< 6494 1726853156.62731: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853156.62853: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853156.62991: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/__pycache__/seobject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/seobject.py <<< 6494 1726853156.63054: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/seobject.cpython-312.pyc' <<< 6494 1726853156.63075: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/__pycache__/semanage.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/semanage.py <<< 6494 1726853156.63139: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/__pycache__/semanage.cpython-312.pyc' <<< 6494 1726853156.63270: stdout chunk (state=3): >>># extension module '_semanage' loaded from '/usr/lib64/python3.12/site-packages/_semanage.cpython-312-x86_64-linux-gnu.so' # extension module '_semanage' executed from '/usr/lib64/python3.12/site-packages/_semanage.cpython-312-x86_64-linux-gnu.so' import '_semanage' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f061c6af560> <<< 6494 1726853156.63273: stdout chunk (state=3): >>>import 'semanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061ca8dca0> <<< 6494 1726853156.63297: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/sepolicy/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/sepolicy/__init__.py <<< 6494 1726853156.63390: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/sepolicy/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853156.63409: stdout chunk (state=3): >>># /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' <<< 6494 1726853156.63434: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c70e030> <<< 6494 1726853156.63464: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/sepolgen/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/sepolgen/__init__.py # code object from '/usr/lib/python3.12/site-packages/sepolgen/__pycache__/__init__.cpython-312.pyc' import 'sepolgen' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c70ea50> <<< 6494 1726853156.63496: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/sepolgen/__pycache__/defaults.cpython-312.pyc matches /usr/lib/python3.12/site-packages/sepolgen/defaults.py # code object from '/usr/lib/python3.12/site-packages/sepolgen/__pycache__/defaults.cpython-312.pyc' import 'sepolgen.defaults' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c70eba0> <<< 6494 1726853156.63514: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/sepolgen/__pycache__/interfaces.cpython-312.pyc matches /usr/lib/python3.12/site-packages/sepolgen/interfaces.py <<< 6494 1726853156.63534: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/sepolgen/__pycache__/interfaces.cpython-312.pyc' <<< 6494 1726853156.63563: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/sepolgen/__pycache__/access.cpython-312.pyc matches /usr/lib/python3.12/site-packages/sepolgen/access.py # code object from '/usr/lib/python3.12/site-packages/sepolgen/__pycache__/access.cpython-312.pyc' <<< 6494 1726853156.63589: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/sepolgen/__pycache__/refpolicy.cpython-312.pyc matches /usr/lib/python3.12/site-packages/sepolgen/refpolicy.py <<< 6494 1726853156.63631: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/sepolgen/__pycache__/refpolicy.cpython-312.pyc' <<< 6494 1726853156.63692: stdout chunk (state=3): >>>import 'sepolgen.refpolicy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c7248f0> <<< 6494 1726853156.63720: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/sepolgen/__pycache__/util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/sepolgen/util.py # code object from '/usr/lib/python3.12/site-packages/sepolgen/__pycache__/util.cpython-312.pyc' import 'sepolgen.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c726750> <<< 6494 1726853156.63765: stdout chunk (state=3): >>># extension module 'selinux.audit2why' loaded from '/usr/lib64/python3.12/site-packages/selinux/audit2why.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux.audit2why' executed from '/usr/lib64/python3.12/site-packages/selinux/audit2why.cpython-312-x86_64-linux-gnu.so' import 'selinux.audit2why' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f061c75c860> <<< 6494 1726853156.63795: stdout chunk (state=3): >>>import 'sepolgen.access' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c70fef0> # /usr/lib/python3.12/site-packages/sepolgen/__pycache__/objectmodel.cpython-312.pyc matches /usr/lib/python3.12/site-packages/sepolgen/objectmodel.py <<< 6494 1726853156.63819: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/sepolgen/__pycache__/objectmodel.cpython-312.pyc' import 'sepolgen.objectmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c724740> # /usr/lib/python3.12/site-packages/sepolgen/__pycache__/matching.cpython-312.pyc matches /usr/lib/python3.12/site-packages/sepolgen/matching.py <<< 6494 1726853156.63875: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/sepolgen/__pycache__/matching.cpython-312.pyc' <<< 6494 1726853156.63879: stdout chunk (state=3): >>>import 'sepolgen.matching' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c75ce00> # /usr/lib/python3.12/site-packages/sepolgen/__pycache__/sepolgeni18n.cpython-312.pyc matches /usr/lib/python3.12/site-packages/sepolgen/sepolgeni18n.py # code object from '/usr/lib/python3.12/site-packages/sepolgen/__pycache__/sepolgeni18n.cpython-312.pyc' import 'sepolgen.sepolgeni18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c75d400> <<< 6494 1726853156.63907: stdout chunk (state=3): >>>import 'sepolgen.interfaces' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c70ee40> <<< 6494 1726853156.63911: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 6494 1726853156.64056: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 6494 1726853156.64072: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c75d430> <<< 6494 1726853156.64105: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/__init__.py <<< 6494 1726853156.64126: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/importlib/metadata/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/__init__.py <<< 6494 1726853156.64159: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853156.64197: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/csv.cpython-312.pyc matches /usr/lib64/python3.12/csv.py <<< 6494 1726853156.64200: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/csv.cpython-312.pyc' <<< 6494 1726853156.64227: stdout chunk (state=3): >>># 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 0x7f061c35aab0> <<< 6494 1726853156.64247: stdout chunk (state=3): >>>import 'csv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c359e50> <<< 6494 1726853156.64274: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py <<< 6494 1726853156.64294: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc' import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c35aff0> <<< 6494 1726853156.64302: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 6494 1726853156.64380: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 6494 1726853156.64399: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 6494 1726853156.64420: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 6494 1726853156.64442: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 6494 1726853156.64462: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 6494 1726853156.64491: stdout chunk (state=3): >>># extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853156.64496: stdout chunk (state=3): >>># 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 0x7f061c3a1580> <<< 6494 1726853156.64517: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c3a09b0> <<< 6494 1726853156.64576: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c387380> <<< 6494 1726853156.64725: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c35b230> <<< 6494 1726853156.64750: stdout chunk (state=3): >>># /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' <<< 6494 1726853156.64775: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py <<< 6494 1726853156.64803: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 6494 1726853156.64839: stdout chunk (state=3): >>># /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' <<< 6494 1726853156.64871: stdout chunk (state=3): >>>import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c3afbf0> <<< 6494 1726853156.64874: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 6494 1726853156.64905: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 6494 1726853156.64920: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py <<< 6494 1726853156.64938: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' <<< 6494 1726853156.64964: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 6494 1726853156.64974: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 6494 1726853156.65046: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c3daa50> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c3d9610> <<< 6494 1726853156.65062: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py <<< 6494 1726853156.65108: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' <<< 6494 1726853156.65111: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py <<< 6494 1726853156.65148: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c3f9f70> <<< 6494 1726853156.65152: stdout chunk (state=3): >>># /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' import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c3fa300> <<< 6494 1726853156.65176: stdout chunk (state=3): >>># /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' <<< 6494 1726853156.65220: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c419ac0> <<< 6494 1726853156.65240: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py <<< 6494 1726853156.65265: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c419b50> import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c3daed0> <<< 6494 1726853156.65287: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c3d8590> <<< 6494 1726853156.65311: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py <<< 6494 1726853156.65338: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' <<< 6494 1726853156.65359: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py <<< 6494 1726853156.65371: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' <<< 6494 1726853156.65424: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c41b230> <<< 6494 1726853156.65447: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c75d3d0> # /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' <<< 6494 1726853156.65473: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c41bce0> <<< 6494 1726853156.65524: stdout chunk (state=3): >>># /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 0x7f061c4346e0> <<< 6494 1726853156.65550: stdout chunk (state=3): >>>import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c3ad820> <<< 6494 1726853156.65580: stdout chunk (state=3): >>># /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' <<< 6494 1726853156.65615: stdout chunk (state=3): >>># /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 0x7f061c434cb0> import 'importlib.metadata._text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c434950> import 'importlib.metadata._adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c385370> <<< 6494 1726853156.65638: stdout chunk (state=3): >>># /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' <<< 6494 1726853156.65678: stdout chunk (state=3): >>>import 'importlib.metadata._meta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c434f80> <<< 6494 1726853156.65696: stdout chunk (state=3): >>># /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' <<< 6494 1726853156.65717: stdout chunk (state=3): >>>import 'importlib.metadata._collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c4355e0> <<< 6494 1726853156.65748: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/metadata/__pycache__/_itertools.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_itertools.py <<< 6494 1726853156.65766: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_itertools.cpython-312.pyc' import 'importlib.metadata._itertools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c435b80> # /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' <<< 6494 1726853156.65822: stdout chunk (state=3): >>># /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' <<< 6494 1726853156.65826: stdout chunk (state=3): >>># /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' <<< 6494 1726853156.65864: stdout chunk (state=3): >>># /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' <<< 6494 1726853156.65903: stdout chunk (state=3): >>>import 'importlib.resources.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c4372c0> <<< 6494 1726853156.65948: stdout chunk (state=3): >>># /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' <<< 6494 1726853156.65952: stdout chunk (state=3): >>>import 'importlib.resources._adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c437e00> <<< 6494 1726853156.65982: stdout chunk (state=3): >>>import 'importlib.resources._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c436a80> <<< 6494 1726853156.66010: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/resources/__pycache__/_legacy.cpython-312.pyc matches /usr/lib64/python3.12/importlib/resources/_legacy.py <<< 6494 1726853156.66036: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/resources/__pycache__/_legacy.cpython-312.pyc' import 'importlib.resources._legacy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c24d070> <<< 6494 1726853156.66057: stdout chunk (state=3): >>>import 'importlib.resources' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c436750> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c435f10> <<< 6494 1726853156.66167: stdout chunk (state=3): >>>import 'importlib.metadata' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c75f3e0> <<< 6494 1726853156.66459: stdout chunk (state=3): >>># /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 0x7f061c24e9c0> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c24de20> # extension module 'setools.policyrep' loaded from '/usr/lib64/python3.12/site-packages/setools/policyrep.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853156.66617: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/exception.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/exception.py <<< 6494 1726853156.66636: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/exception.cpython-312.pyc' <<< 6494 1726853156.66681: stdout chunk (state=3): >>>import 'setools.exception' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c2c95b0> <<< 6494 1726853156.66915: stdout chunk (state=3): >>># extension module 'setools.policyrep' executed from '/usr/lib64/python3.12/site-packages/setools/policyrep.cpython-312-x86_64-linux-gnu.so' import 'setools.policyrep' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f061c24f4a0> <<< 6494 1726853156.66938: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/query.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/query.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/query.cpython-312.pyc' import 'setools.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c304440> <<< 6494 1726853156.66965: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/util.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/util.cpython-312.pyc' import 'setools.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c3046b0> <<< 6494 1726853156.67012: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/boolquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/boolquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/boolquery.cpython-312.pyc' <<< 6494 1726853156.67044: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/mixins.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/mixins.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/mixins.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py <<< 6494 1726853156.67080: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc' <<< 6494 1726853156.67144: stdout chunk (state=3): >>>import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c305700> <<< 6494 1726853156.67158: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/descriptors.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/descriptors.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/descriptors.cpython-312.pyc' <<< 6494 1726853156.67192: stdout chunk (state=3): >>>import 'setools.descriptors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c3075f0> <<< 6494 1726853156.67237: stdout chunk (state=3): >>>import 'setools.mixins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c305190> import 'setools.boolquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c304e90> <<< 6494 1726853156.67283: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/categoryquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/categoryquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/categoryquery.cpython-312.pyc' import 'setools.categoryquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c3282f0> # /usr/lib64/python3.12/site-packages/setools/__pycache__/commonquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/commonquery.py <<< 6494 1726853156.67318: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/commonquery.cpython-312.pyc' import 'setools.commonquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c3284a0> <<< 6494 1726853156.67364: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/objclassquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/objclassquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/objclassquery.cpython-312.pyc' import 'setools.objclassquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c328680> # /usr/lib64/python3.12/site-packages/setools/__pycache__/polcapquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/polcapquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/polcapquery.cpython-312.pyc' import 'setools.polcapquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c3287d0> <<< 6494 1726853156.67417: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/rolequery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/rolequery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/rolequery.cpython-312.pyc' import 'setools.rolequery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c3289b0> <<< 6494 1726853156.67425: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/sensitivityquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/sensitivityquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/sensitivityquery.cpython-312.pyc' <<< 6494 1726853156.67486: stdout chunk (state=3): >>>import 'setools.sensitivityquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c328b90> # /usr/lib64/python3.12/site-packages/setools/__pycache__/typequery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/typequery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/typequery.cpython-312.pyc' import 'setools.typequery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c328da0> <<< 6494 1726853156.67522: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/typeattrquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/typeattrquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/typeattrquery.cpython-312.pyc' import 'setools.typeattrquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c329010> <<< 6494 1726853156.67547: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/userquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/userquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/userquery.cpython-312.pyc' import 'setools.userquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c3291f0> <<< 6494 1726853156.67603: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/mlsrulequery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/mlsrulequery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/mlsrulequery.cpython-312.pyc' import 'setools.mlsrulequery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c329430> <<< 6494 1726853156.67611: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/rbacrulequery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/rbacrulequery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/rbacrulequery.cpython-312.pyc' <<< 6494 1726853156.67643: stdout chunk (state=3): >>>import 'setools.rbacrulequery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c3296d0> <<< 6494 1726853156.67690: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/terulequery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/terulequery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/terulequery.cpython-312.pyc' <<< 6494 1726853156.67699: stdout chunk (state=3): >>>import 'setools.terulequery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c329a30> <<< 6494 1726853156.67795: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/constraintquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/constraintquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/constraintquery.cpython-312.pyc' import 'setools.constraintquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c329eb0> # /usr/lib64/python3.12/site-packages/setools/__pycache__/boundsquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/boundsquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/boundsquery.cpython-312.pyc' import 'setools.boundsquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c32a150> <<< 6494 1726853156.67804: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/defaultquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/defaultquery.py <<< 6494 1726853156.67807: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/defaultquery.cpython-312.pyc' import 'setools.defaultquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c32a390> <<< 6494 1726853156.67872: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/fsusequery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/fsusequery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/fsusequery.cpython-312.pyc' import 'setools.fsusequery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c32a570> # /usr/lib64/python3.12/site-packages/setools/__pycache__/genfsconquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/genfsconquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/genfsconquery.cpython-312.pyc' <<< 6494 1726853156.67880: stdout chunk (state=3): >>>import 'setools.genfsconquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c32a7b0> <<< 6494 1726853156.67911: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/ibendportconquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/ibendportconquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/ibendportconquery.cpython-312.pyc' import 'setools.ibendportconquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c32aa20> <<< 6494 1726853156.67980: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/ibpkeyconquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/ibpkeyconquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/ibpkeyconquery.cpython-312.pyc' <<< 6494 1726853156.67983: stdout chunk (state=3): >>>import 'setools.ibpkeyconquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c32ac90> <<< 6494 1726853156.68002: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/initsidquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/initsidquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/initsidquery.cpython-312.pyc' import 'setools.initsidquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c32b0e0> <<< 6494 1726853156.68037: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/netifconquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/netifconquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/netifconquery.cpython-312.pyc' import 'setools.netifconquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c32b290> <<< 6494 1726853156.68070: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/nodeconquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/nodeconquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/nodeconquery.cpython-312.pyc' <<< 6494 1726853156.68089: stdout chunk (state=3): >>>import 'setools.nodeconquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c32b440> <<< 6494 1726853156.68148: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/portconquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/portconquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/portconquery.cpython-312.pyc' <<< 6494 1726853156.68152: stdout chunk (state=3): >>>import 'setools.portconquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c32b890> # /usr/lib64/python3.12/site-packages/setools/__pycache__/ioportconquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/ioportconquery.py <<< 6494 1726853156.68216: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/ioportconquery.cpython-312.pyc' import 'setools.ioportconquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c32bd10> # /usr/lib64/python3.12/site-packages/setools/__pycache__/iomemconquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/iomemconquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/iomemconquery.cpython-312.pyc' <<< 6494 1726853156.68249: stdout chunk (state=3): >>>import 'setools.iomemconquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c32bfb0> <<< 6494 1726853156.68256: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/pirqconquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/pirqconquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/pirqconquery.cpython-312.pyc' <<< 6494 1726853156.68318: stdout chunk (state=3): >>>import 'setools.pirqconquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061bf842f0> # /usr/lib64/python3.12/site-packages/setools/__pycache__/pcideviceconquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/pcideviceconquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/pcideviceconquery.cpython-312.pyc' import 'setools.pcideviceconquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061bf845f0> <<< 6494 1726853156.68321: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/devicetreeconquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/devicetreeconquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/devicetreeconquery.cpython-312.pyc' import 'setools.devicetreeconquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061bf848c0> <<< 6494 1726853156.68349: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/infoflow.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/infoflow.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/infoflow.cpython-312.pyc' <<< 6494 1726853156.68396: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/permmap.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/permmap.py <<< 6494 1726853156.68413: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/permmap.cpython-312.pyc' <<< 6494 1726853156.68607: stdout chunk (state=3): >>>import 'setools.permmap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061bf85970> <<< 6494 1726853156.68681: stdout chunk (state=3): >>>import 'setools.infoflow' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061bf84a70> <<< 6494 1726853156.68703: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/dta.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/dta.py <<< 6494 1726853156.68729: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/dta.cpython-312.pyc' <<< 6494 1726853156.68888: stdout chunk (state=3): >>>import 'setools.dta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061bf86d20> <<< 6494 1726853156.68913: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/__init__.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853156.68954: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/bool.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/bool.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/bool.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/descriptors.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/descriptors.py <<< 6494 1726853156.69002: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/descriptors.cpython-312.pyc' import 'setools.diff.descriptors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061bfa5610> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/difference.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/difference.py <<< 6494 1726853156.69039: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/difference.cpython-312.pyc' <<< 6494 1726853156.69059: stdout chunk (state=3): >>>import 'setools.diff.difference' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061bfa58e0> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/typing.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/typing.cpython-312.pyc' <<< 6494 1726853156.69087: stdout chunk (state=3): >>>import 'setools.diff.typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061bfa6570> <<< 6494 1726853156.69226: stdout chunk (state=3): >>>import 'setools.diff.bool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061bfa4f80> <<< 6494 1726853156.69235: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/bounds.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/bounds.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/bounds.cpython-312.pyc' <<< 6494 1726853156.69271: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/types.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/types.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/typeattr.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/typeattr.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/typeattr.cpython-312.pyc' <<< 6494 1726853156.69414: stdout chunk (state=3): >>>import 'setools.diff.typeattr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061bfa7a70> <<< 6494 1726853156.69550: stdout chunk (state=3): >>>import 'setools.diff.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061bfa7560> <<< 6494 1726853156.69631: stdout chunk (state=3): >>>import 'setools.diff.bounds' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061bfa7110> <<< 6494 1726853156.69662: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/commons.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/commons.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/commons.cpython-312.pyc' <<< 6494 1726853156.69785: stdout chunk (state=3): >>>import 'setools.diff.commons' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061bfcd130> <<< 6494 1726853156.69805: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/constraints.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/constraints.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/constraints.cpython-312.pyc' <<< 6494 1726853156.69824: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/objclass.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/objclass.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/objclass.cpython-312.pyc' <<< 6494 1726853156.69944: stdout chunk (state=3): >>>import 'setools.diff.objclass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061bfcdfa0> <<< 6494 1726853156.69986: stdout chunk (state=3): >>>import 'setools.diff.constraints' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061bfccbf0> <<< 6494 1726853156.70006: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/default.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/default.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/default.cpython-312.pyc' <<< 6494 1726853156.70143: stdout chunk (state=3): >>>import 'setools.diff.default' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061bfce780> <<< 6494 1726853156.70146: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/fsuse.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/fsuse.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/fsuse.cpython-312.pyc' <<< 6494 1726853156.70186: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/context.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/context.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/mls.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/mls.py <<< 6494 1726853156.70189: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/mls.cpython-312.pyc' <<< 6494 1726853156.70517: stdout chunk (state=3): >>>import 'setools.diff.mls' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061bff40e0> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/roles.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/roles.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/roles.cpython-312.pyc' <<< 6494 1726853156.70649: stdout chunk (state=3): >>>import 'setools.diff.roles' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061bff6060> <<< 6494 1726853156.70676: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/users.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/users.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/users.cpython-312.pyc' <<< 6494 1726853156.70838: stdout chunk (state=3): >>>import 'setools.diff.users' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061bff6e70> import 'setools.diff.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061bfcfc20> <<< 6494 1726853156.71170: stdout chunk (state=3): >>>import 'setools.diff.fsuse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061bfcf3b0> <<< 6494 1726853156.71173: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/genfscon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/genfscon.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/genfscon.cpython-312.pyc' import 'setools.diff.genfscon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061bff7d40> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/ibendportcon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/ibendportcon.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/ibendportcon.cpython-312.pyc' import 'setools.diff.ibendportcon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c01c710> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/ibpkeycon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/ibpkeycon.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/ibpkeycon.cpython-312.pyc' <<< 6494 1726853156.71227: stdout chunk (state=3): >>>import 'setools.diff.ibpkeycon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c01c8f0> <<< 6494 1726853156.71257: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/initsid.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/initsid.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/initsid.cpython-312.pyc' <<< 6494 1726853156.71370: stdout chunk (state=3): >>>import 'setools.diff.initsid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c01d2b0> <<< 6494 1726853156.71385: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/mlsrules.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/mlsrules.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/mlsrules.cpython-312.pyc' <<< 6494 1726853156.71485: stdout chunk (state=3): >>>import 'setools.diff.mlsrules' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c01d460> <<< 6494 1726853156.71511: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/netifcon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/netifcon.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/netifcon.cpython-312.pyc' <<< 6494 1726853156.71611: stdout chunk (state=3): >>>import 'setools.diff.netifcon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c01e540> <<< 6494 1726853156.71629: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/nodecon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/nodecon.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/nodecon.cpython-312.pyc' <<< 6494 1726853156.71724: stdout chunk (state=3): >>>import 'setools.diff.nodecon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c01ef00> <<< 6494 1726853156.71754: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/polcap.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/polcap.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/polcap.cpython-312.pyc' import 'setools.diff.polcap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c01f890> <<< 6494 1726853156.71766: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/portcon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/portcon.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/portcon.cpython-312.pyc' <<< 6494 1726853156.71896: stdout chunk (state=3): >>>import 'setools.diff.portcon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c01fad0> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/properties.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/properties.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/properties.cpython-312.pyc' <<< 6494 1726853156.71974: stdout chunk (state=3): >>>import 'setools.diff.properties' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c0383e0> <<< 6494 1726853156.72004: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/rbacrules.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/rbacrules.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/rbacrules.cpython-312.pyc' <<< 6494 1726853156.72111: stdout chunk (state=3): >>>import 'setools.diff.rbacrules' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c038530> <<< 6494 1726853156.72147: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/terules.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/terules.py <<< 6494 1726853156.72151: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/terules.cpython-312.pyc' <<< 6494 1726853156.72186: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/conditional.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/conditional.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/conditional.cpython-312.pyc' <<< 6494 1726853156.72189: stdout chunk (state=3): >>>import 'setools.diff.conditional' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c03a390> <<< 6494 1726853156.72568: stdout chunk (state=3): >>>import 'setools.diff.terules' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c039640> <<< 6494 1726853156.72573: stdout chunk (state=3): >>>import 'setools.diff' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061bfa4620> <<< 6494 1726853156.72611: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/checker/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/checker/__init__.py # code object from '/usr/lib64/python3.12/site-packages/setools/checker/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853156.72614: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/checker/__pycache__/assertrbac.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/checker/assertrbac.py # code object from '/usr/lib64/python3.12/site-packages/setools/checker/__pycache__/assertrbac.cpython-312.pyc' <<< 6494 1726853156.72637: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/checker/__pycache__/checkermodule.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/checker/checkermodule.py # code object from '/usr/lib64/python3.12/site-packages/setools/checker/__pycache__/checkermodule.cpython-312.pyc' <<< 6494 1726853156.72672: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/checker/__pycache__/globalkeys.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/checker/globalkeys.py <<< 6494 1726853156.72708: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/checker/__pycache__/globalkeys.cpython-312.pyc' import 'setools.checker.globalkeys' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c068c80> import 'setools.checker.checkermodule' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c068a10> <<< 6494 1726853156.72712: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/checker/__pycache__/descriptors.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/checker/descriptors.py <<< 6494 1726853156.72766: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/checker/__pycache__/descriptors.cpython-312.pyc' import 'setools.checker.descriptors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c068e00> <<< 6494 1726853156.72779: stdout chunk (state=3): >>>import 'setools.checker.assertrbac' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c0686b0> <<< 6494 1726853156.72782: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/checker/__pycache__/assertte.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/checker/assertte.py # code object from '/usr/lib64/python3.12/site-packages/setools/checker/__pycache__/assertte.cpython-312.pyc' <<< 6494 1726853156.72817: stdout chunk (state=3): >>>import 'setools.checker.assertte' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c069160> <<< 6494 1726853156.72822: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/checker/__pycache__/emptyattr.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/checker/emptyattr.py # code object from '/usr/lib64/python3.12/site-packages/setools/checker/__pycache__/emptyattr.cpython-312.pyc' <<< 6494 1726853156.72852: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/checker/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/checker/util.py # code object from '/usr/lib64/python3.12/site-packages/setools/checker/__pycache__/util.cpython-312.pyc' import 'setools.checker.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c069970> import 'setools.checker.emptyattr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c069550> <<< 6494 1726853156.72884: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/checker/__pycache__/roexec.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/checker/roexec.py <<< 6494 1726853156.72921: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/checker/__pycache__/roexec.cpython-312.pyc' <<< 6494 1726853156.72924: stdout chunk (state=3): >>>import 'setools.checker.roexec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c069a30> <<< 6494 1726853156.72965: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/checker/__pycache__/checker.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/checker/checker.py # code object from '/usr/lib64/python3.12/site-packages/setools/checker/__pycache__/checker.cpython-312.pyc' <<< 6494 1726853156.72968: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 6494 1726853156.73020: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 6494 1726853156.73157: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c06a0f0> import 'setools.checker.checker' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c069e50> <<< 6494 1726853156.73169: stdout chunk (state=3): >>>import 'setools.checker' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c0685c0> import 'setools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c75e900> <<< 6494 1726853156.73188: stdout chunk (state=3): >>>import 'sepolicy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061cb027b0> <<< 6494 1726853156.73216: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/__pycache__/audit.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/audit.py <<< 6494 1726853156.73253: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/__pycache__/audit.cpython-312.pyc' <<< 6494 1726853156.73313: stdout chunk (state=3): >>># extension module '_audit' loaded from '/usr/lib64/python3.12/site-packages/_audit.so' # extension module '_audit' executed from '/usr/lib64/python3.12/site-packages/_audit.so' import '_audit' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f061be91010> <<< 6494 1726853156.73338: stdout chunk (state=3): >>>import 'audit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c304fb0> <<< 6494 1726853156.73386: stdout chunk (state=3): >>>import 'seobject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061caa4200> <<< 6494 1726853156.73470: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853158.04798: stdout chunk (state=3): >>> {"ports": ["465"], "proto": "tcp", "setype": "smtp_port_t", "state": "present", "changed": true, "invocation": {"module_args": {"ports": ["465"], "proto": "tcp", "setype": "smtp_port_t", "state": "present", "local": true, "ignore_selinux_state": false, "reload": true}}} <<< 6494 1726853158.04830: stdout chunk (state=3): >>># destroy __main__ <<< 6494 1726853158.05742: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type <<< 6494 1726853158.05761: stdout chunk (state=3): >>># 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 <<< 6494 1726853158.05805: stdout chunk (state=3): >>># 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 <<< 6494 1726853158.05823: stdout chunk (state=3): >>># 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 _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 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 # 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 # cleanup[2] removing ipaddress # cleanup[2] removing 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 # 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 <<< 6494 1726853158.05847: stdout chunk (state=3): >>># cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # 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 <<< 6494 1726853158.05865: stdout chunk (state=3): >>># 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 <<< 6494 1726853158.05889: 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 # 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 <<< 6494 1726853158.05895: stdout chunk (state=3): >>># 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 <<< 6494 1726853158.05918: 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 <<< 6494 1726853158.05921: stdout chunk (state=3): >>># destroy ansible.module_utils.common.process # cleanup[2] removing gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.fedora # destroy ansible_collections.fedora # cleanup[2] removing ansible_collections.fedora.linux_system_roles <<< 6494 1726853158.05952: stdout chunk (state=3): >>># destroy ansible_collections.fedora.linux_system_roles # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules <<< 6494 1726853158.05961: stdout chunk (state=3): >>># destroy ansible_collections.fedora.linux_system_roles.plugins.modules # cleanup[2] removing _semanage # cleanup[2] removing semanage # destroy semanage # cleanup[2] removing glob # cleanup[2] removing sepolgen # destroy sepolgen # cleanup[2] removing sepolgen.defaults # cleanup[2] removing sepolgen.refpolicy # cleanup[2] removing sepolgen.util # cleanup[2] removing selinux.audit2why # cleanup[2] removing sepolgen.access # cleanup[2] removing sepolgen.objectmodel # cleanup[2] removing sepolgen.matching # cleanup[2] removing sepolgen.sepolgeni18n # destroy sepolgen.sepolgeni18n # cleanup[2] removing sepolgen.interfaces # cleanup[2] removing gzip # cleanup[2] removing _csv # cleanup[2] removing csv # cleanup[2] removing email # cleanup[2] removing _opcode <<< 6494 1726853158.05977: stdout chunk (state=3): >>># cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing quopri # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.base64mime # 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 <<< 6494 1726853158.05995: stdout chunk (state=3): >>># 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 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 <<< 6494 1726853158.06007: stdout chunk (state=3): >>># cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing cython_runtime # cleanup[2] removing _cython_3_0_9 <<< 6494 1726853158.06041: stdout chunk (state=3): >>># destroy _cython_3_0_9 # cleanup[2] removing setools.exception # cleanup[2] removing setools.policyrep # cleanup[2] removing setools.query # cleanup[2] removing setools.util # cleanup[2] removing dataclasses # destroy dataclasses # cleanup[2] removing setools.descriptors # cleanup[2] removing setools.mixins # cleanup[2] removing setools.boolquery # cleanup[2] removing setools.categoryquery # cleanup[2] removing setools.commonquery # cleanup[2] removing setools.objclassquery # cleanup[2] removing setools.polcapquery # cleanup[2] removing setools.rolequery # cleanup[2] removing setools.sensitivityquery # cleanup[2] removing setools.typequery <<< 6494 1726853158.06044: stdout chunk (state=3): >>># cleanup[2] removing setools.typeattrquery # cleanup[2] removing setools.userquery # cleanup[2] removing setools.mlsrulequery # cleanup[2] removing setools.rbacrulequery # cleanup[2] removing setools.terulequery # cleanup[2] removing setools.constraintquery # cleanup[2] removing setools.boundsquery # cleanup[2] removing setools.defaultquery # cleanup[2] removing setools.fsusequery # cleanup[2] removing setools.genfsconquery # cleanup[2] removing setools.ibendportconquery # cleanup[2] removing setools.ibpkeyconquery # cleanup[2] removing setools.initsidquery # cleanup[2] removing setools.netifconquery # cleanup[2] removing setools.nodeconquery # cleanup[2] removing setools.portconquery # cleanup[2] removing setools.ioportconquery # cleanup[2] removing setools.iomemconquery # cleanup[2] removing setools.pirqconquery # cleanup[2] removing setools.pcideviceconquery # cleanup[2] removing setools.devicetreeconquery # cleanup[2] removing setools.permmap # cleanup[2] removing setools.infoflow # cleanup[2] removing setools.dta # cleanup[2] removing setools.diff.descriptors # cleanup[2] removing setools.diff.difference # cleanup[2] removing setools.diff.typing # cleanup[2] removing setools.diff.bool <<< 6494 1726853158.06053: stdout chunk (state=3): >>># cleanup[2] removing setools.diff.typeattr # cleanup[2] removing setools.diff.types # cleanup[2] removing setools.diff.bounds # cleanup[2] removing setools.diff.commons # cleanup[2] removing setools.diff.objclass # cleanup[2] removing setools.diff.constraints # cleanup[2] removing setools.diff.default # cleanup[2] removing setools.diff.mls # cleanup[2] removing setools.diff.roles # cleanup[2] removing setools.diff.users # cleanup[2] removing setools.diff.context # cleanup[2] removing setools.diff.fsuse <<< 6494 1726853158.06075: stdout chunk (state=3): >>># cleanup[2] removing setools.diff.genfscon # cleanup[2] removing setools.diff.ibendportcon # cleanup[2] removing setools.diff.ibpkeycon # cleanup[2] removing setools.diff.initsid # cleanup[2] removing setools.diff.mlsrules # cleanup[2] removing setools.diff.netifcon # cleanup[2] removing setools.diff.nodecon # cleanup[2] removing setools.diff.polcap # cleanup[2] removing setools.diff.portcon # cleanup[2] removing setools.diff.properties # cleanup[2] removing setools.diff.rbacrules # cleanup[2] removing setools.diff.conditional # cleanup[2] removing setools.diff.terules # cleanup[2] removing setools.diff # cleanup[2] removing setools.checker.globalkeys # cleanup[2] removing setools.checker.checkermodule # cleanup[2] removing setools.checker.descriptors # cleanup[2] removing setools.checker.assertrbac # cleanup[2] removing setools.checker.assertte # cleanup[2] removing setools.checker.util # cleanup[2] removing setools.checker.emptyattr # cleanup[2] removing setools.checker.roexec # cleanup[2] removing configparser # cleanup[2] removing setools.checker.checker # cleanup[2] removing setools.checker # cleanup[2] removing setools # destroy setools # destroy setools.util<<< 6494 1726853158.06098: stdout chunk (state=3): >>> # destroy setools.descriptors # destroy setools.boolquery # destroy setools.categoryquery # destroy setools.commonquery # destroy setools.objclassquery # destroy setools.polcapquery # destroy setools.rolequery # destroy setools.sensitivityquery # destroy setools.typequery # destroy setools.typeattrquery <<< 6494 1726853158.06102: stdout chunk (state=3): >>># destroy setools.userquery # destroy setools.mlsrulequery # destroy setools.rbacrulequery # destroy setools.terulequery # destroy setools.constraintquery # destroy setools.boundsquery # destroy setools.defaultquery # destroy setools.fsusequery # destroy setools.genfsconquery # destroy setools.ibendportconquery # destroy setools.ibpkeyconquery # destroy setools.initsidquery # destroy setools.netifconquery # destroy setools.nodeconquery # destroy setools.portconquery # destroy setools.ioportconquery # destroy setools.iomemconquery # destroy setools.pirqconquery # destroy setools.pcideviceconquery # destroy setools.devicetreeconquery # destroy setools.permmap # destroy setools.infoflow # destroy setools.dta # destroy setools.diff # destroy setools.checker <<< 6494 1726853158.06120: stdout chunk (state=3): >>># destroy setools.checker.globalkeys # destroy setools.checker.checkermodule # destroy setools.checker.descriptors # destroy setools.checker.assertrbac # destroy setools.checker.assertte # destroy setools.checker.util # destroy setools.checker.emptyattr # destroy setools.checker.roexec # destroy setools.checker.checker # cleanup[2] removing sepolicy # cleanup[2] removing _audit # cleanup[2] removing audit # cleanup[2] removing seobject # destroy seobject <<< 6494 1726853158.06991: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy _blake2 # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner<<< 6494 1726853158.06995: stdout chunk (state=3): >>> # destroy _json # destroy signal # destroy fcntl # destroy _signal # destroy _posixsubprocess # destroy uuid <<< 6494 1726853158.07034: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy shlex # destroy subprocess <<< 6494 1726853158.07079: stdout chunk (state=3): >>># destroy pwd # destroy grp # destroy sepolicy # destroy syslog # destroy audit <<< 6494 1726853158.07082: stdout chunk (state=3): >>># destroy glob # destroy sepolgen.defaults <<< 6494 1726853158.07118: stdout chunk (state=3): >>># destroy sepolgen.interfaces # destroy gzip # destroy gettext # destroy sepolgen.matching # destroy sepolgen.refpolicy # destroy string # destroy selinux <<< 6494 1726853158.07121: stdout chunk (state=3): >>># destroy sepolgen.access # destroy sepolgen.objectmodel # destroy sepolgen.util <<< 6494 1726853158.07151: stdout chunk (state=3): >>># destroy setools.mixins # destroy setools.query <<< 6494 1726853158.07192: stdout chunk (state=3): >>># destroy typing <<< 6494 1726853158.07195: stdout chunk (state=3): >>># destroy setools.diff.descriptors # destroy setools.diff.difference # destroy setools.diff.typing<<< 6494 1726853158.07205: stdout chunk (state=3): >>> # destroy setools.diff.bool # destroy setools.diff.typeattr # destroy setools.diff.types # destroy setools.diff.bounds # destroy setools.diff.commons # destroy setools.diff.objclass # destroy setools.diff.constraints # destroy setools.diff.default # destroy setools.diff.mls # destroy setools.diff.roles # destroy setools.diff.users # destroy setools.diff.context # destroy setools.diff.fsuse # destroy setools.diff.genfscon # destroy setools.diff.ibendportcon # destroy setools.diff.ibpkeycon # destroy setools.diff.initsid # destroy setools.diff.mlsrules # destroy setools.diff.netifcon # destroy setools.diff.nodecon # destroy setools.diff.polcap # destroy setools.diff.portcon # destroy setools.diff.properties # destroy setools.diff.rbacrules # destroy setools.diff.conditional # destroy setools.diff.terules <<< 6494 1726853158.07236: stdout chunk (state=3): >>># destroy configparser <<< 6494 1726853158.07320: stdout chunk (state=3): >>># cleanup[3] wiping _audit # cleanup[3] wiping setools.policyrep <<< 6494 1726853158.07346: stdout chunk (state=3): >>># cleanup[3] wiping setools.exception # cleanup[3] wiping cython_runtime # cleanup[3] wiping email.parser # cleanup[3] wiping email.feedparser # cleanup[3] wiping importlib.metadata # destroy importlib.metadata._functools <<< 6494 1726853158.07387: stdout chunk (state=3): >>># 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 # destroy tempfile # cleanup[3] wiping importlib.resources.abc # cleanup[3] wiping email.message # destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email._encoded_words # destroy base64 # cleanup[3] wiping email._policybase # cleanup[3] wiping email.header # cleanup[3] wiping email.utils # destroy random # destroy socket # destroy urllib # destroy urllib.parse # cleanup[3] wiping email.charset <<< 6494 1726853158.07417: stdout chunk (state=3): >>># cleanup[3] wiping email.encoders # cleanup[3] wiping email.errors # cleanup[3] wiping email.quoprimime # cleanup[3] wiping email.base64mime # cleanup[3] wiping email._parseaddr # destroy calendar # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token <<< 6494 1726853158.07446: stdout chunk (state=3): >>># cleanup[3] wiping _opcode # cleanup[3] wiping email # destroy email._parseaddr # destroy email._policybase # destroy email._encoded_words # destroy email.base64mime <<< 6494 1726853158.07462: stdout chunk (state=3): >>># 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 selinux.audit2why # cleanup[3] wiping _semanage # cleanup[3] wiping selinux._selinux # cleanup[3] wiping copy # cleanup[3] wiping ctypes._endian <<< 6494 1726853158.07511: 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 array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging <<< 6494 1726853158.07542: stdout chunk (state=3): >>># destroy traceback # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping textwrap # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform <<< 6494 1726853158.07571: stdout chunk (state=3): >>># cleanup[3] wiping locale # destroy encodings <<< 6494 1726853158.07636: stdout chunk (state=3): >>># cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping zipfile # destroy zipfile._path # destroy importlib # destroy threading # destroy bz2 # destroy lzma # cleanup[3] wiping zipfile._path.glob # cleanup[3] wiping pathlib # cleanup[3] wiping ipaddress <<< 6494 1726853158.07639: stdout chunk (state=3): >>># cleanup[3] wiping ntpath # cleanup[3] wiping contextlib # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math <<< 6494 1726853158.07695: stdout chunk (state=3): >>># cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping _lzma # cleanup[3] wiping _bz2 # cleanup[3] wiping _compression # cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping binascii # cleanup[3] wiping struct # cleanup[3] wiping _struct <<< 6494 1726853158.07750: stdout chunk (state=3): >>># 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 keyword # cleanup[3] wiping itertools <<< 6494 1726853158.07853: stdout chunk (state=3): >>># 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 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 <<< 6494 1726853158.07891: stdout chunk (state=3): >>># cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux.audit2why # destroy _semanage # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 6494 1726853158.08639: stdout chunk (state=3): >>># destroy sys.monitoring <<< 6494 1726853158.08643: stdout chunk (state=3): >>># destroy _weakref # destroy linecache <<< 6494 1726853158.08646: stdout chunk (state=3): >>># destroy copyreg <<< 6494 1726853158.08648: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy _typing # destroy re._parser # destroy _string <<< 6494 1726853158.08651: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib <<< 6494 1726853158.08677: stdout chunk (state=3): >>># destroy stat <<< 6494 1726853158.08721: 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 _tokenize # destroy operator # destroy ansible.module_utils.six.moves # destroy inspect # destroy keyword # destroy abc # destroy logging # destroy copy # destroy setools.exception <<< 6494 1726853158.08747: stdout chunk (state=3): >>># destroy ntpath # destroy ipaddress <<< 6494 1726853158.08795: stdout chunk (state=3): >>># destroy _opcode # destroy importlib.machinery <<< 6494 1726853158.08807: stdout chunk (state=3): >>># destroy importlib._abc # destroy importlib.util # destroy importlib.resources # destroy importlib.abc # destroy importlib.metadata # destroy importlib.resources.abc # destroy importlib.resources._common # destroy _frozen_importlib_external # destroy _imp # destroy marshal <<< 6494 1726853158.08831: stdout chunk (state=3): >>># destroy shutil # destroy weakref <<< 6494 1726853158.08859: stdout chunk (state=3): >>># destroy textwrap # destroy email # destroy collections <<< 6494 1726853158.08895: stdout chunk (state=3): >>># destroy zlib # destroy _compression # destroy posixpath # destroy zipfile # destroy contextlib # destroy pathlib # destroy zipfile._path.glob <<< 6494 1726853158.08927: stdout chunk (state=3): >>># destroy _csv <<< 6494 1726853158.08931: stdout chunk (state=3): >>># destroy _bz2 <<< 6494 1726853158.08958: stdout chunk (state=3): >>># destroy _lzma # destroy datetime # destroy locale # destroy warnings # destroy struct # destroy binascii # destroy io # destroy selectors # destroy errno <<< 6494 1726853158.08994: stdout chunk (state=3): >>># destroy array # destroy select <<< 6494 1726853158.09064: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib<<< 6494 1726853158.09075: stdout chunk (state=3): >>> <<< 6494 1726853158.09339: stdout chunk (state=3): >>># destroy _socket # destroy codecs # destroy encodings.aliases <<< 6494 1726853158.09364: stdout chunk (state=3): >>># destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy functools # destroy time # destroy _warnings # destroy math # destroy _bisect # destroy re # destroy _random <<< 6494 1726853158.09402: stdout chunk (state=3): >>># destroy _hashlib # destroy _thread # destroy _collections # destroy itertools # destroy _sre # destroy posix <<< 6494 1726853158.09419: stdout chunk (state=3): >>># destroy _io # clear sys.audit hooks <<< 6494 1726853158.10244: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.41.218 closed. <<< 6494 1726853158.10248: stdout chunk (state=3): >>><<< 6494 1726853158.10251: stderr chunk (state=3): >>><<< 6494 1726853158.10645: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d6184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d5e7b30> # /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 0x7f061d61aa50> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d42d130> # /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 0x7f061d42dfa0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d46be00> # /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 0x7f061d46bec0> # /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 0x7f061d4a37d0> # /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 0x7f061d4a3e60> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d483aa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d4811f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d468fb0> # /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 0x7f061d4c3740> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d4c2360> # /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 0x7f061d482090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d4c0b60> # /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 0x7f061d4f8800> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d468230> # /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 0x7f061d4f8cb0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d4f8b60> # 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 0x7f061d4f8ef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d466d50> # /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 0x7f061d4f9580> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d4f9250> 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 0x7f061d4fa480> 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 0x7f061d5106b0> 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 0x7f061d511d90> # /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 0x7f061d512c30> # 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 0x7f061d513290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d512180> # /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 0x7f061d513d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d513440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d4fa4e0> # /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 0x7f061d29bb90> # /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 0x7f061d2c45c0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d2c4320> # 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 0x7f061d2c45f0> # /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 0x7f061d2c4f20> # 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 0x7f061d2c5910> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d2c47d0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d299d30> # /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 0x7f061d2c6d20> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d2c5a60> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d4fabd0> # /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 0x7f061d2ef0b0> # /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 0x7f061d313440> # /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 0x7f061d3741d0> # /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 0x7f061d376930> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d3742f0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d341220> # /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 0x7f061d17d2b0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d312270> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d2c7c80> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f061d312840> # zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.local_seport_payload_nu_wc00h/ansible_fedora.linux_system_roles.local_seport_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 0x7f061d1caf60> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d1ade50> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d1ad040> # 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 0x7f061d1c8e30> # /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 0x7f061d1fe8a0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d1fe630> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d1fdf40> # /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 0x7f061d1fe990> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d1cbbf0> 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 0x7f061d1ff650> # 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 0x7f061d1ff890> # /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 0x7f061d1ffda0> 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 0x7f061cb19bb0> # 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 0x7f061cb1b7d0> # /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 0x7f061cb1c110> # /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 0x7f061cb1d010> # /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 0x7f061cb1fce0> # 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 0x7f061d2c7b90> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061cb1dfa0> # /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 0x7f061cb2bcb0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061cb2a780> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061cb2a4e0> # /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 0x7f061cb2aa50> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061cb1e4b0> # 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 0x7f061cb6ffe0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061cb70140> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f061cb71b80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061cb71940> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f061cb74140> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061cb72270> # /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 0x7f061cb77860> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061cb74230> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f061cb785c0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f061cb78830> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f061cb78b30> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061cb70320> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f061ca000b0> # 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 0x7f061ca01280> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061cb7a840> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f061cb7bbf0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061cb7a4b0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f061ca094f0> # /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 0x7f061ca0a210> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061ca01490> 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 0x7f061ca0a240> # 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 0x7f061ca0b410> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f061ca15f70> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061ca116d0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061cb02960> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061d22e630> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061ca16030> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061ca08650> # 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_collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/__pycache__/seobject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/seobject.py # code object from '/usr/lib/python3.12/site-packages/__pycache__/seobject.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/__pycache__/semanage.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/semanage.py # code object from '/usr/lib64/python3.12/site-packages/__pycache__/semanage.cpython-312.pyc' # extension module '_semanage' loaded from '/usr/lib64/python3.12/site-packages/_semanage.cpython-312-x86_64-linux-gnu.so' # extension module '_semanage' executed from '/usr/lib64/python3.12/site-packages/_semanage.cpython-312-x86_64-linux-gnu.so' import '_semanage' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f061c6af560> import 'semanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061ca8dca0> # /usr/lib/python3.12/site-packages/sepolicy/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/sepolicy/__init__.py # code object from '/usr/lib/python3.12/site-packages/sepolicy/__pycache__/__init__.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 0x7f061c70e030> # /usr/lib/python3.12/site-packages/sepolgen/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/sepolgen/__init__.py # code object from '/usr/lib/python3.12/site-packages/sepolgen/__pycache__/__init__.cpython-312.pyc' import 'sepolgen' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c70ea50> # /usr/lib/python3.12/site-packages/sepolgen/__pycache__/defaults.cpython-312.pyc matches /usr/lib/python3.12/site-packages/sepolgen/defaults.py # code object from '/usr/lib/python3.12/site-packages/sepolgen/__pycache__/defaults.cpython-312.pyc' import 'sepolgen.defaults' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c70eba0> # /usr/lib/python3.12/site-packages/sepolgen/__pycache__/interfaces.cpython-312.pyc matches /usr/lib/python3.12/site-packages/sepolgen/interfaces.py # code object from '/usr/lib/python3.12/site-packages/sepolgen/__pycache__/interfaces.cpython-312.pyc' # /usr/lib/python3.12/site-packages/sepolgen/__pycache__/access.cpython-312.pyc matches /usr/lib/python3.12/site-packages/sepolgen/access.py # code object from '/usr/lib/python3.12/site-packages/sepolgen/__pycache__/access.cpython-312.pyc' # /usr/lib/python3.12/site-packages/sepolgen/__pycache__/refpolicy.cpython-312.pyc matches /usr/lib/python3.12/site-packages/sepolgen/refpolicy.py # code object from '/usr/lib/python3.12/site-packages/sepolgen/__pycache__/refpolicy.cpython-312.pyc' import 'sepolgen.refpolicy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c7248f0> # /usr/lib/python3.12/site-packages/sepolgen/__pycache__/util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/sepolgen/util.py # code object from '/usr/lib/python3.12/site-packages/sepolgen/__pycache__/util.cpython-312.pyc' import 'sepolgen.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c726750> # extension module 'selinux.audit2why' loaded from '/usr/lib64/python3.12/site-packages/selinux/audit2why.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux.audit2why' executed from '/usr/lib64/python3.12/site-packages/selinux/audit2why.cpython-312-x86_64-linux-gnu.so' import 'selinux.audit2why' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f061c75c860> import 'sepolgen.access' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c70fef0> # /usr/lib/python3.12/site-packages/sepolgen/__pycache__/objectmodel.cpython-312.pyc matches /usr/lib/python3.12/site-packages/sepolgen/objectmodel.py # code object from '/usr/lib/python3.12/site-packages/sepolgen/__pycache__/objectmodel.cpython-312.pyc' import 'sepolgen.objectmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c724740> # /usr/lib/python3.12/site-packages/sepolgen/__pycache__/matching.cpython-312.pyc matches /usr/lib/python3.12/site-packages/sepolgen/matching.py # code object from '/usr/lib/python3.12/site-packages/sepolgen/__pycache__/matching.cpython-312.pyc' import 'sepolgen.matching' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c75ce00> # /usr/lib/python3.12/site-packages/sepolgen/__pycache__/sepolgeni18n.cpython-312.pyc matches /usr/lib/python3.12/site-packages/sepolgen/sepolgeni18n.py # code object from '/usr/lib/python3.12/site-packages/sepolgen/__pycache__/sepolgeni18n.cpython-312.pyc' import 'sepolgen.sepolgeni18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c75d400> import 'sepolgen.interfaces' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c70ee40> # /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py # code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c75d430> # /usr/lib64/python3.12/site-packages/setools/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/__init__.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/__init__.cpython-312.pyc' # /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 0x7f061c35aab0> import 'csv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c359e50> # /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 0x7f061c35aff0> # /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__/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 0x7f061c3a1580> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c3a09b0> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c387380> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c35b230> # /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 0x7f061c3afbf0> # /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/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 0x7f061c3daa50> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c3d9610> # /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' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c3f9f70> # /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' import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c3fa300> # /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 0x7f061c419ac0> # /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 0x7f061c419b50> import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c3daed0> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c3d8590> # /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 0x7f061c41b230> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c75d3d0> # /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 0x7f061c41bce0> # /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 0x7f061c4346e0> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c3ad820> # /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 0x7f061c434cb0> import 'importlib.metadata._text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c434950> import 'importlib.metadata._adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c385370> # /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 0x7f061c434f80> # /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 0x7f061c4355e0> # /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 0x7f061c435b80> # /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/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 0x7f061c4372c0> # /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 0x7f061c437e00> import 'importlib.resources._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c436a80> # /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 0x7f061c24d070> import 'importlib.resources' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c436750> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c435f10> import 'importlib.metadata' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c75f3e0> # /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 0x7f061c24e9c0> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c24de20> # extension module 'setools.policyrep' loaded from '/usr/lib64/python3.12/site-packages/setools/policyrep.cpython-312-x86_64-linux-gnu.so' # /usr/lib64/python3.12/site-packages/setools/__pycache__/exception.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/exception.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/exception.cpython-312.pyc' import 'setools.exception' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c2c95b0> # extension module 'setools.policyrep' executed from '/usr/lib64/python3.12/site-packages/setools/policyrep.cpython-312-x86_64-linux-gnu.so' import 'setools.policyrep' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f061c24f4a0> # /usr/lib64/python3.12/site-packages/setools/__pycache__/query.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/query.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/query.cpython-312.pyc' import 'setools.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c304440> # /usr/lib64/python3.12/site-packages/setools/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/util.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/util.cpython-312.pyc' import 'setools.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c3046b0> # /usr/lib64/python3.12/site-packages/setools/__pycache__/boolquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/boolquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/boolquery.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/setools/__pycache__/mixins.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/mixins.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/mixins.cpython-312.pyc' # /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 0x7f061c305700> # /usr/lib64/python3.12/site-packages/setools/__pycache__/descriptors.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/descriptors.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/descriptors.cpython-312.pyc' import 'setools.descriptors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c3075f0> import 'setools.mixins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c305190> import 'setools.boolquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c304e90> # /usr/lib64/python3.12/site-packages/setools/__pycache__/categoryquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/categoryquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/categoryquery.cpython-312.pyc' import 'setools.categoryquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c3282f0> # /usr/lib64/python3.12/site-packages/setools/__pycache__/commonquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/commonquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/commonquery.cpython-312.pyc' import 'setools.commonquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c3284a0> # /usr/lib64/python3.12/site-packages/setools/__pycache__/objclassquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/objclassquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/objclassquery.cpython-312.pyc' import 'setools.objclassquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c328680> # /usr/lib64/python3.12/site-packages/setools/__pycache__/polcapquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/polcapquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/polcapquery.cpython-312.pyc' import 'setools.polcapquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c3287d0> # /usr/lib64/python3.12/site-packages/setools/__pycache__/rolequery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/rolequery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/rolequery.cpython-312.pyc' import 'setools.rolequery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c3289b0> # /usr/lib64/python3.12/site-packages/setools/__pycache__/sensitivityquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/sensitivityquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/sensitivityquery.cpython-312.pyc' import 'setools.sensitivityquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c328b90> # /usr/lib64/python3.12/site-packages/setools/__pycache__/typequery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/typequery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/typequery.cpython-312.pyc' import 'setools.typequery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c328da0> # /usr/lib64/python3.12/site-packages/setools/__pycache__/typeattrquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/typeattrquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/typeattrquery.cpython-312.pyc' import 'setools.typeattrquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c329010> # /usr/lib64/python3.12/site-packages/setools/__pycache__/userquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/userquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/userquery.cpython-312.pyc' import 'setools.userquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c3291f0> # /usr/lib64/python3.12/site-packages/setools/__pycache__/mlsrulequery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/mlsrulequery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/mlsrulequery.cpython-312.pyc' import 'setools.mlsrulequery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c329430> # /usr/lib64/python3.12/site-packages/setools/__pycache__/rbacrulequery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/rbacrulequery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/rbacrulequery.cpython-312.pyc' import 'setools.rbacrulequery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c3296d0> # /usr/lib64/python3.12/site-packages/setools/__pycache__/terulequery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/terulequery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/terulequery.cpython-312.pyc' import 'setools.terulequery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c329a30> # /usr/lib64/python3.12/site-packages/setools/__pycache__/constraintquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/constraintquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/constraintquery.cpython-312.pyc' import 'setools.constraintquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c329eb0> # /usr/lib64/python3.12/site-packages/setools/__pycache__/boundsquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/boundsquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/boundsquery.cpython-312.pyc' import 'setools.boundsquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c32a150> # /usr/lib64/python3.12/site-packages/setools/__pycache__/defaultquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/defaultquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/defaultquery.cpython-312.pyc' import 'setools.defaultquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c32a390> # /usr/lib64/python3.12/site-packages/setools/__pycache__/fsusequery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/fsusequery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/fsusequery.cpython-312.pyc' import 'setools.fsusequery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c32a570> # /usr/lib64/python3.12/site-packages/setools/__pycache__/genfsconquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/genfsconquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/genfsconquery.cpython-312.pyc' import 'setools.genfsconquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c32a7b0> # /usr/lib64/python3.12/site-packages/setools/__pycache__/ibendportconquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/ibendportconquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/ibendportconquery.cpython-312.pyc' import 'setools.ibendportconquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c32aa20> # /usr/lib64/python3.12/site-packages/setools/__pycache__/ibpkeyconquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/ibpkeyconquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/ibpkeyconquery.cpython-312.pyc' import 'setools.ibpkeyconquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c32ac90> # /usr/lib64/python3.12/site-packages/setools/__pycache__/initsidquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/initsidquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/initsidquery.cpython-312.pyc' import 'setools.initsidquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c32b0e0> # /usr/lib64/python3.12/site-packages/setools/__pycache__/netifconquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/netifconquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/netifconquery.cpython-312.pyc' import 'setools.netifconquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c32b290> # /usr/lib64/python3.12/site-packages/setools/__pycache__/nodeconquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/nodeconquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/nodeconquery.cpython-312.pyc' import 'setools.nodeconquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c32b440> # /usr/lib64/python3.12/site-packages/setools/__pycache__/portconquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/portconquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/portconquery.cpython-312.pyc' import 'setools.portconquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c32b890> # /usr/lib64/python3.12/site-packages/setools/__pycache__/ioportconquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/ioportconquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/ioportconquery.cpython-312.pyc' import 'setools.ioportconquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c32bd10> # /usr/lib64/python3.12/site-packages/setools/__pycache__/iomemconquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/iomemconquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/iomemconquery.cpython-312.pyc' import 'setools.iomemconquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c32bfb0> # /usr/lib64/python3.12/site-packages/setools/__pycache__/pirqconquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/pirqconquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/pirqconquery.cpython-312.pyc' import 'setools.pirqconquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061bf842f0> # /usr/lib64/python3.12/site-packages/setools/__pycache__/pcideviceconquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/pcideviceconquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/pcideviceconquery.cpython-312.pyc' import 'setools.pcideviceconquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061bf845f0> # /usr/lib64/python3.12/site-packages/setools/__pycache__/devicetreeconquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/devicetreeconquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/devicetreeconquery.cpython-312.pyc' import 'setools.devicetreeconquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061bf848c0> # /usr/lib64/python3.12/site-packages/setools/__pycache__/infoflow.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/infoflow.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/infoflow.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/setools/__pycache__/permmap.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/permmap.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/permmap.cpython-312.pyc' import 'setools.permmap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061bf85970> import 'setools.infoflow' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061bf84a70> # /usr/lib64/python3.12/site-packages/setools/__pycache__/dta.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/dta.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/dta.cpython-312.pyc' import 'setools.dta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061bf86d20> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/__init__.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/bool.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/bool.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/bool.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/descriptors.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/descriptors.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/descriptors.cpython-312.pyc' import 'setools.diff.descriptors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061bfa5610> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/difference.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/difference.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/difference.cpython-312.pyc' import 'setools.diff.difference' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061bfa58e0> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/typing.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/typing.cpython-312.pyc' import 'setools.diff.typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061bfa6570> import 'setools.diff.bool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061bfa4f80> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/bounds.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/bounds.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/bounds.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/types.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/types.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/typeattr.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/typeattr.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/typeattr.cpython-312.pyc' import 'setools.diff.typeattr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061bfa7a70> import 'setools.diff.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061bfa7560> import 'setools.diff.bounds' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061bfa7110> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/commons.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/commons.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/commons.cpython-312.pyc' import 'setools.diff.commons' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061bfcd130> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/constraints.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/constraints.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/constraints.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/objclass.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/objclass.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/objclass.cpython-312.pyc' import 'setools.diff.objclass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061bfcdfa0> import 'setools.diff.constraints' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061bfccbf0> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/default.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/default.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/default.cpython-312.pyc' import 'setools.diff.default' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061bfce780> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/fsuse.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/fsuse.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/fsuse.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/context.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/context.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/mls.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/mls.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/mls.cpython-312.pyc' import 'setools.diff.mls' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061bff40e0> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/roles.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/roles.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/roles.cpython-312.pyc' import 'setools.diff.roles' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061bff6060> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/users.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/users.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/users.cpython-312.pyc' import 'setools.diff.users' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061bff6e70> import 'setools.diff.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061bfcfc20> import 'setools.diff.fsuse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061bfcf3b0> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/genfscon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/genfscon.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/genfscon.cpython-312.pyc' import 'setools.diff.genfscon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061bff7d40> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/ibendportcon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/ibendportcon.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/ibendportcon.cpython-312.pyc' import 'setools.diff.ibendportcon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c01c710> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/ibpkeycon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/ibpkeycon.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/ibpkeycon.cpython-312.pyc' import 'setools.diff.ibpkeycon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c01c8f0> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/initsid.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/initsid.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/initsid.cpython-312.pyc' import 'setools.diff.initsid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c01d2b0> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/mlsrules.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/mlsrules.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/mlsrules.cpython-312.pyc' import 'setools.diff.mlsrules' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c01d460> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/netifcon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/netifcon.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/netifcon.cpython-312.pyc' import 'setools.diff.netifcon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c01e540> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/nodecon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/nodecon.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/nodecon.cpython-312.pyc' import 'setools.diff.nodecon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c01ef00> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/polcap.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/polcap.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/polcap.cpython-312.pyc' import 'setools.diff.polcap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c01f890> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/portcon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/portcon.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/portcon.cpython-312.pyc' import 'setools.diff.portcon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c01fad0> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/properties.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/properties.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/properties.cpython-312.pyc' import 'setools.diff.properties' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c0383e0> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/rbacrules.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/rbacrules.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/rbacrules.cpython-312.pyc' import 'setools.diff.rbacrules' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c038530> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/terules.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/terules.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/terules.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/conditional.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/conditional.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/conditional.cpython-312.pyc' import 'setools.diff.conditional' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c03a390> import 'setools.diff.terules' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c039640> import 'setools.diff' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061bfa4620> # /usr/lib64/python3.12/site-packages/setools/checker/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/checker/__init__.py # code object from '/usr/lib64/python3.12/site-packages/setools/checker/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/setools/checker/__pycache__/assertrbac.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/checker/assertrbac.py # code object from '/usr/lib64/python3.12/site-packages/setools/checker/__pycache__/assertrbac.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/setools/checker/__pycache__/checkermodule.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/checker/checkermodule.py # code object from '/usr/lib64/python3.12/site-packages/setools/checker/__pycache__/checkermodule.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/setools/checker/__pycache__/globalkeys.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/checker/globalkeys.py # code object from '/usr/lib64/python3.12/site-packages/setools/checker/__pycache__/globalkeys.cpython-312.pyc' import 'setools.checker.globalkeys' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c068c80> import 'setools.checker.checkermodule' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c068a10> # /usr/lib64/python3.12/site-packages/setools/checker/__pycache__/descriptors.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/checker/descriptors.py # code object from '/usr/lib64/python3.12/site-packages/setools/checker/__pycache__/descriptors.cpython-312.pyc' import 'setools.checker.descriptors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c068e00> import 'setools.checker.assertrbac' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c0686b0> # /usr/lib64/python3.12/site-packages/setools/checker/__pycache__/assertte.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/checker/assertte.py # code object from '/usr/lib64/python3.12/site-packages/setools/checker/__pycache__/assertte.cpython-312.pyc' import 'setools.checker.assertte' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c069160> # /usr/lib64/python3.12/site-packages/setools/checker/__pycache__/emptyattr.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/checker/emptyattr.py # code object from '/usr/lib64/python3.12/site-packages/setools/checker/__pycache__/emptyattr.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/setools/checker/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/checker/util.py # code object from '/usr/lib64/python3.12/site-packages/setools/checker/__pycache__/util.cpython-312.pyc' import 'setools.checker.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c069970> import 'setools.checker.emptyattr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c069550> # /usr/lib64/python3.12/site-packages/setools/checker/__pycache__/roexec.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/checker/roexec.py # code object from '/usr/lib64/python3.12/site-packages/setools/checker/__pycache__/roexec.cpython-312.pyc' import 'setools.checker.roexec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c069a30> # /usr/lib64/python3.12/site-packages/setools/checker/__pycache__/checker.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/checker/checker.py # code object from '/usr/lib64/python3.12/site-packages/setools/checker/__pycache__/checker.cpython-312.pyc' # /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 0x7f061c06a0f0> import 'setools.checker.checker' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c069e50> import 'setools.checker' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c0685c0> import 'setools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c75e900> import 'sepolicy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061cb027b0> # /usr/lib64/python3.12/site-packages/__pycache__/audit.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/audit.py # code object from '/usr/lib64/python3.12/site-packages/__pycache__/audit.cpython-312.pyc' # extension module '_audit' loaded from '/usr/lib64/python3.12/site-packages/_audit.so' # extension module '_audit' executed from '/usr/lib64/python3.12/site-packages/_audit.so' import '_audit' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f061be91010> import 'audit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061c304fb0> import 'seobject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f061caa4200> # zipimport: zlib available {"ports": ["465"], "proto": "tcp", "setype": "smtp_port_t", "state": "present", "changed": true, "invocation": {"module_args": {"ports": ["465"], "proto": "tcp", "setype": "smtp_port_t", "state": "present", "local": true, "ignore_selinux_state": false, "reload": true}}} # 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 # 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 # 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 # 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 # cleanup[2] removing ipaddress # cleanup[2] removing 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 # 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 # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # 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 # 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.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_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.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules # cleanup[2] removing _semanage # cleanup[2] removing semanage # destroy semanage # cleanup[2] removing glob # cleanup[2] removing sepolgen # destroy sepolgen # cleanup[2] removing sepolgen.defaults # cleanup[2] removing sepolgen.refpolicy # cleanup[2] removing sepolgen.util # cleanup[2] removing selinux.audit2why # cleanup[2] removing sepolgen.access # cleanup[2] removing sepolgen.objectmodel # cleanup[2] removing sepolgen.matching # cleanup[2] removing sepolgen.sepolgeni18n # destroy sepolgen.sepolgeni18n # cleanup[2] removing sepolgen.interfaces # cleanup[2] removing gzip # cleanup[2] removing _csv # cleanup[2] removing csv # cleanup[2] removing email # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing quopri # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.base64mime # 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 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 email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing cython_runtime # cleanup[2] removing _cython_3_0_9 # destroy _cython_3_0_9 # cleanup[2] removing setools.exception # cleanup[2] removing setools.policyrep # cleanup[2] removing setools.query # cleanup[2] removing setools.util # cleanup[2] removing dataclasses # destroy dataclasses # cleanup[2] removing setools.descriptors # cleanup[2] removing setools.mixins # cleanup[2] removing setools.boolquery # cleanup[2] removing setools.categoryquery # cleanup[2] removing setools.commonquery # cleanup[2] removing setools.objclassquery # cleanup[2] removing setools.polcapquery # cleanup[2] removing setools.rolequery # cleanup[2] removing setools.sensitivityquery # cleanup[2] removing setools.typequery # cleanup[2] removing setools.typeattrquery # cleanup[2] removing setools.userquery # cleanup[2] removing setools.mlsrulequery # cleanup[2] removing setools.rbacrulequery # cleanup[2] removing setools.terulequery # cleanup[2] removing setools.constraintquery # cleanup[2] removing setools.boundsquery # cleanup[2] removing setools.defaultquery # cleanup[2] removing setools.fsusequery # cleanup[2] removing setools.genfsconquery # cleanup[2] removing setools.ibendportconquery # cleanup[2] removing setools.ibpkeyconquery # cleanup[2] removing setools.initsidquery # cleanup[2] removing setools.netifconquery # cleanup[2] removing setools.nodeconquery # cleanup[2] removing setools.portconquery # cleanup[2] removing setools.ioportconquery # cleanup[2] removing setools.iomemconquery # cleanup[2] removing setools.pirqconquery # cleanup[2] removing setools.pcideviceconquery # cleanup[2] removing setools.devicetreeconquery # cleanup[2] removing setools.permmap # cleanup[2] removing setools.infoflow # cleanup[2] removing setools.dta # cleanup[2] removing setools.diff.descriptors # cleanup[2] removing setools.diff.difference # cleanup[2] removing setools.diff.typing # cleanup[2] removing setools.diff.bool # cleanup[2] removing setools.diff.typeattr # cleanup[2] removing setools.diff.types # cleanup[2] removing setools.diff.bounds # cleanup[2] removing setools.diff.commons # cleanup[2] removing setools.diff.objclass # cleanup[2] removing setools.diff.constraints # cleanup[2] removing setools.diff.default # cleanup[2] removing setools.diff.mls # cleanup[2] removing setools.diff.roles # cleanup[2] removing setools.diff.users # cleanup[2] removing setools.diff.context # cleanup[2] removing setools.diff.fsuse # cleanup[2] removing setools.diff.genfscon # cleanup[2] removing setools.diff.ibendportcon # cleanup[2] removing setools.diff.ibpkeycon # cleanup[2] removing setools.diff.initsid # cleanup[2] removing setools.diff.mlsrules # cleanup[2] removing setools.diff.netifcon # cleanup[2] removing setools.diff.nodecon # cleanup[2] removing setools.diff.polcap # cleanup[2] removing setools.diff.portcon # cleanup[2] removing setools.diff.properties # cleanup[2] removing setools.diff.rbacrules # cleanup[2] removing setools.diff.conditional # cleanup[2] removing setools.diff.terules # cleanup[2] removing setools.diff # cleanup[2] removing setools.checker.globalkeys # cleanup[2] removing setools.checker.checkermodule # cleanup[2] removing setools.checker.descriptors # cleanup[2] removing setools.checker.assertrbac # cleanup[2] removing setools.checker.assertte # cleanup[2] removing setools.checker.util # cleanup[2] removing setools.checker.emptyattr # cleanup[2] removing setools.checker.roexec # cleanup[2] removing configparser # cleanup[2] removing setools.checker.checker # cleanup[2] removing setools.checker # cleanup[2] removing setools # destroy setools # destroy setools.util # destroy setools.descriptors # destroy setools.boolquery # destroy setools.categoryquery # destroy setools.commonquery # destroy setools.objclassquery # destroy setools.polcapquery # destroy setools.rolequery # destroy setools.sensitivityquery # destroy setools.typequery # destroy setools.typeattrquery # destroy setools.userquery # destroy setools.mlsrulequery # destroy setools.rbacrulequery # destroy setools.terulequery # destroy setools.constraintquery # destroy setools.boundsquery # destroy setools.defaultquery # destroy setools.fsusequery # destroy setools.genfsconquery # destroy setools.ibendportconquery # destroy setools.ibpkeyconquery # destroy setools.initsidquery # destroy setools.netifconquery # destroy setools.nodeconquery # destroy setools.portconquery # destroy setools.ioportconquery # destroy setools.iomemconquery # destroy setools.pirqconquery # destroy setools.pcideviceconquery # destroy setools.devicetreeconquery # destroy setools.permmap # destroy setools.infoflow # destroy setools.dta # destroy setools.diff # destroy setools.checker # destroy setools.checker.globalkeys # destroy setools.checker.checkermodule # destroy setools.checker.descriptors # destroy setools.checker.assertrbac # destroy setools.checker.assertte # destroy setools.checker.util # destroy setools.checker.emptyattr # destroy setools.checker.roexec # destroy setools.checker.checker # cleanup[2] removing sepolicy # cleanup[2] removing _audit # cleanup[2] removing audit # cleanup[2] removing seobject # destroy seobject # destroy _sitebuiltins # destroy _blake2 # destroy zipimport # destroy __main__ # 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 signal # destroy fcntl # destroy _signal # destroy _posixsubprocess # destroy uuid # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy shlex # destroy subprocess # destroy pwd # destroy grp # destroy sepolicy # destroy syslog # destroy audit # destroy glob # destroy sepolgen.defaults # destroy sepolgen.interfaces # destroy gzip # destroy gettext # destroy sepolgen.matching # destroy sepolgen.refpolicy # destroy string # destroy selinux # destroy sepolgen.access # destroy sepolgen.objectmodel # destroy sepolgen.util # destroy setools.mixins # destroy setools.query # destroy typing # destroy setools.diff.descriptors # destroy setools.diff.difference # destroy setools.diff.typing # destroy setools.diff.bool # destroy setools.diff.typeattr # destroy setools.diff.types # destroy setools.diff.bounds # destroy setools.diff.commons # destroy setools.diff.objclass # destroy setools.diff.constraints # destroy setools.diff.default # destroy setools.diff.mls # destroy setools.diff.roles # destroy setools.diff.users # destroy setools.diff.context # destroy setools.diff.fsuse # destroy setools.diff.genfscon # destroy setools.diff.ibendportcon # destroy setools.diff.ibpkeycon # destroy setools.diff.initsid # destroy setools.diff.mlsrules # destroy setools.diff.netifcon # destroy setools.diff.nodecon # destroy setools.diff.polcap # destroy setools.diff.portcon # destroy setools.diff.properties # destroy setools.diff.rbacrules # destroy setools.diff.conditional # destroy setools.diff.terules # destroy configparser # cleanup[3] wiping _audit # cleanup[3] wiping setools.policyrep # cleanup[3] wiping setools.exception # cleanup[3] wiping cython_runtime # 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 # destroy tempfile # cleanup[3] wiping importlib.resources.abc # cleanup[3] wiping email.message # destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email._encoded_words # destroy base64 # cleanup[3] wiping email._policybase # cleanup[3] wiping email.header # cleanup[3] wiping email.utils # destroy random # destroy socket # destroy urllib # destroy urllib.parse # cleanup[3] wiping email.charset # cleanup[3] wiping email.encoders # cleanup[3] wiping email.errors # cleanup[3] wiping email.quoprimime # cleanup[3] wiping email.base64mime # cleanup[3] wiping email._parseaddr # destroy calendar # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # 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 selinux.audit2why # cleanup[3] wiping _semanage # 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 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 traceback # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping textwrap # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping zipfile # destroy zipfile._path # destroy importlib # destroy threading # destroy bz2 # destroy lzma # cleanup[3] wiping zipfile._path.glob # cleanup[3] wiping pathlib # cleanup[3] wiping ipaddress # cleanup[3] wiping ntpath # cleanup[3] wiping contextlib # cleanup[3] wiping weakref # 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 _lzma # cleanup[3] wiping _bz2 # cleanup[3] wiping _compression # cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping binascii # cleanup[3] wiping struct # 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 keyword # 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 encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux.audit2why # destroy _semanage # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _weakref # destroy linecache # destroy copyreg # destroy platform # destroy _uuid # destroy _typing # destroy re._parser # destroy _string # destroy ansible.module_utils.six.moves.urllib # destroy stat # 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 _tokenize # destroy operator # destroy ansible.module_utils.six.moves # destroy inspect # destroy keyword # destroy abc # destroy logging # destroy copy # destroy setools.exception # destroy ntpath # destroy ipaddress # destroy _opcode # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy importlib.resources # destroy importlib.abc # destroy importlib.metadata # destroy importlib.resources.abc # destroy importlib.resources._common # destroy _frozen_importlib_external # destroy _imp # destroy marshal # destroy shutil # destroy weakref # destroy textwrap # destroy email # destroy collections # destroy zlib # destroy _compression # destroy posixpath # destroy zipfile # destroy contextlib # destroy pathlib # destroy zipfile._path.glob # destroy _csv # destroy _bz2 # destroy _lzma # destroy datetime # destroy locale # destroy warnings # destroy struct # destroy binascii # destroy io # destroy selectors # destroy errno # destroy array # destroy select # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy _socket # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy functools # destroy time # destroy _warnings # destroy math # destroy _bisect # destroy re # destroy _random # destroy _hashlib # destroy _thread # destroy _collections # destroy itertools # destroy _sre # destroy posix # destroy _io # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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.41.218 closed. 6494 1726853158.12581: done with _execute_module (fedora.linux_system_roles.local_seport, {'ports': '465', 'proto': 'tcp', 'setype': 'smtp_port_t', 'state': 'present', 'local': 'true', 'ignore_selinux_state': False, '_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': 'fedora.linux_system_roles.local_seport', '_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-1726853156.322495-7188-263177177386073/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6494 1726853158.12586: _low_level_execute_command(): starting 6494 1726853158.12590: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726853156.322495-7188-263177177386073/ > /dev/null 2>&1 && sleep 0' 6494 1726853158.12592: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6494 1726853158.12595: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853158.12597: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853158.12599: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6494 1726853158.12602: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 <<< 6494 1726853158.12672: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853158.12682: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853158.12903: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853158.15021: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853158.15057: stderr chunk (state=3): >>><<< 6494 1726853158.15063: stdout chunk (state=3): >>><<< 6494 1726853158.15083: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853158.15087: handler run complete 6494 1726853158.15101: attempt loop complete, returning result 6494 1726853158.15119: variable '__selinux_item' from source: unknown 6494 1726853158.15188: variable '__selinux_item' from source: unknown changed: [managed_node1] => (item={'ports': '465', 'proto': 'tcp', 'setype': 'smtp_port_t', 'state': 'present', 'local': 'true'}) => { "__selinux_item": { "local": "true", "ports": "465", "proto": "tcp", "setype": "smtp_port_t", "state": "present" }, "ansible_loop_var": "__selinux_item", "changed": true, "ports": [ "465" ], "proto": "tcp", "setype": "smtp_port_t", "state": "present" } 6494 1726853158.15327: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853158.15330: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853158.15334: variable 'omit' from source: magic vars 6494 1726853158.15856: variable 'postfix_manage_selinux' from source: include params 6494 1726853158.15859: Evaluated conditional (postfix_manage_selinux | bool): True 6494 1726853158.15862: variable 'omit' from source: magic vars 6494 1726853158.15864: variable 'omit' from source: magic vars 6494 1726853158.15867: variable '__selinux_item' from source: unknown 6494 1726853158.15869: 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) 6494 1726853158.15871: 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) 6494 1726853158.15873: 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) 6494 1726853158.15875: 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) 6494 1726853158.15877: 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) 6494 1726853158.15910: variable '__selinux_item' from source: unknown 6494 1726853158.15982: variable '__selinux_item' from source: unknown 6494 1726853158.16085: variable '__selinux_item' from source: unknown 6494 1726853158.16187: variable '__selinux_item' from source: unknown 6494 1726853158.16274: variable 'ansible_selinux' from source: facts 6494 1726853158.16297: variable 'omit' from source: magic vars 6494 1726853158.16319: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6494 1726853158.16328: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853158.16335: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853158.16351: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6494 1726853158.16354: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853158.16356: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853158.16433: Set connection var ansible_shell_type to sh 6494 1726853158.16439: Set connection var ansible_pipelining to False 6494 1726853158.16445: Set connection var ansible_shell_executable to /bin/sh 6494 1726853158.16450: Set connection var ansible_timeout to 10 6494 1726853158.16458: Set connection var ansible_connection to ssh 6494 1726853158.16463: Set connection var ansible_module_compression to ZIP_DEFLATED 6494 1726853158.16483: variable 'ansible_shell_executable' from source: unknown 6494 1726853158.16487: variable 'ansible_connection' from source: unknown 6494 1726853158.16489: variable 'ansible_module_compression' from source: unknown 6494 1726853158.16491: variable 'ansible_shell_type' from source: unknown 6494 1726853158.16493: variable 'ansible_shell_executable' from source: unknown 6494 1726853158.16495: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853158.16504: variable 'ansible_pipelining' from source: unknown 6494 1726853158.16510: variable 'ansible_timeout' from source: unknown 6494 1726853158.16512: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853158.16612: 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) 6494 1726853158.16620: variable 'omit' from source: magic vars 6494 1726853158.16623: starting attempt loop 6494 1726853158.16625: running the handler 6494 1726853158.16633: _low_level_execute_command(): starting 6494 1726853158.16645: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6494 1726853158.17113: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853158.17116: 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.41.218 originally 10.31.41.218 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853158.17118: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853158.17121: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match found <<< 6494 1726853158.17122: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853158.17180: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853158.17187: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853158.17189: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853158.17311: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853158.19147: stdout chunk (state=3): >>>/root <<< 6494 1726853158.19299: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853158.19342: stderr chunk (state=3): >>><<< 6494 1726853158.19348: stdout chunk (state=3): >>><<< 6494 1726853158.19376: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853158.19391: _low_level_execute_command(): starting 6494 1726853158.19394: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726853158.193742-7188-160361757837353 `" && echo ansible-tmp-1726853158.193742-7188-160361757837353="` echo /root/.ansible/tmp/ansible-tmp-1726853158.193742-7188-160361757837353 `" ) && sleep 0' 6494 1726853158.20036: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853158.20043: 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.41.218 originally 10.31.41.218 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6494 1726853158.20046: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853158.20122: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853158.20126: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853158.20292: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853158.22404: stdout chunk (state=3): >>>ansible-tmp-1726853158.193742-7188-160361757837353=/root/.ansible/tmp/ansible-tmp-1726853158.193742-7188-160361757837353 <<< 6494 1726853158.22520: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853158.22555: stderr chunk (state=3): >>><<< 6494 1726853158.22559: stdout chunk (state=3): >>><<< 6494 1726853158.22575: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726853158.193742-7188-160361757837353=/root/.ansible/tmp/ansible-tmp-1726853158.193742-7188-160361757837353 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853158.22644: variable 'ansible_module_compression' from source: unknown 6494 1726853158.22667: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6494dydhg1yg/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.local_seport-ZIP_DEFLATED 6494 1726853158.22698: variable 'ansible_facts' from source: unknown 6494 1726853158.22785: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726853158.193742-7188-160361757837353/AnsiballZ_local_seport.py 6494 1726853158.22949: Sending initial data 6494 1726853158.22952: Sent initial data (158 bytes) 6494 1726853158.23522: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853158.23526: 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.41.218 originally 10.31.41.218 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853158.23528: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853158.23530: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match found <<< 6494 1726853158.23534: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853158.23578: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853158.23593: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853158.23715: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853158.25571: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6494 1726853158.25688: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6494 1726853158.25807: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6494dydhg1yg/tmprfq12rgi /root/.ansible/tmp/ansible-tmp-1726853158.193742-7188-160361757837353/AnsiballZ_local_seport.py <<< 6494 1726853158.25811: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726853158.193742-7188-160361757837353/AnsiballZ_local_seport.py" <<< 6494 1726853158.25918: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6494dydhg1yg/tmprfq12rgi" to remote "/root/.ansible/tmp/ansible-tmp-1726853158.193742-7188-160361757837353/AnsiballZ_local_seport.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726853158.193742-7188-160361757837353/AnsiballZ_local_seport.py" <<< 6494 1726853158.26846: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853158.26886: stderr chunk (state=3): >>><<< 6494 1726853158.26961: stdout chunk (state=3): >>><<< 6494 1726853158.26965: done transferring module to remote 6494 1726853158.26968: _low_level_execute_command(): starting 6494 1726853158.26970: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726853158.193742-7188-160361757837353/ /root/.ansible/tmp/ansible-tmp-1726853158.193742-7188-160361757837353/AnsiballZ_local_seport.py && sleep 0' 6494 1726853158.27742: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853158.27746: 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853158.27791: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853158.27798: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853158.27805: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853158.27922: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853158.30021: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853158.30051: stderr chunk (state=3): >>><<< 6494 1726853158.30060: stdout chunk (state=3): >>><<< 6494 1726853158.30080: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853158.30083: _low_level_execute_command(): starting 6494 1726853158.30088: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726853158.193742-7188-160361757837353/AnsiballZ_local_seport.py && sleep 0' 6494 1726853158.30530: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853158.30536: 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.41.218 originally 10.31.41.218 debug2: match not found <<< 6494 1726853158.30561: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6494 1726853158.30565: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.41.218 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853158.30573: 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853158.30668: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853158.30691: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853158.30845: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853158.33519: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 6494 1726853158.33524: stdout chunk (state=3): >>>import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # <<< 6494 1726853158.33527: stdout chunk (state=3): >>>import 'posix' # <<< 6494 1726853158.33898: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 6494 1726853158.33921: stdout chunk (state=3): >>># 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 0x7f3c596184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c595e7b30> # /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 0x7f3c5961aa50> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # <<< 6494 1726853158.33975: stdout chunk (state=3): >>>import '_collections_abc' # <<< 6494 1726853158.34001: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 6494 1726853158.34057: stdout chunk (state=3): >>>import 'os' # <<< 6494 1726853158.34060: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 6494 1726853158.34077: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 6494 1726853158.34082: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 6494 1726853158.34097: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 6494 1726853158.34114: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 6494 1726853158.34142: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py <<< 6494 1726853158.34168: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 6494 1726853158.34187: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c59409130> <<< 6494 1726853158.34249: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 6494 1726853158.34257: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c59409fa0> <<< 6494 1726853158.34282: stdout chunk (state=3): >>>import 'site' # <<< 6494 1726853158.34319: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 6494 1726853158.34554: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 6494 1726853158.34584: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 6494 1726853158.34608: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853158.34624: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 6494 1726853158.34683: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 6494 1726853158.34706: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 6494 1726853158.34727: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 6494 1726853158.34734: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c59447dd0> <<< 6494 1726853158.34749: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 6494 1726853158.34766: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 6494 1726853158.34797: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c59447fe0> <<< 6494 1726853158.34824: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 6494 1726853158.34853: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 6494 1726853158.34877: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 6494 1726853158.34950: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853158.34964: stdout chunk (state=3): >>>import 'itertools' # <<< 6494 1726853158.34983: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c5947f800> <<< 6494 1726853158.35020: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 6494 1726853158.35027: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 6494 1726853158.35031: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c5947fe90> <<< 6494 1726853158.35049: stdout chunk (state=3): >>>import '_collections' # <<< 6494 1726853158.35098: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c5945faa0> <<< 6494 1726853158.35108: stdout chunk (state=3): >>>import '_functools' # <<< 6494 1726853158.35148: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c5945d1c0> <<< 6494 1726853158.35246: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c59444f80> <<< 6494 1726853158.35275: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 6494 1726853158.35293: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 6494 1726853158.35310: stdout chunk (state=3): >>>import '_sre' # <<< 6494 1726853158.35331: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 6494 1726853158.35359: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 6494 1726853158.35380: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 6494 1726853158.35393: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 6494 1726853158.35422: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c5949f770> <<< 6494 1726853158.35442: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c5949e390> <<< 6494 1726853158.35484: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c5945e090> <<< 6494 1726853158.35486: stdout chunk (state=3): >>>import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c5949cbc0> <<< 6494 1726853158.35530: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 6494 1726853158.35552: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c594d47d0> <<< 6494 1726853158.35555: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c59444200> <<< 6494 1726853158.35587: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 6494 1726853158.35622: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853158.35628: stdout chunk (state=3): >>># 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 0x7f3c594d4c80> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c594d4b30> <<< 6494 1726853158.35672: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853158.35679: stdout chunk (state=3): >>># extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c594d4ef0> <<< 6494 1726853158.35693: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c59442d20> <<< 6494 1726853158.35722: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 6494 1726853158.35726: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853158.35751: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 6494 1726853158.35781: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 6494 1726853158.35804: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c594d55e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c594d52b0> <<< 6494 1726853158.35811: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 6494 1726853158.35848: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 6494 1726853158.35855: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 6494 1726853158.35871: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c594d64e0> <<< 6494 1726853158.35884: stdout chunk (state=3): >>>import 'importlib.util' # <<< 6494 1726853158.35892: stdout chunk (state=3): >>>import 'runpy' # <<< 6494 1726853158.35925: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 6494 1726853158.35962: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 6494 1726853158.35993: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 6494 1726853158.36002: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c594ec6e0> <<< 6494 1726853158.36014: stdout chunk (state=3): >>>import 'errno' # <<< 6494 1726853158.36056: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853158.36061: stdout chunk (state=3): >>>import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c594eddf0> <<< 6494 1726853158.36076: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 6494 1726853158.36094: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 6494 1726853158.36120: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 6494 1726853158.36129: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 6494 1726853158.36142: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c594eec90> <<< 6494 1726853158.36182: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c594ef2f0> <<< 6494 1726853158.36197: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c594ee1e0> <<< 6494 1726853158.36213: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 6494 1726853158.36235: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 6494 1726853158.36274: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853158.36279: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c594efd70> <<< 6494 1726853158.36297: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c594ef4a0> <<< 6494 1726853158.36346: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c594d6450> <<< 6494 1726853158.36372: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 6494 1726853158.36399: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 6494 1726853158.36420: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 6494 1726853158.36442: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 6494 1726853158.36483: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c59287c50> <<< 6494 1726853158.36505: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 6494 1726853158.36508: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 6494 1726853158.36544: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c592b0710> <<< 6494 1726853158.36549: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c592b0470> <<< 6494 1726853158.36573: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853158.36576: stdout chunk (state=3): >>># extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c592b0740> <<< 6494 1726853158.36608: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 6494 1726853158.36611: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 6494 1726853158.36697: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853158.36853: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c592b1070> <<< 6494 1726853158.37011: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853158.37015: stdout chunk (state=3): >>># extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c592b1a30> <<< 6494 1726853158.37017: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c592b0920> <<< 6494 1726853158.37039: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c59285df0> <<< 6494 1726853158.37054: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 6494 1726853158.37078: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 6494 1726853158.37098: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 6494 1726853158.37125: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 6494 1726853158.37129: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c592b2e40> <<< 6494 1726853158.37155: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c592b1b80> <<< 6494 1726853158.37173: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c594d6c00> <<< 6494 1726853158.37201: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 6494 1726853158.37272: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853158.37294: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 6494 1726853158.37333: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 6494 1726853158.37362: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c592db1d0> <<< 6494 1726853158.37414: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 6494 1726853158.37437: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853158.37454: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 6494 1726853158.37478: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 6494 1726853158.37514: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c592ff530> <<< 6494 1726853158.37547: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 6494 1726853158.37591: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 6494 1726853158.37653: stdout chunk (state=3): >>>import 'ntpath' # <<< 6494 1726853158.37679: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c5935c350> <<< 6494 1726853158.37695: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 6494 1726853158.37730: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 6494 1726853158.37757: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 6494 1726853158.37802: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 6494 1726853158.37892: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c5935eab0> <<< 6494 1726853158.37977: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c5935c470> <<< 6494 1726853158.38013: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c59329340> <<< 6494 1726853158.38043: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 6494 1726853158.38048: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c59165460> <<< 6494 1726853158.38067: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c592fe330> <<< 6494 1726853158.38071: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c592b3da0> <<< 6494 1726853158.38205: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 6494 1726853158.38211: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f3c592fe690> <<< 6494 1726853158.38446: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.local_seport_payload_4_lq3gyu/ansible_fedora.linux_system_roles.local_seport_payload.zip' <<< 6494 1726853158.38451: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853158.38588: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853158.38610: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 6494 1726853158.38634: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 6494 1726853158.38671: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 6494 1726853158.38762: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 6494 1726853158.38790: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py <<< 6494 1726853158.38793: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c591b71a0> <<< 6494 1726853158.38803: stdout chunk (state=3): >>>import '_typing' # <<< 6494 1726853158.39008: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c5919a090> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c59199220> <<< 6494 1726853158.39019: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853158.39047: stdout chunk (state=3): >>>import 'ansible' # <<< 6494 1726853158.39051: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853158.39068: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853158.39091: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853158.39098: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 6494 1726853158.39120: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853158.40617: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853158.41821: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c591b5040> <<< 6494 1726853158.41850: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853158.41879: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 6494 1726853158.41882: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 6494 1726853158.41906: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 6494 1726853158.41950: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853158.41953: stdout chunk (state=3): >>># 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 0x7f3c591e6a50> <<< 6494 1726853158.41995: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c591e67e0> <<< 6494 1726853158.42026: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c591e6120> <<< 6494 1726853158.42057: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 6494 1726853158.42065: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 6494 1726853158.42113: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c591e6600> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c5961a9c0> <<< 6494 1726853158.42120: stdout chunk (state=3): >>>import 'atexit' # <<< 6494 1726853158.42151: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853158.42156: stdout chunk (state=3): >>># extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c591e76b0> <<< 6494 1726853158.42181: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853158.42189: stdout chunk (state=3): >>># extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c591e78f0> <<< 6494 1726853158.42207: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 6494 1726853158.42278: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 6494 1726853158.42289: stdout chunk (state=3): >>>import '_locale' # <<< 6494 1726853158.42336: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c591e7e30> <<< 6494 1726853158.42344: stdout chunk (state=3): >>>import 'pwd' # <<< 6494 1726853158.42364: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 6494 1726853158.42391: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 6494 1726853158.42434: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58b15c10> <<< 6494 1726853158.42463: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853158.42472: stdout chunk (state=3): >>># extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c58b17830> <<< 6494 1726853158.42481: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 6494 1726853158.42504: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 6494 1726853158.42541: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58b18230> <<< 6494 1726853158.42563: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 6494 1726853158.42594: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 6494 1726853158.42611: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58b193a0> <<< 6494 1726853158.42630: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 6494 1726853158.42670: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 6494 1726853158.42691: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 6494 1726853158.42696: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 6494 1726853158.42747: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58b1be90> <<< 6494 1726853158.42788: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853158.42793: stdout chunk (state=3): >>># 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 0x7f3c59442cc0> <<< 6494 1726853158.42811: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58b1a150> <<< 6494 1726853158.42829: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 6494 1726853158.42859: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 6494 1726853158.42885: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 6494 1726853158.42890: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 6494 1726853158.42906: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 6494 1726853158.42939: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 6494 1726853158.42966: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 6494 1726853158.42971: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58b27da0> <<< 6494 1726853158.42987: stdout chunk (state=3): >>>import '_tokenize' # <<< 6494 1726853158.43061: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58b26870> <<< 6494 1726853158.43068: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58b265d0> <<< 6494 1726853158.43088: stdout chunk (state=3): >>># /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' <<< 6494 1726853158.43160: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58b26b40> <<< 6494 1726853158.43195: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58b1a5d0> <<< 6494 1726853158.43221: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853158.43226: stdout chunk (state=3): >>># extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c58b6ba40> <<< 6494 1726853158.43250: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py <<< 6494 1726853158.43257: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58b6c140> <<< 6494 1726853158.43270: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 6494 1726853158.43295: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 6494 1726853158.43316: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 6494 1726853158.43354: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853158.43364: stdout chunk (state=3): >>># extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c58b6dbe0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58b6d9a0> <<< 6494 1726853158.43370: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 6494 1726853158.43511: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 6494 1726853158.43560: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853158.43566: stdout chunk (state=3): >>># 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 0x7f3c58b70110> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58b6e2d0> <<< 6494 1726853158.43589: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 6494 1726853158.43632: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853158.43658: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 6494 1726853158.43674: stdout chunk (state=3): >>>import '_string' # <<< 6494 1726853158.43716: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58b738f0> <<< 6494 1726853158.43852: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58b702c0> <<< 6494 1726853158.43915: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853158.43921: stdout chunk (state=3): >>># extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c58b74980> <<< 6494 1726853158.43954: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853158.43960: stdout chunk (state=3): >>># extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c58b74740> <<< 6494 1726853158.43990: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853158.44000: stdout chunk (state=3): >>># extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c58b74aa0> <<< 6494 1726853158.44006: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58b6c260> <<< 6494 1726853158.44035: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 6494 1726853158.44054: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 6494 1726853158.44073: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 6494 1726853158.44104: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853158.44126: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c58bfc2c0> <<< 6494 1726853158.44287: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853158.44293: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c58bfd520> <<< 6494 1726853158.44303: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58b76a50> <<< 6494 1726853158.44326: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853158.44334: stdout chunk (state=3): >>># extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c58b77e00> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58b76660> <<< 6494 1726853158.44355: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853158.44376: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853158.44390: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 6494 1726853158.44398: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853158.44484: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853158.44578: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853158.44581: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853158.44603: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 6494 1726853158.44612: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853158.44625: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853158.44628: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 6494 1726853158.44645: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853158.44761: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853158.44882: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853158.45454: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853158.46024: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 6494 1726853158.46031: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 6494 1726853158.46055: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 6494 1726853158.46068: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853158.46129: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853158.46135: stdout chunk (state=3): >>># 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 0x7f3c58a05730> <<< 6494 1726853158.46210: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 6494 1726853158.46236: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58a06570> <<< 6494 1726853158.46241: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c5961bf20> <<< 6494 1726853158.46291: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 6494 1726853158.46300: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853158.46326: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853158.46337: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 6494 1726853158.46349: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853158.46510: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853158.46664: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 6494 1726853158.46677: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58a06360> <<< 6494 1726853158.46681: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853158.47160: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853158.47614: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853158.47686: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853158.47756: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 6494 1726853158.47775: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853158.47804: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853158.47842: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 6494 1726853158.47849: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853158.47919: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853158.47995: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 6494 1726853158.48020: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853158.48024: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853158.48040: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 6494 1726853158.48045: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853158.48082: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853158.48118: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 6494 1726853158.48131: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853158.48369: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853158.48608: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 6494 1726853158.48670: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 6494 1726853158.48688: stdout chunk (state=3): >>>import '_ast' # <<< 6494 1726853158.48757: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58a07680> <<< 6494 1726853158.48773: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853158.48841: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853158.48916: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 6494 1726853158.48924: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # <<< 6494 1726853158.48940: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 6494 1726853158.48954: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853158.48994: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853158.49041: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 6494 1726853158.49049: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853158.49089: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853158.49134: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853158.49184: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853158.49255: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 6494 1726853158.49294: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853158.49391: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853158.49395: stdout chunk (state=3): >>># extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c58a12090> <<< 6494 1726853158.49429: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58a0d040> <<< 6494 1726853158.49460: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 6494 1726853158.49465: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 6494 1726853158.49536: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853158.49593: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853158.49630: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853158.49665: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py <<< 6494 1726853158.49675: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853158.49685: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 6494 1726853158.49712: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 6494 1726853158.49727: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 6494 1726853158.49791: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 6494 1726853158.49809: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 6494 1726853158.49831: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 6494 1726853158.49889: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58b029c0> <<< 6494 1726853158.49928: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c5921a690> <<< 6494 1726853158.50012: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58a121b0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58a07590> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 6494 1726853158.50018: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853158.50046: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853158.50073: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 6494 1726853158.50137: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 6494 1726853158.50150: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853158.50179: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections' # <<< 6494 1726853158.50183: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853158.50195: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853158.50210: stdout chunk (state=3): >>>import 'ansible_collections.fedora' # # zipimport: zlib available <<< 6494 1726853158.50233: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # <<< 6494 1726853158.50246: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853158.50266: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853158.50268: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins' # <<< 6494 1726853158.50298: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 6494 1726853158.50304: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # <<< 6494 1726853158.50307: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853158.50441: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853158.50568: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/__pycache__/seobject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/seobject.py <<< 6494 1726853158.50641: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/seobject.cpython-312.pyc' <<< 6494 1726853158.50654: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/__pycache__/semanage.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/semanage.py <<< 6494 1726853158.50707: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/__pycache__/semanage.cpython-312.pyc' <<< 6494 1726853158.50818: stdout chunk (state=3): >>># extension module '_semanage' loaded from '/usr/lib64/python3.12/site-packages/_semanage.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853158.50828: stdout chunk (state=3): >>># extension module '_semanage' executed from '/usr/lib64/python3.12/site-packages/_semanage.cpython-312-x86_64-linux-gnu.so' import '_semanage' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c5869b680> <<< 6494 1726853158.50841: stdout chunk (state=3): >>>import 'semanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58a8ddc0> <<< 6494 1726853158.50872: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/sepolicy/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/sepolicy/__init__.py <<< 6494 1726853158.50950: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/sepolicy/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853158.50974: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 6494 1726853158.50979: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 6494 1726853158.51006: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c586f6210> <<< 6494 1726853158.51037: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/sepolgen/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/sepolgen/__init__.py # code object from '/usr/lib/python3.12/site-packages/sepolgen/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853158.51044: stdout chunk (state=3): >>>import 'sepolgen' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c586f6c30> <<< 6494 1726853158.51058: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/sepolgen/__pycache__/defaults.cpython-312.pyc matches /usr/lib/python3.12/site-packages/sepolgen/defaults.py <<< 6494 1726853158.51068: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/sepolgen/__pycache__/defaults.cpython-312.pyc' import 'sepolgen.defaults' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c586f6d80> <<< 6494 1726853158.51089: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/sepolgen/__pycache__/interfaces.cpython-312.pyc matches /usr/lib/python3.12/site-packages/sepolgen/interfaces.py <<< 6494 1726853158.51099: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/sepolgen/__pycache__/interfaces.cpython-312.pyc' <<< 6494 1726853158.51124: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/sepolgen/__pycache__/access.cpython-312.pyc matches /usr/lib/python3.12/site-packages/sepolgen/access.py <<< 6494 1726853158.51128: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/sepolgen/__pycache__/access.cpython-312.pyc' <<< 6494 1726853158.51148: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/sepolgen/__pycache__/refpolicy.cpython-312.pyc matches /usr/lib/python3.12/site-packages/sepolgen/refpolicy.py <<< 6494 1726853158.51196: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/sepolgen/__pycache__/refpolicy.cpython-312.pyc' <<< 6494 1726853158.51255: stdout chunk (state=3): >>>import 'sepolgen.refpolicy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58710aa0> <<< 6494 1726853158.51274: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/sepolgen/__pycache__/util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/sepolgen/util.py <<< 6494 1726853158.51285: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/sepolgen/__pycache__/util.cpython-312.pyc' <<< 6494 1726853158.51291: stdout chunk (state=3): >>>import 'sepolgen.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c587128d0> <<< 6494 1726853158.51330: stdout chunk (state=3): >>># extension module 'selinux.audit2why' loaded from '/usr/lib64/python3.12/site-packages/selinux/audit2why.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853158.51339: stdout chunk (state=3): >>># extension module 'selinux.audit2why' executed from '/usr/lib64/python3.12/site-packages/selinux/audit2why.cpython-312-x86_64-linux-gnu.so' import 'selinux.audit2why' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c58748a10> import 'sepolgen.access' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c587100e0> <<< 6494 1726853158.51360: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/sepolgen/__pycache__/objectmodel.cpython-312.pyc matches /usr/lib/python3.12/site-packages/sepolgen/objectmodel.py <<< 6494 1726853158.51364: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/sepolgen/__pycache__/objectmodel.cpython-312.pyc' import 'sepolgen.objectmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c587108f0> <<< 6494 1726853158.51398: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/sepolgen/__pycache__/matching.cpython-312.pyc matches /usr/lib/python3.12/site-packages/sepolgen/matching.py <<< 6494 1726853158.51405: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/sepolgen/__pycache__/matching.cpython-312.pyc' <<< 6494 1726853158.51422: stdout chunk (state=3): >>>import 'sepolgen.matching' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58748f80> <<< 6494 1726853158.51437: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/sepolgen/__pycache__/sepolgeni18n.cpython-312.pyc matches /usr/lib/python3.12/site-packages/sepolgen/sepolgeni18n.py # code object from '/usr/lib/python3.12/site-packages/sepolgen/__pycache__/sepolgeni18n.cpython-312.pyc' <<< 6494 1726853158.51454: stdout chunk (state=3): >>>import 'sepolgen.sepolgeni18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58749580> <<< 6494 1726853158.51461: stdout chunk (state=3): >>>import 'sepolgen.interfaces' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c586f6ff0> <<< 6494 1726853158.51479: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 6494 1726853158.51624: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 6494 1726853158.51635: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58749520> <<< 6494 1726853158.51665: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/__init__.py <<< 6494 1726853158.51680: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853158.51688: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/metadata/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/__init__.py <<< 6494 1726853158.51731: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853158.51744: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/csv.cpython-312.pyc matches /usr/lib64/python3.12/csv.py <<< 6494 1726853158.51768: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/csv.cpython-312.pyc' <<< 6494 1726853158.51799: stdout chunk (state=3): >>># extension module '_csv' loaded from '/usr/lib64/python3.12/lib-dynload/_csv.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853158.51805: stdout chunk (state=3): >>># 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 0x7f3c5876ac00> <<< 6494 1726853158.51823: stdout chunk (state=3): >>>import 'csv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58769fa0> <<< 6494 1726853158.51851: stdout chunk (state=3): >>># /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' <<< 6494 1726853158.51862: stdout chunk (state=3): >>>import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c5876b110> <<< 6494 1726853158.51874: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 6494 1726853158.51961: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 6494 1726853158.51972: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 6494 1726853158.52004: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 6494 1726853158.52016: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 6494 1726853158.52039: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 6494 1726853158.52065: stdout chunk (state=3): >>># extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853158.52070: stdout chunk (state=3): >>># 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 0x7f3c5838d6a0> <<< 6494 1726853158.52094: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c5838cad0> <<< 6494 1726853158.52156: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c583734a0> <<< 6494 1726853158.52299: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c5876b350> <<< 6494 1726853158.52330: stdout chunk (state=3): >>># /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' <<< 6494 1726853158.52354: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py <<< 6494 1726853158.52381: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 6494 1726853158.52414: stdout chunk (state=3): >>># /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' <<< 6494 1726853158.52419: stdout chunk (state=3): >>>import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c5839bec0> <<< 6494 1726853158.52446: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 6494 1726853158.52462: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 6494 1726853158.52478: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py <<< 6494 1726853158.52502: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' <<< 6494 1726853158.52515: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 6494 1726853158.52548: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 6494 1726853158.52614: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c583c6cf0> <<< 6494 1726853158.52620: stdout chunk (state=3): >>>import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c583c58e0> <<< 6494 1726853158.52638: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py <<< 6494 1726853158.52658: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' <<< 6494 1726853158.52675: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py <<< 6494 1726853158.52683: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c583e6150> <<< 6494 1726853158.52704: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py <<< 6494 1726853158.52715: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' <<< 6494 1726853158.52733: stdout chunk (state=3): >>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c583e64b0> <<< 6494 1726853158.52751: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py <<< 6494 1726853158.52754: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' <<< 6494 1726853158.52793: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58405c40> <<< 6494 1726853158.52823: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py <<< 6494 1726853158.52825: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' <<< 6494 1726853158.52842: stdout chunk (state=3): >>>import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58405cd0> import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c583c7560> <<< 6494 1726853158.52892: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c583c4860> <<< 6494 1726853158.52899: stdout chunk (state=3): >>># /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' <<< 6494 1726853158.52915: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py <<< 6494 1726853158.52941: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' <<< 6494 1726853158.52988: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c584073b0> <<< 6494 1726853158.52991: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58a04500> <<< 6494 1726853158.53021: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py <<< 6494 1726853158.53026: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' <<< 6494 1726853158.53046: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58407e60> <<< 6494 1726853158.53090: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py <<< 6494 1726853158.53094: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc' import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c5841c860> <<< 6494 1726853158.53101: stdout chunk (state=3): >>>import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58399d90> <<< 6494 1726853158.53121: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/metadata/__pycache__/_text.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_text.py <<< 6494 1726853158.53133: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_text.cpython-312.pyc' <<< 6494 1726853158.53155: stdout chunk (state=3): >>># /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 0x7f3c5841ce30> <<< 6494 1726853158.53165: stdout chunk (state=3): >>>import 'importlib.metadata._text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c5841cad0> <<< 6494 1726853158.53170: stdout chunk (state=3): >>>import 'importlib.metadata._adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c583714c0> <<< 6494 1726853158.53196: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/metadata/__pycache__/_meta.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_meta.py <<< 6494 1726853158.53199: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_meta.cpython-312.pyc' <<< 6494 1726853158.53253: stdout chunk (state=3): >>>import 'importlib.metadata._meta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c5841d0d0> <<< 6494 1726853158.53265: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/metadata/__pycache__/_collections.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_collections.py <<< 6494 1726853158.53270: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_collections.cpython-312.pyc' <<< 6494 1726853158.53288: stdout chunk (state=3): >>>import 'importlib.metadata._collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c5841d730> <<< 6494 1726853158.53316: stdout chunk (state=3): >>># /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 0x7f3c5841dcd0> <<< 6494 1726853158.53339: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/abc.py <<< 6494 1726853158.53345: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/abc.cpython-312.pyc' <<< 6494 1726853158.53381: stdout chunk (state=3): >>># /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' <<< 6494 1726853158.53395: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/resources/__pycache__/_common.cpython-312.pyc matches /usr/lib64/python3.12/importlib/resources/_common.py <<< 6494 1726853158.53402: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/resources/__pycache__/_common.cpython-312.pyc' <<< 6494 1726853158.53418: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/resources/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/resources/abc.py <<< 6494 1726853158.53436: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/resources/__pycache__/abc.cpython-312.pyc' <<< 6494 1726853158.53474: stdout chunk (state=3): >>>import 'importlib.resources.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c5841f3b0> <<< 6494 1726853158.53490: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/resources/__pycache__/_adapters.cpython-312.pyc matches /usr/lib64/python3.12/importlib/resources/_adapters.py <<< 6494 1726853158.53511: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/resources/__pycache__/_adapters.cpython-312.pyc' <<< 6494 1726853158.53535: stdout chunk (state=3): >>>import 'importlib.resources._adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c5841fe30> <<< 6494 1726853158.53551: stdout chunk (state=3): >>>import 'importlib.resources._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c5841eb70> <<< 6494 1726853158.53575: stdout chunk (state=3): >>># /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' <<< 6494 1726853158.53597: stdout chunk (state=3): >>>import 'importlib.resources._legacy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58441100> import 'importlib.resources' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c5841e870> <<< 6494 1726853158.53634: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c5841e030> <<< 6494 1726853158.53726: stdout chunk (state=3): >>>import 'importlib.metadata' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c5874b530> <<< 6494 1726853158.53880: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py <<< 6494 1726853158.53884: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' <<< 6494 1726853158.53908: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py <<< 6494 1726853158.53913: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' <<< 6494 1726853158.53963: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58442b40> <<< 6494 1726853158.53966: stdout chunk (state=3): >>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58441ee0> <<< 6494 1726853158.54045: stdout chunk (state=3): >>># extension module 'setools.policyrep' loaded from '/usr/lib64/python3.12/site-packages/setools/policyrep.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853158.54207: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/exception.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/exception.py <<< 6494 1726853158.54215: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/exception.cpython-312.pyc' <<< 6494 1726853158.54272: stdout chunk (state=3): >>>import 'setools.exception' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c582b5910> <<< 6494 1726853158.54475: stdout chunk (state=3): >>># extension module 'setools.policyrep' executed from '/usr/lib64/python3.12/site-packages/setools/policyrep.cpython-312-x86_64-linux-gnu.so' import 'setools.policyrep' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c58443410> <<< 6494 1726853158.54506: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/query.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/query.py <<< 6494 1726853158.54509: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/query.cpython-312.pyc' <<< 6494 1726853158.54515: stdout chunk (state=3): >>>import 'setools.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c582f0710> <<< 6494 1726853158.54537: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/util.py <<< 6494 1726853158.54552: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/util.cpython-312.pyc' <<< 6494 1726853158.54556: stdout chunk (state=3): >>>import 'setools.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c582f0980> <<< 6494 1726853158.54581: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/boolquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/boolquery.py <<< 6494 1726853158.54590: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/boolquery.cpython-312.pyc' <<< 6494 1726853158.54612: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/mixins.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/mixins.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/mixins.cpython-312.pyc' <<< 6494 1726853158.54639: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py <<< 6494 1726853158.54665: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc' <<< 6494 1726853158.54718: stdout chunk (state=3): >>>import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c582f1a00> <<< 6494 1726853158.54742: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/descriptors.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/descriptors.py <<< 6494 1726853158.54752: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/descriptors.cpython-312.pyc' <<< 6494 1726853158.54776: stdout chunk (state=3): >>>import 'setools.descriptors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c582f38f0> <<< 6494 1726853158.54799: stdout chunk (state=3): >>>import 'setools.mixins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c582f1460> <<< 6494 1726853158.54805: stdout chunk (state=3): >>>import 'setools.boolquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c582f1160> <<< 6494 1726853158.54840: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/categoryquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/categoryquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/categoryquery.cpython-312.pyc' <<< 6494 1726853158.54852: stdout chunk (state=3): >>>import 'setools.categoryquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58314590> <<< 6494 1726853158.54869: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/commonquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/commonquery.py <<< 6494 1726853158.54872: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/commonquery.cpython-312.pyc' import 'setools.commonquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58314740> <<< 6494 1726853158.54902: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/objclassquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/objclassquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/objclassquery.cpython-312.pyc' <<< 6494 1726853158.54909: stdout chunk (state=3): >>>import 'setools.objclassquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58314920> <<< 6494 1726853158.54942: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/polcapquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/polcapquery.py <<< 6494 1726853158.54945: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/polcapquery.cpython-312.pyc' import 'setools.polcapquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58314a70> <<< 6494 1726853158.54975: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/rolequery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/rolequery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/rolequery.cpython-312.pyc' <<< 6494 1726853158.54980: stdout chunk (state=3): >>>import 'setools.rolequery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58314c50> <<< 6494 1726853158.55003: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/sensitivityquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/sensitivityquery.py <<< 6494 1726853158.55005: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/sensitivityquery.cpython-312.pyc' <<< 6494 1726853158.55020: stdout chunk (state=3): >>>import 'setools.sensitivityquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58314e30> <<< 6494 1726853158.55049: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/typequery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/typequery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/typequery.cpython-312.pyc' <<< 6494 1726853158.55062: stdout chunk (state=3): >>>import 'setools.typequery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58315040> <<< 6494 1726853158.55077: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/typeattrquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/typeattrquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/typeattrquery.cpython-312.pyc' <<< 6494 1726853158.55083: stdout chunk (state=3): >>>import 'setools.typeattrquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58315280> <<< 6494 1726853158.55107: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/userquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/userquery.py <<< 6494 1726853158.55110: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/userquery.cpython-312.pyc' <<< 6494 1726853158.55125: stdout chunk (state=3): >>>import 'setools.userquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58315430> <<< 6494 1726853158.55147: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/mlsrulequery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/mlsrulequery.py <<< 6494 1726853158.55150: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/mlsrulequery.cpython-312.pyc' <<< 6494 1726853158.55172: stdout chunk (state=3): >>>import 'setools.mlsrulequery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58315670> <<< 6494 1726853158.55189: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/rbacrulequery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/rbacrulequery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/rbacrulequery.cpython-312.pyc' <<< 6494 1726853158.55209: stdout chunk (state=3): >>>import 'setools.rbacrulequery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c583158e0> <<< 6494 1726853158.55236: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/terulequery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/terulequery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/terulequery.cpython-312.pyc' <<< 6494 1726853158.55261: stdout chunk (state=3): >>>import 'setools.terulequery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58315c40> <<< 6494 1726853158.55295: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/constraintquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/constraintquery.py <<< 6494 1726853158.55304: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/constraintquery.cpython-312.pyc' import 'setools.constraintquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c583160c0> <<< 6494 1726853158.55335: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/boundsquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/boundsquery.py <<< 6494 1726853158.55337: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/boundsquery.cpython-312.pyc' import 'setools.boundsquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58316360> <<< 6494 1726853158.55360: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/defaultquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/defaultquery.py <<< 6494 1726853158.55365: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/defaultquery.cpython-312.pyc' <<< 6494 1726853158.55399: stdout chunk (state=3): >>>import 'setools.defaultquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c583165a0> <<< 6494 1726853158.55415: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/fsusequery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/fsusequery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/fsusequery.cpython-312.pyc' <<< 6494 1726853158.55424: stdout chunk (state=3): >>>import 'setools.fsusequery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c583167b0> <<< 6494 1726853158.55442: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/genfsconquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/genfsconquery.py <<< 6494 1726853158.55452: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/genfsconquery.cpython-312.pyc' <<< 6494 1726853158.55457: stdout chunk (state=3): >>>import 'setools.genfsconquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c583169f0> <<< 6494 1726853158.55479: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/ibendportconquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/ibendportconquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/ibendportconquery.cpython-312.pyc' <<< 6494 1726853158.55507: stdout chunk (state=3): >>>import 'setools.ibendportconquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58316c60> <<< 6494 1726853158.55520: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/ibpkeyconquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/ibpkeyconquery.py <<< 6494 1726853158.55528: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/ibpkeyconquery.cpython-312.pyc' <<< 6494 1726853158.55542: stdout chunk (state=3): >>>import 'setools.ibpkeyconquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58316f00> <<< 6494 1726853158.55570: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/initsidquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/initsidquery.py <<< 6494 1726853158.55574: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/initsidquery.cpython-312.pyc' import 'setools.initsidquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58317350> <<< 6494 1726853158.55604: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/netifconquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/netifconquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/netifconquery.cpython-312.pyc'<<< 6494 1726853158.55610: stdout chunk (state=3): >>> import 'setools.netifconquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c583174d0> <<< 6494 1726853158.55649: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/nodeconquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/nodeconquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/nodeconquery.cpython-312.pyc' <<< 6494 1726853158.55677: stdout chunk (state=3): >>>import 'setools.nodeconquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58317680> <<< 6494 1726853158.55700: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/portconquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/portconquery.py <<< 6494 1726853158.55710: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/portconquery.cpython-312.pyc' <<< 6494 1726853158.55723: stdout chunk (state=3): >>>import 'setools.portconquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58317aa0> <<< 6494 1726853158.55752: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/ioportconquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/ioportconquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/ioportconquery.cpython-312.pyc' <<< 6494 1726853158.55765: stdout chunk (state=3): >>>import 'setools.ioportconquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58317f20> <<< 6494 1726853158.55786: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/iomemconquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/iomemconquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/iomemconquery.cpython-312.pyc' <<< 6494 1726853158.55815: stdout chunk (state=3): >>>import 'setools.iomemconquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c57f70230> <<< 6494 1726853158.55849: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/pirqconquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/pirqconquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/pirqconquery.cpython-312.pyc' <<< 6494 1726853158.55854: stdout chunk (state=3): >>>import 'setools.pirqconquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c57f70530> <<< 6494 1726853158.55877: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/pcideviceconquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/pcideviceconquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/pcideviceconquery.cpython-312.pyc' import 'setools.pcideviceconquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c57f70800> <<< 6494 1726853158.55895: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/devicetreeconquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/devicetreeconquery.py <<< 6494 1726853158.55902: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/devicetreeconquery.cpython-312.pyc' <<< 6494 1726853158.55910: stdout chunk (state=3): >>>import 'setools.devicetreeconquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c57f70ad0> <<< 6494 1726853158.55928: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/infoflow.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/infoflow.py <<< 6494 1726853158.55948: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/infoflow.cpython-312.pyc' <<< 6494 1726853158.55985: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/permmap.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/permmap.py <<< 6494 1726853158.55994: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/permmap.cpython-312.pyc' <<< 6494 1726853158.56191: stdout chunk (state=3): >>>import 'setools.permmap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c57f71b50> <<< 6494 1726853158.56257: stdout chunk (state=3): >>>import 'setools.infoflow' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c57f70c80> <<< 6494 1726853158.56282: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/__pycache__/dta.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/dta.py <<< 6494 1726853158.56299: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/dta.cpython-312.pyc' <<< 6494 1726853158.56465: stdout chunk (state=3): >>>import 'setools.dta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c57f72db0> <<< 6494 1726853158.56487: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/__init__.py <<< 6494 1726853158.56494: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853158.56515: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/bool.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/bool.py <<< 6494 1726853158.56526: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/bool.cpython-312.pyc' <<< 6494 1726853158.56543: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/descriptors.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/descriptors.py <<< 6494 1726853158.56548: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/descriptors.cpython-312.pyc' import 'setools.diff.descriptors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c57f91820> <<< 6494 1726853158.56579: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/difference.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/difference.py <<< 6494 1726853158.56585: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/difference.cpython-312.pyc' <<< 6494 1726853158.56619: stdout chunk (state=3): >>>import 'setools.diff.difference' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c57f91ac0> <<< 6494 1726853158.56638: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/typing.py <<< 6494 1726853158.56644: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/typing.cpython-312.pyc' <<< 6494 1726853158.56664: stdout chunk (state=3): >>>import 'setools.diff.typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c57f92720> <<< 6494 1726853158.56776: stdout chunk (state=3): >>>import 'setools.diff.bool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c57f91190> <<< 6494 1726853158.56796: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/bounds.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/bounds.py <<< 6494 1726853158.56806: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/bounds.cpython-312.pyc' <<< 6494 1726853158.56823: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/types.py <<< 6494 1726853158.56837: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/types.cpython-312.pyc' <<< 6494 1726853158.56849: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/typeattr.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/typeattr.py <<< 6494 1726853158.56858: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/typeattr.cpython-312.pyc' <<< 6494 1726853158.56972: stdout chunk (state=3): >>>import 'setools.diff.typeattr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c57f93bc0> <<< 6494 1726853158.57112: stdout chunk (state=3): >>>import 'setools.diff.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c57f936b0> <<< 6494 1726853158.57206: stdout chunk (state=3): >>>import 'setools.diff.bounds' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c57f93260> <<< 6494 1726853158.57226: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/commons.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/commons.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/commons.cpython-312.pyc' <<< 6494 1726853158.57331: stdout chunk (state=3): >>>import 'setools.diff.commons' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c57fb9220> <<< 6494 1726853158.57353: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/constraints.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/constraints.py <<< 6494 1726853158.57359: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/constraints.cpython-312.pyc' <<< 6494 1726853158.57381: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/objclass.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/objclass.py <<< 6494 1726853158.57386: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/objclass.cpython-312.pyc' <<< 6494 1726853158.57499: stdout chunk (state=3): >>>import 'setools.diff.objclass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c57fba0f0> <<< 6494 1726853158.57531: stdout chunk (state=3): >>>import 'setools.diff.constraints' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c57fb8d40> <<< 6494 1726853158.57549: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/default.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/default.py <<< 6494 1726853158.57555: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/default.cpython-312.pyc' <<< 6494 1726853158.57652: stdout chunk (state=3): >>>import 'setools.diff.default' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c57fbaa80> <<< 6494 1726853158.57667: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/fsuse.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/fsuse.py <<< 6494 1726853158.57678: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/fsuse.cpython-312.pyc' <<< 6494 1726853158.57696: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/context.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/context.cpython-312.pyc' <<< 6494 1726853158.57721: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/mls.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/mls.py <<< 6494 1726853158.57727: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/mls.cpython-312.pyc' <<< 6494 1726853158.58029: stdout chunk (state=3): >>>import 'setools.diff.mls' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c57fe0230> <<< 6494 1726853158.58046: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/roles.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/roles.py <<< 6494 1726853158.58052: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/roles.cpython-312.pyc' <<< 6494 1726853158.58161: stdout chunk (state=3): >>>import 'setools.diff.roles' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c57fe23c0> <<< 6494 1726853158.58183: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/users.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/users.py <<< 6494 1726853158.58188: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/users.cpython-312.pyc' <<< 6494 1726853158.58334: stdout chunk (state=3): >>>import 'setools.diff.users' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c57fe2fc0> <<< 6494 1726853158.58338: stdout chunk (state=3): >>>import 'setools.diff.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c57fbbd70> <<< 6494 1726853158.58414: stdout chunk (state=3): >>>import 'setools.diff.fsuse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c57fbb500> <<< 6494 1726853158.58438: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/genfscon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/genfscon.py <<< 6494 1726853158.58443: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/genfscon.cpython-312.pyc' <<< 6494 1726853158.58519: stdout chunk (state=3): >>>import 'setools.diff.genfscon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c57fe3530> <<< 6494 1726853158.58545: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/ibendportcon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/ibendportcon.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/ibendportcon.cpython-312.pyc' <<< 6494 1726853158.58657: stdout chunk (state=3): >>>import 'setools.diff.ibendportcon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58000680> <<< 6494 1726853158.58660: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/ibpkeycon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/ibpkeycon.py <<< 6494 1726853158.58665: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/ibpkeycon.cpython-312.pyc' <<< 6494 1726853158.58742: stdout chunk (state=3): >>>import 'setools.diff.ibpkeycon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58000a70> <<< 6494 1726853158.58768: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/initsid.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/initsid.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/initsid.cpython-312.pyc' <<< 6494 1726853158.58873: stdout chunk (state=3): >>>import 'setools.diff.initsid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58001460> <<< 6494 1726853158.58884: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/mlsrules.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/mlsrules.py <<< 6494 1726853158.58890: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/mlsrules.cpython-312.pyc' <<< 6494 1726853158.58985: stdout chunk (state=3): >>>import 'setools.diff.mlsrules' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58001640> <<< 6494 1726853158.58999: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/netifcon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/netifcon.py <<< 6494 1726853158.59007: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/netifcon.cpython-312.pyc' <<< 6494 1726853158.59105: stdout chunk (state=3): >>>import 'setools.diff.netifcon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c580026f0> <<< 6494 1726853158.59109: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/nodecon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/nodecon.py <<< 6494 1726853158.59123: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/nodecon.cpython-312.pyc' <<< 6494 1726853158.59199: stdout chunk (state=3): >>>import 'setools.diff.nodecon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58003080> <<< 6494 1726853158.59228: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/polcap.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/polcap.py <<< 6494 1726853158.59246: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/polcap.cpython-312.pyc' import 'setools.diff.polcap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c580039e0> <<< 6494 1726853158.59251: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/portcon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/portcon.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/portcon.cpython-312.pyc' <<< 6494 1726853158.59358: stdout chunk (state=3): >>>import 'setools.diff.portcon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58003b90> <<< 6494 1726853158.59369: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/properties.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/properties.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/properties.cpython-312.pyc' <<< 6494 1726853158.59449: stdout chunk (state=3): >>>import 'setools.diff.properties' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58024c50> <<< 6494 1726853158.59470: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/rbacrules.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/rbacrules.py <<< 6494 1726853158.59475: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/rbacrules.cpython-312.pyc' <<< 6494 1726853158.59571: stdout chunk (state=3): >>>import 'setools.diff.rbacrules' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c580245c0> <<< 6494 1726853158.59583: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/terules.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/terules.py <<< 6494 1726853158.59608: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/terules.cpython-312.pyc' <<< 6494 1726853158.59634: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/conditional.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/conditional.py <<< 6494 1726853158.59644: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/conditional.cpython-312.pyc' <<< 6494 1726853158.59653: stdout chunk (state=3): >>>import 'setools.diff.conditional' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c580264b0> <<< 6494 1726853158.60005: stdout chunk (state=3): >>>import 'setools.diff.terules' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58025760> <<< 6494 1726853158.60016: stdout chunk (state=3): >>>import 'setools.diff' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c57f90b60> <<< 6494 1726853158.60052: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/checker/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/checker/__init__.py # code object from '/usr/lib64/python3.12/site-packages/setools/checker/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853158.60075: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/checker/__pycache__/assertrbac.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/checker/assertrbac.py # code object from '/usr/lib64/python3.12/site-packages/setools/checker/__pycache__/assertrbac.cpython-312.pyc' <<< 6494 1726853158.60107: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/checker/__pycache__/checkermodule.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/checker/checkermodule.py # code object from '/usr/lib64/python3.12/site-packages/setools/checker/__pycache__/checkermodule.cpython-312.pyc' <<< 6494 1726853158.60134: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/checker/__pycache__/globalkeys.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/checker/globalkeys.py <<< 6494 1726853158.60148: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/checker/__pycache__/globalkeys.cpython-312.pyc' import 'setools.checker.globalkeys' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58054e00> <<< 6494 1726853158.60156: stdout chunk (state=3): >>>import 'setools.checker.checkermodule' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58054b90> <<< 6494 1726853158.60179: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/checker/__pycache__/descriptors.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/checker/descriptors.py <<< 6494 1726853158.60185: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/checker/__pycache__/descriptors.cpython-312.pyc' import 'setools.checker.descriptors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58054f80> <<< 6494 1726853158.60206: stdout chunk (state=3): >>>import 'setools.checker.assertrbac' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58054830> <<< 6494 1726853158.60229: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/checker/__pycache__/assertte.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/checker/assertte.py <<< 6494 1726853158.60241: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/checker/__pycache__/assertte.cpython-312.pyc' <<< 6494 1726853158.60246: stdout chunk (state=3): >>>import 'setools.checker.assertte' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58055310> <<< 6494 1726853158.60270: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/checker/__pycache__/emptyattr.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/checker/emptyattr.py <<< 6494 1726853158.60273: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/checker/__pycache__/emptyattr.cpython-312.pyc' <<< 6494 1726853158.60305: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/checker/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/checker/util.py <<< 6494 1726853158.60308: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/checker/__pycache__/util.cpython-312.pyc' import 'setools.checker.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58055af0> <<< 6494 1726853158.60310: stdout chunk (state=3): >>>import 'setools.checker.emptyattr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c580556d0> <<< 6494 1726853158.60340: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/checker/__pycache__/roexec.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/checker/roexec.py <<< 6494 1726853158.60342: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/setools/checker/__pycache__/roexec.cpython-312.pyc' <<< 6494 1726853158.60356: stdout chunk (state=3): >>>import 'setools.checker.roexec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58055bb0> <<< 6494 1726853158.60378: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/setools/checker/__pycache__/checker.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/checker/checker.py # code object from '/usr/lib64/python3.12/site-packages/setools/checker/__pycache__/checker.cpython-312.pyc' <<< 6494 1726853158.60406: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 6494 1726853158.60463: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 6494 1726853158.60603: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58056240> import 'setools.checker.checker' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58055fa0> import 'setools.checker' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c5876aed0> <<< 6494 1726853158.60611: stdout chunk (state=3): >>>import 'setools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c5874aa50> <<< 6494 1726853158.60646: stdout chunk (state=3): >>>import 'sepolicy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c5869b740> <<< 6494 1726853158.60680: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/__pycache__/audit.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/audit.py <<< 6494 1726853158.60713: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/__pycache__/audit.cpython-312.pyc' <<< 6494 1726853158.60781: stdout chunk (state=3): >>># extension module '_audit' loaded from '/usr/lib64/python3.12/site-packages/_audit.so' # extension module '_audit' executed from '/usr/lib64/python3.12/site-packages/_audit.so' import '_audit' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c57e7d1c0> <<< 6494 1726853158.60811: stdout chunk (state=3): >>>import 'audit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c580255e0> <<< 6494 1726853158.60851: stdout chunk (state=3): >>>import 'seobject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58aa08c0> <<< 6494 1726853158.60950: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853159.73908: stdout chunk (state=3): >>> {"ports": ["587"], "proto": "tcp", "setype": "smtp_port_t", "state": "present", "changed": true, "invocation": {"module_args": {"ports": ["587"], "proto": "tcp", "setype": "smtp_port_t", "state": "present", "local": true, "ignore_selinux_state": false, "reload": true}}} # destroy __main__ <<< 6494 1726853159.74819: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # 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 _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 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 <<< 6494 1726853159.74831: stdout chunk (state=3): >>># 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 # 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 <<< 6494 1726853159.74846: stdout chunk (state=3): >>># cleanup[2] removing urllib # cleanup[2] removing ipaddress # cleanup[2] removing 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 # 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 # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # 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 <<< 6494 1726853159.74899: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # 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.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_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.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules <<< 6494 1726853159.74917: stdout chunk (state=3): >>># destroy ansible_collections.fedora.linux_system_roles.plugins.modules # cleanup[2] removing _semanage # cleanup[2] removing semanage # destroy semanage # cleanup[2] removing glob # cleanup[2] removing sepolgen # destroy sepolgen # cleanup[2] removing sepolgen.defaults # cleanup[2] removing sepolgen.refpolicy # cleanup[2] removing sepolgen.util <<< 6494 1726853159.74967: stdout chunk (state=3): >>># cleanup[2] removing selinux.audit2why # cleanup[2] removing sepolgen.access # cleanup[2] removing sepolgen.objectmodel # cleanup[2] removing sepolgen.matching # cleanup[2] removing sepolgen.sepolgeni18n # destroy sepolgen.sepolgeni18n # cleanup[2] removing sepolgen.interfaces # cleanup[2] removing gzip # cleanup[2] removing _csv # cleanup[2] removing csv # cleanup[2] removing email # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing quopri # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.base64mime # 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 <<< 6494 1726853159.74973: stdout chunk (state=3): >>># cleanup[2] removing importlib.metadata._meta # cleanup[2] removing importlib.metadata._collections # cleanup[2] removing importlib.metadata._itertools # 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 email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing cython_runtime # cleanup[2] removing _cython_3_0_9 # destroy _cython_3_0_9 # cleanup[2] removing setools.exception # cleanup[2] removing setools.policyrep # cleanup[2] removing setools.query # cleanup[2] removing setools.util # cleanup[2] removing dataclasses <<< 6494 1726853159.74981: stdout chunk (state=3): >>># destroy dataclasses # cleanup[2] removing setools.descriptors # cleanup[2] removing setools.mixins # cleanup[2] removing setools.boolquery # cleanup[2] removing setools.categoryquery # cleanup[2] removing setools.commonquery # cleanup[2] removing setools.objclassquery # cleanup[2] removing setools.polcapquery # cleanup[2] removing setools.rolequery # cleanup[2] removing setools.sensitivityquery # cleanup[2] removing setools.typequery # cleanup[2] removing setools.typeattrquery # cleanup[2] removing setools.userquery # cleanup[2] removing setools.mlsrulequery # cleanup[2] removing setools.rbacrulequery # cleanup[2] removing setools.terulequery # cleanup[2] removing setools.constraintquery # cleanup[2] removing setools.boundsquery # cleanup[2] removing setools.defaultquery # cleanup[2] removing setools.fsusequery # cleanup[2] removing setools.genfsconquery # cleanup[2] removing setools.ibendportconquery # cleanup[2] removing setools.ibpkeyconquery # cleanup[2] removing setools.initsidquery <<< 6494 1726853159.75022: stdout chunk (state=3): >>># cleanup[2] removing setools.netifconquery # cleanup[2] removing setools.nodeconquery # cleanup[2] removing setools.portconquery # cleanup[2] removing setools.ioportconquery # cleanup[2] removing setools.iomemconquery # cleanup[2] removing setools.pirqconquery # cleanup[2] removing setools.pcideviceconquery # cleanup[2] removing setools.devicetreeconquery # cleanup[2] removing setools.permmap # cleanup[2] removing setools.infoflow # cleanup[2] removing setools.dta # cleanup[2] removing setools.diff.descriptors # cleanup[2] removing setools.diff.difference # cleanup[2] removing setools.diff.typing # cleanup[2] removing setools.diff.bool # cleanup[2] removing setools.diff.typeattr # cleanup[2] removing setools.diff.types # cleanup[2] removing setools.diff.bounds # cleanup[2] removing setools.diff.commons # cleanup[2] removing setools.diff.objclass # cleanup[2] removing setools.diff.constraints # cleanup[2] removing setools.diff.default # cleanup[2] removing setools.diff.mls # cleanup[2] removing setools.diff.roles # cleanup[2] removing setools.diff.users # cleanup[2] removing setools.diff.context # cleanup[2] removing setools.diff.fsuse # cleanup[2] removing setools.diff.genfscon # cleanup[2] removing setools.diff.ibendportcon # cleanup[2] removing setools.diff.ibpkeycon # cleanup[2] removing setools.diff.initsid # cleanup[2] removing setools.diff.mlsrules # cleanup[2] removing setools.diff.netifcon # cleanup[2] removing setools.diff.nodecon # cleanup[2] removing setools.diff.polcap # cleanup[2] removing setools.diff.portcon # cleanup[2] removing setools.diff.properties # cleanup[2] removing setools.diff.rbacrules # cleanup[2] removing setools.diff.conditional # cleanup[2] removing setools.diff.terules # cleanup[2] removing setools.diff # cleanup[2] removing setools.checker.globalkeys <<< 6494 1726853159.75025: stdout chunk (state=3): >>># cleanup[2] removing setools.checker.checkermodule # cleanup[2] removing setools.checker.descriptors # cleanup[2] removing setools.checker.assertrbac # cleanup[2] removing setools.checker.assertte # cleanup[2] removing setools.checker.util # cleanup[2] removing setools.checker.emptyattr # cleanup[2] removing setools.checker.roexec # cleanup[2] removing configparser <<< 6494 1726853159.75028: stdout chunk (state=3): >>># cleanup[2] removing setools.checker.checker # cleanup[2] removing setools.checker # cleanup[2] removing setools # destroy setools # destroy setools.util # destroy setools.descriptors # destroy setools.boolquery # destroy setools.categoryquery # destroy setools.commonquery # destroy setools.objclassquery # destroy setools.polcapquery # destroy setools.rolequery # destroy setools.sensitivityquery # destroy setools.typequery # destroy setools.typeattrquery # destroy setools.userquery # destroy setools.mlsrulequery # destroy setools.rbacrulequery # destroy setools.terulequery # destroy setools.constraintquery # destroy setools.boundsquery # destroy setools.defaultquery # destroy setools.fsusequery # destroy setools.genfsconquery # destroy setools.ibendportconquery <<< 6494 1726853159.75053: stdout chunk (state=3): >>># destroy setools.ibpkeyconquery # destroy setools.initsidquery # destroy setools.netifconquery # destroy setools.nodeconquery # destroy setools.portconquery # destroy setools.ioportconquery # destroy setools.iomemconquery # destroy setools.pirqconquery # destroy setools.pcideviceconquery # destroy setools.devicetreeconquery # destroy setools.permmap # destroy setools.infoflow # destroy setools.dta # destroy setools.diff # destroy setools.checker # destroy setools.checker.globalkeys # destroy setools.checker.checkermodule # destroy setools.checker.descriptors # destroy setools.checker.assertrbac # destroy setools.checker.assertte # destroy setools.checker.util # destroy setools.checker.emptyattr # destroy setools.checker.roexec # destroy setools.checker.checker # cleanup[2] removing sepolicy # cleanup[2] removing _audit # cleanup[2] removing audit # cleanup[2] removing seobject # destroy seobject <<< 6494 1726853159.75739: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 6494 1726853159.75748: stdout chunk (state=3): >>># destroy _blake2 # destroy zipimport # destroy __main__ # 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 <<< 6494 1726853159.75761: stdout chunk (state=3): >>># destroy signal # destroy fcntl # destroy _signal # destroy _posixsubprocess # destroy uuid <<< 6494 1726853159.75797: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy shlex # destroy subprocess <<< 6494 1726853159.75853: stdout chunk (state=3): >>># destroy pwd # destroy grp # destroy sepolicy # destroy syslog # destroy audit <<< 6494 1726853159.75856: stdout chunk (state=3): >>># destroy glob # destroy sepolgen.defaults # destroy sepolgen.interfaces # destroy gzip # destroy gettext <<< 6494 1726853159.75865: stdout chunk (state=3): >>># destroy sepolgen.matching # destroy sepolgen.refpolicy # destroy string # destroy selinux <<< 6494 1726853159.75882: stdout chunk (state=3): >>># destroy sepolgen.access # destroy sepolgen.objectmodel # destroy sepolgen.util <<< 6494 1726853159.75904: stdout chunk (state=3): >>># destroy setools.mixins # destroy setools.query <<< 6494 1726853159.75927: stdout chunk (state=3): >>># destroy typing # destroy setools.diff.descriptors # destroy setools.diff.difference <<< 6494 1726853159.75947: stdout chunk (state=3): >>># destroy setools.diff.typing # destroy setools.diff.bool # destroy setools.diff.typeattr # destroy setools.diff.types # destroy setools.diff.bounds # destroy setools.diff.commons # destroy setools.diff.objclass <<< 6494 1726853159.75957: stdout chunk (state=3): >>># destroy setools.diff.constraints # destroy setools.diff.default # destroy setools.diff.mls # destroy setools.diff.roles # destroy setools.diff.users # destroy setools.diff.context # destroy setools.diff.fsuse # destroy setools.diff.genfscon # destroy setools.diff.ibendportcon # destroy setools.diff.ibpkeycon # destroy setools.diff.initsid # destroy setools.diff.mlsrules # destroy setools.diff.netifcon # destroy setools.diff.nodecon # destroy setools.diff.polcap # destroy setools.diff.portcon # destroy setools.diff.properties # destroy setools.diff.rbacrules # destroy setools.diff.conditional # destroy setools.diff.terules <<< 6494 1726853159.75997: stdout chunk (state=3): >>># destroy configparser <<< 6494 1726853159.76067: stdout chunk (state=3): >>># cleanup[3] wiping _audit <<< 6494 1726853159.76070: stdout chunk (state=3): >>># cleanup[3] wiping setools.policyrep # cleanup[3] wiping setools.exception <<< 6494 1726853159.76096: stdout chunk (state=3): >>># cleanup[3] wiping cython_runtime # cleanup[3] wiping email.parser # cleanup[3] wiping email.feedparser <<< 6494 1726853159.76125: stdout chunk (state=3): >>># 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 # destroy tempfile # cleanup[3] wiping importlib.resources.abc <<< 6494 1726853159.76130: stdout chunk (state=3): >>># cleanup[3] wiping email.message # destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email._encoded_words # destroy base64 # cleanup[3] wiping email._policybase # cleanup[3] wiping email.header # cleanup[3] wiping email.utils # destroy random # destroy socket # destroy urllib # destroy urllib.parse # cleanup[3] wiping email.charset <<< 6494 1726853159.76149: stdout chunk (state=3): >>># cleanup[3] wiping email.encoders # cleanup[3] wiping email.errors # cleanup[3] wiping email.quoprimime <<< 6494 1726853159.76155: stdout chunk (state=3): >>># cleanup[3] wiping email.base64mime # cleanup[3] wiping email._parseaddr # destroy calendar # cleanup[3] wiping inspect <<< 6494 1726853159.76176: stdout chunk (state=3): >>># destroy ast # destroy dis # destroy token <<< 6494 1726853159.76186: stdout chunk (state=3): >>># cleanup[3] wiping _opcode # 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 <<< 6494 1726853159.76204: stdout chunk (state=3): >>># 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 selinux.audit2why # cleanup[3] wiping _semanage # cleanup[3] wiping selinux._selinux <<< 6494 1726853159.76220: stdout chunk (state=3): >>># cleanup[3] wiping copy # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes <<< 6494 1726853159.76239: 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 array # cleanup[3] wiping _socket <<< 6494 1726853159.76256: stdout chunk (state=3): >>># cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # destroy traceback <<< 6494 1726853159.76268: stdout chunk (state=3): >>># cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping textwrap <<< 6494 1726853159.76289: stdout chunk (state=3): >>># cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping selectors # cleanup[3] wiping select <<< 6494 1726853159.76304: stdout chunk (state=3): >>># cleanup[3] wiping platform # cleanup[3] wiping locale # destroy encodings <<< 6494 1726853159.76316: stdout chunk (state=3): >>># cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping atexit # destroy atexit <<< 6494 1726853159.76368: stdout chunk (state=3): >>># cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping zipfile <<< 6494 1726853159.76378: stdout chunk (state=3): >>># destroy zipfile._path <<< 6494 1726853159.76388: stdout chunk (state=3): >>># destroy importlib # destroy threading # destroy bz2 # destroy lzma # cleanup[3] wiping zipfile._path.glob # cleanup[3] wiping pathlib <<< 6494 1726853159.76396: stdout chunk (state=3): >>># cleanup[3] wiping ipaddress # cleanup[3] wiping ntpath <<< 6494 1726853159.76404: stdout chunk (state=3): >>># cleanup[3] wiping contextlib # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math <<< 6494 1726853159.76417: stdout chunk (state=3): >>># cleanup[3] wiping shutil # destroy fnmatch <<< 6494 1726853159.76425: stdout chunk (state=3): >>># cleanup[3] wiping _lzma # cleanup[3] wiping _bz2 # cleanup[3] wiping _compression # cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping warnings <<< 6494 1726853159.76433: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping binascii # cleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler <<< 6494 1726853159.76443: stdout chunk (state=3): >>># destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser <<< 6494 1726853159.76474: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 6494 1726853159.76480: stdout chunk (state=3): >>># cleanup[3] wiping _functools # cleanup[3] wiping collections<<< 6494 1726853159.76486: stdout chunk (state=3): >>> # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping keyword <<< 6494 1726853159.76493: stdout chunk (state=3): >>># 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 <<< 6494 1726853159.76539: stdout chunk (state=3): >>># cleanup[3] wiping os.path <<< 6494 1726853159.76561: stdout chunk (state=3): >>># destroy genericpath # cleanup[3] wiping posixpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # cleanup[3] wiping abc <<< 6494 1726853159.76576: stdout chunk (state=3): >>># cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs <<< 6494 1726853159.76583: stdout chunk (state=3): >>># cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix <<< 6494 1726853159.76586: stdout chunk (state=3): >>># cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref <<< 6494 1726853159.76588: 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 <<< 6494 1726853159.76590: stdout chunk (state=3): >>># cleanup[3] wiping builtins <<< 6494 1726853159.76595: stdout chunk (state=3): >>># destroy selinux.audit2why # destroy _semanage # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 6494 1726853159.77274: stdout chunk (state=3): >>># destroy sys.monitoring <<< 6494 1726853159.77277: stdout chunk (state=3): >>># destroy _weakref # destroy linecache <<< 6494 1726853159.77279: stdout chunk (state=3): >>># destroy copyreg <<< 6494 1726853159.77335: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 6494 1726853159.77378: stdout chunk (state=3): >>># destroy _typing # destroy re._parser # destroy _string # destroy ansible.module_utils.six.moves.urllib # destroy stat <<< 6494 1726853159.77454: 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 _tokenize # destroy operator # destroy ansible.module_utils.six.moves # destroy inspect # destroy keyword # destroy abc # destroy logging # destroy copy # destroy setools.exception <<< 6494 1726853159.77547: stdout chunk (state=3): >>># destroy ntpath # destroy ipaddress # destroy _opcode # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy importlib.resources # destroy importlib.abc # destroy importlib.metadata # destroy importlib.resources.abc # destroy importlib.resources._common # destroy _frozen_importlib_external # destroy _imp # destroy marshal <<< 6494 1726853159.77562: stdout chunk (state=3): >>># destroy shutil # destroy weakref <<< 6494 1726853159.77566: stdout chunk (state=3): >>># destroy textwrap # destroy email # destroy collections <<< 6494 1726853159.77572: stdout chunk (state=3): >>># destroy zlib # destroy _compression # destroy posixpath # destroy zipfile # destroy contextlib # destroy pathlib # destroy zipfile._path.glob # destroy _csv <<< 6494 1726853159.77609: stdout chunk (state=3): >>># destroy _bz2 # destroy _lzma # destroy datetime # destroy locale # destroy warnings # destroy struct # destroy binascii # destroy io # destroy selectors # destroy errno <<< 6494 1726853159.77624: stdout chunk (state=3): >>># destroy array # destroy select <<< 6494 1726853159.77687: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 6494 1726853159.77892: stdout chunk (state=3): >>># destroy _socket # destroy codecs # destroy encodings.aliases <<< 6494 1726853159.77909: stdout chunk (state=3): >>># destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy functools # destroy time # destroy _warnings # destroy math # destroy _bisect <<< 6494 1726853159.77927: stdout chunk (state=3): >>># destroy re <<< 6494 1726853159.77943: stdout chunk (state=3): >>># destroy _random <<< 6494 1726853159.77960: stdout chunk (state=3): >>># destroy _hashlib # destroy _thread # destroy _collections # destroy itertools # destroy _sre # destroy posix # destroy _io <<< 6494 1726853159.77965: stdout chunk (state=3): >>># clear sys.audit hooks <<< 6494 1726853159.78676: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.41.218 closed. <<< 6494 1726853159.78707: stderr chunk (state=3): >>><<< 6494 1726853159.78710: stdout chunk (state=3): >>><<< 6494 1726853159.78818: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c596184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c595e7b30> # /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 0x7f3c5961aa50> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c59409130> # /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 0x7f3c59409fa0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c59447dd0> # /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 0x7f3c59447fe0> # /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 0x7f3c5947f800> # /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 0x7f3c5947fe90> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c5945faa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c5945d1c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c59444f80> # /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 0x7f3c5949f770> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c5949e390> # /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 0x7f3c5945e090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c5949cbc0> # /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 0x7f3c594d47d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c59444200> # /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 0x7f3c594d4c80> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c594d4b30> # 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 0x7f3c594d4ef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c59442d20> # /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 0x7f3c594d55e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c594d52b0> 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 0x7f3c594d64e0> 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 0x7f3c594ec6e0> 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 0x7f3c594eddf0> # /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 0x7f3c594eec90> # 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 0x7f3c594ef2f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c594ee1e0> # /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 0x7f3c594efd70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c594ef4a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c594d6450> # /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 0x7f3c59287c50> # /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 0x7f3c592b0710> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c592b0470> # 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 0x7f3c592b0740> # /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 0x7f3c592b1070> # 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 0x7f3c592b1a30> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c592b0920> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c59285df0> # /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 0x7f3c592b2e40> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c592b1b80> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c594d6c00> # /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 0x7f3c592db1d0> # /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 0x7f3c592ff530> # /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 0x7f3c5935c350> # /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 0x7f3c5935eab0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c5935c470> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c59329340> # /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 0x7f3c59165460> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c592fe330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c592b3da0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f3c592fe690> # zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.local_seport_payload_4_lq3gyu/ansible_fedora.linux_system_roles.local_seport_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 0x7f3c591b71a0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c5919a090> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c59199220> # 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 0x7f3c591b5040> # /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 0x7f3c591e6a50> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c591e67e0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c591e6120> # /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 0x7f3c591e6600> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c5961a9c0> 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 0x7f3c591e76b0> # 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 0x7f3c591e78f0> # /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 0x7f3c591e7e30> 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 0x7f3c58b15c10> # 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 0x7f3c58b17830> # /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 0x7f3c58b18230> # /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 0x7f3c58b193a0> # /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 0x7f3c58b1be90> # 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 0x7f3c59442cc0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58b1a150> # /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 0x7f3c58b27da0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58b26870> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58b265d0> # /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 0x7f3c58b26b40> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58b1a5d0> # 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 0x7f3c58b6ba40> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58b6c140> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c58b6dbe0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58b6d9a0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c58b70110> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58b6e2d0> # /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 0x7f3c58b738f0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58b702c0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c58b74980> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c58b74740> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c58b74aa0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58b6c260> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c58bfc2c0> # 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 0x7f3c58bfd520> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58b76a50> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c58b77e00> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58b76660> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c58a05730> # /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 0x7f3c58a06570> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c5961bf20> 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 0x7f3c58a06360> # 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 0x7f3c58a07680> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c58a12090> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58a0d040> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58b029c0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c5921a690> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58a121b0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58a07590> # 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_collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/__pycache__/seobject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/seobject.py # code object from '/usr/lib/python3.12/site-packages/__pycache__/seobject.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/__pycache__/semanage.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/semanage.py # code object from '/usr/lib64/python3.12/site-packages/__pycache__/semanage.cpython-312.pyc' # extension module '_semanage' loaded from '/usr/lib64/python3.12/site-packages/_semanage.cpython-312-x86_64-linux-gnu.so' # extension module '_semanage' executed from '/usr/lib64/python3.12/site-packages/_semanage.cpython-312-x86_64-linux-gnu.so' import '_semanage' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c5869b680> import 'semanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58a8ddc0> # /usr/lib/python3.12/site-packages/sepolicy/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/sepolicy/__init__.py # code object from '/usr/lib/python3.12/site-packages/sepolicy/__pycache__/__init__.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 0x7f3c586f6210> # /usr/lib/python3.12/site-packages/sepolgen/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/sepolgen/__init__.py # code object from '/usr/lib/python3.12/site-packages/sepolgen/__pycache__/__init__.cpython-312.pyc' import 'sepolgen' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c586f6c30> # /usr/lib/python3.12/site-packages/sepolgen/__pycache__/defaults.cpython-312.pyc matches /usr/lib/python3.12/site-packages/sepolgen/defaults.py # code object from '/usr/lib/python3.12/site-packages/sepolgen/__pycache__/defaults.cpython-312.pyc' import 'sepolgen.defaults' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c586f6d80> # /usr/lib/python3.12/site-packages/sepolgen/__pycache__/interfaces.cpython-312.pyc matches /usr/lib/python3.12/site-packages/sepolgen/interfaces.py # code object from '/usr/lib/python3.12/site-packages/sepolgen/__pycache__/interfaces.cpython-312.pyc' # /usr/lib/python3.12/site-packages/sepolgen/__pycache__/access.cpython-312.pyc matches /usr/lib/python3.12/site-packages/sepolgen/access.py # code object from '/usr/lib/python3.12/site-packages/sepolgen/__pycache__/access.cpython-312.pyc' # /usr/lib/python3.12/site-packages/sepolgen/__pycache__/refpolicy.cpython-312.pyc matches /usr/lib/python3.12/site-packages/sepolgen/refpolicy.py # code object from '/usr/lib/python3.12/site-packages/sepolgen/__pycache__/refpolicy.cpython-312.pyc' import 'sepolgen.refpolicy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58710aa0> # /usr/lib/python3.12/site-packages/sepolgen/__pycache__/util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/sepolgen/util.py # code object from '/usr/lib/python3.12/site-packages/sepolgen/__pycache__/util.cpython-312.pyc' import 'sepolgen.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c587128d0> # extension module 'selinux.audit2why' loaded from '/usr/lib64/python3.12/site-packages/selinux/audit2why.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux.audit2why' executed from '/usr/lib64/python3.12/site-packages/selinux/audit2why.cpython-312-x86_64-linux-gnu.so' import 'selinux.audit2why' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c58748a10> import 'sepolgen.access' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c587100e0> # /usr/lib/python3.12/site-packages/sepolgen/__pycache__/objectmodel.cpython-312.pyc matches /usr/lib/python3.12/site-packages/sepolgen/objectmodel.py # code object from '/usr/lib/python3.12/site-packages/sepolgen/__pycache__/objectmodel.cpython-312.pyc' import 'sepolgen.objectmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c587108f0> # /usr/lib/python3.12/site-packages/sepolgen/__pycache__/matching.cpython-312.pyc matches /usr/lib/python3.12/site-packages/sepolgen/matching.py # code object from '/usr/lib/python3.12/site-packages/sepolgen/__pycache__/matching.cpython-312.pyc' import 'sepolgen.matching' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58748f80> # /usr/lib/python3.12/site-packages/sepolgen/__pycache__/sepolgeni18n.cpython-312.pyc matches /usr/lib/python3.12/site-packages/sepolgen/sepolgeni18n.py # code object from '/usr/lib/python3.12/site-packages/sepolgen/__pycache__/sepolgeni18n.cpython-312.pyc' import 'sepolgen.sepolgeni18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58749580> import 'sepolgen.interfaces' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c586f6ff0> # /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py # code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58749520> # /usr/lib64/python3.12/site-packages/setools/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/__init__.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/__init__.cpython-312.pyc' # /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 0x7f3c5876ac00> import 'csv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58769fa0> # /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 0x7f3c5876b110> # /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__/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 0x7f3c5838d6a0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c5838cad0> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c583734a0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c5876b350> # /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 0x7f3c5839bec0> # /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/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 0x7f3c583c6cf0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c583c58e0> # /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' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c583e6150> # /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' import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c583e64b0> # /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 0x7f3c58405c40> # /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 0x7f3c58405cd0> import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c583c7560> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c583c4860> # /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 0x7f3c584073b0> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58a04500> # /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 0x7f3c58407e60> # /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 0x7f3c5841c860> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58399d90> # /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 0x7f3c5841ce30> import 'importlib.metadata._text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c5841cad0> import 'importlib.metadata._adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c583714c0> # /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 0x7f3c5841d0d0> # /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 0x7f3c5841d730> # /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 0x7f3c5841dcd0> # /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/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 0x7f3c5841f3b0> # /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 0x7f3c5841fe30> import 'importlib.resources._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c5841eb70> # /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 0x7f3c58441100> import 'importlib.resources' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c5841e870> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c5841e030> import 'importlib.metadata' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c5874b530> # /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 0x7f3c58442b40> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58441ee0> # extension module 'setools.policyrep' loaded from '/usr/lib64/python3.12/site-packages/setools/policyrep.cpython-312-x86_64-linux-gnu.so' # /usr/lib64/python3.12/site-packages/setools/__pycache__/exception.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/exception.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/exception.cpython-312.pyc' import 'setools.exception' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c582b5910> # extension module 'setools.policyrep' executed from '/usr/lib64/python3.12/site-packages/setools/policyrep.cpython-312-x86_64-linux-gnu.so' import 'setools.policyrep' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c58443410> # /usr/lib64/python3.12/site-packages/setools/__pycache__/query.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/query.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/query.cpython-312.pyc' import 'setools.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c582f0710> # /usr/lib64/python3.12/site-packages/setools/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/util.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/util.cpython-312.pyc' import 'setools.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c582f0980> # /usr/lib64/python3.12/site-packages/setools/__pycache__/boolquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/boolquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/boolquery.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/setools/__pycache__/mixins.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/mixins.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/mixins.cpython-312.pyc' # /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 0x7f3c582f1a00> # /usr/lib64/python3.12/site-packages/setools/__pycache__/descriptors.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/descriptors.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/descriptors.cpython-312.pyc' import 'setools.descriptors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c582f38f0> import 'setools.mixins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c582f1460> import 'setools.boolquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c582f1160> # /usr/lib64/python3.12/site-packages/setools/__pycache__/categoryquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/categoryquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/categoryquery.cpython-312.pyc' import 'setools.categoryquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58314590> # /usr/lib64/python3.12/site-packages/setools/__pycache__/commonquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/commonquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/commonquery.cpython-312.pyc' import 'setools.commonquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58314740> # /usr/lib64/python3.12/site-packages/setools/__pycache__/objclassquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/objclassquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/objclassquery.cpython-312.pyc' import 'setools.objclassquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58314920> # /usr/lib64/python3.12/site-packages/setools/__pycache__/polcapquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/polcapquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/polcapquery.cpython-312.pyc' import 'setools.polcapquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58314a70> # /usr/lib64/python3.12/site-packages/setools/__pycache__/rolequery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/rolequery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/rolequery.cpython-312.pyc' import 'setools.rolequery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58314c50> # /usr/lib64/python3.12/site-packages/setools/__pycache__/sensitivityquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/sensitivityquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/sensitivityquery.cpython-312.pyc' import 'setools.sensitivityquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58314e30> # /usr/lib64/python3.12/site-packages/setools/__pycache__/typequery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/typequery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/typequery.cpython-312.pyc' import 'setools.typequery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58315040> # /usr/lib64/python3.12/site-packages/setools/__pycache__/typeattrquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/typeattrquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/typeattrquery.cpython-312.pyc' import 'setools.typeattrquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58315280> # /usr/lib64/python3.12/site-packages/setools/__pycache__/userquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/userquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/userquery.cpython-312.pyc' import 'setools.userquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58315430> # /usr/lib64/python3.12/site-packages/setools/__pycache__/mlsrulequery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/mlsrulequery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/mlsrulequery.cpython-312.pyc' import 'setools.mlsrulequery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58315670> # /usr/lib64/python3.12/site-packages/setools/__pycache__/rbacrulequery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/rbacrulequery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/rbacrulequery.cpython-312.pyc' import 'setools.rbacrulequery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c583158e0> # /usr/lib64/python3.12/site-packages/setools/__pycache__/terulequery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/terulequery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/terulequery.cpython-312.pyc' import 'setools.terulequery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58315c40> # /usr/lib64/python3.12/site-packages/setools/__pycache__/constraintquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/constraintquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/constraintquery.cpython-312.pyc' import 'setools.constraintquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c583160c0> # /usr/lib64/python3.12/site-packages/setools/__pycache__/boundsquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/boundsquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/boundsquery.cpython-312.pyc' import 'setools.boundsquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58316360> # /usr/lib64/python3.12/site-packages/setools/__pycache__/defaultquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/defaultquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/defaultquery.cpython-312.pyc' import 'setools.defaultquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c583165a0> # /usr/lib64/python3.12/site-packages/setools/__pycache__/fsusequery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/fsusequery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/fsusequery.cpython-312.pyc' import 'setools.fsusequery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c583167b0> # /usr/lib64/python3.12/site-packages/setools/__pycache__/genfsconquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/genfsconquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/genfsconquery.cpython-312.pyc' import 'setools.genfsconquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c583169f0> # /usr/lib64/python3.12/site-packages/setools/__pycache__/ibendportconquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/ibendportconquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/ibendportconquery.cpython-312.pyc' import 'setools.ibendportconquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58316c60> # /usr/lib64/python3.12/site-packages/setools/__pycache__/ibpkeyconquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/ibpkeyconquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/ibpkeyconquery.cpython-312.pyc' import 'setools.ibpkeyconquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58316f00> # /usr/lib64/python3.12/site-packages/setools/__pycache__/initsidquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/initsidquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/initsidquery.cpython-312.pyc' import 'setools.initsidquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58317350> # /usr/lib64/python3.12/site-packages/setools/__pycache__/netifconquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/netifconquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/netifconquery.cpython-312.pyc' import 'setools.netifconquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c583174d0> # /usr/lib64/python3.12/site-packages/setools/__pycache__/nodeconquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/nodeconquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/nodeconquery.cpython-312.pyc' import 'setools.nodeconquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58317680> # /usr/lib64/python3.12/site-packages/setools/__pycache__/portconquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/portconquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/portconquery.cpython-312.pyc' import 'setools.portconquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58317aa0> # /usr/lib64/python3.12/site-packages/setools/__pycache__/ioportconquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/ioportconquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/ioportconquery.cpython-312.pyc' import 'setools.ioportconquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58317f20> # /usr/lib64/python3.12/site-packages/setools/__pycache__/iomemconquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/iomemconquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/iomemconquery.cpython-312.pyc' import 'setools.iomemconquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c57f70230> # /usr/lib64/python3.12/site-packages/setools/__pycache__/pirqconquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/pirqconquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/pirqconquery.cpython-312.pyc' import 'setools.pirqconquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c57f70530> # /usr/lib64/python3.12/site-packages/setools/__pycache__/pcideviceconquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/pcideviceconquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/pcideviceconquery.cpython-312.pyc' import 'setools.pcideviceconquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c57f70800> # /usr/lib64/python3.12/site-packages/setools/__pycache__/devicetreeconquery.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/devicetreeconquery.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/devicetreeconquery.cpython-312.pyc' import 'setools.devicetreeconquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c57f70ad0> # /usr/lib64/python3.12/site-packages/setools/__pycache__/infoflow.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/infoflow.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/infoflow.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/setools/__pycache__/permmap.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/permmap.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/permmap.cpython-312.pyc' import 'setools.permmap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c57f71b50> import 'setools.infoflow' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c57f70c80> # /usr/lib64/python3.12/site-packages/setools/__pycache__/dta.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/dta.py # code object from '/usr/lib64/python3.12/site-packages/setools/__pycache__/dta.cpython-312.pyc' import 'setools.dta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c57f72db0> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/__init__.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/bool.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/bool.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/bool.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/descriptors.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/descriptors.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/descriptors.cpython-312.pyc' import 'setools.diff.descriptors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c57f91820> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/difference.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/difference.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/difference.cpython-312.pyc' import 'setools.diff.difference' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c57f91ac0> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/typing.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/typing.cpython-312.pyc' import 'setools.diff.typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c57f92720> import 'setools.diff.bool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c57f91190> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/bounds.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/bounds.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/bounds.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/types.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/types.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/typeattr.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/typeattr.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/typeattr.cpython-312.pyc' import 'setools.diff.typeattr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c57f93bc0> import 'setools.diff.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c57f936b0> import 'setools.diff.bounds' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c57f93260> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/commons.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/commons.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/commons.cpython-312.pyc' import 'setools.diff.commons' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c57fb9220> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/constraints.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/constraints.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/constraints.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/objclass.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/objclass.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/objclass.cpython-312.pyc' import 'setools.diff.objclass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c57fba0f0> import 'setools.diff.constraints' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c57fb8d40> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/default.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/default.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/default.cpython-312.pyc' import 'setools.diff.default' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c57fbaa80> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/fsuse.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/fsuse.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/fsuse.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/context.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/context.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/mls.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/mls.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/mls.cpython-312.pyc' import 'setools.diff.mls' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c57fe0230> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/roles.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/roles.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/roles.cpython-312.pyc' import 'setools.diff.roles' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c57fe23c0> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/users.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/users.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/users.cpython-312.pyc' import 'setools.diff.users' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c57fe2fc0> import 'setools.diff.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c57fbbd70> import 'setools.diff.fsuse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c57fbb500> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/genfscon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/genfscon.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/genfscon.cpython-312.pyc' import 'setools.diff.genfscon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c57fe3530> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/ibendportcon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/ibendportcon.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/ibendportcon.cpython-312.pyc' import 'setools.diff.ibendportcon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58000680> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/ibpkeycon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/ibpkeycon.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/ibpkeycon.cpython-312.pyc' import 'setools.diff.ibpkeycon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58000a70> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/initsid.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/initsid.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/initsid.cpython-312.pyc' import 'setools.diff.initsid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58001460> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/mlsrules.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/mlsrules.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/mlsrules.cpython-312.pyc' import 'setools.diff.mlsrules' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58001640> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/netifcon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/netifcon.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/netifcon.cpython-312.pyc' import 'setools.diff.netifcon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c580026f0> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/nodecon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/nodecon.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/nodecon.cpython-312.pyc' import 'setools.diff.nodecon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58003080> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/polcap.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/polcap.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/polcap.cpython-312.pyc' import 'setools.diff.polcap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c580039e0> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/portcon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/portcon.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/portcon.cpython-312.pyc' import 'setools.diff.portcon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58003b90> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/properties.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/properties.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/properties.cpython-312.pyc' import 'setools.diff.properties' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58024c50> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/rbacrules.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/rbacrules.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/rbacrules.cpython-312.pyc' import 'setools.diff.rbacrules' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c580245c0> # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/terules.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/terules.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/terules.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/setools/diff/__pycache__/conditional.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/diff/conditional.py # code object from '/usr/lib64/python3.12/site-packages/setools/diff/__pycache__/conditional.cpython-312.pyc' import 'setools.diff.conditional' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c580264b0> import 'setools.diff.terules' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58025760> import 'setools.diff' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c57f90b60> # /usr/lib64/python3.12/site-packages/setools/checker/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/checker/__init__.py # code object from '/usr/lib64/python3.12/site-packages/setools/checker/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/setools/checker/__pycache__/assertrbac.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/checker/assertrbac.py # code object from '/usr/lib64/python3.12/site-packages/setools/checker/__pycache__/assertrbac.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/setools/checker/__pycache__/checkermodule.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/checker/checkermodule.py # code object from '/usr/lib64/python3.12/site-packages/setools/checker/__pycache__/checkermodule.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/setools/checker/__pycache__/globalkeys.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/checker/globalkeys.py # code object from '/usr/lib64/python3.12/site-packages/setools/checker/__pycache__/globalkeys.cpython-312.pyc' import 'setools.checker.globalkeys' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58054e00> import 'setools.checker.checkermodule' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58054b90> # /usr/lib64/python3.12/site-packages/setools/checker/__pycache__/descriptors.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/checker/descriptors.py # code object from '/usr/lib64/python3.12/site-packages/setools/checker/__pycache__/descriptors.cpython-312.pyc' import 'setools.checker.descriptors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58054f80> import 'setools.checker.assertrbac' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58054830> # /usr/lib64/python3.12/site-packages/setools/checker/__pycache__/assertte.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/checker/assertte.py # code object from '/usr/lib64/python3.12/site-packages/setools/checker/__pycache__/assertte.cpython-312.pyc' import 'setools.checker.assertte' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58055310> # /usr/lib64/python3.12/site-packages/setools/checker/__pycache__/emptyattr.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/checker/emptyattr.py # code object from '/usr/lib64/python3.12/site-packages/setools/checker/__pycache__/emptyattr.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/setools/checker/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/checker/util.py # code object from '/usr/lib64/python3.12/site-packages/setools/checker/__pycache__/util.cpython-312.pyc' import 'setools.checker.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58055af0> import 'setools.checker.emptyattr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c580556d0> # /usr/lib64/python3.12/site-packages/setools/checker/__pycache__/roexec.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/checker/roexec.py # code object from '/usr/lib64/python3.12/site-packages/setools/checker/__pycache__/roexec.cpython-312.pyc' import 'setools.checker.roexec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58055bb0> # /usr/lib64/python3.12/site-packages/setools/checker/__pycache__/checker.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/setools/checker/checker.py # code object from '/usr/lib64/python3.12/site-packages/setools/checker/__pycache__/checker.cpython-312.pyc' # /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 0x7f3c58056240> import 'setools.checker.checker' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58055fa0> import 'setools.checker' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c5876aed0> import 'setools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c5874aa50> import 'sepolicy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c5869b740> # /usr/lib64/python3.12/site-packages/__pycache__/audit.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/audit.py # code object from '/usr/lib64/python3.12/site-packages/__pycache__/audit.cpython-312.pyc' # extension module '_audit' loaded from '/usr/lib64/python3.12/site-packages/_audit.so' # extension module '_audit' executed from '/usr/lib64/python3.12/site-packages/_audit.so' import '_audit' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3c57e7d1c0> import 'audit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c580255e0> import 'seobject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3c58aa08c0> # zipimport: zlib available {"ports": ["587"], "proto": "tcp", "setype": "smtp_port_t", "state": "present", "changed": true, "invocation": {"module_args": {"ports": ["587"], "proto": "tcp", "setype": "smtp_port_t", "state": "present", "local": true, "ignore_selinux_state": false, "reload": true}}} # 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 # 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 # 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 # 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 # cleanup[2] removing ipaddress # cleanup[2] removing 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 # 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 # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # 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 # 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.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_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.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules # cleanup[2] removing _semanage # cleanup[2] removing semanage # destroy semanage # cleanup[2] removing glob # cleanup[2] removing sepolgen # destroy sepolgen # cleanup[2] removing sepolgen.defaults # cleanup[2] removing sepolgen.refpolicy # cleanup[2] removing sepolgen.util # cleanup[2] removing selinux.audit2why # cleanup[2] removing sepolgen.access # cleanup[2] removing sepolgen.objectmodel # cleanup[2] removing sepolgen.matching # cleanup[2] removing sepolgen.sepolgeni18n # destroy sepolgen.sepolgeni18n # cleanup[2] removing sepolgen.interfaces # cleanup[2] removing gzip # cleanup[2] removing _csv # cleanup[2] removing csv # cleanup[2] removing email # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing quopri # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.base64mime # 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 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 email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing cython_runtime # cleanup[2] removing _cython_3_0_9 # destroy _cython_3_0_9 # cleanup[2] removing setools.exception # cleanup[2] removing setools.policyrep # cleanup[2] removing setools.query # cleanup[2] removing setools.util # cleanup[2] removing dataclasses # destroy dataclasses # cleanup[2] removing setools.descriptors # cleanup[2] removing setools.mixins # cleanup[2] removing setools.boolquery # cleanup[2] removing setools.categoryquery # cleanup[2] removing setools.commonquery # cleanup[2] removing setools.objclassquery # cleanup[2] removing setools.polcapquery # cleanup[2] removing setools.rolequery # cleanup[2] removing setools.sensitivityquery # cleanup[2] removing setools.typequery # cleanup[2] removing setools.typeattrquery # cleanup[2] removing setools.userquery # cleanup[2] removing setools.mlsrulequery # cleanup[2] removing setools.rbacrulequery # cleanup[2] removing setools.terulequery # cleanup[2] removing setools.constraintquery # cleanup[2] removing setools.boundsquery # cleanup[2] removing setools.defaultquery # cleanup[2] removing setools.fsusequery # cleanup[2] removing setools.genfsconquery # cleanup[2] removing setools.ibendportconquery # cleanup[2] removing setools.ibpkeyconquery # cleanup[2] removing setools.initsidquery # cleanup[2] removing setools.netifconquery # cleanup[2] removing setools.nodeconquery # cleanup[2] removing setools.portconquery # cleanup[2] removing setools.ioportconquery # cleanup[2] removing setools.iomemconquery # cleanup[2] removing setools.pirqconquery # cleanup[2] removing setools.pcideviceconquery # cleanup[2] removing setools.devicetreeconquery # cleanup[2] removing setools.permmap # cleanup[2] removing setools.infoflow # cleanup[2] removing setools.dta # cleanup[2] removing setools.diff.descriptors # cleanup[2] removing setools.diff.difference # cleanup[2] removing setools.diff.typing # cleanup[2] removing setools.diff.bool # cleanup[2] removing setools.diff.typeattr # cleanup[2] removing setools.diff.types # cleanup[2] removing setools.diff.bounds # cleanup[2] removing setools.diff.commons # cleanup[2] removing setools.diff.objclass # cleanup[2] removing setools.diff.constraints # cleanup[2] removing setools.diff.default # cleanup[2] removing setools.diff.mls # cleanup[2] removing setools.diff.roles # cleanup[2] removing setools.diff.users # cleanup[2] removing setools.diff.context # cleanup[2] removing setools.diff.fsuse # cleanup[2] removing setools.diff.genfscon # cleanup[2] removing setools.diff.ibendportcon # cleanup[2] removing setools.diff.ibpkeycon # cleanup[2] removing setools.diff.initsid # cleanup[2] removing setools.diff.mlsrules # cleanup[2] removing setools.diff.netifcon # cleanup[2] removing setools.diff.nodecon # cleanup[2] removing setools.diff.polcap # cleanup[2] removing setools.diff.portcon # cleanup[2] removing setools.diff.properties # cleanup[2] removing setools.diff.rbacrules # cleanup[2] removing setools.diff.conditional # cleanup[2] removing setools.diff.terules # cleanup[2] removing setools.diff # cleanup[2] removing setools.checker.globalkeys # cleanup[2] removing setools.checker.checkermodule # cleanup[2] removing setools.checker.descriptors # cleanup[2] removing setools.checker.assertrbac # cleanup[2] removing setools.checker.assertte # cleanup[2] removing setools.checker.util # cleanup[2] removing setools.checker.emptyattr # cleanup[2] removing setools.checker.roexec # cleanup[2] removing configparser # cleanup[2] removing setools.checker.checker # cleanup[2] removing setools.checker # cleanup[2] removing setools # destroy setools # destroy setools.util # destroy setools.descriptors # destroy setools.boolquery # destroy setools.categoryquery # destroy setools.commonquery # destroy setools.objclassquery # destroy setools.polcapquery # destroy setools.rolequery # destroy setools.sensitivityquery # destroy setools.typequery # destroy setools.typeattrquery # destroy setools.userquery # destroy setools.mlsrulequery # destroy setools.rbacrulequery # destroy setools.terulequery # destroy setools.constraintquery # destroy setools.boundsquery # destroy setools.defaultquery # destroy setools.fsusequery # destroy setools.genfsconquery # destroy setools.ibendportconquery # destroy setools.ibpkeyconquery # destroy setools.initsidquery # destroy setools.netifconquery # destroy setools.nodeconquery # destroy setools.portconquery # destroy setools.ioportconquery # destroy setools.iomemconquery # destroy setools.pirqconquery # destroy setools.pcideviceconquery # destroy setools.devicetreeconquery # destroy setools.permmap # destroy setools.infoflow # destroy setools.dta # destroy setools.diff # destroy setools.checker # destroy setools.checker.globalkeys # destroy setools.checker.checkermodule # destroy setools.checker.descriptors # destroy setools.checker.assertrbac # destroy setools.checker.assertte # destroy setools.checker.util # destroy setools.checker.emptyattr # destroy setools.checker.roexec # destroy setools.checker.checker # cleanup[2] removing sepolicy # cleanup[2] removing _audit # cleanup[2] removing audit # cleanup[2] removing seobject # destroy seobject # destroy _sitebuiltins # destroy _blake2 # destroy zipimport # destroy __main__ # 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 signal # destroy fcntl # destroy _signal # destroy _posixsubprocess # destroy uuid # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy shlex # destroy subprocess # destroy pwd # destroy grp # destroy sepolicy # destroy syslog # destroy audit # destroy glob # destroy sepolgen.defaults # destroy sepolgen.interfaces # destroy gzip # destroy gettext # destroy sepolgen.matching # destroy sepolgen.refpolicy # destroy string # destroy selinux # destroy sepolgen.access # destroy sepolgen.objectmodel # destroy sepolgen.util # destroy setools.mixins # destroy setools.query # destroy typing # destroy setools.diff.descriptors # destroy setools.diff.difference # destroy setools.diff.typing # destroy setools.diff.bool # destroy setools.diff.typeattr # destroy setools.diff.types # destroy setools.diff.bounds # destroy setools.diff.commons # destroy setools.diff.objclass # destroy setools.diff.constraints # destroy setools.diff.default # destroy setools.diff.mls # destroy setools.diff.roles # destroy setools.diff.users # destroy setools.diff.context # destroy setools.diff.fsuse # destroy setools.diff.genfscon # destroy setools.diff.ibendportcon # destroy setools.diff.ibpkeycon # destroy setools.diff.initsid # destroy setools.diff.mlsrules # destroy setools.diff.netifcon # destroy setools.diff.nodecon # destroy setools.diff.polcap # destroy setools.diff.portcon # destroy setools.diff.properties # destroy setools.diff.rbacrules # destroy setools.diff.conditional # destroy setools.diff.terules # destroy configparser # cleanup[3] wiping _audit # cleanup[3] wiping setools.policyrep # cleanup[3] wiping setools.exception # cleanup[3] wiping cython_runtime # 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 # destroy tempfile # cleanup[3] wiping importlib.resources.abc # cleanup[3] wiping email.message # destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email._encoded_words # destroy base64 # cleanup[3] wiping email._policybase # cleanup[3] wiping email.header # cleanup[3] wiping email.utils # destroy random # destroy socket # destroy urllib # destroy urllib.parse # cleanup[3] wiping email.charset # cleanup[3] wiping email.encoders # cleanup[3] wiping email.errors # cleanup[3] wiping email.quoprimime # cleanup[3] wiping email.base64mime # cleanup[3] wiping email._parseaddr # destroy calendar # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # 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 selinux.audit2why # cleanup[3] wiping _semanage # 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 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 traceback # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping textwrap # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping zipfile # destroy zipfile._path # destroy importlib # destroy threading # destroy bz2 # destroy lzma # cleanup[3] wiping zipfile._path.glob # cleanup[3] wiping pathlib # cleanup[3] wiping ipaddress # cleanup[3] wiping ntpath # cleanup[3] wiping contextlib # cleanup[3] wiping weakref # 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 _lzma # cleanup[3] wiping _bz2 # cleanup[3] wiping _compression # cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping binascii # cleanup[3] wiping struct # 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 keyword # 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 encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux.audit2why # destroy _semanage # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _weakref # destroy linecache # destroy copyreg # destroy platform # destroy _uuid # destroy _typing # destroy re._parser # destroy _string # destroy ansible.module_utils.six.moves.urllib # destroy stat # 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 _tokenize # destroy operator # destroy ansible.module_utils.six.moves # destroy inspect # destroy keyword # destroy abc # destroy logging # destroy copy # destroy setools.exception # destroy ntpath # destroy ipaddress # destroy _opcode # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy importlib.resources # destroy importlib.abc # destroy importlib.metadata # destroy importlib.resources.abc # destroy importlib.resources._common # destroy _frozen_importlib_external # destroy _imp # destroy marshal # destroy shutil # destroy weakref # destroy textwrap # destroy email # destroy collections # destroy zlib # destroy _compression # destroy posixpath # destroy zipfile # destroy contextlib # destroy pathlib # destroy zipfile._path.glob # destroy _csv # destroy _bz2 # destroy _lzma # destroy datetime # destroy locale # destroy warnings # destroy struct # destroy binascii # destroy io # destroy selectors # destroy errno # destroy array # destroy select # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy _socket # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy functools # destroy time # destroy _warnings # destroy math # destroy _bisect # destroy re # destroy _random # destroy _hashlib # destroy _thread # destroy _collections # destroy itertools # destroy _sre # destroy posix # destroy _io # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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.41.218 closed. 6494 1726853159.79869: done with _execute_module (fedora.linux_system_roles.local_seport, {'ports': '587', 'proto': 'tcp', 'setype': 'smtp_port_t', 'state': 'present', 'local': 'true', 'ignore_selinux_state': False, '_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': 'fedora.linux_system_roles.local_seport', '_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-1726853158.193742-7188-160361757837353/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6494 1726853159.79873: _low_level_execute_command(): starting 6494 1726853159.79877: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726853158.193742-7188-160361757837353/ > /dev/null 2>&1 && sleep 0' 6494 1726853159.79880: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6494 1726853159.79883: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853159.79886: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853159.79888: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6494 1726853159.79891: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 <<< 6494 1726853159.79894: stderr chunk (state=3): >>>debug2: match not found <<< 6494 1726853159.79917: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853159.79920: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6494 1726853159.79922: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.41.218 is address <<< 6494 1726853159.79924: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6494 1726853159.79928: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853159.79930: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853159.79934: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6494 1726853159.79936: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 <<< 6494 1726853159.79938: stderr chunk (state=3): >>>debug2: match found <<< 6494 1726853159.79941: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853159.79943: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853159.79944: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853159.79946: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853159.80056: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853159.82262: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853159.82265: stdout chunk (state=3): >>><<< 6494 1726853159.82267: stderr chunk (state=3): >>><<< 6494 1726853159.82280: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853159.82392: handler run complete 6494 1726853159.82396: attempt loop complete, returning result 6494 1726853159.82398: variable '__selinux_item' from source: unknown 6494 1726853159.82400: variable '__selinux_item' from source: unknown changed: [managed_node1] => (item={'ports': '587', 'proto': 'tcp', 'setype': 'smtp_port_t', 'state': 'present', 'local': 'true'}) => { "__selinux_item": { "local": "true", "ports": "587", "proto": "tcp", "setype": "smtp_port_t", "state": "present" }, "ansible_loop_var": "__selinux_item", "changed": true, "ports": [ "587" ], "proto": "tcp", "setype": "smtp_port_t", "state": "present" } 6494 1726853159.82564: dumping result to json 6494 1726853159.82567: done dumping result, returning 6494 1726853159.82569: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.selinux : Set an SELinux label on a port [0affc48f-66db-1e98-6787-000000000284] 6494 1726853159.82571: sending task result for task 0affc48f-66db-1e98-6787-000000000284 6494 1726853159.82621: done sending task result for task 0affc48f-66db-1e98-6787-000000000284 6494 1726853159.82624: WORKER PROCESS EXITING 6494 1726853159.82691: no more pending results, returning what we have 6494 1726853159.82695: results queue empty 6494 1726853159.82696: checking for any_errors_fatal 6494 1726853159.82703: done checking for any_errors_fatal 6494 1726853159.82704: checking for max_fail_percentage 6494 1726853159.82705: done checking for max_fail_percentage 6494 1726853159.82706: checking to see if all hosts have failed and the running result is not ok 6494 1726853159.82707: done checking to see if all hosts have failed 6494 1726853159.82707: getting the remaining hosts for this loop 6494 1726853159.82709: done getting the remaining hosts for this loop 6494 1726853159.82712: getting the next task for host managed_node1 6494 1726853159.82718: done getting next task for host managed_node1 6494 1726853159.82721: ^ task is: TASK: fedora.linux_system_roles.selinux : Set linux user to SELinux user mapping 6494 1726853159.82725: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=16, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853159.82743: getting variables 6494 1726853159.82744: in VariableManager get_vars() 6494 1726853159.82779: Calling all_inventory to load vars for managed_node1 6494 1726853159.82781: Calling groups_inventory to load vars for managed_node1 6494 1726853159.82783: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853159.82792: Calling all_plugins_play to load vars for managed_node1 6494 1726853159.82795: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853159.82797: Calling groups_plugins_play to load vars for managed_node1 6494 1726853159.82889: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853159.83037: done with get_vars() 6494 1726853159.83047: done getting variables TASK [fedora.linux_system_roles.selinux : Set linux user to SELinux user mapping] *** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:99 Friday 20 September 2024 13:25:59 -0400 (0:00:09.508) 0:00:34.754 ****** 6494 1726853159.83138: entering _queue_task() for managed_node1/community.general.selogin 6494 1726853159.83140: Creating lock for community.general.selogin 6494 1726853159.83558: worker is 1 (out of 1 available) 6494 1726853159.83574: exiting _queue_task() for managed_node1/community.general.selogin 6494 1726853159.83586: done queuing things up, now waiting for results queue to drain 6494 1726853159.83588: waiting for pending results... 6494 1726853159.83890: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.selinux : Set linux user to SELinux user mapping 6494 1726853159.84239: in run() - task 0affc48f-66db-1e98-6787-000000000286 6494 1726853159.84243: variable 'ansible_search_path' from source: unknown 6494 1726853159.84246: variable 'ansible_search_path' from source: unknown 6494 1726853159.84248: variable 'selinux_logins' from source: role '' defaults 6494 1726853159.84391: variable 'selinux_logins' from source: role '' defaults 6494 1726853159.84591: Loaded config def from plugin (lookup/items) 6494 1726853159.84603: Loading LookupModule 'items' from /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup/items.py 6494 1726853159.84621: dumping result to json 6494 1726853159.84629: done dumping result, returning 6494 1726853159.84644: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.selinux : Set linux user to SELinux user mapping [0affc48f-66db-1e98-6787-000000000286] 6494 1726853159.84653: sending task result for task 0affc48f-66db-1e98-6787-000000000286 skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } 6494 1726853159.84973: no more pending results, returning what we have 6494 1726853159.84977: results queue empty 6494 1726853159.84978: checking for any_errors_fatal 6494 1726853159.85005: done checking for any_errors_fatal 6494 1726853159.85005: checking for max_fail_percentage 6494 1726853159.85007: done checking for max_fail_percentage 6494 1726853159.85008: checking to see if all hosts have failed and the running result is not ok 6494 1726853159.85009: done checking to see if all hosts have failed 6494 1726853159.85010: getting the remaining hosts for this loop 6494 1726853159.85023: done getting the remaining hosts for this loop 6494 1726853159.85028: getting the next task for host managed_node1 6494 1726853159.85037: done getting next task for host managed_node1 6494 1726853159.85041: ^ task is: TASK: fedora.linux_system_roles.selinux : Get SELinux modules facts 6494 1726853159.85046: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=17, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853159.85059: done sending task result for task 0affc48f-66db-1e98-6787-000000000286 6494 1726853159.85061: WORKER PROCESS EXITING 6494 1726853159.85069: getting variables 6494 1726853159.85071: in VariableManager get_vars() 6494 1726853159.85107: Calling all_inventory to load vars for managed_node1 6494 1726853159.85109: Calling groups_inventory to load vars for managed_node1 6494 1726853159.85111: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853159.85120: Calling all_plugins_play to load vars for managed_node1 6494 1726853159.85123: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853159.85133: Calling groups_plugins_play to load vars for managed_node1 6494 1726853159.85195: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853159.85261: done with get_vars() 6494 1726853159.85269: done getting variables TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] *********** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 Friday 20 September 2024 13:25:59 -0400 (0:00:00.022) 0:00:34.776 ****** 6494 1726853159.85346: entering _queue_task() for managed_node1/fedora.linux_system_roles.selinux_modules_facts 6494 1726853159.85348: Creating lock for fedora.linux_system_roles.selinux_modules_facts 6494 1726853159.85599: worker is 1 (out of 1 available) 6494 1726853159.85614: exiting _queue_task() for managed_node1/fedora.linux_system_roles.selinux_modules_facts 6494 1726853159.85627: done queuing things up, now waiting for results queue to drain 6494 1726853159.85629: waiting for pending results... 6494 1726853159.85821: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.selinux : Get SELinux modules facts 6494 1726853159.85915: in run() - task 0affc48f-66db-1e98-6787-000000000288 6494 1726853159.85926: variable 'ansible_search_path' from source: unknown 6494 1726853159.85930: variable 'ansible_search_path' from source: unknown 6494 1726853159.85964: calling self._execute() 6494 1726853159.86024: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853159.86028: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853159.86039: variable 'omit' from source: magic vars 6494 1726853159.86307: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853159.92109: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853159.92192: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853159.92243: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853159.92271: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853159.92288: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853159.92424: variable 'postfix_manage_selinux' from source: include params 6494 1726853159.92434: Evaluated conditional (postfix_manage_selinux | bool): True 6494 1726853159.92475: variable 'omit' from source: magic vars 6494 1726853159.92529: variable 'omit' from source: magic vars 6494 1726853159.92586: variable 'omit' from source: magic vars 6494 1726853159.92608: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6494 1726853159.92654: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6494 1726853159.92658: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6494 1726853159.92685: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853159.92696: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853159.92726: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6494 1726853159.92729: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853159.92776: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853159.92855: Set connection var ansible_shell_type to sh 6494 1726853159.92878: Set connection var ansible_pipelining to False 6494 1726853159.92884: Set connection var ansible_shell_executable to /bin/sh 6494 1726853159.92891: Set connection var ansible_timeout to 10 6494 1726853159.92895: Set connection var ansible_connection to ssh 6494 1726853159.92897: Set connection var ansible_module_compression to ZIP_DEFLATED 6494 1726853159.92957: variable 'ansible_shell_executable' from source: unknown 6494 1726853159.92960: variable 'ansible_connection' from source: unknown 6494 1726853159.92962: variable 'ansible_module_compression' from source: unknown 6494 1726853159.92964: variable 'ansible_shell_type' from source: unknown 6494 1726853159.92970: variable 'ansible_shell_executable' from source: unknown 6494 1726853159.92972: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853159.92974: variable 'ansible_pipelining' from source: unknown 6494 1726853159.92975: variable 'ansible_timeout' from source: unknown 6494 1726853159.92980: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853159.93151: 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__) 6494 1726853159.93196: variable 'omit' from source: magic vars 6494 1726853159.93199: starting attempt loop 6494 1726853159.93204: running the handler 6494 1726853159.93206: _low_level_execute_command(): starting 6494 1726853159.93208: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6494 1726853159.93834: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853159.93886: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853159.93899: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853159.93943: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853159.94064: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853159.95881: stdout chunk (state=3): >>>/root <<< 6494 1726853159.96155: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853159.96159: stdout chunk (state=3): >>><<< 6494 1726853159.96161: stderr chunk (state=3): >>><<< 6494 1726853159.96163: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853159.96165: _low_level_execute_command(): starting 6494 1726853159.96167: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726853159.9605412-7446-66559716690188 `" && echo ansible-tmp-1726853159.9605412-7446-66559716690188="` echo /root/.ansible/tmp/ansible-tmp-1726853159.9605412-7446-66559716690188 `" ) && sleep 0' 6494 1726853159.96750: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853159.96765: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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 <<< 6494 1726853159.96777: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853159.96819: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853159.96847: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853159.96965: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853159.99116: stdout chunk (state=3): >>>ansible-tmp-1726853159.9605412-7446-66559716690188=/root/.ansible/tmp/ansible-tmp-1726853159.9605412-7446-66559716690188 <<< 6494 1726853159.99254: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853159.99275: stderr chunk (state=3): >>><<< 6494 1726853159.99278: stdout chunk (state=3): >>><<< 6494 1726853159.99314: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726853159.9605412-7446-66559716690188=/root/.ansible/tmp/ansible-tmp-1726853159.9605412-7446-66559716690188 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853159.99393: variable 'ansible_module_compression' from source: unknown 6494 1726853159.99443: ANSIBALLZ: Using lock for fedora.linux_system_roles.selinux_modules_facts 6494 1726853159.99450: ANSIBALLZ: Acquiring lock 6494 1726853159.99455: ANSIBALLZ: Lock acquired: 140161291281104 6494 1726853159.99457: ANSIBALLZ: Creating module 6494 1726853160.11836: ANSIBALLZ: Writing module into payload 6494 1726853160.11893: ANSIBALLZ: Writing module 6494 1726853160.11915: ANSIBALLZ: Renaming module 6494 1726853160.11921: ANSIBALLZ: Done creating module 6494 1726853160.11940: variable 'ansible_facts' from source: unknown 6494 1726853160.12013: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726853159.9605412-7446-66559716690188/AnsiballZ_selinux_modules_facts.py 6494 1726853160.12118: Sending initial data 6494 1726853160.12121: Sent initial data (167 bytes) 6494 1726853160.13125: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853160.13130: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853160.13269: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853160.15053: stderr chunk (state=3): >>>debug2: Remote version: 3 <<< 6494 1726853160.15077: stderr chunk (state=3): >>>debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6494 1726853160.15223: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6494 1726853160.15373: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6494dydhg1yg/tmp9s5twiu_ /root/.ansible/tmp/ansible-tmp-1726853159.9605412-7446-66559716690188/AnsiballZ_selinux_modules_facts.py <<< 6494 1726853160.15378: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726853159.9605412-7446-66559716690188/AnsiballZ_selinux_modules_facts.py" <<< 6494 1726853160.15478: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6494dydhg1yg/tmp9s5twiu_" to remote "/root/.ansible/tmp/ansible-tmp-1726853159.9605412-7446-66559716690188/AnsiballZ_selinux_modules_facts.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726853159.9605412-7446-66559716690188/AnsiballZ_selinux_modules_facts.py" <<< 6494 1726853160.17173: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853160.17451: stderr chunk (state=3): >>><<< 6494 1726853160.17459: stdout chunk (state=3): >>><<< 6494 1726853160.17463: done transferring module to remote 6494 1726853160.17466: _low_level_execute_command(): starting 6494 1726853160.17468: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726853159.9605412-7446-66559716690188/ /root/.ansible/tmp/ansible-tmp-1726853159.9605412-7446-66559716690188/AnsiballZ_selinux_modules_facts.py && sleep 0' 6494 1726853160.19336: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853160.19693: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853160.19698: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853160.19737: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853160.20009: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853160.22305: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853160.22310: stdout chunk (state=3): >>><<< 6494 1726853160.22312: stderr chunk (state=3): >>><<< 6494 1726853160.22314: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853160.22317: _low_level_execute_command(): starting 6494 1726853160.22319: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726853159.9605412-7446-66559716690188/AnsiballZ_selinux_modules_facts.py && sleep 0' 6494 1726853160.23760: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853160.23788: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853160.23814: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853160.23959: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853160.24550: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853160.26576: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 6494 1726853160.26599: stdout chunk (state=3): >>>import _imp # builtin <<< 6494 1726853160.26622: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 6494 1726853160.26689: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 6494 1726853160.26953: stdout chunk (state=3): >>>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' <<< 6494 1726853160.26992: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef79bc4d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef798bb00> <<< 6494 1726853160.26997: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 6494 1726853160.27000: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef79bea50> <<< 6494 1726853160.27018: stdout chunk (state=3): >>>import '_signal' # <<< 6494 1726853160.27053: stdout chunk (state=3): >>>import '_abc' # <<< 6494 1726853160.27056: stdout chunk (state=3): >>>import 'abc' # <<< 6494 1726853160.27059: stdout chunk (state=3): >>>import 'io' # <<< 6494 1726853160.27092: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 6494 1726853160.27182: stdout chunk (state=3): >>>import '_collections_abc' # <<< 6494 1726853160.27212: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 6494 1726853160.27241: stdout chunk (state=3): >>>import 'os' # <<< 6494 1726853160.27355: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 6494 1726853160.27359: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef79cd130> <<< 6494 1726853160.27549: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef79cdfa0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 6494 1726853160.27710: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 6494 1726853160.27723: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 6494 1726853160.27749: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 6494 1726853160.27768: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853160.27781: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 6494 1726853160.27810: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 6494 1726853160.27837: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 6494 1726853160.28049: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef77ebdd0> # /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 0x7faef77ebfe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 6494 1726853160.28097: stdout chunk (state=3): >>># 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 <<< 6494 1726853160.28102: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef7823800> <<< 6494 1726853160.28134: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 6494 1726853160.28138: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 6494 1726853160.28140: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef7823e90> <<< 6494 1726853160.28152: stdout chunk (state=3): >>>import '_collections' # <<< 6494 1726853160.28364: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef7803aa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef78011c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef77e8f80> <<< 6494 1726853160.28368: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 6494 1726853160.28395: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 6494 1726853160.28399: stdout chunk (state=3): >>>import '_sre' # <<< 6494 1726853160.28412: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 6494 1726853160.28492: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 6494 1726853160.28756: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef78437d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef78423f0> # /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 0x7faef7802090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef7840b90> # /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 0x7faef7878830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef77e8200> # /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 0x7faef7878ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef7878b90> # 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 0x7faef7878f50> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef77e6d20> # /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' <<< 6494 1726853160.28775: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 6494 1726853160.28864: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef78795b0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef78792b0> import 'importlib.machinery' # <<< 6494 1726853160.28895: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef787a4b0> import 'importlib.util' # <<< 6494 1726853160.28922: stdout chunk (state=3): >>>import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 6494 1726853160.28962: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 6494 1726853160.29064: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef78906b0> 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 0x7faef7891d90> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 6494 1726853160.29123: stdout chunk (state=3): >>># 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 0x7faef7892c30> <<< 6494 1726853160.29167: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faef7893290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef7892180> <<< 6494 1726853160.29541: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # 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 0x7faef7893d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef7893440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef787a420> # /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 0x7faef761bb90> # /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' <<< 6494 1726853160.29919: stdout chunk (state=3): >>># 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 0x7faef7644650> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef76443b0> <<< 6494 1726853160.29923: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faef76444d0> # /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' <<< 6494 1726853160.29960: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faef7644f50> # 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 0x7faef7645910> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef7644830> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef7619d30> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 6494 1726853160.29988: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 6494 1726853160.30021: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef7646cc0> <<< 6494 1726853160.30056: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef7645790> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef787abd0> <<< 6494 1726853160.30079: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 6494 1726853160.30272: stdout chunk (state=3): >>># 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 <<< 6494 1726853160.30292: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef766b050> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 6494 1726853160.30383: stdout chunk (state=3): >>># 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' <<< 6494 1726853160.30473: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef7693440> <<< 6494 1726853160.30478: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 6494 1726853160.30517: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # <<< 6494 1726853160.30721: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef76f4230> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 6494 1726853160.30725: stdout chunk (state=3): >>># 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 <<< 6494 1726853160.30746: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef76f6990> <<< 6494 1726853160.30804: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef76f4350> <<< 6494 1726853160.30854: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef76c1250> <<< 6494 1726853160.30950: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef74f9310> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef7692240> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef7647c20> <<< 6494 1726853160.31354: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7faef76925a0> # zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.selinux_modules_facts_payload__8sj25g0/ansible_fedora.linux_system_roles.selinux_modules_facts_payload.zip' # zipimport: zlib available <<< 6494 1726853160.31394: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853160.31429: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 6494 1726853160.31444: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 6494 1726853160.31483: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 6494 1726853160.31574: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 6494 1726853160.31626: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef754b080> import '_typing' # <<< 6494 1726853160.31812: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef7529f70> <<< 6494 1726853160.31841: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef75290d0> # zipimport: zlib available <<< 6494 1726853160.31868: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 6494 1726853160.31926: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # <<< 6494 1726853160.31949: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853160.33403: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853160.34708: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef7548f20> <<< 6494 1726853160.34798: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /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 0x7faef7572a50> <<< 6494 1726853160.34805: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef75727e0> <<< 6494 1726853160.34966: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef75720f0> # /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' <<< 6494 1726853160.35006: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef7572b40> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef754baa0> 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 0x7faef7573770> # 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 0x7faef75739b0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 6494 1726853160.35047: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 6494 1726853160.35077: stdout chunk (state=3): >>>import '_locale' # <<< 6494 1726853160.35189: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef7573e90> <<< 6494 1726853160.35221: stdout chunk (state=3): >>>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' <<< 6494 1726853160.35262: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef6f09c10> # 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 0x7faef6f0b830> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 6494 1726853160.35312: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 6494 1726853160.35394: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef6f0c230> <<< 6494 1726853160.35420: stdout chunk (state=3): >>># /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 0x7faef6f0d100> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 6494 1726853160.35469: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 6494 1726853160.35510: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 6494 1726853160.35586: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef6f0fe30> <<< 6494 1726853160.35618: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faef7646c30> <<< 6494 1726853160.35704: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef6f0e0f0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 6494 1726853160.35737: stdout chunk (state=3): >>># 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 <<< 6494 1726853160.35740: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 6494 1726853160.35770: stdout chunk (state=3): >>># /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' <<< 6494 1726853160.35798: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef6f17d40> <<< 6494 1726853160.35815: stdout chunk (state=3): >>>import '_tokenize' # <<< 6494 1726853160.35866: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef6f16810> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef6f16570> <<< 6494 1726853160.35889: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 6494 1726853160.35910: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 6494 1726853160.35978: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef6f16ae0> <<< 6494 1726853160.36007: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef6f0e600> <<< 6494 1726853160.36044: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853160.36063: stdout chunk (state=3): >>># extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faef6f5ffb0> <<< 6494 1726853160.36067: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef6f60500> <<< 6494 1726853160.36088: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 6494 1726853160.36112: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 6494 1726853160.36141: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py <<< 6494 1726853160.36144: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 6494 1726853160.36184: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853160.36187: stdout chunk (state=3): >>># extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faef6f61b50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef6f61910> <<< 6494 1726853160.36199: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 6494 1726853160.36353: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 6494 1726853160.36399: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853160.36410: stdout chunk (state=3): >>># 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 0x7faef6f640e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef6f62240> <<< 6494 1726853160.36434: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 6494 1726853160.36478: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853160.36500: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 6494 1726853160.36514: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 6494 1726853160.36529: stdout chunk (state=3): >>>import '_string' # <<< 6494 1726853160.36567: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef6f678c0> <<< 6494 1726853160.36704: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef6f64290> <<< 6494 1726853160.36766: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853160.36779: stdout chunk (state=3): >>># extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faef6f68590> <<< 6494 1726853160.36807: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853160.36810: stdout chunk (state=3): >>># extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faef6f686b0> <<< 6494 1726853160.36852: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faef6f688c0> <<< 6494 1726853160.36864: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef6f601d0> <<< 6494 1726853160.36891: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 6494 1726853160.36920: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 6494 1726853160.36942: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 6494 1726853160.36973: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853160.36997: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faef6f6bfe0> <<< 6494 1726853160.37158: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853160.37163: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faef6ff5310> <<< 6494 1726853160.37183: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef6f6a7e0> <<< 6494 1726853160.37205: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853160.37213: stdout chunk (state=3): >>># extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faef6f6bb90> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef6f6a480> <<< 6494 1726853160.37241: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853160.37259: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 6494 1726853160.37285: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853160.37390: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853160.37498: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853160.37505: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853160.37566: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 6494 1726853160.37568: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853160.37679: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853160.37806: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853160.38377: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853160.38940: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 6494 1726853160.38990: 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' # <<< 6494 1726853160.39011: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 6494 1726853160.39014: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853160.39064: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faef6ff9490> <<< 6494 1726853160.39155: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 6494 1726853160.39182: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef6ffa270> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef6ff5550> <<< 6494 1726853160.39222: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 6494 1726853160.39245: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853160.39262: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853160.39290: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 6494 1726853160.39293: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853160.39453: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853160.39618: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 6494 1726853160.39621: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 6494 1726853160.39624: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef6ffa3c0> <<< 6494 1726853160.39643: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853160.40125: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853160.40598: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853160.40672: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853160.40766: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 6494 1726853160.40769: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853160.40813: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853160.40843: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 6494 1726853160.40855: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853160.40920: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853160.41003: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 6494 1726853160.41017: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853160.41050: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 6494 1726853160.41056: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853160.41087: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853160.41130: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 6494 1726853160.41148: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853160.41460: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853160.41785: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 6494 1726853160.41788: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 6494 1726853160.41791: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef6ffb440> <<< 6494 1726853160.41814: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853160.41871: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853160.41957: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 6494 1726853160.41978: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 6494 1726853160.42066: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 6494 1726853160.42092: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 6494 1726853160.42126: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853160.42179: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853160.42249: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853160.42360: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 6494 1726853160.42364: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853160.42470: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faef6e05f70> <<< 6494 1726853160.42487: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef6e03ce0> <<< 6494 1726853160.42526: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 6494 1726853160.42541: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853160.42605: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853160.42670: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853160.42696: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853160.42745: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853160.42760: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 6494 1726853160.42792: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 6494 1726853160.42813: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 6494 1726853160.42889: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 6494 1726853160.42921: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 6494 1726853160.42925: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 6494 1726853160.42974: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef75d2930> <<< 6494 1726853160.43023: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef75c2600> <<< 6494 1726853160.43119: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef6e060c0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef6ff5910> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 6494 1726853160.43131: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853160.43164: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853160.43177: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 6494 1726853160.43243: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 6494 1726853160.43275: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853160.43297: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections' # <<< 6494 1726853160.43352: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 6494 1726853160.43357: stdout chunk (state=3): >>>import 'ansible_collections.fedora' # # zipimport: zlib available # zipimport: zlib available <<< 6494 1726853160.43387: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles' # # zipimport: zlib available # zipimport: zlib available <<< 6494 1726853160.43412: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins' # <<< 6494 1726853160.43429: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # <<< 6494 1726853160.43456: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853160.43540: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853160.43642: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/__pycache__/semanage.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/semanage.py <<< 6494 1726853160.43686: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/__pycache__/semanage.cpython-312.pyc' <<< 6494 1726853160.43822: stdout chunk (state=3): >>># extension module '_semanage' loaded from '/usr/lib64/python3.12/site-packages/_semanage.cpython-312-x86_64-linux-gnu.so' # extension module '_semanage' executed from '/usr/lib64/python3.12/site-packages/_semanage.cpython-312-x86_64-linux-gnu.so' import '_semanage' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faef6e7f5f0> <<< 6494 1726853160.43835: stdout chunk (state=3): >>>import 'semanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef6e94680> <<< 6494 1726853160.43897: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.03741: stdout chunk (state=3): >>> {"changed": false, "ansible_facts": {"selinux_installed_modules": {"restraint": {"400": {"enabled": 1, "checksum": "sha256:95d0d03fbc1d4147f02a0b3da7cd76efbdd75d1f5812cf6160e922336abbf270"}}, "rhts": {"400": {"enabled": 1, "checksum": "sha256:3a96393cd8cd9fc1faefc62db7ca107be15963005f4ef420ae2b79b4035abd0c"}}, "abrt": {"100": {"enabled": 1, "checksum": "sha256:98d1c8c12a0f58b637b3864dec2f3d03281e88e541f41a5e19563a5447ba020c"}}, "accountsd": {"100": {"enabled": 1, "checksum": "sha256:bf97d40f7ec7e4318b7d31bfd664735627b76b6e616a0cff06c15040960620ec"}}, "acct": {"100": {"enabled": 1, "checksum": "sha256:da4a2c785c040f6c34a3e602eeb1ed612a74ac170b7f5089d8ba55e12f750818"}}, "afs": {"100": {"enabled": 1, "checksum": "sha256:fb7e253fdbe3d08b3929bb97c3b6d52f56123bd4759aa1008c667abd2021b2aa"}}, "afterburn": {"100": {"enabled": 1, "checksum": "sha256:86bb7a2815cf9d64e9efd2c917153b238cbc60d7d03abac54f428bf676e4bdb6"}}, "aiccu": {"100": {"enabled": 1, "checksum": "sha256:836a35abbbf400c117eae70a77a4596a73b3d548e6fa82e3a0f55ae96f21d64b"}}, "aide": {"100": {"enabled": 1, "checksum": "sha256:4f387a45821ab709a325b7ccd4af3a4951c231c34440b5fa877b8fc6387d2aff"}}, "ajaxterm": {"100": {"enabled": 1, "checksum": "sha256:6e3edee489b6c939e15c49b4819463a7021d6188eaff9b05e9c8867de1f018fd"}}, "alsa": {"100": {"enabled": 1, "checksum": "sha256:9de454604bdef8775f6ebae39b8bc4ba7b5e79a2972d3e32ca7d50abffa7a85a"}}, "amanda": {"100": {"enabled": 1, "checksum": "sha256:133a6a6da4b4ab3b13dd255bd7974bb6e0494fa7c5e0b1034b7926823d6621a2"}}, "amtu": {"100": {"enabled": 1, "checksum": "sha256:80ccb9e85608a483fa07c37c2772933f5e63025bcc667540bec377b02bde2f3c"}}, "anaconda": {"100": {"enabled": 1, "checksum": "sha256:409af50bd5708e662302020ddef0f314e0da72c996c670db45aea57478e8ee9a"}}, "antivirus": {"100": {"enabled": 1, "checksum": "sha256:f1ed2e1ec9355b898716cc1ed8f18d7983b45b5bb88c2624fe31ffc968dcd6ca"}}, "apache": {"100": {"enabled": 1, "checksum": "sha256:3239b0ebdb98df15e7140b948a2c741b36a870ca02ba8b425ab0de044e7b7dff"}}, "apcupsd": {"100": {"enabled<<< 6494 1726853163.03762: stdout chunk (state=3): >>>": 1, "checksum": "sha256:47a5360325c4aebd9de805b5113bc715736bb01801cbbf317ac2112d1bae15c8"}}, "apm": {"100": {"enabled": 1, "checksum": "sha256:757508a02ab22f3ad35ce7bc9e596f7c84e62b7744db341f9d4f63ef74ee92ff"}}, "application": {"100": {"enabled": 1, "checksum": "sha256:c5b9c6d5d27d5c119598c1a040e9f488ac1d783c497b13b9c1cce9cafdfdf6a1"}}, "arpwatch": {"100": {"enabled": 1, "checksum": "sha256:a8786979d69981a916a89856cce9aadaa540fe2baf93053bf9274eac36cc38fb"}}, "asterisk": {"100": {"enabled": 1, "checksum": "sha256:f113821fcc3ce3e5e04130937924e8aeb5741935d8b5422af25ef8c4540cedbd"}}, "auditadm": {"100": {"enabled": 1, "checksum": "sha256:05a7fc8acec5e707257376e4ff8fd8a02de27aa9c616c95c0e8ea9239841eae1"}}, "authconfig": {"100": {"enabled": 1, "checksum": "sha256:42a66af256fa45dd7be3e09166aaa0f2a035f5670f39466a2d4ee84e417fd76d"}}, "authlogin": {"100": {"enabled": 1, "checksum": "sha256:caab2da7e513ebcafb2f4829626763ff58f74cbbf7c14b31e1aa1780afdc114a"}}, "automount": {"100": {"enabled": 1, "checksum": "sha256:3196fce29123f8eeecd6175b098063735d77aecfaffa7f6cb641adbcbd9ee977"}}, "avahi": {"100": {"enabled": 1, "checksum": "sha256:9bfb194e5b283124abae90dc92abb883e1cf7b3e2f51bcb9fcf842672c86ac60"}}, "awstats": {"100": {"enabled": 1, "checksum": "sha256:ccb0373eb1228e3a34112ba0124b37cee80def8c7ddcc0981b0676aa59bba2f8"}}, "bacula": {"100": {"enabled": 1, "checksum": "sha256:4ee194dcd976488e6eb0e0ba84d9b6875befc4eca8389c9d0102cac06c04809f"}}, "base": {"100": {"enabled": 1, "checksum": "sha256:e17bdf6f24e6431ca10c452e865778bf3b364c156477fdf445b3de15b43952fa"}}, "bcfg2": {"100": {"enabled": 1, "checksum": "sha256:3e147aa1e329d87cdfd30b20b3b80ee0c039e9665e944dc6a28231ebac38d5d4"}}, "bind": {"100": {"enabled": 1, "checksum": "sha256:d7f26a245b0780cda9ed49b1913ebf10733ac091a1312cb58b55f4331c50b9c8"}}, "bitlbee": {"100": {"enabled": 1, "checksum": "sha256:9324bebe4e0cac756830480f53dd8e23a01f3c4c7185b30dd72024394dec2783"}}, "blkmapd": {"100": {"enabled": 1, "checksum": "sha256:fd38032cb8b3e9c24024364c02b07a830e97432cd763f41e82612fd83de06654"}}, "blueman": {"100": {"enabled": 1, "checksum": "sha256:2150b8a1afae75f4d73c76e2982ccc575f599577b8b7042d7bfa87fe2fed3a30"}}, "bluetooth": {"100": {"enabled": 1, "checksum": "sha256:14baa78a99f3fdac7ec18322ab578c030cde924b3c8716cb719ca52e0b67df2e"}}, "boinc": {"100": {"enabled": 1, "checksum": "sha256:1038d007468960019e0957df9b9dd0a76308b2dd5d3942dcef18c937a5130fa6"}}, "boltd": {"100": {"enabled": 1, "checksum": "sha256:e22f75dc547d85b02fdd0f2d4f20f69a1ca9b969ed6f9b9abf957fa02e6e1b7f"}}, "boothd": {"100": {"enabled": 1, "checksum": "sha256:7c7263936248c4d47d806cf5b5dc7fd7b662d96fcc4e7767a6c5bc78548fe99d"}}, "bootloader": {"100": {"enabled": 1, "checksum": "sha256:dabf91939aac32788c03a2c0b658d6e951cf80c3b5337e297f6c53bbe3f4418e"}}, "bootupd": {"100": {"enabled": 1, "checksum": "sha256:b0bda821f499f688d6d1d560a55673989cef71e7cd4e20f9cf3c9ce45e91d369"}}, "brctl": {"100": {"enabled": 1, "checksum": "sha256:78276818c60a76e84a9b3263a906d7109a69028c557a2d6a4a39ded2ef713a44"}}, "brltty": {"100": {"enabled": 1, "checksum": "sha256:0230419d38276d2c823a427d44fa1362f89784c7ac17f76826be95d3c8e6de1b"}}, "bugzilla": {"100": {"enabled": 1, "checksum": "sha256:8e4fd93cbe0357fc894c7898adf9a14f8c845d87a08f673f410b702f798c2383"}}, "bumblebee": {"100": {"enabled": 1, "checksum": "sha256:3d6e2bb58a928e53f4d89d5bdbdb6fea3f9ae98e5be81548df29fdb13b204f9b"}}, "cachefilesd": {"100": {"enabled": 1, "checksum": "sha256:d595466a7aa404ade4ad75d45e10f6a37d30529858cf990407f545f7826b364c"}}, "calamaris": {"100": {"enabled": 1, "checksum": "sha256:4c65dae6d30fea1bebc4e63ff693b2041f18d0adb710b783002c98c529be84d8"}}, "callweaver": {"100": {"enabled": 1, "checksum": "sha256:cede7c726cd48a09e9b2974e9f78d9482cc9d01a4ceb74ff190c4a219900f2b3"}}, "canna": {"100": {"enabled": 1, "checksum": "sha256:d523a4d1579256bb5faf1f761ac6a22cb4e8bb8e5544a5843615d4927abb5e76"}}, "ccs": {"100": {"enabled": 1, "checksum": "sha256:496749576c65d4a03024ee5d3be0814965308561f565ec6cd29587c3a3b7ec57"}}, "cdrecord": {"100": {"enabled": 1, "checksum": "sha256:ba7fd7c<<< 6494 1726853163.03796: stdout chunk (state=3): >>>8a2a4d0fc658dd4aeb27b1c9c2049e7b8b5b5c3afa9523c74f6aae263"}}, "certmaster": {"100": {"enabled": 1, "checksum": "sha256:f9a4c97defbe94abd597286e65015baa5cdbc494a6404f3e467ba2484fd753d8"}}, "certmonger": {"100": {"enabled": 1, "checksum": "sha256:0e7e768c5c69903387f189899e532efc9055539b7d8f1a9b7e2cc6656675a1ce"}}, "certwatch": {"100": {"enabled": 1, "checksum": "sha256:c875a519672af0d8291b9097f547dc940b9f0132a174d49cb4a332e08fe92b89"}}, "cfengine": {"100": {"enabled": 1, "checksum": "sha256:8fc798d839b2d5a643625812c65fd6859b386328ef9b685f279082a38baa1b24"}}, "cgroup": {"100": {"enabled": 1, "checksum": "sha256:a5e19681d20486653fb3395b323b30b77e9c64e99ac70668ebcbaad76b8fac66"}}, "chrome": {"100": {"enabled": 1, "checksum": "sha256:e3576026c0b29d1f662172186e3e3ede0b3b2ed0e4e59a863d00bc75756724b6"}}, "chronyd": {"100": {"enabled": 1, "checksum": "sha256:28d17217c3c515dbb1c0b04d5dc36d50c7f3165144a9ba56b3adce749ceb8467"}}, "cifsutils": {"100": {"enabled": 1, "checksum": "sha256:689032aad1e66934c35a72d87b428787df267d8ba743de741bc7fc4cec47c5ad"}}, "cinder": {"100": {"enabled": 1, "checksum": "sha256:1bca5805677f6de8372027eab3e7b091d28d9098bf5c363090b12f4195051441"}}, "cipe": {"100": {"enabled": 1, "checksum": "sha256:9037f8704235ce4b481935dbe9f81fb7eb065e593e07988b869938948b15f432"}}, "clock": {"100": {"enabled": 1, "checksum": "sha256:62a84539a2764eb9eea9d29b86128f1deea9adb3a3a534c88f5fcdd7637b8575"}}, "clogd": {"100": {"enabled": 1, "checksum": "sha256:f79fddbcdd23396829c104b213648ffd5d5cac6dec8adf2f5f0efa2f7061b615"}}, "cloudform": {"100": {"enabled": 1, "checksum": "sha256:e985f49df5d3f27855f9c727f19138103110d987ed0f9ed8081e39a39aeb813b"}}, "cmirrord": {"100": {"enabled": 1, "checksum": "sha256:2c94298413c5d1fdb88ca748b4c597d2b3e543ed82604378a6ee333276dcaab4"}}, "cobbler": {"100": {"enabled": 1, "checksum": "sha256:7fc7afc3aec313b51b6508fe564813eccb4ce5bc1d650ba9f7eb61a438cee86f"}}, "collectd": {"100": {"enabled": 1, "checksum": "sha256:e574da01bdbc51b1b08385713fa8c9780df9aa657ddab4cd93211e4e9c8b6ff0"}}, "colord": {"100": {"enabled": 1, "checksum": "sha256:1887fa9a04336ceeeb73c20f3f7f6d6e6994f2a4b1cff802ca64e142ea1bff05"}}, "comsat": {"100": {"enabled": 1, "checksum": "sha256:38a4f293f3f8cdb18203c347a11304f161264aaf794ba6da418804f090c0e7a3"}}, "condor": {"100": {"enabled": 1, "checksum": "sha256:e8d56cababfbca2569c42055e8fac5782d6ae8b42ba2b236b9563f7eb6c2ef4c"}}, "conman": {"100": {"enabled": 1, "checksum": "sha256:e172ba28d687e96a2ffc463bffbf202ce44e7bff6e0685adc4b89a67cdcdfd40"}}, "conntrackd": {"100": {"enabled": 1, "checksum": "sha256:794a65c72b01138ecd19d9e679f62129d33183f9b1324b064c16301fa79d53d4"}}, "consolekit": {"100": {"enabled": 1, "checksum": "sha256:e585da6eefaff112870deda0ced61b75f1a5b120b7bc2133c8b1ec9452695646"}}, "coreos_installer": {"100": {"enabled": 1, "checksum": "sha256:699c69e48f1ec1dd8f915f094a83a6e2f6b6fdd515233fd8867649f254509270"}}, "couchdb": {"100": {"enabled": 1, "checksum": "sha256:743992902ac8514de4dd54b16317a8edb9cb1e383e29d0450821a9ac304059db"}}, "courier": {"100": {"enabled": 1, "checksum": "sha256:3bb1b730a3a6f236b312c3f71172364911992d35e93c1e5cd1e1fb076eb2d3eb"}}, "cpucontrol": {"100": {"enabled": 1, "checksum": "sha256:969a757fa353d20473f2eab457378e50d6f32b1da19f6744f7f20d5f3f99744e"}}, "cpufreqselector": {"100": {"enabled": 1, "checksum": "sha256:0b0bd5618356e7da7018c86dc262758bb6f04e7618de2942995ad59e897c3244"}}, "cpuplug": {"100": {"enabled": 1, "checksum": "sha256:211dc5348ec5f69d5d76aa3d07c74624bb39cd2aa082262e5bc4c6c165f677e7"}}, "cron": {"100": {"enabled": 1, "checksum": "sha256:3544f1b9e8121eacaab185921485615253126477b341951221cb7fdff3a0afe8"}}, "ctdb": {"100": {"enabled": 1, "checksum": "sha256:aadb573940c57a51a13c72bfa7a074e440d7b6b3d2440c3a435c1b41742d2b3a"}}, "cups": {"100": {"enabled": 1, "checksum": "sha256:4855d463c5142f1f001a028136bb737a837c6a0d87807c0b97b1eb23b897a05f"}}, "cvs": {"100": {"enabled": 1, "checksum": "sha256:b188990c62c036cf96deb2fd121236499dcb5cff830e38ac24b74d4692c0323d"}}, "cyphesis": {"100": {"enabled": 1, "checksum": "sha256:ffe9e6e4bb673f6822a874b86eb21769ef0f5fdbfd2e2659485abc4c6215ffa2"}}, "cyrus": {"100": {"enabled": 1, "checksum": "sha256:8b077e1368da1daaa96272b0d6f22f08bcb264617e6884c9074423a9b066912d"}}, "daemontools": {"100": {"enabled": 1, "checksum": "sha256:c9631ff4c56b588338bd87c7d8cba95e78285ecfc4f12653ea5c888d2fee8af0"}}, "dbadm": {"100": {"enabled": 1, "checksum": "sha256:96b16cfa7d12cd4f994a84199fb20016a24fe5bbbf6888487ef4fc0b0f7008dd"}}, "dbskk": {"100": {"enabled": 1, "checksum": "sha256:5c3f9427b9dcfa7aa76a67db7c3f9a33ca299916a5608cd985fcb5f30fcc405a"}}, "dbus": {"100": {"enabled": 1, "checksum": "sha256:7c365542d739d538a06f073b93429fc2a14446f88d14d6fa9c608f4d00bf8f68"}}, "dcc": {"100": {"enabled": 1, "checksum": "sha256:a30fe6e8e452f73079c37dcc1dac02ce317ba2310f8af8b6fc08b623adc89be1"}}, "ddclient": {"100": {"enabled": 1, "checksum": "sha256:eee9cdfaed63e516667ca9f76565fcc909c173c6440bfd19dca5c12fca61692d"}}, "denyhosts": {"100": {"enabled": 1, "checksum": "sha256:7a239615a4db634ae1ae8564acc54c55c86c68bd2e44d47ad9c24758d492b22c"}}, "devicekit": {"100": {"enabled": 1, "checksum": "sha256:17ec39ae4334df1f47531199b3f12954bc848810d1eccaadc0463174aad953f4"}}, "dhcp": {"100": {"enabled": 1, "checksum": "sha256:15aac55748ee10a93ba0547d3c20670148e01d14b74afae89df0e660e3396dc3"}}, "dictd": {"100": {"enabled": 1, "checksum": "sha256:9f5a80130d50d12f0ab8a8d48f9ccc2b058fffc0b5704d3a6d3d44787b01f4c1"}}, "dirsrv": {"100": {"enabled": 1, "checksum": "sha256:a33b7321ba8fd3e69c610462584e0147b9bfbae8498de44c2eee891f209a03bd"}}, "dirsrv-admin": {"100": {"enabled": 1, "checksum": "sha256:e7ec5090958fbde915f221e49396a45b968b8a2d6429d74000ffefa8b6e87e3f"}}, "dmesg": {"100": {"enabled": 1, "checksum": "sha256:19cf6b1658e2a7ff92db6c537944a989ea72e88173663ba4589f71132a80be61"}}, "dmidecode": {"100": {"enabled": 1, "checksum": "sha256:55423cc64cb3aeccc3e05952327db479669ddd5f5e98bcbc275859d38333e79b"}}, "dnsmasq": {"100": {"enabled": 1, "checksum": "sha256:18f7d99ff73fb7c2256ac3d86d4328098274cf2b8fa92c8b42da37867f6c7b31"}}, "dnssec": {"100": {"enabled": 1, "checksum": "sha256:1584e02889b2969514ddfcdc5fa31152ba8505c66c1b5f88e75b3bf23f96bec3"}}, "dovecot": {"100": {"enabled": 1, "checksum": "sha256:57d7924556ab25fb130b93002b1da35e886ef1ad01c4391266cedcc01848ea8b"}}, "drbd": {"100": {"enabled": 1, "checksum": "sha256:b96580e08581043a5e5fe37b67ab937e074e4218d685b23df6f9421ca49d5248"}}, "dspam": {"100": {"enabled": 1, "checksum": "sha256:90cdf514efbb5bf01f1e2b90d7d58eed2e2b458242905b5cfa32e1de01d71da3"}}, "entropyd": {"100": {"enabled": 1, "checksum": "sha256:ca075b4e9b9aee4bb5946407a418fc229a1c6fe4c7abc9487b9ba9770692c78d"}}, "exim": {"100": {"enabled": 1, "checksum": "sha256:413b889a36fb01d9d3ee8fe149aa2d11702e5e44afceef42a0d7450a421cc89c"}}, "fail2ban": {"100": {"enabled": 1, "checksum": "sha256:bfd591b0e99fc96cdd443d01c045583e45fc0ba1e8d6b7a18f2596473fe11ac9"}}, "fcoe": {"100": {"enabled": 1, "checksum": "sha256:8e2cebfc7249a86f6b40690946f6281f83a343eeef929d7e1588bc77622004fa"}}, "fdo": {"100": {"enabled": 1, "checksum": "sha256:af6e6cb692c95d34835b90b4a1c449a95445710e8fac4ca0d999f3cc85540e17"}}, "fedoratp": {"100": {"enabled": 1, "checksum": "sha256:d6f5f286ed1d5705e62598f143c0150deb59d708d7dd1ad89bdc6d68f59ed853"}}, "fetchmail": {"100": {"enabled": 1, "checksum": "sha256:3acaf8ff26c8d81010cc1ccf88872df39199279fa44d85b06903c97f50def08c"}}, "finger": {"100": {"enabled": 1, "checksum": "sha256:17aedac05f634eb036f29d301d8b0416cdae5f3967f88c0286761e209858f07e"}}, "firewalld": {"100": {"enabled": 1, "checksum": "sha256:64801f8ccd6f426ce8b4cc674e4288e0424a745b6a882102d7f70fae01e438aa"}}, "firewallgui": {"100": {"enabled": 1, "checksum": "sha256:18bfb3bc0946b731f05e969de50189403372c76fab801f83e2687a9d43b86622"}}, "firstboot": {"100": {"enabled": 1, "checksum": "sha256:4c9915a1c1cf1e67ea429fab342c29f2caa911f5d615b86f9eb8da496d7b5d54"}}, "fprintd": {"100": {"enabled": 1, "checksum": "sha256:ff74bb68f3369f30d2ae98cfce6acecbd6b7adbad46a18cc03bba25037a26beb"}}, "freeipmi": {"100": {"enabled": 1, "checksum": "sha256:38cefd0e603535dcb11f9291f4948f059693fa7371f3ee92654cd3176a5195a5"}}, "freqset": {"100": {"enabled": 1, "checksum": "sha256:3f2c6b1336ed28a0a7d90f283e9289a5f83e5ceb71d11b7814fdc65ae529314a"}}, "fstools": {"100": {"enabled": 1, "checksum": "sha256:cc5947167cf3dc0d821c1f146d6253d72a3016b1aa8b5a4b4ec3f82d1e6631c8"}}, "ftp": {"100": {"enabled": 1, "checksum": "sha256:22e96b5040327ea8554d0216ef4e28d6a94abdabfe3a211a6535941bebebd013"}}, "fwupd": {"100": {"enabled": 1, "checksum": "sha256:3da67a17b85cde7a0f181e6599726357fb2eeeb251fdd980a9d6669772415922"}}, "games": {"100": {"enabled": 1, "checksum": "sha256:57d4e4d5d9ff252fa8703355ed68c854817ac762c6120ba02364cc19c67491b1"}}, "gdomap": {"100": {"enabled": 1, "checksum": "sha256:f41fda08cf3bd33ac571a4ca5d6d505a6dc7062c29e45b1d5d160c953c532230"}}, "geoclue": {"100": {"enabled": 1, "checksum": "sha256:beec56305b71ccb0174a7c790eb972244d10b8381a84812f01021b9e8eb7ad99"}}, "getty": {"100": {"enabled": 1, "checksum": "sha256:a6fac65e97c9962f1066c0a2fc839e67597cda9061557affb60a01df78184a4a"}}, "git": {"100": {"enabled": 1, "checksum": "sha256:9f2c83dc9cafe17c8d650f8c78c39c61bd3d2c8b4d77a535eb61ce6a04a3e3f4"}}, "gitosis": {"100": {"enabled": 1, "checksum": "sha256:b7decc3fbc86e4b9e3fe1fec22021737ad607cf795224b5d5793069716a7eda8"}}, "glance": {"100": {"enabled": 1, "checksum": "sha256:097520793eaae6b878f14f2b767d40a80007786065abf1b252d898a685957fc5"}}, "glusterd": {"100": {"enabled": 1, "checksum": "sha256:9fa405b48cc837c307845447cc5444caf258bd0bd7f00bb6ba6c9bc623d7b15a"}}, "gnome": {"100": {"enabled": 1, "checksum": "sha256:1eeba013ebac8d310e67170a313c2d11669eca7ba4aaef13e330e5d92f17f94c"}}, "gpg": {"100": {"enabled": 1, "checksum": "sha256:7c8bb6410fac1ef1d07e3c7c60906737c8e22176231b24207ea6bf0db41951b7"}}, "gpm": {"100": {"enabled": 1, "checksum": "sha256:f3799d846d2d0bdc1e1d3d075565002b1cda87f798b852691135012b5f545d1b"}}, "gpsd": {"100": {"enabled": 1, "checksum": "sha256:c38a1e2a1cb3c1a8d400f506cc9f3f6dd15d78234f982a04bf4ad8b4f6308937"}}, "gssproxy": {"100": {"enabled": 1, "checksum": "sha256:a7d4cfe7f3250d86a409969323f858b4dca8b40339125e15946a133884b47e7e"}}, "guest": {"100": {"enabled": 1, "checksum": "sha256:c0f9f2a0be3fe24b4f74acf4d1924183310b454591b8e8219fccc61c2194f167"}}, "hddtemp": {"100": {"enabled": 1, "checksum": "sha256:82815af35d160bae556a7c6b8862da02b469fbb90ffd5472a6b22c18bf0f1fec"}}, "hostapd": {"100": {"enabled": 1, "checksum": "sha256:ea0ff5fc3de7fc7a93d4b64c0bc54a4040d9427c9eaf8200b97388166cc0dce6"}}, "hostname": {"100": {"enabled": 1, "checksum": "sha256:17a1021557fb77a340af451c33cf80f05ab309a719778d84813d8ab67cd18f6f"}}, "hsqldb": {"100": {"enabled": 1, "checksum": "sha256:201698320ad8f5f35391ea84f0aad40c26ba8db2fe006b38c7b65b8dc71f45b7"}}, "hwloc": {"100": {"enabled": 1, "checksum": "sha256:a5454f4868d22b9ae798ee6f85df6d8b6b35b456617a02084af47d393322ab76"}}, "hypervkvp": {"100": {"enabled": 1, "checksum": "sha256:c89e58ec9c52039bc7ddfd048fa5b287780a48f78e70ce64181607ad33da6c47"}}, "ibacm": {"100": {"enabled": 1, "checksum": "sha256:b7ab0f90999e86d8fff9de3abeca0f093f2bf9f73330d434e947fdb5bfcc63b3"}}, "ica": {"100": {"enabled": 1, "checksum": "sha256:bd8eccb4266130eddfae34318855e6aa3a8624998f0a906a970a04802510ad86"}}, "icecast": {"100": {"enabled": 1, "checksum": "sha256:3199646b83c13466308cbe243d6c75f828875ab0dfca1deb585dcd7bfb28ae60"}}, "inetd": {"100": {"enabled": 1, "checksum": "sha256:0e2a80d0943b3fea8756b2d487038182ed624dd36e9177305fafbc1ca0374af3"}}, "init": {"100": {"enabled": 1, "checksum": "sha256:1144dbfa7278341caadfae995aeadd7453cf78762b08ba4d0142eeef80871d18"}}, "inn": {"100": {"enabled": 1, "checksum": "sha256:d60fd47ec62ca3bca272ca38d8fe86fce36d6f04c44d01410d30428c8b914861"}}, "insights_client": {"100": {"enabled": 1, "checksum": "sha256:c4e83821f0150988e86e714cf9e088ef11abd0a30dada90cb7e68a95c406a921"}}, "iodine": {"100": {"enabled": 1, "checksum": "sha256:6185225b7c5910d94396a18d93429704434d564b4478aeea9d1a8c54f6b12834"}}, "iotop": {"100": {"enabled": 1, "checksum": "sha256:7db93e52e29915a08c82b0ebac02856e9a484923d2ce215946c8f54cf5297704"}}, "ipmievd": {"100": {"enabled": 1, "checksum": "sha256:ea599044fe2e2d25c8078ac0<<< 6494 1726853163.03811: stdout chunk (state=3): >>>b5b0d2c589b4410dd7958eefdc0217f8b8c8c3d0"}}, "ipsec": {"100": {"enabled": 1, "checksum": "sha256:048f5c3f5f3e706697d782c57b9d6cae882b008f7973b41edb3de37762e4c664"}}, "iptables": {"100": {"enabled": 1, "checksum": "sha256:e315834c2a287c9b9f8d31a6fb5f62360241fab584b68ce05984035ff67f01dc"}}, "irc": {"100": {"enabled": 1, "checksum": "sha256:1ed937287398d60e302478f4880a25c1aef605a5d370c1f583426c59067d8ed5"}}, "irqbalance": {"100": {"enabled": 1, "checksum": "sha256:12e969265cff2e8d4ee9be8b99da0bd47138ff8754039dd1387a14b2a4a03b79"}}, "iscsi": {"100": {"enabled": 1, "checksum": "sha256:6666da694f33e444225327d9fc58208b230a1e1244e05335e16217c507ac0627"}}, "isns": {"100": {"enabled": 1, "checksum": "sha256:85a313d121f764081dc92c4c1ed5773b8cb7a7113b84b66339a48f76c57efe54"}}, "jabber": {"100": {"enabled": 1, "checksum": "sha256:08288d791f1b1aa3a8f154ae7b2ff73d574560bf5bb82246020baa3c26f6c988"}}, "jetty": {"100": {"enabled": 1, "checksum": "sha256:6aea2d07d8f040434ff0c0d5e9b81e825b1de56cd01c0e0a069ee1f0d5196885"}}, "jockey": {"100": {"enabled": 1, "checksum": "sha256:f35d7f2d61175ba7f908459f738c7d6b6adf2ae678d88531fa527c4d50b21985"}}, "journalctl": {"100": {"enabled": 1, "checksum": "sha256:3098e32a3ca859ef45fdb8dfa5b87f4b5e9e7cb0661b7dd4a20203f2cfebf662"}}, "kafs": {"100": {"enabled": 1, "checksum": "sha256:5a35385072b421cdb86fc66190dc00e6c8e7a587a60ffeedfe2a931b6b92a11d"}}, "kdump": {"100": {"enabled": 1, "checksum": "sha256:370090682ef9410c2d12556dfd1cb6f8f7f7ab60287148ead03b3b11d64146e0"}}, "kdumpgui": {"100": {"enabled": 1, "checksum": "sha256:c6d5f08d82062fe0634f0dcc9ee434fcea7760141740b79cbae187d970984a0c"}}, "keepalived": {"100": {"enabled": 1, "checksum": "sha256:6fa6bedd26d8e4b178a2d74158634f26fc2b322782e4685d69ca48f4854e037b"}}, "kerberos": {"100": {"enabled": 1, "checksum": "sha256:994e8629c436a7da2ed914f7499e0a33f7cc2737b5c70751b280d73de8a9fd19"}}, "keyboardd": {"100": {"enabled": 1, "checksum": "sha256:4eae5ab2b926695b3ed881a26e7b6a79f4dd48c1ffa3e3c6809cfa4958b54091"}}, "keystone": {"100": {"enabled": 1, "checksum": "sha256:6d9a8c7420b3aee2c752119ef6d72dc828cd76ea4f535bdcd44461a3cbb43454"}}, "keyutils": {"100": {"enabled": 1, "checksum": "sha256:fa398b6a78348b789660ea073244265b9bd8742fd81dd3569c9d56b1b9083a00"}}, "kismet": {"100": {"enabled": 1, "checksum": "sha256:30ba7e91c6fe3cff8ac488e6160a5037fb8f1719275991ec44e5bfcbd9089aca"}}, "kmscon": {"100": {"enabled": 1, "checksum": "sha256:f84aad2ecda576c41ff72438aaa394122fe6f13d274adb17a2cf145718776969"}}, "kpatch": {"100": {"enabled": 1, "checksum": "sha256:16b2c313e69ba9a2726025ee54bbfb638c633f91d53db454e204adef45e5b5e1"}}, "ksmtuned": {"100": {"enabled": 1, "checksum": "sha256:328ce002901ec9be77a5035fe50b01b9e01b016128efb981a7fb0aa586b55a77"}}, "ktalk": {"100": {"enabled": 1, "checksum": "sha256:311f6dd8403d55da5f3173593f5fa6331d4cf7570af2b9d0182f7b260ba7285e"}}, "l2tp": {"100": {"enabled": 1, "checksum": "sha256:cc0faedcac2d86171aeb9a89ec83f2d03cb905f54296f6f085415fcf7ddd1a06"}}, "ldap": {"100": {"enabled": 1, "checksum": "sha256:f1a7908800f08a04aade8083ad79d002aba0c85f1699f35ded5a0eaf46dbc41a"}}, "libraries": {"100": {"enabled": 1, "checksum": "sha256:91a8d1cb1ea2e44b9395cb7a44776e7992983378fbc72dc3725d0e03fa673a40"}}, "likewise": {"100": {"enabled": 1, "checksum": "sha256:c83754418ce993f0d9dff4ad73f0e64362ceb3ed073a093dcdaec0ac6d8c8b5a"}}, "linuxptp": {"100": {"enabled": 1, "checksum": "sha256:6a6b3d623e27e1e8a1ce185ba3ca42d3c7fb5dcad8cc91ab54950a1f69853dd7"}}, "lircd": {"100": {"enabled": 1, "checksum": "sha256:564e3801937503b310cd4fef750cea8bd1be7ce323cf41276cfb0eedb0fbdc8c"}}, "livecd": {"100": {"enabled": 1, "checksum": "sha256:9070ba1f03a04a5906bafb1399a0eb181dfdeab868dfb021505c116c61decbe3"}}, "lldpad": {"100": {"enabled": 1, "checksum": "sha256:26feff7ac4722e995c622b4ec3cc242deeda12f88077bff1b419193ed76ffef1"}}, "loadkeys": {"100": {"enabled": 1, "checksum": "sha256:ee0cf6f2b19c24b7bd76829de7de00b60f67ae9d96f2ebcb8eb09b961b6dd751"}}, "locallogin": {"100": {"enabled": 1, "checksum": "sha256:56bf0d727637f1964d5f71a7ccc5edba76cfd50d2e546e9558d0551ffc968858"}}, "<<< 6494 1726853163.03833: stdout chunk (state=3): >>>lockdev": {"100": {"enabled": 1, "checksum": "sha256:3cd6822d612f355cc8000823f47b7ab0087035b59b57904c145db627cc58d22c"}}, "logadm": {"100": {"enabled": 1, "checksum": "sha256:6b69c0a0528321f39311d34a94e750c5cfffd9bbcc00dd3c06f445f2a7bad660"}}, "logging": {"100": {"enabled": 1, "checksum": "sha256:504f0b31266cd6c9adfe480b750be32de121dafae4acca6aa320d9a50d6c613e"}}, "logrotate": {"100": {"enabled": 1, "checksum": "sha256:5ad554f859ea8313b48b7592cb1d1c3e13884199c9d9f939a99bb0651cadc5bf"}}, "logwatch": {"100": {"enabled": 1, "checksum": "sha256:987ac97d3851ce51c2aed8c8b08c6dfbaf722ca65447097c4531644d458637bc"}}, "lpd": {"100": {"enabled": 1, "checksum": "sha256:fe9e6623bfd94678b32ba9a20c3e04469aa69a5175a1f626368c1fcacf7c5026"}}, "lsm": {"100": {"enabled": 1, "checksum": "sha256:3979d77408c282fc3abfe32908df4889d7ff0ee8096ccb68a6a91d44bebfa56a"}}, "lttng-tools": {"100": {"enabled": 1, "checksum": "sha256:b216fc3f1025723b5bf96002b39dcb9ae8c80c6d6708dc2db348f419af025a45"}}, "lvm": {"100": {"enabled": 1, "checksum": "sha256:e67d95db5bc472d9d8a819db5c947190543bb6eb971955dde57e5249655033e1"}}, "mailman": {"100": {"enabled": 1, "checksum": "sha256:0abc78cfd35d9e43c0c21983a250f874ee7ca7c10d7eb1c6e0d3106f538cf482"}}, "mailscanner": {"100": {"enabled": 1, "checksum": "sha256:b76bb64b5c5dd0db6346ae7ba19faed97ed414c7d03d7b8747e0919867a7b8c9"}}, "man2html": {"100": {"enabled": 1, "checksum": "sha256:3269314b5d8bbfc843900344d65e604432222bebc7e2dd628abb9d186fca1cd1"}}, "mandb": {"100": {"enabled": 1, "checksum": "sha256:c5c6c2cfc4930bb865330ac4bf1e04976290772b0e058cce0d73de071ccf7819"}}, "mcelog": {"100": {"enabled": 1, "checksum": "sha256:7a137918a31fc7684a8ae929a5046517be97399b2534a6b471e3cf3bd7f355b3"}}, "mediawiki": {"100": {"enabled": 1, "checksum": "sha256:4fb79885af1e12d162aaea04067c9dbd19c248b8bc6bb4fa91240acb6986c84c"}}, "memcached": {"100": {"enabled": 1, "checksum": "sha256:10e59adbf0210a83d2506cdcc189bed58fbb49f01ecc07afe00a5fc06a0f025c"}}, "milter": {"100": {"enabled": 1, "checksum": "sha256:686b92d2ed35a14042a3d6d95af167aa0b1bdb0bb1d1894909c3d4b5ad70ca34"}}, "minidlna": {"100": {"enabled": 1, "checksum": "sha256:6b200b3b9aafc62c019eba4121e1743ef9670896b70f8b5201caa19b975d6964"}}, "minissdpd": {"100": {"enabled": 1, "checksum": "sha256:33b06281053cbe0c55752bfcda928a48a50743eb2d061d429b07ec3b0dc28a04"}}, "mip6d": {"100": {"enabled": 1, "checksum": "sha256:1c657a9f8eeacab2a91a9725d7c5980624ab90e0e5c67c2f9270df3b0ebc9fca"}}, "mirrormanager": {"100": {"enabled": 1, "checksum": "sha256:5b9141bfd8861fae68d1054e5c15d503815c2191e68348405d5f8f2e53757b5f"}}, "miscfiles": {"100": {"enabled": 1, "checksum": "sha256:4d0081333a7d5871e89e8955ab640c3374bf2bde197557cb6a83e122aee9137e"}}, "mock": {"100": {"enabled": 1, "checksum": "sha256:a03da1b4a0188f7ed4057cc37b734745624b265fdad71ed6c2d00467b72a4846"}}, "modemmanager": {"100": {"enabled": 1, "checksum": "sha256:808b6b6f4a5860ba20f75d8b6992bd5284a90269a98dccdb38205ff67d253dfa"}}, "modutils": {"100": {"enabled": 1, "checksum": "sha256:19e6074d95aca5c3702f505fdf4fcd562ceb84f10545772585afe36821a9f4aa"}}, "mojomojo": {"100": {"enabled": 1, "checksum": "sha256:ce4c112a710ad3b571ab733fbf785a6ac7b9eeb9c29f3ced5f994965e9386ab4"}}, "mon_statd": {"100": {"enabled": 1, "checksum": "sha256:db72ccb5d6952aecb9188c455e70a0b8c6feb25946b44dd0884942e74074a65a"}}, "mongodb": {"100": {"enabled": 1, "checksum": "sha256:a5753efd9c79243f87ee59feb5c3914e9c6a435f70a053ff59657baa91f0c8a4"}}, "motion": {"100": {"enabled": 1, "checksum": "sha256:13c108e4971acbc506790783af8287ab766941ef3745594a69e020dfa769e75d"}}, "mount": {"100": {"enabled": 1, "checksum": "sha256:865539a39bf40f78356e8b2cbb08b24926913db3a08fa9796e4c2543882aeb25"}}, "mozilla": {"100": {"enabled": 1, "checksum": "sha256:1868c9ea9e81cd4e82ae9373693db84070213c92d32cb623389b1512c24f2e86"}}, "mpd": {"100": {"enabled": 1, "checksum": "sha256:2b0acf523137d68497ea06f19b5494cb5c7ad6e4102fd7c626b9b74fef062f19"}}, "mplayer": {"100": {"enabled": 1, "checksum": "sha256:31d2bd89013c8c5e58a1e2e1b393c3db729cfb92080c1935f01cb63da15920e4"}}, "mptcpd": {"100": {"enabled": 1, "checksum": "sha256:3d4452b8e5b08d56b16c141515f2169809ab160544da9164cd91c3872fa5ca59"}}, "mrtg": {"100": {"enabled": 1, "checksum": "sha256:6757ab3ee1b84340b5a58935d090b926ffc96f43d03c9cb243802b4d01d5a29b"}}, "mta": {"100": {"enabled": 1, "checksum": "sha256:8dd4e90b95311cc5dae5b11733cf9ff8be46637d84c5aec28ae62a0b11dc452d"}}, "munin": {"100": {"enabled": 1, "checksum": "sha256:403d5e09c6c84eee2d3c80a1c50502d8850469e5c9d74347aacc1c8f7496861e"}}, "mysql": {"100": {"enabled": 1, "checksum": "sha256:2d19d6dc11b839551e1a98aa95588c06a3e1dd84dcdfe615bf61f26dd9ef31a1"}}, "mythtv": {"100": {"enabled": 1, "checksum": "sha256:f260b769c9d70fe26cddea75c71e1c3d16348233c40a3b8a844358d138c19d2f"}}, "naemon": {"100": {"enabled": 1, "checksum": "sha256:9c21b6bd9db730c7b79a4852236f92228282eb2dd06a2ff722b36acf70553386"}}, "nagios": {"100": {"enabled": 1, "checksum": "sha256:2681295ba94471abc9d7d49b6da5d757409c6c95745586d1671a4765ed61b130"}}, "namespace": {"100": {"enabled": 1, "checksum": "sha256:cc65424c4edcef752cf3d9223a0a49d84f7250bbc9c42d08d0b5727e0168dff6"}}, "ncftool": {"100": {"enabled": 1, "checksum": "sha256:9795f4fc6fa6e09a6976b87c80aab11801ae7b43d4f0df1b603b8799f4ff0115"}}, "netlabel": {"100": {"enabled": 1, "checksum": "sha256:229788201a8048a7a80661a258cabee570ce65b4c5fef318a86f8ba7f027975d"}}, "netutils": {"100": {"enabled": 1, "checksum": "sha256:78163350e82824e0c5bd14daf11f9a12833f34ac2a9c5c90c7949aaf9c7f9b1a"}}, "networkmanager": {"100": {"enabled": 1, "checksum": "sha256:7fece44e7188f93aa358d386ae81372812b47a046f10ce081358af85c4c0f229"}}, "ninfod": {"100": {"enabled": 1, "checksum": "sha256:13dcb24aa31902b75b5416a1f2d3dbba243445fa8ae1581ea41029ca21cdbc60"}}, "nis": {"100": {"enabled": 1, "checksum": "sha256:51dded020c93ce723bb8cd739359983f6ed82b5d70e93980d2fd095aaadcc168"}}, "nova": {"100": {"enabled": 1, "checksum": "sha256:000c5853f5261b435c8a0362720ce04a1ed300aed5f22dfee9659e8a024466a0"}}, "nscd": {"100": {"enabled": 1, "checksum": "sha256:9fb6cd0d5e35bcfcd051889e81e2834b4b50861455a0d8ee30920df919d3067a"}}, "nsd": {"100": {"enabled": 1, "checksum": "sha256:c940ff7748160326587bf9084d5b7906d501ecf9576707bc19f20ee759023442"}}, "nslcd": {"100": {"enabled": 1, "checksum": "sha256:a1af29229de29bfe64bde5357ea9e2a47d5b82f8329f62be4ddbc184fb8ead22"}}, "ntop": {"100": {"enabled": 1, "checksum": "sha256:20d8e86dcf15719ed0b481b0f5cd521b2ada532e712c6e1cb9f89e1736466ea0"}}, "ntp": {"100": {"enabled": 1, "checksum": "sha256:74dfbd9db80b05cc69c090005f02ab089695f21c0e0b70c2a7d8300247624e1e"}}, "numad": {"100": {"enabled": 1, "checksum": "sha256:f56cd3e22cc4e864d6cb5822812de4c12884f1a31f3922caa45ce0b61f8f86e2"}}, "nut": {"100": {"enabled": 1, "checksum": "sha256:36ca1c4edb066c2090e5ec5e08f71050424e5efdc74c440e9a0161c7ccf0bd49"}}, "nvme_stas": {"100": {"enabled": 1, "checksum": "sha256:b0afd194fe6e16dc0fbd976301321d6e68a9cd837ecdda2c3cb739c07c4757b9"}}, "nx": {"100": {"enabled": 1, "checksum": "sha256:dd19058574329f7c7ce709bc94f6c4be87028cdd184cc365a61d5c0113b78bdf"}}, "obex": {"100": {"enabled": 1, "checksum": "sha256:649c497ab74a203064009d553b42829aac89ac5c4273b7c0ccc0a23530001fcc"}}, "oddjob": {"100": {"enabled": 1, "checksum": "sha256:4c0624c2e3095eb392ee93e8cf98a2242598b7694de12ae75ceffdc0043d1043"}}, "opafm": {"100": {"enabled": 1, "checksum": "sha256:233a9390d9aeb540956f43756b2e45547fb7c2c4d4070460b94896b72ccd607d"}}, "openct": {"100": {"enabled": 1, "checksum": "sha256:37ac5651f2ce2bfda7d898a024d560c6cdcd54da32409ced32c8b6df059370c3"}}, "opendnssec": {"100": {"enabled": 1, "checksum": "sha256:9890fb3013a4287e6850621c5c6a462a254299b927609fbe6bf67f141862f3c7"}}, "openfortivpn": {"100": {"enabled": 1, "checksum": "sha256:75fa83f68fa800bef996da027f14f6c8f0ded93f93569f3b559495dba39a6176"}}, "openhpid": {"100": {"enabled": 1, "checksum": "sha256:dfbf83e8feccc45bd9de7bd5a3f90edd49c3190b5010f9f98457d995ae974f8c"}}, "openshift": {"100": {"enabled": 1, "checksum": "sha256:1b7ff4ebc979d45777979c0340790dcf10a3e9353272c2e99f6f4f4f93987020"}}, "openshift-origin": {"100": {"enabled": 1, "checksum": "sha256:e8e6bb283142b08b3a1ce7c097f49f402bb6<<< 6494 1726853163.03856: stdout chunk (state=3): >>>d59eb6d03138ef0b69f3579e466c"}}, "opensm": {"100": {"enabled": 1, "checksum": "sha256:c1bc06d4e5a22837586d3d7ee07922f26b4cd025687cdfd7e3e3789e1c5bdf3d"}}, "openvpn": {"100": {"enabled": 1, "checksum": "sha256:800615bda29f1b49c90de283570ccb018a28ddfff34a36bfe84a4d0485c37138"}}, "openvswitch": {"100": {"enabled": 1, "checksum": "sha256:0bb8334afe603f02ef4f1a46517f970bb30fb191e1d9d944daee33437ae89b46"}}, "openwsman": {"100": {"enabled": 1, "checksum": "sha256:c6d157e74586892234883ad01bb4d2e386637cdd04e45c3587a1cbc8c34e35f9"}}, "oracleasm": {"100": {"enabled": 1, "checksum": "sha256:802090ff2dcc2db35b369ac359e51b1418a5a779cf94e5a14a01a1882b583d64"}}, "osad": {"100": {"enabled": 1, "checksum": "sha256:d3b5dec9cf6640c48875229fcdadc4f9c4bfa1088bff93cb61a18360197a691e"}}, "pads": {"100": {"enabled": 1, "checksum": "sha256:23da314c2255bb1c19dad65a242681330d6bdddc2ba4a0b80ae2ad2249c0a52b"}}, "passenger": {"100": {"enabled": 1, "checksum": "sha256:75e644cc79f5447d17ed5461e52b37f29dc86806320b0ef562b2acd8e2870121"}}, "pcmcia": {"100": {"enabled": 1, "checksum": "sha256:6d1d142817f6c7013fa94819eaae391f98b69357bfb352584c1ef104d93aa08a"}}, "pcp": {"100": {"enabled": 1, "checksum": "sha256:3f0071ca72c2269c6568f2695aea954cbb6a8504efa48a8ed1e94e2c0baac106"}}, "pcscd": {"100": {"enabled": 1, "checksum": "sha256:9bd33415ca0bd34a05461719de21697d486512341069567c26b25cd6a7b06c00"}}, "pdns": {"100": {"enabled": 1, "checksum": "sha256:5dcb629d0e7578776fb9476a8b66ff883fe52da8be37e3b1f7a3bd4810354511"}}, "pegasus": {"100": {"enabled": 1, "checksum": "sha256:0312d08cfc7b9ad408ce3d34a27b27c64c62e1b00d280c484616927a859aeb47"}}, "permissivedomains": {"100": {"enabled": 1, "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2"}}, "pesign": {"100": {"enabled": 1, "checksum": "sha256:597ab5f0f472ea2f2aca1b3754c2457cc7769f79daaec0856ad2675e53867b80"}}, "pingd": {"100": {"enabled": 1, "checksum": "sha256:877bbc42240491f32726ac44a082942e80724e3bd3985c64845dee49a060a144"}}, "piranha": {"100": {"enabled": 1, "checksum": "sha256:4e9b8ae11387a45c9266a82f79f31728bce6397b8e7f8d39287b78dd58ddfd96"}}, "pkcs": {"100": {"enabled": 1, "checksum": "sha256:81dc1bee85071c65da6d7e4dd12f390fdaeae5d7a285c132c952290152f90c0b"}}, "pkcs11proxyd": {"100": {"enabled": 1, "checksum": "sha256:184ad49c7d752eae216e8e7313fc50952515caf2d4fe77b1315204a436979cbc"}}, "pki": {"100": {"enabled": 1, "checksum": "sha256:611152fa77dc465824018a6b6e2687f2a1e483f92e20d9754c33f8032d7a210d"}}, "plymouthd": {"100": {"enabled": 1, "checksum": "sha256:e73478b5cf88be80253fc65ed0f397e9078272320ce939b471230ade52207983"}}, "podsleuth": {"100": {"enabled": 1, "checksum": "sha256:ac303c7ac224ff7fec004f7db6bdc6cabc5e9fbf1df3e27ab454f3f87de18b8d"}}, "policykit": {"100": {"enabled": 1, "checksum": "sha256:f651b9a5f05bc1884e58553525034b9fa376084bc3eee5ecd5cb7b70c42a55aa"}}, "polipo": {"100": {"enabled": 1, "checksum": "sha256:e30571ba606507dd4439ea7b455a115170923229f105614f0b044ed07a8ba832"}}, "portmap": {"100": {"enabled": 1, "checksum": "sha256:15e3c27ffaa1d13d785823bd82e53c398e0b5c96c4e0efce502137b326f3710e"}}, "portreserve": {"100": {"enabled": 1, "checksum": "sha256:b1795d2f89c94a43339f1b659f29173491eed1d079a21cc290fb53afb74efd1f"}}, "postfix": {"100": {"enabled": 1, "checksum": "sha256:abe82997f5573e9804f5b66de9f1b9120ccfd8ad1e3c0c3afd32a99f043a49ed"}}, "postgresql": {"100": {"enabled": 1, "checksum": "sha256:dd827cd694ba2389e77fee7137a741677590dc56dff0015fa6b58b93ab354c7c"}}, "postgrey": {"100": {"enabled": 1, "checksum": "sha256:698a04231cb1ca9a1a657c942f22b26ad57e06af78dbce2006dd9a7991d01b19"}}, "ppp": {"100": {"enabled": 1, "checksum": "sha256:640c55f9dc7e32054fc5dcb34e4080a848526a35cbc4225b32deec213e9906e4"}}, "prelink": {"100": {"enabled": 1, "checksum": "sha256:db21e33d0ffe48bd93a10808ea536532acad2578c499333de859afca9b4bfd5f"}}, "prelude": {"100": {"enabled": 1, "checksum": "sha256:2592c97f035c97e88768678244baa38c031afeb5e94730133a0a59e7b451aa57"}}, "privoxy": {"100": {"enabled": 1, "checksum": "sha256:2f9555f9f047d752841d98608cd372c9f9743fdaa88a59c96a0b2e85f9016b00"<<< 6494 1726853163.03870: stdout chunk (state=3): >>>}}, "procmail": {"100": {"enabled": 1, "checksum": "sha256:ee1a9203e7dd07d84cfa3c20a2e069bb0552dc430a6d2feed2919e53731b1864"}}, "prosody": {"100": {"enabled": 1, "checksum": "sha256:360e32fc4cb037faf2b5684ce2d376c42cff14785fc95d82fd750fe66dabe1e2"}}, "psad": {"100": {"enabled": 1, "checksum": "sha256:9450644b2b34bbc91aa8d0c40b88fd2363137df218d38ccc6b28b94b63286d54"}}, "ptchown": {"100": {"enabled": 1, "checksum": "sha256:861c6b803141841f4756be8531775c7d37e8ec378b2b9e90f37e1932d35e5e36"}}, "publicfile": {"100": {"enabled": 1, "checksum": "sha256:a932f4ee30fe06d891909b328e9ed103a77010e273b19cd7e9debf3ba43204c6"}}, "pulseaudio": {"100": {"enabled": 1, "checksum": "sha256:005f82a614bbe1a6cca6611aee9b59d97e2f8b51c2b88b41d6f800145410a166"}}, "puppet": {"100": {"enabled": 1, "checksum": "sha256:0ac394773bec589974cc6ecc5f99dc5faf2871e771295cb84f33a86bdbd51a6d"}}, "pwauth": {"100": {"enabled": 1, "checksum": "sha256:4cabb0c5c75a395579d7523d3e7616db9fb0e1f40d3b9f581f6e94eebb049810"}}, "qatlib": {"100": {"enabled": 1, "checksum": "sha256:1ce83ef85ac222374d15e090a30072e96219bea1a6c1e72bb122842ebbec7cee"}}, "qmail": {"100": {"enabled": 1, "checksum": "sha256:7972bb152e68b8fdb1a77c84868b66e420365c9f526254fb272a7263500acbff"}}, "qpid": {"100": {"enabled": 1, "checksum": "sha256:7cd981f1dfd524edc5e5992f10cd1b3e723adcb3cfaf8c7bb42c8f5197e64378"}}, "quantum": {"100": {"enabled": 1, "checksum": "sha256:a25e72eac82204e6200ec843bc06d7b59a1ce7c755666bf1ed9effd12ee466d7"}}, "quota": {"100": {"enabled": 1, "checksum": "sha256:292ac0c56b89fb197298bc0cda18828e0c6c524414d7ccc38133e2552283136f"}}, "rabbitmq": {"100": {"enabled": 1, "checksum": "sha256:6ae09222a0b9aefa3ead90b1f1ee08972570b1f5e39d25c05108228e4d315d50"}}, "radius": {"100": {"enabled": 1, "checksum": "sha256:76e245eff00a30a5db15851804f5047caa072e5f418e44fd75e70fcaba611e73"}}, "radvd": {"100": {"enabled": 1, "checksum": "sha256:b0ab6f58a00a32e8119b2b598d56acdc5919c7d9414eec24beb5eca9d84c90dc"}}, "raid": {"100": {"enabled": 1, "checksum": "sha256:cea5ec9a6380cf597ff5f333d46b2a16568c3e71d059a326f645284c6e6c171e"}}, "rasdaemon": {"100": {"enabled": 1, "checksum": "sha256:f6d50ea9aa365ffb71b924d04e606e7e7be9fc0ff67899ad1fd348bb209a7ad1"}}, "rdisc": {"100": {"enabled": 1, "checksum": "sha256:d45a4dad3bf9f007f05eca41b5c04d4ae329405b60f307f8d6959fc92dee841e"}}, "readahead": {"100": {"enabled": 1, "checksum": "sha256:338d67a9fa343855efdd6d99bf0d28bdcf03631bdff7591c1a21e975471a510a"}}, "realmd": {"100": {"enabled": 1, "checksum": "sha256:e2efb27c1fed30b949be0f29464b99701353b8eb65bd2da624505c7fc1e586a4"}}, "redis": {"100": {"enabled": 1, "checksum": "sha256:642738508f133e3709992b5542f048755e1ca6bdd1c3eed8fbf6de60135fe754"}}, "remotelogin": {"100": {"enabled": 1, "checksum": "sha256:31f6f5efb0759335de46ac3ab4c8a64955f838afc9743a20f2e81a8cb54cb36a"}}, "rhcd": {"100": {"enabled": 1, "checksum": "sha256:439afb2b8b905d32073d55ee61bb5ebc085ac1dd2c4bbb6b25f90051827dc6d2"}}, "rhcs": {"100": {"enabled": 1, "checksum": "sha256:d90d617944f40798165d77873629210aed1662ccc21b8687d92b63eaac5ace8c"}}, "rhev": {"100": {"enabled": 1, "checksum": "sha256:4c8dc74bd9e7cebd9f78bae013483cdc6350fb8eb90debbf2888a89a0c30232c"}}, "rhgb": {"100": {"enabled": 1, "checksum": "sha256:4b222d1ae2a6931560eca08e087c56c7835ce79c3f82514c5c6d3e98a7de89b1"}}, "rhnsd": {"100": {"enabled": 1, "checksum": "sha256:12ea9c8c79218c6ef2da68bbe6f321ca6a7247a0f40142f1be8b85cb5b84d54d"}}, "rhsmcertd": {"100": {"enabled": 1, "checksum": "sha256:7750446fcfd40c402633126aab29d231a47f4ca8d4993cb703a3c203c25a2c0c"}}, "ricci": {"100": {"enabled": 1, "checksum": "sha256:c9afadeea7fc4762d923383de22df24de13563a6dbe205b9ab73a6ad0a5cff79"}}, "rkhunter": {"100": {"enabled": 1, "checksum": "sha256:5f31c86e2f2cc425040785cc22a9040c7cdb80bd1145dfd668d2b2597534d6e3"}}, "rkt": {"100": {"enabled": 1, "checksum": "sha256:6154fe3dc060aa2df1f629434a417621e043836c3fc0d1cfe128db80a0c3a5d9"}}, "rlogin": {"100": {"enabled": 1, "checksum": "sha256:2001491066517e9d1718973ef9ce30640101b146abaac53218e9fafc5838eba5"}}, "rngd": {"100": {"enabled": 1, "checksum": "sha256:932eb71<<< 6494 1726853163.03882: stdout chunk (state=3): >>>7c50cc3b89b0d39754e8d42285224c7112dc8fb773b979ae335c61b81"}}, "rolekit": {"100": {"enabled": 1, "checksum": "sha256:08975182ac9221887a5cec3f1e51639802794cfa718d6bfe245aa5f132bac74d"}}, "roundup": {"100": {"enabled": 1, "checksum": "sha256:931c928c6bf89625bce5b6cb76084615486f91d6e86a09fcaf007c47c5e68ba7"}}, "rpc": {"100": {"enabled": 1, "checksum": "sha256:0620e84d3a712ecc8e401e1ce695e4a5c1dd33c2097d6cec8127273e2063e36a"}}, "rpcbind": {"100": {"enabled": 1, "checksum": "sha256:3368e81d1e4c4368ed76661f4b636f38651dcc804843c4b1ef0f8ea0eff45d0d"}}, "rpm": {"100": {"enabled": 1, "checksum": "sha256:b1d6f8003dfb181c492f970957c0fdbac2625661fbec8ac0925a6c9b141429c0"}}, "rrdcached": {"100": {"enabled": 1, "checksum": "sha256:340e748f2da66a79889ffe2d77224bce0090a2954743d5c1098ac3cb1eb48866"}}, "rshd": {"100": {"enabled": 1, "checksum": "sha256:58d4cffb8b490c67aa4b1a335b0a3b933af4dfe6cc022fa0bc7400841d1efba7"}}, "rshim": {"100": {"enabled": 1, "checksum": "sha256:34695491986303ceda8be41882d8279b3065627df85b9ff616650c420c6395b8"}}, "rssh": {"100": {"enabled": 1, "checksum": "sha256:26f6c19589d58fd23c303ac699697517d6883a9531837ad406e2f09b7507278d"}}, "rsync": {"100": {"enabled": 1, "checksum": "sha256:0aa06de248b996ddd0afc67811e82a96bde2dc7a2c328ecbbf6c6a5c9c780784"}}, "rtas": {"100": {"enabled": 1, "checksum": "sha256:3cf7dfe541071b3898cd76674ccce511cb2b25626b0e5f9e43fb903f928508c5"}}, "rtkit": {"100": {"enabled": 1, "checksum": "sha256:d8e666993d2c3c43a5efc6628d04fed230f380cec2feafc9fb1eb305239ad954"}}, "rwho": {"100": {"enabled": 1, "checksum": "sha256:c66a34fe691a84d52c8dd62ed1e9c8525796ccb3114743202a1d11dab4397c1b"}}, "samba": {"100": {"enabled": 1, "checksum": "sha256:76d4803f3945be392c2ba2f3c801fc3a8d629ea342e2352aa2100f3cb70c6a65"}}, "sambagui": {"100": {"enabled": 1, "checksum": "sha256:4c91ce35da807c4194c847e713628c8c5a8c2edabbc32800a9f0245175d61f9a"}}, "sandboxX": {"100": {"enabled": 1, "checksum": "sha256:dd4e4f83f573e60a00c4c8f9fc6d281307ef29ab033281ec1d3bfe763ac842ef"}}, "sanlock": {"100": {"enabled": 1, "checksum": "sha256:12903fc32000cd4e9785975352f7cfc11ebb15acfbe277be575edb318b15131f"}}, "sasl": {"100": {"enabled": 1, "checksum": "sha256:5a49a242fb57fbde3ec1d0b7c33432f0beb2992005df650c1387cd727cfc31a8"}}, "sbd": {"100": {"enabled": 1, "checksum": "sha256:6b08742937f98065198547ba01efe084ce27119742dbfb22ffaefb651adcd4c5"}}, "sblim": {"100": {"enabled": 1, "checksum": "sha256:cf43ae0bb1072dfbd3f191147458ab654f4bf36c7e6e52b3ddc5e21d565e527b"}}, "screen": {"100": {"enabled": 1, "checksum": "sha256:5c749a6c028d95eabf66a4af046f252d580a96be344cc6a4cbaf6c41bc3d7052"}}, "secadm": {"100": {"enabled": 1, "checksum": "sha256:fbd918572c57ed1724375e81afce5d108e52933bcd98b454196a51fa9af36c7f"}}, "sectoolm": {"100": {"enabled": 1, "checksum": "sha256:35e4d2a3208b8c0d74c4016309c3447efac46618ce4209c78af9861f95cf36c6"}}, "selinuxutil": {"100": {"enabled": 1, "checksum": "sha256:2356acc06af760cbcb7ea726dad667d1b22226436ce613f606a3a5035fc20617"}}, "sendmail": {"100": {"enabled": 1, "checksum": "sha256:b74fad36b6b99dce25b9723b5c83278e4cf0ad7a66b7f2d1788fa930737b6b26"}}, "sensord": {"100": {"enabled": 1, "checksum": "sha256:cf1265945526b166650edb71077e9778d22a9a35e59b12e1edae8b233e8e656b"}}, "setrans": {"100": {"enabled": 1, "checksum": "sha256:95193c003b42fd26e548de51bb8652289fc2fc66bd38f571c6e7173befc6e33d"}}, "setroubleshoot": {"100": {"enabled": 1, "checksum": "sha256:60686aef35513ad652ac553180e26c9864b890a3a5f442a091375b00f886b443"}}, "seunshare": {"100": {"enabled": 1, "checksum": "sha256:a8c3633cf363e103e840a32cace7793040117dbc627ae5ebdbb4509f79273cef"}}, "sge": {"100": {"enabled": 1, "checksum": "sha256:a78576b227ed6d26f57c3ee3bceb45529e50e6662914cf22ad89cc4dedce2251"}}, "shorewall": {"100": {"enabled": 1, "checksum": "sha256:f7c098e79dd886767fe6d5ae4e564d458a4b1243e99c0c74d8c36432e138599a"}}, "slocate": {"100": {"enabled": 1, "checksum": "sha256:cda143abf21914c24f0e38d8e9b9cb2668c88b44cb4df711004658dd53d3e902"}}, "slpd": {"100": {"enabled": 1, "checksum": "sha256:ba397cdd0a7a730fc70c7cad3cbe4ed2475c670b65ee5f9914aeb08b58200845"}},<<< 6494 1726853163.03910: stdout chunk (state=3): >>> "smartmon": {"100": {"enabled": 1, "checksum": "sha256:8ef416256baedc5250ebe2cee413dec8082c9dcb2e9d11a4efa164326551eae8"}}, "smokeping": {"100": {"enabled": 1, "checksum": "sha256:81de53921f1a522847961acb56f77dbad54284bcf8841f52afe11ced904a20d7"}}, "smoltclient": {"100": {"enabled": 1, "checksum": "sha256:95c7ee276c5baae8d1a63c94a349ea997f421cebdf73d013ab4b90b34d986fd0"}}, "smsd": {"100": {"enabled": 1, "checksum": "sha256:d871da983b281e8a8daec281efefbc6f6bf1ce5d5cbea4b352b49a08b0d89c77"}}, "snapper": {"100": {"enabled": 1, "checksum": "sha256:4e5c5d73145bbed79c08e82d0a21a965d8cb7a92db76b202b5d134fa42c95fe1"}}, "snmp": {"100": {"enabled": 1, "checksum": "sha256:af32d5989dfb265da12ba1be45f553eb0cca6ad12097540b811f7c30fbb208fe"}}, "snort": {"100": {"enabled": 1, "checksum": "sha256:b1696f79ceb514e5ffed2caea4f90f783c94ca4a73a22f278e48438182d4f07e"}}, "sosreport": {"100": {"enabled": 1, "checksum": "sha256:8059bae88c09a10f717526e476d1a4007db637fea6adc08fad6b17449dbc9e4d"}}, "soundserver": {"100": {"enabled": 1, "checksum": "sha256:3d50318423313efcf8160d08a3bd655e53f34b30374d9dc30ad5bea5cc7e0776"}}, "spamassassin": {"100": {"enabled": 1, "checksum": "sha256:4054ceef428a1df14d5fd4c620fce5d039a236500c1368a7a6e4bb07135d307a"}}, "speech-dispatcher": {"100": {"enabled": 1, "checksum": "sha256:b08147b36ed3fa54428c34c8ac8e2781717ecb453c2372760d41a7738b7757da"}}, "squid": {"100": {"enabled": 1, "checksum": "sha256:d6ec108e7f32a9cfe6f024cd5287a9b020783887f6a71e03b113eab3304342ab"}}, "ssh": {"100": {"enabled": 1, "checksum": "sha256:97b2011b254075f1c3ef158248c3d5d873e56873abe9fc9110438508cb252edd"}}, "sslh": {"100": {"enabled": 1, "checksum": "sha256:5f14c1526eaa63f5176c2e6401410159cacd7f06f89d3c37c6670f5f3193eaa4"}}, "sssd": {"100": {"enabled": 1, "checksum": "sha256:4efe2c843fcfefd5b0b2723830b24042e2f4f024c9208895282d3489f1e04bc4"}}, "staff": {"100": {"enabled": 1, "checksum": "sha256:6c0a0a7950d6c8f38183a9355366d6696e1b425175f65cf760e8e156d83b676c"}}, "stalld": {"100": {"enabled": 1, "checksum": "sha256:9ef028437851996db7b3152ef672f991fde6cd464194eef73c1670c33cdb274f"}}, "stapserver": {"100": {"enabled": 1, "checksum": "sha256:0a08f155a5545909cceeb2c2221dcee1980385b52a4afd3f8b8f6704617d14a5"}}, "stratisd": {"100": {"enabled": 1, "checksum": "sha256:46468db34c31c668f4b213b8ed14fcfb53e1e183431f6237364acf686d83b8f0"}}, "stunnel": {"100": {"enabled": 1, "checksum": "sha256:b24d3a5bcd4ecd35cd51836670ce97820a48a3669c0d590e716aee30709dc1f7"}}, "su": {"100": {"enabled": 1, "checksum": "sha256:858e8488feb83d85137a778c3b8c5140d9bc7d9b83a43077a23fbfd27091349c"}}, "sudo": {"100": {"enabled": 1, "checksum": "sha256:3b764e80b7d12f0a5cc492c273fca984ed153af085f82c06a26b23ac20121006"}}, "svnserve": {"100": {"enabled": 1, "checksum": "sha256:2a78595b73c7ea25c5b395ec91f18b3dad58002dd8ef3652d69edd5a8c13f3f5"}}, "swift": {"100": {"enabled": 1, "checksum": "sha256:ccacc18e643d0ca081b36d910abb0ad6fae2acdd1f92a52b4fc9004fc31f4677"}}, "sysadm": {"100": {"enabled": 1, "checksum": "sha256:ac0ad29a676fe6efa794dbef70b08cd353778bb82694b6013ad5c2a61409ef3d"}}, "sysadm_secadm": {"100": {"enabled": 1, "checksum": "sha256:8b3d56e43b270a3c8e85c91782ceb793a817dadff0af988ed17ec41251b9b315"}}, "sysnetwork": {"100": {"enabled": 1, "checksum": "sha256:6cf6d7c76e8239bbd876a16bf8321e68680308e33cf8a88e89236172e07d852e"}}, "sysstat": {"100": {"enabled": 1, "checksum": "sha256:e35d3df921d581298273023c20b12e4d1168c249b06e08458a27732a4ff082ce"}}, "systemd": {"100": {"enabled": 1, "checksum": "sha256:d4052f80e688d7d15c1dc7cfdd9e837aaebb1e7295b8b89232a462c60f271195"}}, "tangd": {"100": {"enabled": 1, "checksum": "sha256:b09965ae1db2d4aeab2d1c8775897288e6d55224183205ed48002daa816d2bbd"}}, "targetd": {"100": {"enabled": 1, "checksum": "sha256:8d31e97d05e23cbca57938b58d725c33af5e6aaa3e563971a398936cd3a21b36"}}, "tcpd": {"100": {"enabled": 1, "checksum": "sha256:2ea50e3363cefebf4b9bbcb6bcdd9e923da455c54a14c509f8c5ba9ca4da1c5d"}}, "tcsd": {"100": {"enabled": 1, "checksum": "sha256:a4d57e1e23ddfdbf6977fae56c0797b5791bd7a03bc3e7da5ae87d6f9ca870cc"}}, "telepathy": {"100": {"enabled": 1,<<< 6494 1726853163.03921: stdout chunk (state=3): >>> "checksum": "sha256:98fac790af3d7a87e75899e112ba5d4cd2455261e44b60f1a0d7387ba0e0ad49"}}, "telnet": {"100": {"enabled": 1, "checksum": "sha256:e531681ec043e98c7aa5feeb5948eb339c71c657dd9a93a7dc35909aee56de2b"}}, "tftp": {"100": {"enabled": 1, "checksum": "sha256:7746597ed5d872b63e1e842421771ebacdcde5288bfd6d006346ad554e4799e7"}}, "tgtd": {"100": {"enabled": 1, "checksum": "sha256:e599de319c72ac9f8ca525508c1d2ce54b46a85f378b56b04ff8fa1781250c60"}}, "thin": {"100": {"enabled": 1, "checksum": "sha256:9825f5ea5ecf0720ae08c5fb7a50d3318b3dfb520801cf5ec8c0663364df5a62"}}, "thumb": {"100": {"enabled": 1, "checksum": "sha256:967c4a8d81c00053b35bd61cd547e73dba57abbdd31de06c242c46fac0aff410"}}, "timedatex": {"100": {"enabled": 1, "checksum": "sha256:127a1f551291ce8c39e638b32770fdeadda67312a1c16dc1fad7da9b5a4f5c01"}}, "tlp": {"100": {"enabled": 1, "checksum": "sha256:c3135382d1212256d9ad9ce4c893271cc8093256fdfd34e0a37d9912dc75b16d"}}, "tmpreaper": {"100": {"enabled": 1, "checksum": "sha256:5650adc4d1a2c1db0f3733e73fe7b7b9aa4fda69a1d3308e0b59a8c4cf30c5f5"}}, "tomcat": {"100": {"enabled": 1, "checksum": "sha256:59312967f089bd0efa786367f1587ca124a49b7eb0ba7b5f21c2d66bc66e1b1b"}}, "tor": {"100": {"enabled": 1, "checksum": "sha256:210d53406ae0727c0243c597928358124d2c44c16bf33a47767a3ac88227414b"}}, "tuned": {"100": {"enabled": 1, "checksum": "sha256:758f35f5b9f4195f564792cf864a87a9b6e8de155fc2d348d4eec0ca30d8463d"}}, "tvtime": {"100": {"enabled": 1, "checksum": "sha256:59a579d32a09dd28b983fdaaa6f695be68dfbe0273ee26bd8540e116d07084b4"}}, "udev": {"100": {"enabled": 1, "checksum": "sha256:acb78447445a0d74b28f8e7b5db170464c56476be775e8d2577b04cb55ce3f69"}}, "ulogd": {"100": {"enabled": 1, "checksum": "sha256:fbd1de444b4bfe75df73aee4560955dac1378eb7e5654d05d849c67db43546b5"}}, "uml": {"100": {"enabled": 1, "checksum": "sha256:c05987c6a9f49b3370c011d79431dc52d6d435e89a577d7d10a8db02587a3786"}}, "unconfined": {"100": {"enabled": 1, "checksum": "sha256:be7e30d2c6b24f9d403c9b96acbf9258310b570cb8bf11fdf05166b4b4144664"}}, "unconfineduser": {"100": {"enabled": 1, "checksum": "sha256:8006817bbdf1a8de02fbe47d42fd5a79fd515cbb9b40a49cd5677cd83dc5b466"}}, "unlabelednet": {"100": {"enabled": 1, "checksum": "sha256:1b37d8de7cf505da7e184ad33a2d04904d9fc51d64707b5d7e449b9d615deaa2"}}, "unprivuser": {"100": {"enabled": 1, "checksum": "sha256:ca8c125d322b127dcdc6bc5010fbaf6f4b6d08997a3925d7d2d2946064c4a0b5"}}, "updfstab": {"100": {"enabled": 1, "checksum": "sha256:e698b5479929ff28896c7e38efc410a47b6a5cd38eafd56c0c8de7fa210d16e3"}}, "usbmodules": {"100": {"enabled": 1, "checksum": "sha256:00518ce2d8f4e15cf7186a7467c8710848f2312adbbfb919cd6bed45d40d10d4"}}, "usbmuxd": {"100": {"enabled": 1, "checksum": "sha256:495bbffef9f008519da7918d89fdb853bab29a6c718ed72b13496574d16a18af"}}, "userdomain": {"100": {"enabled": 1, "checksum": "sha256:3fd80d33fa8d00faaa71556b252c45f509297db070ec8fd764621f29383ec539"}}, "userhelper": {"100": {"enabled": 1, "checksum": "sha256:ec2502e379bebb8c8b29386cb8324f0fe8b3935bf065702a1b0a3cf4224e9798"}}, "usermanage": {"100": {"enabled": 1, "checksum": "sha256:35178826cea105b5cbec665c4032d007e453cc6897c787d14b00700e37ac5cdc"}}, "usernetctl": {"100": {"enabled": 1, "checksum": "sha256:24d457c012fb774bde2ecfb530699e6b4768604525b33f8d3cc99844f53918bb"}}, "uucp": {"100": {"enabled": 1, "checksum": "sha256:5451b95ffd75ed6e3a933bc0518e3dd2e9dfad315b4a6d3b08653469e8168668"}}, "uuidd": {"100": {"enabled": 1, "checksum": "sha256:7e39bde0db4bb71a014b04fe58282e134c94c1e753bd1b15e3e7f64b016bcb51"}}, "varnishd": {"100": {"enabled": 1, "checksum": "sha256:b6a3a26dac9580a586502165719438a72e9d41f72ff3d21eb05225a6d368f296"}}, "vdagent": {"100": {"enabled": 1, "checksum": "sha256:f513668cef5d03425903904f53f97a3640fa138faa4d1c13192d46b752b78c71"}}, "vhostmd": {"100": {"enabled": 1, "checksum": "sha256:bc8ddc6407a2ff415e265da8ff8609013d8d173979235acf4fcd1cbfc313a571"}}, "virt": {"100": {"enabled": 1, "checksum": "sha256:f70debf2f6eae67b9076fa13f1513748b890ed339d6151ab690db395422e076e"}}, "virt_supplementary": {"100": {"enabled": 1, "checksum": "sha256:d80a99<<< 6494 1726853163.03943: stdout chunk (state=3): >>>8844ea68164a2ac00d46b8c5ce51107066dc44a30ab41057a4e3ac259e"}}, "vlock": {"100": {"enabled": 1, "checksum": "sha256:ec8354aba09fd7ab45ed59a737034196f8b6c4df25e6079c4a00985e36b15f92"}}, "vmtools": {"100": {"enabled": 1, "checksum": "sha256:2b632a2cf0d1be1e6bffaf66a320cfd73cd3cb175711cfcab9ff77147838db40"}}, "vmware": {"100": {"enabled": 1, "checksum": "sha256:70cd067efc6e8ae5416b382c4b056f7a723459bc1c4e2e7f24fdb757d341845d"}}, "vnstatd": {"100": {"enabled": 1, "checksum": "sha256:fc8312deb1ef563cfbf8da562e6afba6dd16f4adc97e027c294ff06b1f1ef29f"}}, "vpn": {"100": {"enabled": 1, "checksum": "sha256:e1a9309d48b6463d32450421e867adadb08adbd641eaa072dcb5cd3d629f5dae"}}, "w3c": {"100": {"enabled": 1, "checksum": "sha256:6b19f10f4a51f6f1f343b082d4a96c3335b191f00d41152ae090627f727b8360"}}, "watchdog": {"100": {"enabled": 1, "checksum": "sha256:1171d89af3fa7fc84808f2b6f44fa9a6f8c161198fd3e326fa0f6f63b3820aac"}}, "wdmd": {"100": {"enabled": 1, "checksum": "sha256:78171e88b18db8befbfd2f75e232ed2925648955c4891c790e084063bc5e29f2"}}, "webadm": {"100": {"enabled": 1, "checksum": "sha256:f836d4af3abab47d1c5afe5f6a83ca9303506403e75e65f10fe4c4c719dee46a"}}, "webalizer": {"100": {"enabled": 1, "checksum": "sha256:43f69260eb8c399ceb227825b190ee1758a60b1b78052b1fbfe21d5fce8daab5"}}, "wine": {"100": {"enabled": 1, "checksum": "sha256:204369c49480adaf6c3bbee72b72ec17a5fac47821e371ac9b0e633666af050e"}}, "wireguard": {"100": {"enabled": 1, "checksum": "sha256:ec1197ebeb6bdbc525a66b7e661a8f7a58fe0a4cbf09ba7df7ee055d23746c1c"}}, "wireshark": {"100": {"enabled": 1, "checksum": "sha256:04f7d964a66c88c0ed6af6d352fa81af6618f3a16c0db0363e6f2df07d9ea83a"}}, "xen": {"100": {"enabled": 1, "checksum": "sha256:e79e6baf86bd76cda73219fd891bd706c38ecb6e37a92c24ba4291b28e8782de"}}, "xguest": {"100": {"enabled": 1, "checksum": "sha256:710ba99d8d809150194ab9c84f7e292435f65de06702b0fe6e9bdfa362076621"}}, "xserver": {"100": {"enabled": 1, "checksum": "sha256:0e8725771ff4feca1f8ac71496b93792c894b947bf0cea5f322da04bff38cd24"}}, "zabbix": {"100": {"enabled": 1, "checksum": "sha256:a7eab2820c4bf5c9e51dd30942fce48426c0e35c25d5c13efda6e9313602a66f"}}, "zarafa": {"100": {"enabled": 1, "checksum": "sha256:b1738ace3c35a58867613fabb433a761136afae86bab322ea4d192436c5b0ddd"}}, "zebra": {"100": {"enabled": 1, "checksum": "sha256:913b9c2802fc6607d811ffc278dff3fb84d81942603cf21e1b4efcebf6a7529e"}}, "zoneminder": {"100": {"enabled": 1, "checksum": "sha256:19a33723d291446ee9617d0120088d7bae884e5a963c48a8afec20fc6bacc4bc"}}, "zosremote": {"100": {"enabled": 1, "checksum": "sha256:0e85101587e037fa8552703dfe40e3c31d4b86d65981d03ca3bcb9f91cde9e06"}}}, "selinux_priorities": true, "selinux_checksums": true}, "invocation": {"module_args": {}}} # destroy __main__ <<< 6494 1726853163.04343: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 6494 1726853163.04351: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback <<< 6494 1726853163.04379: stdout chunk (state=3): >>># 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 <<< 6494 1726853163.04400: stdout chunk (state=3): >>># 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 <<< 6494 1726853163.04419: stdout chunk (state=3): >>># 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 <<< 6494 1726853163.04423: stdout chunk (state=3): >>># destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner <<< 6494 1726853163.04451: stdout chunk (state=3): >>># cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing 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 <<< 6494 1726853163.04463: stdout chunk (state=3): >>># destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging <<< 6494 1726853163.04469: 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 <<< 6494 1726853163.04497: 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 # 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 <<< 6494 1726853163.04516: stdout chunk (state=3): >>># 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 <<< 6494 1726853163.04540: stdout chunk (state=3): >>># destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils <<< 6494 1726853163.04543: stdout chunk (state=3): >>># destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_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.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules<<< 6494 1726853163.04552: stdout chunk (state=3): >>> # cleanup[2] removing _semanage # cleanup[2] removing semanage # destroy semanage <<< 6494 1726853163.04827: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 6494 1726853163.04845: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 6494 1726853163.04863: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 6494 1726853163.04877: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 6494 1726853163.04899: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 6494 1726853163.04914: stdout chunk (state=3): >>># destroy ntpath <<< 6494 1726853163.04973: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 6494 1726853163.04976: stdout chunk (state=3): >>># destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder <<< 6494 1726853163.05002: stdout chunk (state=3): >>># destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 6494 1726853163.05023: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno <<< 6494 1726853163.05039: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 6494 1726853163.05065: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 6494 1726853163.05069: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 6494 1726853163.05187: stdout chunk (state=3): >>># cleanup[3] wiping _semanage # 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 <<< 6494 1726853163.05253: stdout chunk (state=3): >>># cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external <<< 6494 1726853163.05289: stdout chunk (state=3): >>># 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<<< 6494 1726853163.05325: stdout chunk (state=3): >>> # 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 <<< 6494 1726853163.05368: 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 <<< 6494 1726853163.05383: stdout chunk (state=3): >>># destroy _semanage # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 6494 1726853163.05557: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 6494 1726853163.05609: stdout chunk (state=3): >>># destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 6494 1726853163.05631: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 6494 1726853163.05688: stdout chunk (state=3): >>># 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 <<< 6494 1726853163.05711: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 6494 1726853163.05824: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 6494 1726853163.05869: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _hashlib <<< 6494 1726853163.05913: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 6494 1726853163.05916: stdout chunk (state=3): >>># destroy itertools # destroy _abc <<< 6494 1726853163.05938: stdout chunk (state=3): >>># destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 6494 1726853163.06439: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.41.218 closed. <<< 6494 1726853163.06442: stdout chunk (state=3): >>><<< 6494 1726853163.06445: stderr chunk (state=3): >>><<< 6494 1726853163.06545: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef79bc4d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef798bb00> # /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 0x7faef79bea50> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef79cd130> # /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 0x7faef79cdfa0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef77ebdd0> # /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 0x7faef77ebfe0> # /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 0x7faef7823800> # /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 0x7faef7823e90> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef7803aa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef78011c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef77e8f80> # /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 0x7faef78437d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef78423f0> # /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 0x7faef7802090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef7840b90> # /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 0x7faef7878830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef77e8200> # /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 0x7faef7878ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef7878b90> # 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 0x7faef7878f50> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef77e6d20> # /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 0x7faef78795b0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef78792b0> 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 0x7faef787a4b0> 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 0x7faef78906b0> 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 0x7faef7891d90> # /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 0x7faef7892c30> # 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 0x7faef7893290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef7892180> # /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 0x7faef7893d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef7893440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef787a420> # /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 0x7faef761bb90> # /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 0x7faef7644650> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef76443b0> # 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 0x7faef76444d0> # /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 0x7faef7644f50> # 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 0x7faef7645910> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef7644830> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef7619d30> # /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 0x7faef7646cc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef7645790> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef787abd0> # /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 0x7faef766b050> # /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 0x7faef7693440> # /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 0x7faef76f4230> # /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 0x7faef76f6990> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef76f4350> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef76c1250> # /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 0x7faef74f9310> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef7692240> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef7647c20> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7faef76925a0> # zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.selinux_modules_facts_payload__8sj25g0/ansible_fedora.linux_system_roles.selinux_modules_facts_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 0x7faef754b080> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef7529f70> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef75290d0> # 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 0x7faef7548f20> # /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 0x7faef7572a50> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef75727e0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef75720f0> # /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 0x7faef7572b40> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef754baa0> 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 0x7faef7573770> # 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 0x7faef75739b0> # /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 0x7faef7573e90> 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 0x7faef6f09c10> # 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 0x7faef6f0b830> # /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 0x7faef6f0c230> # /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 0x7faef6f0d100> # /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 0x7faef6f0fe30> # 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 0x7faef7646c30> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef6f0e0f0> # /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 0x7faef6f17d40> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef6f16810> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef6f16570> # /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 0x7faef6f16ae0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef6f0e600> # 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 0x7faef6f5ffb0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef6f60500> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faef6f61b50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef6f61910> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faef6f640e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef6f62240> # /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 0x7faef6f678c0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef6f64290> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faef6f68590> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faef6f686b0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faef6f688c0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef6f601d0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faef6f6bfe0> # 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 0x7faef6ff5310> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef6f6a7e0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faef6f6bb90> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef6f6a480> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faef6ff9490> # /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 0x7faef6ffa270> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef6ff5550> 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 0x7faef6ffa3c0> # 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 0x7faef6ffb440> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faef6e05f70> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef6e03ce0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef75d2930> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef75c2600> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef6e060c0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef6ff5910> # 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_collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/__pycache__/semanage.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/semanage.py # code object from '/usr/lib64/python3.12/site-packages/__pycache__/semanage.cpython-312.pyc' # extension module '_semanage' loaded from '/usr/lib64/python3.12/site-packages/_semanage.cpython-312-x86_64-linux-gnu.so' # extension module '_semanage' executed from '/usr/lib64/python3.12/site-packages/_semanage.cpython-312-x86_64-linux-gnu.so' import '_semanage' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faef6e7f5f0> import 'semanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7faef6e94680> # zipimport: zlib available {"changed": false, "ansible_facts": {"selinux_installed_modules": {"restraint": {"400": {"enabled": 1, "checksum": "sha256:95d0d03fbc1d4147f02a0b3da7cd76efbdd75d1f5812cf6160e922336abbf270"}}, "rhts": {"400": {"enabled": 1, "checksum": "sha256:3a96393cd8cd9fc1faefc62db7ca107be15963005f4ef420ae2b79b4035abd0c"}}, "abrt": {"100": {"enabled": 1, "checksum": "sha256:98d1c8c12a0f58b637b3864dec2f3d03281e88e541f41a5e19563a5447ba020c"}}, "accountsd": {"100": {"enabled": 1, "checksum": "sha256:bf97d40f7ec7e4318b7d31bfd664735627b76b6e616a0cff06c15040960620ec"}}, "acct": {"100": {"enabled": 1, "checksum": "sha256:da4a2c785c040f6c34a3e602eeb1ed612a74ac170b7f5089d8ba55e12f750818"}}, "afs": {"100": {"enabled": 1, "checksum": "sha256:fb7e253fdbe3d08b3929bb97c3b6d52f56123bd4759aa1008c667abd2021b2aa"}}, "afterburn": {"100": {"enabled": 1, "checksum": "sha256:86bb7a2815cf9d64e9efd2c917153b238cbc60d7d03abac54f428bf676e4bdb6"}}, "aiccu": {"100": {"enabled": 1, "checksum": "sha256:836a35abbbf400c117eae70a77a4596a73b3d548e6fa82e3a0f55ae96f21d64b"}}, "aide": {"100": {"enabled": 1, "checksum": "sha256:4f387a45821ab709a325b7ccd4af3a4951c231c34440b5fa877b8fc6387d2aff"}}, "ajaxterm": {"100": {"enabled": 1, "checksum": "sha256:6e3edee489b6c939e15c49b4819463a7021d6188eaff9b05e9c8867de1f018fd"}}, "alsa": {"100": {"enabled": 1, "checksum": "sha256:9de454604bdef8775f6ebae39b8bc4ba7b5e79a2972d3e32ca7d50abffa7a85a"}}, "amanda": {"100": {"enabled": 1, "checksum": "sha256:133a6a6da4b4ab3b13dd255bd7974bb6e0494fa7c5e0b1034b7926823d6621a2"}}, "amtu": {"100": {"enabled": 1, "checksum": "sha256:80ccb9e85608a483fa07c37c2772933f5e63025bcc667540bec377b02bde2f3c"}}, "anaconda": {"100": {"enabled": 1, "checksum": "sha256:409af50bd5708e662302020ddef0f314e0da72c996c670db45aea57478e8ee9a"}}, "antivirus": {"100": {"enabled": 1, "checksum": "sha256:f1ed2e1ec9355b898716cc1ed8f18d7983b45b5bb88c2624fe31ffc968dcd6ca"}}, "apache": {"100": {"enabled": 1, "checksum": "sha256:3239b0ebdb98df15e7140b948a2c741b36a870ca02ba8b425ab0de044e7b7dff"}}, "apcupsd": {"100": {"enabled": 1, "checksum": "sha256:47a5360325c4aebd9de805b5113bc715736bb01801cbbf317ac2112d1bae15c8"}}, "apm": {"100": {"enabled": 1, "checksum": "sha256:757508a02ab22f3ad35ce7bc9e596f7c84e62b7744db341f9d4f63ef74ee92ff"}}, "application": {"100": {"enabled": 1, "checksum": "sha256:c5b9c6d5d27d5c119598c1a040e9f488ac1d783c497b13b9c1cce9cafdfdf6a1"}}, "arpwatch": {"100": {"enabled": 1, "checksum": "sha256:a8786979d69981a916a89856cce9aadaa540fe2baf93053bf9274eac36cc38fb"}}, "asterisk": {"100": {"enabled": 1, "checksum": "sha256:f113821fcc3ce3e5e04130937924e8aeb5741935d8b5422af25ef8c4540cedbd"}}, "auditadm": {"100": {"enabled": 1, "checksum": "sha256:05a7fc8acec5e707257376e4ff8fd8a02de27aa9c616c95c0e8ea9239841eae1"}}, "authconfig": {"100": {"enabled": 1, "checksum": "sha256:42a66af256fa45dd7be3e09166aaa0f2a035f5670f39466a2d4ee84e417fd76d"}}, "authlogin": {"100": {"enabled": 1, "checksum": "sha256:caab2da7e513ebcafb2f4829626763ff58f74cbbf7c14b31e1aa1780afdc114a"}}, "automount": {"100": {"enabled": 1, "checksum": "sha256:3196fce29123f8eeecd6175b098063735d77aecfaffa7f6cb641adbcbd9ee977"}}, "avahi": {"100": {"enabled": 1, "checksum": "sha256:9bfb194e5b283124abae90dc92abb883e1cf7b3e2f51bcb9fcf842672c86ac60"}}, "awstats": {"100": {"enabled": 1, "checksum": "sha256:ccb0373eb1228e3a34112ba0124b37cee80def8c7ddcc0981b0676aa59bba2f8"}}, "bacula": {"100": {"enabled": 1, "checksum": "sha256:4ee194dcd976488e6eb0e0ba84d9b6875befc4eca8389c9d0102cac06c04809f"}}, "base": {"100": {"enabled": 1, "checksum": "sha256:e17bdf6f24e6431ca10c452e865778bf3b364c156477fdf445b3de15b43952fa"}}, "bcfg2": {"100": {"enabled": 1, "checksum": "sha256:3e147aa1e329d87cdfd30b20b3b80ee0c039e9665e944dc6a28231ebac38d5d4"}}, "bind": {"100": {"enabled": 1, "checksum": "sha256:d7f26a245b0780cda9ed49b1913ebf10733ac091a1312cb58b55f4331c50b9c8"}}, "bitlbee": {"100": {"enabled": 1, "checksum": "sha256:9324bebe4e0cac756830480f53dd8e23a01f3c4c7185b30dd72024394dec2783"}}, "blkmapd": {"100": {"enabled": 1, "checksum": "sha256:fd38032cb8b3e9c24024364c02b07a830e97432cd763f41e82612fd83de06654"}}, "blueman": {"100": {"enabled": 1, "checksum": "sha256:2150b8a1afae75f4d73c76e2982ccc575f599577b8b7042d7bfa87fe2fed3a30"}}, "bluetooth": {"100": {"enabled": 1, "checksum": "sha256:14baa78a99f3fdac7ec18322ab578c030cde924b3c8716cb719ca52e0b67df2e"}}, "boinc": {"100": {"enabled": 1, "checksum": "sha256:1038d007468960019e0957df9b9dd0a76308b2dd5d3942dcef18c937a5130fa6"}}, "boltd": {"100": {"enabled": 1, "checksum": "sha256:e22f75dc547d85b02fdd0f2d4f20f69a1ca9b969ed6f9b9abf957fa02e6e1b7f"}}, "boothd": {"100": {"enabled": 1, "checksum": "sha256:7c7263936248c4d47d806cf5b5dc7fd7b662d96fcc4e7767a6c5bc78548fe99d"}}, "bootloader": {"100": {"enabled": 1, "checksum": "sha256:dabf91939aac32788c03a2c0b658d6e951cf80c3b5337e297f6c53bbe3f4418e"}}, "bootupd": {"100": {"enabled": 1, "checksum": "sha256:b0bda821f499f688d6d1d560a55673989cef71e7cd4e20f9cf3c9ce45e91d369"}}, "brctl": {"100": {"enabled": 1, "checksum": "sha256:78276818c60a76e84a9b3263a906d7109a69028c557a2d6a4a39ded2ef713a44"}}, "brltty": {"100": {"enabled": 1, "checksum": "sha256:0230419d38276d2c823a427d44fa1362f89784c7ac17f76826be95d3c8e6de1b"}}, "bugzilla": {"100": {"enabled": 1, "checksum": "sha256:8e4fd93cbe0357fc894c7898adf9a14f8c845d87a08f673f410b702f798c2383"}}, "bumblebee": {"100": {"enabled": 1, "checksum": "sha256:3d6e2bb58a928e53f4d89d5bdbdb6fea3f9ae98e5be81548df29fdb13b204f9b"}}, "cachefilesd": {"100": {"enabled": 1, "checksum": "sha256:d595466a7aa404ade4ad75d45e10f6a37d30529858cf990407f545f7826b364c"}}, "calamaris": {"100": {"enabled": 1, "checksum": "sha256:4c65dae6d30fea1bebc4e63ff693b2041f18d0adb710b783002c98c529be84d8"}}, "callweaver": {"100": {"enabled": 1, "checksum": "sha256:cede7c726cd48a09e9b2974e9f78d9482cc9d01a4ceb74ff190c4a219900f2b3"}}, "canna": {"100": {"enabled": 1, "checksum": "sha256:d523a4d1579256bb5faf1f761ac6a22cb4e8bb8e5544a5843615d4927abb5e76"}}, "ccs": {"100": {"enabled": 1, "checksum": "sha256:496749576c65d4a03024ee5d3be0814965308561f565ec6cd29587c3a3b7ec57"}}, "cdrecord": {"100": {"enabled": 1, "checksum": "sha256:ba7fd7c8a2a4d0fc658dd4aeb27b1c9c2049e7b8b5b5c3afa9523c74f6aae263"}}, "certmaster": {"100": {"enabled": 1, "checksum": "sha256:f9a4c97defbe94abd597286e65015baa5cdbc494a6404f3e467ba2484fd753d8"}}, "certmonger": {"100": {"enabled": 1, "checksum": "sha256:0e7e768c5c69903387f189899e532efc9055539b7d8f1a9b7e2cc6656675a1ce"}}, "certwatch": {"100": {"enabled": 1, "checksum": "sha256:c875a519672af0d8291b9097f547dc940b9f0132a174d49cb4a332e08fe92b89"}}, "cfengine": {"100": {"enabled": 1, "checksum": "sha256:8fc798d839b2d5a643625812c65fd6859b386328ef9b685f279082a38baa1b24"}}, "cgroup": {"100": {"enabled": 1, "checksum": "sha256:a5e19681d20486653fb3395b323b30b77e9c64e99ac70668ebcbaad76b8fac66"}}, "chrome": {"100": {"enabled": 1, "checksum": "sha256:e3576026c0b29d1f662172186e3e3ede0b3b2ed0e4e59a863d00bc75756724b6"}}, "chronyd": {"100": {"enabled": 1, "checksum": "sha256:28d17217c3c515dbb1c0b04d5dc36d50c7f3165144a9ba56b3adce749ceb8467"}}, "cifsutils": {"100": {"enabled": 1, "checksum": "sha256:689032aad1e66934c35a72d87b428787df267d8ba743de741bc7fc4cec47c5ad"}}, "cinder": {"100": {"enabled": 1, "checksum": "sha256:1bca5805677f6de8372027eab3e7b091d28d9098bf5c363090b12f4195051441"}}, "cipe": {"100": {"enabled": 1, "checksum": "sha256:9037f8704235ce4b481935dbe9f81fb7eb065e593e07988b869938948b15f432"}}, "clock": {"100": {"enabled": 1, "checksum": "sha256:62a84539a2764eb9eea9d29b86128f1deea9adb3a3a534c88f5fcdd7637b8575"}}, "clogd": {"100": {"enabled": 1, "checksum": "sha256:f79fddbcdd23396829c104b213648ffd5d5cac6dec8adf2f5f0efa2f7061b615"}}, "cloudform": {"100": {"enabled": 1, "checksum": "sha256:e985f49df5d3f27855f9c727f19138103110d987ed0f9ed8081e39a39aeb813b"}}, "cmirrord": {"100": {"enabled": 1, "checksum": "sha256:2c94298413c5d1fdb88ca748b4c597d2b3e543ed82604378a6ee333276dcaab4"}}, "cobbler": {"100": {"enabled": 1, "checksum": "sha256:7fc7afc3aec313b51b6508fe564813eccb4ce5bc1d650ba9f7eb61a438cee86f"}}, "collectd": {"100": {"enabled": 1, "checksum": "sha256:e574da01bdbc51b1b08385713fa8c9780df9aa657ddab4cd93211e4e9c8b6ff0"}}, "colord": {"100": {"enabled": 1, "checksum": "sha256:1887fa9a04336ceeeb73c20f3f7f6d6e6994f2a4b1cff802ca64e142ea1bff05"}}, "comsat": {"100": {"enabled": 1, "checksum": "sha256:38a4f293f3f8cdb18203c347a11304f161264aaf794ba6da418804f090c0e7a3"}}, "condor": {"100": {"enabled": 1, "checksum": "sha256:e8d56cababfbca2569c42055e8fac5782d6ae8b42ba2b236b9563f7eb6c2ef4c"}}, "conman": {"100": {"enabled": 1, "checksum": "sha256:e172ba28d687e96a2ffc463bffbf202ce44e7bff6e0685adc4b89a67cdcdfd40"}}, "conntrackd": {"100": {"enabled": 1, "checksum": "sha256:794a65c72b01138ecd19d9e679f62129d33183f9b1324b064c16301fa79d53d4"}}, "consolekit": {"100": {"enabled": 1, "checksum": "sha256:e585da6eefaff112870deda0ced61b75f1a5b120b7bc2133c8b1ec9452695646"}}, "coreos_installer": {"100": {"enabled": 1, "checksum": "sha256:699c69e48f1ec1dd8f915f094a83a6e2f6b6fdd515233fd8867649f254509270"}}, "couchdb": {"100": {"enabled": 1, "checksum": "sha256:743992902ac8514de4dd54b16317a8edb9cb1e383e29d0450821a9ac304059db"}}, "courier": {"100": {"enabled": 1, "checksum": "sha256:3bb1b730a3a6f236b312c3f71172364911992d35e93c1e5cd1e1fb076eb2d3eb"}}, "cpucontrol": {"100": {"enabled": 1, "checksum": "sha256:969a757fa353d20473f2eab457378e50d6f32b1da19f6744f7f20d5f3f99744e"}}, "cpufreqselector": {"100": {"enabled": 1, "checksum": "sha256:0b0bd5618356e7da7018c86dc262758bb6f04e7618de2942995ad59e897c3244"}}, "cpuplug": {"100": {"enabled": 1, "checksum": "sha256:211dc5348ec5f69d5d76aa3d07c74624bb39cd2aa082262e5bc4c6c165f677e7"}}, "cron": {"100": {"enabled": 1, "checksum": "sha256:3544f1b9e8121eacaab185921485615253126477b341951221cb7fdff3a0afe8"}}, "ctdb": {"100": {"enabled": 1, "checksum": "sha256:aadb573940c57a51a13c72bfa7a074e440d7b6b3d2440c3a435c1b41742d2b3a"}}, "cups": {"100": {"enabled": 1, "checksum": "sha256:4855d463c5142f1f001a028136bb737a837c6a0d87807c0b97b1eb23b897a05f"}}, "cvs": {"100": {"enabled": 1, "checksum": "sha256:b188990c62c036cf96deb2fd121236499dcb5cff830e38ac24b74d4692c0323d"}}, "cyphesis": {"100": {"enabled": 1, "checksum": "sha256:ffe9e6e4bb673f6822a874b86eb21769ef0f5fdbfd2e2659485abc4c6215ffa2"}}, "cyrus": {"100": {"enabled": 1, "checksum": "sha256:8b077e1368da1daaa96272b0d6f22f08bcb264617e6884c9074423a9b066912d"}}, "daemontools": {"100": {"enabled": 1, "checksum": "sha256:c9631ff4c56b588338bd87c7d8cba95e78285ecfc4f12653ea5c888d2fee8af0"}}, "dbadm": {"100": {"enabled": 1, "checksum": "sha256:96b16cfa7d12cd4f994a84199fb20016a24fe5bbbf6888487ef4fc0b0f7008dd"}}, "dbskk": {"100": {"enabled": 1, "checksum": "sha256:5c3f9427b9dcfa7aa76a67db7c3f9a33ca299916a5608cd985fcb5f30fcc405a"}}, "dbus": {"100": {"enabled": 1, "checksum": "sha256:7c365542d739d538a06f073b93429fc2a14446f88d14d6fa9c608f4d00bf8f68"}}, "dcc": {"100": {"enabled": 1, "checksum": "sha256:a30fe6e8e452f73079c37dcc1dac02ce317ba2310f8af8b6fc08b623adc89be1"}}, "ddclient": {"100": {"enabled": 1, "checksum": "sha256:eee9cdfaed63e516667ca9f76565fcc909c173c6440bfd19dca5c12fca61692d"}}, "denyhosts": {"100": {"enabled": 1, "checksum": "sha256:7a239615a4db634ae1ae8564acc54c55c86c68bd2e44d47ad9c24758d492b22c"}}, "devicekit": {"100": {"enabled": 1, "checksum": "sha256:17ec39ae4334df1f47531199b3f12954bc848810d1eccaadc0463174aad953f4"}}, "dhcp": {"100": {"enabled": 1, "checksum": "sha256:15aac55748ee10a93ba0547d3c20670148e01d14b74afae89df0e660e3396dc3"}}, "dictd": {"100": {"enabled": 1, "checksum": "sha256:9f5a80130d50d12f0ab8a8d48f9ccc2b058fffc0b5704d3a6d3d44787b01f4c1"}}, "dirsrv": {"100": {"enabled": 1, "checksum": "sha256:a33b7321ba8fd3e69c610462584e0147b9bfbae8498de44c2eee891f209a03bd"}}, "dirsrv-admin": {"100": {"enabled": 1, "checksum": "sha256:e7ec5090958fbde915f221e49396a45b968b8a2d6429d74000ffefa8b6e87e3f"}}, "dmesg": {"100": {"enabled": 1, "checksum": "sha256:19cf6b1658e2a7ff92db6c537944a989ea72e88173663ba4589f71132a80be61"}}, "dmidecode": {"100": {"enabled": 1, "checksum": "sha256:55423cc64cb3aeccc3e05952327db479669ddd5f5e98bcbc275859d38333e79b"}}, "dnsmasq": {"100": {"enabled": 1, "checksum": "sha256:18f7d99ff73fb7c2256ac3d86d4328098274cf2b8fa92c8b42da37867f6c7b31"}}, "dnssec": {"100": {"enabled": 1, "checksum": "sha256:1584e02889b2969514ddfcdc5fa31152ba8505c66c1b5f88e75b3bf23f96bec3"}}, "dovecot": {"100": {"enabled": 1, "checksum": "sha256:57d7924556ab25fb130b93002b1da35e886ef1ad01c4391266cedcc01848ea8b"}}, "drbd": {"100": {"enabled": 1, "checksum": "sha256:b96580e08581043a5e5fe37b67ab937e074e4218d685b23df6f9421ca49d5248"}}, "dspam": {"100": {"enabled": 1, "checksum": "sha256:90cdf514efbb5bf01f1e2b90d7d58eed2e2b458242905b5cfa32e1de01d71da3"}}, "entropyd": {"100": {"enabled": 1, "checksum": "sha256:ca075b4e9b9aee4bb5946407a418fc229a1c6fe4c7abc9487b9ba9770692c78d"}}, "exim": {"100": {"enabled": 1, "checksum": "sha256:413b889a36fb01d9d3ee8fe149aa2d11702e5e44afceef42a0d7450a421cc89c"}}, "fail2ban": {"100": {"enabled": 1, "checksum": "sha256:bfd591b0e99fc96cdd443d01c045583e45fc0ba1e8d6b7a18f2596473fe11ac9"}}, "fcoe": {"100": {"enabled": 1, "checksum": "sha256:8e2cebfc7249a86f6b40690946f6281f83a343eeef929d7e1588bc77622004fa"}}, "fdo": {"100": {"enabled": 1, "checksum": "sha256:af6e6cb692c95d34835b90b4a1c449a95445710e8fac4ca0d999f3cc85540e17"}}, "fedoratp": {"100": {"enabled": 1, "checksum": "sha256:d6f5f286ed1d5705e62598f143c0150deb59d708d7dd1ad89bdc6d68f59ed853"}}, "fetchmail": {"100": {"enabled": 1, "checksum": "sha256:3acaf8ff26c8d81010cc1ccf88872df39199279fa44d85b06903c97f50def08c"}}, "finger": {"100": {"enabled": 1, "checksum": "sha256:17aedac05f634eb036f29d301d8b0416cdae5f3967f88c0286761e209858f07e"}}, "firewalld": {"100": {"enabled": 1, "checksum": "sha256:64801f8ccd6f426ce8b4cc674e4288e0424a745b6a882102d7f70fae01e438aa"}}, "firewallgui": {"100": {"enabled": 1, "checksum": "sha256:18bfb3bc0946b731f05e969de50189403372c76fab801f83e2687a9d43b86622"}}, "firstboot": {"100": {"enabled": 1, "checksum": "sha256:4c9915a1c1cf1e67ea429fab342c29f2caa911f5d615b86f9eb8da496d7b5d54"}}, "fprintd": {"100": {"enabled": 1, "checksum": "sha256:ff74bb68f3369f30d2ae98cfce6acecbd6b7adbad46a18cc03bba25037a26beb"}}, "freeipmi": {"100": {"enabled": 1, "checksum": "sha256:38cefd0e603535dcb11f9291f4948f059693fa7371f3ee92654cd3176a5195a5"}}, "freqset": {"100": {"enabled": 1, "checksum": "sha256:3f2c6b1336ed28a0a7d90f283e9289a5f83e5ceb71d11b7814fdc65ae529314a"}}, "fstools": {"100": {"enabled": 1, "checksum": "sha256:cc5947167cf3dc0d821c1f146d6253d72a3016b1aa8b5a4b4ec3f82d1e6631c8"}}, "ftp": {"100": {"enabled": 1, "checksum": "sha256:22e96b5040327ea8554d0216ef4e28d6a94abdabfe3a211a6535941bebebd013"}}, "fwupd": {"100": {"enabled": 1, "checksum": "sha256:3da67a17b85cde7a0f181e6599726357fb2eeeb251fdd980a9d6669772415922"}}, "games": {"100": {"enabled": 1, "checksum": "sha256:57d4e4d5d9ff252fa8703355ed68c854817ac762c6120ba02364cc19c67491b1"}}, "gdomap": {"100": {"enabled": 1, "checksum": "sha256:f41fda08cf3bd33ac571a4ca5d6d505a6dc7062c29e45b1d5d160c953c532230"}}, "geoclue": {"100": {"enabled": 1, "checksum": "sha256:beec56305b71ccb0174a7c790eb972244d10b8381a84812f01021b9e8eb7ad99"}}, "getty": {"100": {"enabled": 1, "checksum": "sha256:a6fac65e97c9962f1066c0a2fc839e67597cda9061557affb60a01df78184a4a"}}, "git": {"100": {"enabled": 1, "checksum": "sha256:9f2c83dc9cafe17c8d650f8c78c39c61bd3d2c8b4d77a535eb61ce6a04a3e3f4"}}, "gitosis": {"100": {"enabled": 1, "checksum": "sha256:b7decc3fbc86e4b9e3fe1fec22021737ad607cf795224b5d5793069716a7eda8"}}, "glance": {"100": {"enabled": 1, "checksum": "sha256:097520793eaae6b878f14f2b767d40a80007786065abf1b252d898a685957fc5"}}, "glusterd": {"100": {"enabled": 1, "checksum": "sha256:9fa405b48cc837c307845447cc5444caf258bd0bd7f00bb6ba6c9bc623d7b15a"}}, "gnome": {"100": {"enabled": 1, "checksum": "sha256:1eeba013ebac8d310e67170a313c2d11669eca7ba4aaef13e330e5d92f17f94c"}}, "gpg": {"100": {"enabled": 1, "checksum": "sha256:7c8bb6410fac1ef1d07e3c7c60906737c8e22176231b24207ea6bf0db41951b7"}}, "gpm": {"100": {"enabled": 1, "checksum": "sha256:f3799d846d2d0bdc1e1d3d075565002b1cda87f798b852691135012b5f545d1b"}}, "gpsd": {"100": {"enabled": 1, "checksum": "sha256:c38a1e2a1cb3c1a8d400f506cc9f3f6dd15d78234f982a04bf4ad8b4f6308937"}}, "gssproxy": {"100": {"enabled": 1, "checksum": "sha256:a7d4cfe7f3250d86a409969323f858b4dca8b40339125e15946a133884b47e7e"}}, "guest": {"100": {"enabled": 1, "checksum": "sha256:c0f9f2a0be3fe24b4f74acf4d1924183310b454591b8e8219fccc61c2194f167"}}, "hddtemp": {"100": {"enabled": 1, "checksum": "sha256:82815af35d160bae556a7c6b8862da02b469fbb90ffd5472a6b22c18bf0f1fec"}}, "hostapd": {"100": {"enabled": 1, "checksum": "sha256:ea0ff5fc3de7fc7a93d4b64c0bc54a4040d9427c9eaf8200b97388166cc0dce6"}}, "hostname": {"100": {"enabled": 1, "checksum": "sha256:17a1021557fb77a340af451c33cf80f05ab309a719778d84813d8ab67cd18f6f"}}, "hsqldb": {"100": {"enabled": 1, "checksum": "sha256:201698320ad8f5f35391ea84f0aad40c26ba8db2fe006b38c7b65b8dc71f45b7"}}, "hwloc": {"100": {"enabled": 1, "checksum": "sha256:a5454f4868d22b9ae798ee6f85df6d8b6b35b456617a02084af47d393322ab76"}}, "hypervkvp": {"100": {"enabled": 1, "checksum": "sha256:c89e58ec9c52039bc7ddfd048fa5b287780a48f78e70ce64181607ad33da6c47"}}, "ibacm": {"100": {"enabled": 1, "checksum": "sha256:b7ab0f90999e86d8fff9de3abeca0f093f2bf9f73330d434e947fdb5bfcc63b3"}}, "ica": {"100": {"enabled": 1, "checksum": "sha256:bd8eccb4266130eddfae34318855e6aa3a8624998f0a906a970a04802510ad86"}}, "icecast": {"100": {"enabled": 1, "checksum": "sha256:3199646b83c13466308cbe243d6c75f828875ab0dfca1deb585dcd7bfb28ae60"}}, "inetd": {"100": {"enabled": 1, "checksum": "sha256:0e2a80d0943b3fea8756b2d487038182ed624dd36e9177305fafbc1ca0374af3"}}, "init": {"100": {"enabled": 1, "checksum": "sha256:1144dbfa7278341caadfae995aeadd7453cf78762b08ba4d0142eeef80871d18"}}, "inn": {"100": {"enabled": 1, "checksum": "sha256:d60fd47ec62ca3bca272ca38d8fe86fce36d6f04c44d01410d30428c8b914861"}}, "insights_client": {"100": {"enabled": 1, "checksum": "sha256:c4e83821f0150988e86e714cf9e088ef11abd0a30dada90cb7e68a95c406a921"}}, "iodine": {"100": {"enabled": 1, "checksum": "sha256:6185225b7c5910d94396a18d93429704434d564b4478aeea9d1a8c54f6b12834"}}, "iotop": {"100": {"enabled": 1, "checksum": "sha256:7db93e52e29915a08c82b0ebac02856e9a484923d2ce215946c8f54cf5297704"}}, "ipmievd": {"100": {"enabled": 1, "checksum": "sha256:ea599044fe2e2d25c8078ac0b5b0d2c589b4410dd7958eefdc0217f8b8c8c3d0"}}, "ipsec": {"100": {"enabled": 1, "checksum": "sha256:048f5c3f5f3e706697d782c57b9d6cae882b008f7973b41edb3de37762e4c664"}}, "iptables": {"100": {"enabled": 1, "checksum": "sha256:e315834c2a287c9b9f8d31a6fb5f62360241fab584b68ce05984035ff67f01dc"}}, "irc": {"100": {"enabled": 1, "checksum": "sha256:1ed937287398d60e302478f4880a25c1aef605a5d370c1f583426c59067d8ed5"}}, "irqbalance": {"100": {"enabled": 1, "checksum": "sha256:12e969265cff2e8d4ee9be8b99da0bd47138ff8754039dd1387a14b2a4a03b79"}}, "iscsi": {"100": {"enabled": 1, "checksum": "sha256:6666da694f33e444225327d9fc58208b230a1e1244e05335e16217c507ac0627"}}, "isns": {"100": {"enabled": 1, "checksum": "sha256:85a313d121f764081dc92c4c1ed5773b8cb7a7113b84b66339a48f76c57efe54"}}, "jabber": {"100": {"enabled": 1, "checksum": "sha256:08288d791f1b1aa3a8f154ae7b2ff73d574560bf5bb82246020baa3c26f6c988"}}, "jetty": {"100": {"enabled": 1, "checksum": "sha256:6aea2d07d8f040434ff0c0d5e9b81e825b1de56cd01c0e0a069ee1f0d5196885"}}, "jockey": {"100": {"enabled": 1, "checksum": "sha256:f35d7f2d61175ba7f908459f738c7d6b6adf2ae678d88531fa527c4d50b21985"}}, "journalctl": {"100": {"enabled": 1, "checksum": "sha256:3098e32a3ca859ef45fdb8dfa5b87f4b5e9e7cb0661b7dd4a20203f2cfebf662"}}, "kafs": {"100": {"enabled": 1, "checksum": "sha256:5a35385072b421cdb86fc66190dc00e6c8e7a587a60ffeedfe2a931b6b92a11d"}}, "kdump": {"100": {"enabled": 1, "checksum": "sha256:370090682ef9410c2d12556dfd1cb6f8f7f7ab60287148ead03b3b11d64146e0"}}, "kdumpgui": {"100": {"enabled": 1, "checksum": "sha256:c6d5f08d82062fe0634f0dcc9ee434fcea7760141740b79cbae187d970984a0c"}}, "keepalived": {"100": {"enabled": 1, "checksum": "sha256:6fa6bedd26d8e4b178a2d74158634f26fc2b322782e4685d69ca48f4854e037b"}}, "kerberos": {"100": {"enabled": 1, "checksum": "sha256:994e8629c436a7da2ed914f7499e0a33f7cc2737b5c70751b280d73de8a9fd19"}}, "keyboardd": {"100": {"enabled": 1, "checksum": "sha256:4eae5ab2b926695b3ed881a26e7b6a79f4dd48c1ffa3e3c6809cfa4958b54091"}}, "keystone": {"100": {"enabled": 1, "checksum": "sha256:6d9a8c7420b3aee2c752119ef6d72dc828cd76ea4f535bdcd44461a3cbb43454"}}, "keyutils": {"100": {"enabled": 1, "checksum": "sha256:fa398b6a78348b789660ea073244265b9bd8742fd81dd3569c9d56b1b9083a00"}}, "kismet": {"100": {"enabled": 1, "checksum": "sha256:30ba7e91c6fe3cff8ac488e6160a5037fb8f1719275991ec44e5bfcbd9089aca"}}, "kmscon": {"100": {"enabled": 1, "checksum": "sha256:f84aad2ecda576c41ff72438aaa394122fe6f13d274adb17a2cf145718776969"}}, "kpatch": {"100": {"enabled": 1, "checksum": "sha256:16b2c313e69ba9a2726025ee54bbfb638c633f91d53db454e204adef45e5b5e1"}}, "ksmtuned": {"100": {"enabled": 1, "checksum": "sha256:328ce002901ec9be77a5035fe50b01b9e01b016128efb981a7fb0aa586b55a77"}}, "ktalk": {"100": {"enabled": 1, "checksum": "sha256:311f6dd8403d55da5f3173593f5fa6331d4cf7570af2b9d0182f7b260ba7285e"}}, "l2tp": {"100": {"enabled": 1, "checksum": "sha256:cc0faedcac2d86171aeb9a89ec83f2d03cb905f54296f6f085415fcf7ddd1a06"}}, "ldap": {"100": {"enabled": 1, "checksum": "sha256:f1a7908800f08a04aade8083ad79d002aba0c85f1699f35ded5a0eaf46dbc41a"}}, "libraries": {"100": {"enabled": 1, "checksum": "sha256:91a8d1cb1ea2e44b9395cb7a44776e7992983378fbc72dc3725d0e03fa673a40"}}, "likewise": {"100": {"enabled": 1, "checksum": "sha256:c83754418ce993f0d9dff4ad73f0e64362ceb3ed073a093dcdaec0ac6d8c8b5a"}}, "linuxptp": {"100": {"enabled": 1, "checksum": "sha256:6a6b3d623e27e1e8a1ce185ba3ca42d3c7fb5dcad8cc91ab54950a1f69853dd7"}}, "lircd": {"100": {"enabled": 1, "checksum": "sha256:564e3801937503b310cd4fef750cea8bd1be7ce323cf41276cfb0eedb0fbdc8c"}}, "livecd": {"100": {"enabled": 1, "checksum": "sha256:9070ba1f03a04a5906bafb1399a0eb181dfdeab868dfb021505c116c61decbe3"}}, "lldpad": {"100": {"enabled": 1, "checksum": "sha256:26feff7ac4722e995c622b4ec3cc242deeda12f88077bff1b419193ed76ffef1"}}, "loadkeys": {"100": {"enabled": 1, "checksum": "sha256:ee0cf6f2b19c24b7bd76829de7de00b60f67ae9d96f2ebcb8eb09b961b6dd751"}}, "locallogin": {"100": {"enabled": 1, "checksum": "sha256:56bf0d727637f1964d5f71a7ccc5edba76cfd50d2e546e9558d0551ffc968858"}}, "lockdev": {"100": {"enabled": 1, "checksum": "sha256:3cd6822d612f355cc8000823f47b7ab0087035b59b57904c145db627cc58d22c"}}, "logadm": {"100": {"enabled": 1, "checksum": "sha256:6b69c0a0528321f39311d34a94e750c5cfffd9bbcc00dd3c06f445f2a7bad660"}}, "logging": {"100": {"enabled": 1, "checksum": "sha256:504f0b31266cd6c9adfe480b750be32de121dafae4acca6aa320d9a50d6c613e"}}, "logrotate": {"100": {"enabled": 1, "checksum": "sha256:5ad554f859ea8313b48b7592cb1d1c3e13884199c9d9f939a99bb0651cadc5bf"}}, "logwatch": {"100": {"enabled": 1, "checksum": "sha256:987ac97d3851ce51c2aed8c8b08c6dfbaf722ca65447097c4531644d458637bc"}}, "lpd": {"100": {"enabled": 1, "checksum": "sha256:fe9e6623bfd94678b32ba9a20c3e04469aa69a5175a1f626368c1fcacf7c5026"}}, "lsm": {"100": {"enabled": 1, "checksum": "sha256:3979d77408c282fc3abfe32908df4889d7ff0ee8096ccb68a6a91d44bebfa56a"}}, "lttng-tools": {"100": {"enabled": 1, "checksum": "sha256:b216fc3f1025723b5bf96002b39dcb9ae8c80c6d6708dc2db348f419af025a45"}}, "lvm": {"100": {"enabled": 1, "checksum": "sha256:e67d95db5bc472d9d8a819db5c947190543bb6eb971955dde57e5249655033e1"}}, "mailman": {"100": {"enabled": 1, "checksum": "sha256:0abc78cfd35d9e43c0c21983a250f874ee7ca7c10d7eb1c6e0d3106f538cf482"}}, "mailscanner": {"100": {"enabled": 1, "checksum": "sha256:b76bb64b5c5dd0db6346ae7ba19faed97ed414c7d03d7b8747e0919867a7b8c9"}}, "man2html": {"100": {"enabled": 1, "checksum": "sha256:3269314b5d8bbfc843900344d65e604432222bebc7e2dd628abb9d186fca1cd1"}}, "mandb": {"100": {"enabled": 1, "checksum": "sha256:c5c6c2cfc4930bb865330ac4bf1e04976290772b0e058cce0d73de071ccf7819"}}, "mcelog": {"100": {"enabled": 1, "checksum": "sha256:7a137918a31fc7684a8ae929a5046517be97399b2534a6b471e3cf3bd7f355b3"}}, "mediawiki": {"100": {"enabled": 1, "checksum": "sha256:4fb79885af1e12d162aaea04067c9dbd19c248b8bc6bb4fa91240acb6986c84c"}}, "memcached": {"100": {"enabled": 1, "checksum": "sha256:10e59adbf0210a83d2506cdcc189bed58fbb49f01ecc07afe00a5fc06a0f025c"}}, "milter": {"100": {"enabled": 1, "checksum": "sha256:686b92d2ed35a14042a3d6d95af167aa0b1bdb0bb1d1894909c3d4b5ad70ca34"}}, "minidlna": {"100": {"enabled": 1, "checksum": "sha256:6b200b3b9aafc62c019eba4121e1743ef9670896b70f8b5201caa19b975d6964"}}, "minissdpd": {"100": {"enabled": 1, "checksum": "sha256:33b06281053cbe0c55752bfcda928a48a50743eb2d061d429b07ec3b0dc28a04"}}, "mip6d": {"100": {"enabled": 1, "checksum": "sha256:1c657a9f8eeacab2a91a9725d7c5980624ab90e0e5c67c2f9270df3b0ebc9fca"}}, "mirrormanager": {"100": {"enabled": 1, "checksum": "sha256:5b9141bfd8861fae68d1054e5c15d503815c2191e68348405d5f8f2e53757b5f"}}, "miscfiles": {"100": {"enabled": 1, "checksum": "sha256:4d0081333a7d5871e89e8955ab640c3374bf2bde197557cb6a83e122aee9137e"}}, "mock": {"100": {"enabled": 1, "checksum": "sha256:a03da1b4a0188f7ed4057cc37b734745624b265fdad71ed6c2d00467b72a4846"}}, "modemmanager": {"100": {"enabled": 1, "checksum": "sha256:808b6b6f4a5860ba20f75d8b6992bd5284a90269a98dccdb38205ff67d253dfa"}}, "modutils": {"100": {"enabled": 1, "checksum": "sha256:19e6074d95aca5c3702f505fdf4fcd562ceb84f10545772585afe36821a9f4aa"}}, "mojomojo": {"100": {"enabled": 1, "checksum": "sha256:ce4c112a710ad3b571ab733fbf785a6ac7b9eeb9c29f3ced5f994965e9386ab4"}}, "mon_statd": {"100": {"enabled": 1, "checksum": "sha256:db72ccb5d6952aecb9188c455e70a0b8c6feb25946b44dd0884942e74074a65a"}}, "mongodb": {"100": {"enabled": 1, "checksum": "sha256:a5753efd9c79243f87ee59feb5c3914e9c6a435f70a053ff59657baa91f0c8a4"}}, "motion": {"100": {"enabled": 1, "checksum": "sha256:13c108e4971acbc506790783af8287ab766941ef3745594a69e020dfa769e75d"}}, "mount": {"100": {"enabled": 1, "checksum": "sha256:865539a39bf40f78356e8b2cbb08b24926913db3a08fa9796e4c2543882aeb25"}}, "mozilla": {"100": {"enabled": 1, "checksum": "sha256:1868c9ea9e81cd4e82ae9373693db84070213c92d32cb623389b1512c24f2e86"}}, "mpd": {"100": {"enabled": 1, "checksum": "sha256:2b0acf523137d68497ea06f19b5494cb5c7ad6e4102fd7c626b9b74fef062f19"}}, "mplayer": {"100": {"enabled": 1, "checksum": "sha256:31d2bd89013c8c5e58a1e2e1b393c3db729cfb92080c1935f01cb63da15920e4"}}, "mptcpd": {"100": {"enabled": 1, "checksum": "sha256:3d4452b8e5b08d56b16c141515f2169809ab160544da9164cd91c3872fa5ca59"}}, "mrtg": {"100": {"enabled": 1, "checksum": "sha256:6757ab3ee1b84340b5a58935d090b926ffc96f43d03c9cb243802b4d01d5a29b"}}, "mta": {"100": {"enabled": 1, "checksum": "sha256:8dd4e90b95311cc5dae5b11733cf9ff8be46637d84c5aec28ae62a0b11dc452d"}}, "munin": {"100": {"enabled": 1, "checksum": "sha256:403d5e09c6c84eee2d3c80a1c50502d8850469e5c9d74347aacc1c8f7496861e"}}, "mysql": {"100": {"enabled": 1, "checksum": "sha256:2d19d6dc11b839551e1a98aa95588c06a3e1dd84dcdfe615bf61f26dd9ef31a1"}}, "mythtv": {"100": {"enabled": 1, "checksum": "sha256:f260b769c9d70fe26cddea75c71e1c3d16348233c40a3b8a844358d138c19d2f"}}, "naemon": {"100": {"enabled": 1, "checksum": "sha256:9c21b6bd9db730c7b79a4852236f92228282eb2dd06a2ff722b36acf70553386"}}, "nagios": {"100": {"enabled": 1, "checksum": "sha256:2681295ba94471abc9d7d49b6da5d757409c6c95745586d1671a4765ed61b130"}}, "namespace": {"100": {"enabled": 1, "checksum": "sha256:cc65424c4edcef752cf3d9223a0a49d84f7250bbc9c42d08d0b5727e0168dff6"}}, "ncftool": {"100": {"enabled": 1, "checksum": "sha256:9795f4fc6fa6e09a6976b87c80aab11801ae7b43d4f0df1b603b8799f4ff0115"}}, "netlabel": {"100": {"enabled": 1, "checksum": "sha256:229788201a8048a7a80661a258cabee570ce65b4c5fef318a86f8ba7f027975d"}}, "netutils": {"100": {"enabled": 1, "checksum": "sha256:78163350e82824e0c5bd14daf11f9a12833f34ac2a9c5c90c7949aaf9c7f9b1a"}}, "networkmanager": {"100": {"enabled": 1, "checksum": "sha256:7fece44e7188f93aa358d386ae81372812b47a046f10ce081358af85c4c0f229"}}, "ninfod": {"100": {"enabled": 1, "checksum": "sha256:13dcb24aa31902b75b5416a1f2d3dbba243445fa8ae1581ea41029ca21cdbc60"}}, "nis": {"100": {"enabled": 1, "checksum": "sha256:51dded020c93ce723bb8cd739359983f6ed82b5d70e93980d2fd095aaadcc168"}}, "nova": {"100": {"enabled": 1, "checksum": "sha256:000c5853f5261b435c8a0362720ce04a1ed300aed5f22dfee9659e8a024466a0"}}, "nscd": {"100": {"enabled": 1, "checksum": "sha256:9fb6cd0d5e35bcfcd051889e81e2834b4b50861455a0d8ee30920df919d3067a"}}, "nsd": {"100": {"enabled": 1, "checksum": "sha256:c940ff7748160326587bf9084d5b7906d501ecf9576707bc19f20ee759023442"}}, "nslcd": {"100": {"enabled": 1, "checksum": "sha256:a1af29229de29bfe64bde5357ea9e2a47d5b82f8329f62be4ddbc184fb8ead22"}}, "ntop": {"100": {"enabled": 1, "checksum": "sha256:20d8e86dcf15719ed0b481b0f5cd521b2ada532e712c6e1cb9f89e1736466ea0"}}, "ntp": {"100": {"enabled": 1, "checksum": "sha256:74dfbd9db80b05cc69c090005f02ab089695f21c0e0b70c2a7d8300247624e1e"}}, "numad": {"100": {"enabled": 1, "checksum": "sha256:f56cd3e22cc4e864d6cb5822812de4c12884f1a31f3922caa45ce0b61f8f86e2"}}, "nut": {"100": {"enabled": 1, "checksum": "sha256:36ca1c4edb066c2090e5ec5e08f71050424e5efdc74c440e9a0161c7ccf0bd49"}}, "nvme_stas": {"100": {"enabled": 1, "checksum": "sha256:b0afd194fe6e16dc0fbd976301321d6e68a9cd837ecdda2c3cb739c07c4757b9"}}, "nx": {"100": {"enabled": 1, "checksum": "sha256:dd19058574329f7c7ce709bc94f6c4be87028cdd184cc365a61d5c0113b78bdf"}}, "obex": {"100": {"enabled": 1, "checksum": "sha256:649c497ab74a203064009d553b42829aac89ac5c4273b7c0ccc0a23530001fcc"}}, "oddjob": {"100": {"enabled": 1, "checksum": "sha256:4c0624c2e3095eb392ee93e8cf98a2242598b7694de12ae75ceffdc0043d1043"}}, "opafm": {"100": {"enabled": 1, "checksum": "sha256:233a9390d9aeb540956f43756b2e45547fb7c2c4d4070460b94896b72ccd607d"}}, "openct": {"100": {"enabled": 1, "checksum": "sha256:37ac5651f2ce2bfda7d898a024d560c6cdcd54da32409ced32c8b6df059370c3"}}, "opendnssec": {"100": {"enabled": 1, "checksum": "sha256:9890fb3013a4287e6850621c5c6a462a254299b927609fbe6bf67f141862f3c7"}}, "openfortivpn": {"100": {"enabled": 1, "checksum": "sha256:75fa83f68fa800bef996da027f14f6c8f0ded93f93569f3b559495dba39a6176"}}, "openhpid": {"100": {"enabled": 1, "checksum": "sha256:dfbf83e8feccc45bd9de7bd5a3f90edd49c3190b5010f9f98457d995ae974f8c"}}, "openshift": {"100": {"enabled": 1, "checksum": "sha256:1b7ff4ebc979d45777979c0340790dcf10a3e9353272c2e99f6f4f4f93987020"}}, "openshift-origin": {"100": {"enabled": 1, "checksum": "sha256:e8e6bb283142b08b3a1ce7c097f49f402bb6d59eb6d03138ef0b69f3579e466c"}}, "opensm": {"100": {"enabled": 1, "checksum": "sha256:c1bc06d4e5a22837586d3d7ee07922f26b4cd025687cdfd7e3e3789e1c5bdf3d"}}, "openvpn": {"100": {"enabled": 1, "checksum": "sha256:800615bda29f1b49c90de283570ccb018a28ddfff34a36bfe84a4d0485c37138"}}, "openvswitch": {"100": {"enabled": 1, "checksum": "sha256:0bb8334afe603f02ef4f1a46517f970bb30fb191e1d9d944daee33437ae89b46"}}, "openwsman": {"100": {"enabled": 1, "checksum": "sha256:c6d157e74586892234883ad01bb4d2e386637cdd04e45c3587a1cbc8c34e35f9"}}, "oracleasm": {"100": {"enabled": 1, "checksum": "sha256:802090ff2dcc2db35b369ac359e51b1418a5a779cf94e5a14a01a1882b583d64"}}, "osad": {"100": {"enabled": 1, "checksum": "sha256:d3b5dec9cf6640c48875229fcdadc4f9c4bfa1088bff93cb61a18360197a691e"}}, "pads": {"100": {"enabled": 1, "checksum": "sha256:23da314c2255bb1c19dad65a242681330d6bdddc2ba4a0b80ae2ad2249c0a52b"}}, "passenger": {"100": {"enabled": 1, "checksum": "sha256:75e644cc79f5447d17ed5461e52b37f29dc86806320b0ef562b2acd8e2870121"}}, "pcmcia": {"100": {"enabled": 1, "checksum": "sha256:6d1d142817f6c7013fa94819eaae391f98b69357bfb352584c1ef104d93aa08a"}}, "pcp": {"100": {"enabled": 1, "checksum": "sha256:3f0071ca72c2269c6568f2695aea954cbb6a8504efa48a8ed1e94e2c0baac106"}}, "pcscd": {"100": {"enabled": 1, "checksum": "sha256:9bd33415ca0bd34a05461719de21697d486512341069567c26b25cd6a7b06c00"}}, "pdns": {"100": {"enabled": 1, "checksum": "sha256:5dcb629d0e7578776fb9476a8b66ff883fe52da8be37e3b1f7a3bd4810354511"}}, "pegasus": {"100": {"enabled": 1, "checksum": "sha256:0312d08cfc7b9ad408ce3d34a27b27c64c62e1b00d280c484616927a859aeb47"}}, "permissivedomains": {"100": {"enabled": 1, "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2"}}, "pesign": {"100": {"enabled": 1, "checksum": "sha256:597ab5f0f472ea2f2aca1b3754c2457cc7769f79daaec0856ad2675e53867b80"}}, "pingd": {"100": {"enabled": 1, "checksum": "sha256:877bbc42240491f32726ac44a082942e80724e3bd3985c64845dee49a060a144"}}, "piranha": {"100": {"enabled": 1, "checksum": "sha256:4e9b8ae11387a45c9266a82f79f31728bce6397b8e7f8d39287b78dd58ddfd96"}}, "pkcs": {"100": {"enabled": 1, "checksum": "sha256:81dc1bee85071c65da6d7e4dd12f390fdaeae5d7a285c132c952290152f90c0b"}}, "pkcs11proxyd": {"100": {"enabled": 1, "checksum": "sha256:184ad49c7d752eae216e8e7313fc50952515caf2d4fe77b1315204a436979cbc"}}, "pki": {"100": {"enabled": 1, "checksum": "sha256:611152fa77dc465824018a6b6e2687f2a1e483f92e20d9754c33f8032d7a210d"}}, "plymouthd": {"100": {"enabled": 1, "checksum": "sha256:e73478b5cf88be80253fc65ed0f397e9078272320ce939b471230ade52207983"}}, "podsleuth": {"100": {"enabled": 1, "checksum": "sha256:ac303c7ac224ff7fec004f7db6bdc6cabc5e9fbf1df3e27ab454f3f87de18b8d"}}, "policykit": {"100": {"enabled": 1, "checksum": "sha256:f651b9a5f05bc1884e58553525034b9fa376084bc3eee5ecd5cb7b70c42a55aa"}}, "polipo": {"100": {"enabled": 1, "checksum": "sha256:e30571ba606507dd4439ea7b455a115170923229f105614f0b044ed07a8ba832"}}, "portmap": {"100": {"enabled": 1, "checksum": "sha256:15e3c27ffaa1d13d785823bd82e53c398e0b5c96c4e0efce502137b326f3710e"}}, "portreserve": {"100": {"enabled": 1, "checksum": "sha256:b1795d2f89c94a43339f1b659f29173491eed1d079a21cc290fb53afb74efd1f"}}, "postfix": {"100": {"enabled": 1, "checksum": "sha256:abe82997f5573e9804f5b66de9f1b9120ccfd8ad1e3c0c3afd32a99f043a49ed"}}, "postgresql": {"100": {"enabled": 1, "checksum": "sha256:dd827cd694ba2389e77fee7137a741677590dc56dff0015fa6b58b93ab354c7c"}}, "postgrey": {"100": {"enabled": 1, "checksum": "sha256:698a04231cb1ca9a1a657c942f22b26ad57e06af78dbce2006dd9a7991d01b19"}}, "ppp": {"100": {"enabled": 1, "checksum": "sha256:640c55f9dc7e32054fc5dcb34e4080a848526a35cbc4225b32deec213e9906e4"}}, "prelink": {"100": {"enabled": 1, "checksum": "sha256:db21e33d0ffe48bd93a10808ea536532acad2578c499333de859afca9b4bfd5f"}}, "prelude": {"100": {"enabled": 1, "checksum": "sha256:2592c97f035c97e88768678244baa38c031afeb5e94730133a0a59e7b451aa57"}}, "privoxy": {"100": {"enabled": 1, "checksum": "sha256:2f9555f9f047d752841d98608cd372c9f9743fdaa88a59c96a0b2e85f9016b00"}}, "procmail": {"100": {"enabled": 1, "checksum": "sha256:ee1a9203e7dd07d84cfa3c20a2e069bb0552dc430a6d2feed2919e53731b1864"}}, "prosody": {"100": {"enabled": 1, "checksum": "sha256:360e32fc4cb037faf2b5684ce2d376c42cff14785fc95d82fd750fe66dabe1e2"}}, "psad": {"100": {"enabled": 1, "checksum": "sha256:9450644b2b34bbc91aa8d0c40b88fd2363137df218d38ccc6b28b94b63286d54"}}, "ptchown": {"100": {"enabled": 1, "checksum": "sha256:861c6b803141841f4756be8531775c7d37e8ec378b2b9e90f37e1932d35e5e36"}}, "publicfile": {"100": {"enabled": 1, "checksum": "sha256:a932f4ee30fe06d891909b328e9ed103a77010e273b19cd7e9debf3ba43204c6"}}, "pulseaudio": {"100": {"enabled": 1, "checksum": "sha256:005f82a614bbe1a6cca6611aee9b59d97e2f8b51c2b88b41d6f800145410a166"}}, "puppet": {"100": {"enabled": 1, "checksum": "sha256:0ac394773bec589974cc6ecc5f99dc5faf2871e771295cb84f33a86bdbd51a6d"}}, "pwauth": {"100": {"enabled": 1, "checksum": "sha256:4cabb0c5c75a395579d7523d3e7616db9fb0e1f40d3b9f581f6e94eebb049810"}}, "qatlib": {"100": {"enabled": 1, "checksum": "sha256:1ce83ef85ac222374d15e090a30072e96219bea1a6c1e72bb122842ebbec7cee"}}, "qmail": {"100": {"enabled": 1, "checksum": "sha256:7972bb152e68b8fdb1a77c84868b66e420365c9f526254fb272a7263500acbff"}}, "qpid": {"100": {"enabled": 1, "checksum": "sha256:7cd981f1dfd524edc5e5992f10cd1b3e723adcb3cfaf8c7bb42c8f5197e64378"}}, "quantum": {"100": {"enabled": 1, "checksum": "sha256:a25e72eac82204e6200ec843bc06d7b59a1ce7c755666bf1ed9effd12ee466d7"}}, "quota": {"100": {"enabled": 1, "checksum": "sha256:292ac0c56b89fb197298bc0cda18828e0c6c524414d7ccc38133e2552283136f"}}, "rabbitmq": {"100": {"enabled": 1, "checksum": "sha256:6ae09222a0b9aefa3ead90b1f1ee08972570b1f5e39d25c05108228e4d315d50"}}, "radius": {"100": {"enabled": 1, "checksum": "sha256:76e245eff00a30a5db15851804f5047caa072e5f418e44fd75e70fcaba611e73"}}, "radvd": {"100": {"enabled": 1, "checksum": "sha256:b0ab6f58a00a32e8119b2b598d56acdc5919c7d9414eec24beb5eca9d84c90dc"}}, "raid": {"100": {"enabled": 1, "checksum": "sha256:cea5ec9a6380cf597ff5f333d46b2a16568c3e71d059a326f645284c6e6c171e"}}, "rasdaemon": {"100": {"enabled": 1, "checksum": "sha256:f6d50ea9aa365ffb71b924d04e606e7e7be9fc0ff67899ad1fd348bb209a7ad1"}}, "rdisc": {"100": {"enabled": 1, "checksum": "sha256:d45a4dad3bf9f007f05eca41b5c04d4ae329405b60f307f8d6959fc92dee841e"}}, "readahead": {"100": {"enabled": 1, "checksum": "sha256:338d67a9fa343855efdd6d99bf0d28bdcf03631bdff7591c1a21e975471a510a"}}, "realmd": {"100": {"enabled": 1, "checksum": "sha256:e2efb27c1fed30b949be0f29464b99701353b8eb65bd2da624505c7fc1e586a4"}}, "redis": {"100": {"enabled": 1, "checksum": "sha256:642738508f133e3709992b5542f048755e1ca6bdd1c3eed8fbf6de60135fe754"}}, "remotelogin": {"100": {"enabled": 1, "checksum": "sha256:31f6f5efb0759335de46ac3ab4c8a64955f838afc9743a20f2e81a8cb54cb36a"}}, "rhcd": {"100": {"enabled": 1, "checksum": "sha256:439afb2b8b905d32073d55ee61bb5ebc085ac1dd2c4bbb6b25f90051827dc6d2"}}, "rhcs": {"100": {"enabled": 1, "checksum": "sha256:d90d617944f40798165d77873629210aed1662ccc21b8687d92b63eaac5ace8c"}}, "rhev": {"100": {"enabled": 1, "checksum": "sha256:4c8dc74bd9e7cebd9f78bae013483cdc6350fb8eb90debbf2888a89a0c30232c"}}, "rhgb": {"100": {"enabled": 1, "checksum": "sha256:4b222d1ae2a6931560eca08e087c56c7835ce79c3f82514c5c6d3e98a7de89b1"}}, "rhnsd": {"100": {"enabled": 1, "checksum": "sha256:12ea9c8c79218c6ef2da68bbe6f321ca6a7247a0f40142f1be8b85cb5b84d54d"}}, "rhsmcertd": {"100": {"enabled": 1, "checksum": "sha256:7750446fcfd40c402633126aab29d231a47f4ca8d4993cb703a3c203c25a2c0c"}}, "ricci": {"100": {"enabled": 1, "checksum": "sha256:c9afadeea7fc4762d923383de22df24de13563a6dbe205b9ab73a6ad0a5cff79"}}, "rkhunter": {"100": {"enabled": 1, "checksum": "sha256:5f31c86e2f2cc425040785cc22a9040c7cdb80bd1145dfd668d2b2597534d6e3"}}, "rkt": {"100": {"enabled": 1, "checksum": "sha256:6154fe3dc060aa2df1f629434a417621e043836c3fc0d1cfe128db80a0c3a5d9"}}, "rlogin": {"100": {"enabled": 1, "checksum": "sha256:2001491066517e9d1718973ef9ce30640101b146abaac53218e9fafc5838eba5"}}, "rngd": {"100": {"enabled": 1, "checksum": "sha256:932eb717c50cc3b89b0d39754e8d42285224c7112dc8fb773b979ae335c61b81"}}, "rolekit": {"100": {"enabled": 1, "checksum": "sha256:08975182ac9221887a5cec3f1e51639802794cfa718d6bfe245aa5f132bac74d"}}, "roundup": {"100": {"enabled": 1, "checksum": "sha256:931c928c6bf89625bce5b6cb76084615486f91d6e86a09fcaf007c47c5e68ba7"}}, "rpc": {"100": {"enabled": 1, "checksum": "sha256:0620e84d3a712ecc8e401e1ce695e4a5c1dd33c2097d6cec8127273e2063e36a"}}, "rpcbind": {"100": {"enabled": 1, "checksum": "sha256:3368e81d1e4c4368ed76661f4b636f38651dcc804843c4b1ef0f8ea0eff45d0d"}}, "rpm": {"100": {"enabled": 1, "checksum": "sha256:b1d6f8003dfb181c492f970957c0fdbac2625661fbec8ac0925a6c9b141429c0"}}, "rrdcached": {"100": {"enabled": 1, "checksum": "sha256:340e748f2da66a79889ffe2d77224bce0090a2954743d5c1098ac3cb1eb48866"}}, "rshd": {"100": {"enabled": 1, "checksum": "sha256:58d4cffb8b490c67aa4b1a335b0a3b933af4dfe6cc022fa0bc7400841d1efba7"}}, "rshim": {"100": {"enabled": 1, "checksum": "sha256:34695491986303ceda8be41882d8279b3065627df85b9ff616650c420c6395b8"}}, "rssh": {"100": {"enabled": 1, "checksum": "sha256:26f6c19589d58fd23c303ac699697517d6883a9531837ad406e2f09b7507278d"}}, "rsync": {"100": {"enabled": 1, "checksum": "sha256:0aa06de248b996ddd0afc67811e82a96bde2dc7a2c328ecbbf6c6a5c9c780784"}}, "rtas": {"100": {"enabled": 1, "checksum": "sha256:3cf7dfe541071b3898cd76674ccce511cb2b25626b0e5f9e43fb903f928508c5"}}, "rtkit": {"100": {"enabled": 1, "checksum": "sha256:d8e666993d2c3c43a5efc6628d04fed230f380cec2feafc9fb1eb305239ad954"}}, "rwho": {"100": {"enabled": 1, "checksum": "sha256:c66a34fe691a84d52c8dd62ed1e9c8525796ccb3114743202a1d11dab4397c1b"}}, "samba": {"100": {"enabled": 1, "checksum": "sha256:76d4803f3945be392c2ba2f3c801fc3a8d629ea342e2352aa2100f3cb70c6a65"}}, "sambagui": {"100": {"enabled": 1, "checksum": "sha256:4c91ce35da807c4194c847e713628c8c5a8c2edabbc32800a9f0245175d61f9a"}}, "sandboxX": {"100": {"enabled": 1, "checksum": "sha256:dd4e4f83f573e60a00c4c8f9fc6d281307ef29ab033281ec1d3bfe763ac842ef"}}, "sanlock": {"100": {"enabled": 1, "checksum": "sha256:12903fc32000cd4e9785975352f7cfc11ebb15acfbe277be575edb318b15131f"}}, "sasl": {"100": {"enabled": 1, "checksum": "sha256:5a49a242fb57fbde3ec1d0b7c33432f0beb2992005df650c1387cd727cfc31a8"}}, "sbd": {"100": {"enabled": 1, "checksum": "sha256:6b08742937f98065198547ba01efe084ce27119742dbfb22ffaefb651adcd4c5"}}, "sblim": {"100": {"enabled": 1, "checksum": "sha256:cf43ae0bb1072dfbd3f191147458ab654f4bf36c7e6e52b3ddc5e21d565e527b"}}, "screen": {"100": {"enabled": 1, "checksum": "sha256:5c749a6c028d95eabf66a4af046f252d580a96be344cc6a4cbaf6c41bc3d7052"}}, "secadm": {"100": {"enabled": 1, "checksum": "sha256:fbd918572c57ed1724375e81afce5d108e52933bcd98b454196a51fa9af36c7f"}}, "sectoolm": {"100": {"enabled": 1, "checksum": "sha256:35e4d2a3208b8c0d74c4016309c3447efac46618ce4209c78af9861f95cf36c6"}}, "selinuxutil": {"100": {"enabled": 1, "checksum": "sha256:2356acc06af760cbcb7ea726dad667d1b22226436ce613f606a3a5035fc20617"}}, "sendmail": {"100": {"enabled": 1, "checksum": "sha256:b74fad36b6b99dce25b9723b5c83278e4cf0ad7a66b7f2d1788fa930737b6b26"}}, "sensord": {"100": {"enabled": 1, "checksum": "sha256:cf1265945526b166650edb71077e9778d22a9a35e59b12e1edae8b233e8e656b"}}, "setrans": {"100": {"enabled": 1, "checksum": "sha256:95193c003b42fd26e548de51bb8652289fc2fc66bd38f571c6e7173befc6e33d"}}, "setroubleshoot": {"100": {"enabled": 1, "checksum": "sha256:60686aef35513ad652ac553180e26c9864b890a3a5f442a091375b00f886b443"}}, "seunshare": {"100": {"enabled": 1, "checksum": "sha256:a8c3633cf363e103e840a32cace7793040117dbc627ae5ebdbb4509f79273cef"}}, "sge": {"100": {"enabled": 1, "checksum": "sha256:a78576b227ed6d26f57c3ee3bceb45529e50e6662914cf22ad89cc4dedce2251"}}, "shorewall": {"100": {"enabled": 1, "checksum": "sha256:f7c098e79dd886767fe6d5ae4e564d458a4b1243e99c0c74d8c36432e138599a"}}, "slocate": {"100": {"enabled": 1, "checksum": "sha256:cda143abf21914c24f0e38d8e9b9cb2668c88b44cb4df711004658dd53d3e902"}}, "slpd": {"100": {"enabled": 1, "checksum": "sha256:ba397cdd0a7a730fc70c7cad3cbe4ed2475c670b65ee5f9914aeb08b58200845"}}, "smartmon": {"100": {"enabled": 1, "checksum": "sha256:8ef416256baedc5250ebe2cee413dec8082c9dcb2e9d11a4efa164326551eae8"}}, "smokeping": {"100": {"enabled": 1, "checksum": "sha256:81de53921f1a522847961acb56f77dbad54284bcf8841f52afe11ced904a20d7"}}, "smoltclient": {"100": {"enabled": 1, "checksum": "sha256:95c7ee276c5baae8d1a63c94a349ea997f421cebdf73d013ab4b90b34d986fd0"}}, "smsd": {"100": {"enabled": 1, "checksum": "sha256:d871da983b281e8a8daec281efefbc6f6bf1ce5d5cbea4b352b49a08b0d89c77"}}, "snapper": {"100": {"enabled": 1, "checksum": "sha256:4e5c5d73145bbed79c08e82d0a21a965d8cb7a92db76b202b5d134fa42c95fe1"}}, "snmp": {"100": {"enabled": 1, "checksum": "sha256:af32d5989dfb265da12ba1be45f553eb0cca6ad12097540b811f7c30fbb208fe"}}, "snort": {"100": {"enabled": 1, "checksum": "sha256:b1696f79ceb514e5ffed2caea4f90f783c94ca4a73a22f278e48438182d4f07e"}}, "sosreport": {"100": {"enabled": 1, "checksum": "sha256:8059bae88c09a10f717526e476d1a4007db637fea6adc08fad6b17449dbc9e4d"}}, "soundserver": {"100": {"enabled": 1, "checksum": "sha256:3d50318423313efcf8160d08a3bd655e53f34b30374d9dc30ad5bea5cc7e0776"}}, "spamassassin": {"100": {"enabled": 1, "checksum": "sha256:4054ceef428a1df14d5fd4c620fce5d039a236500c1368a7a6e4bb07135d307a"}}, "speech-dispatcher": {"100": {"enabled": 1, "checksum": "sha256:b08147b36ed3fa54428c34c8ac8e2781717ecb453c2372760d41a7738b7757da"}}, "squid": {"100": {"enabled": 1, "checksum": "sha256:d6ec108e7f32a9cfe6f024cd5287a9b020783887f6a71e03b113eab3304342ab"}}, "ssh": {"100": {"enabled": 1, "checksum": "sha256:97b2011b254075f1c3ef158248c3d5d873e56873abe9fc9110438508cb252edd"}}, "sslh": {"100": {"enabled": 1, "checksum": "sha256:5f14c1526eaa63f5176c2e6401410159cacd7f06f89d3c37c6670f5f3193eaa4"}}, "sssd": {"100": {"enabled": 1, "checksum": "sha256:4efe2c843fcfefd5b0b2723830b24042e2f4f024c9208895282d3489f1e04bc4"}}, "staff": {"100": {"enabled": 1, "checksum": "sha256:6c0a0a7950d6c8f38183a9355366d6696e1b425175f65cf760e8e156d83b676c"}}, "stalld": {"100": {"enabled": 1, "checksum": "sha256:9ef028437851996db7b3152ef672f991fde6cd464194eef73c1670c33cdb274f"}}, "stapserver": {"100": {"enabled": 1, "checksum": "sha256:0a08f155a5545909cceeb2c2221dcee1980385b52a4afd3f8b8f6704617d14a5"}}, "stratisd": {"100": {"enabled": 1, "checksum": "sha256:46468db34c31c668f4b213b8ed14fcfb53e1e183431f6237364acf686d83b8f0"}}, "stunnel": {"100": {"enabled": 1, "checksum": "sha256:b24d3a5bcd4ecd35cd51836670ce97820a48a3669c0d590e716aee30709dc1f7"}}, "su": {"100": {"enabled": 1, "checksum": "sha256:858e8488feb83d85137a778c3b8c5140d9bc7d9b83a43077a23fbfd27091349c"}}, "sudo": {"100": {"enabled": 1, "checksum": "sha256:3b764e80b7d12f0a5cc492c273fca984ed153af085f82c06a26b23ac20121006"}}, "svnserve": {"100": {"enabled": 1, "checksum": "sha256:2a78595b73c7ea25c5b395ec91f18b3dad58002dd8ef3652d69edd5a8c13f3f5"}}, "swift": {"100": {"enabled": 1, "checksum": "sha256:ccacc18e643d0ca081b36d910abb0ad6fae2acdd1f92a52b4fc9004fc31f4677"}}, "sysadm": {"100": {"enabled": 1, "checksum": "sha256:ac0ad29a676fe6efa794dbef70b08cd353778bb82694b6013ad5c2a61409ef3d"}}, "sysadm_secadm": {"100": {"enabled": 1, "checksum": "sha256:8b3d56e43b270a3c8e85c91782ceb793a817dadff0af988ed17ec41251b9b315"}}, "sysnetwork": {"100": {"enabled": 1, "checksum": "sha256:6cf6d7c76e8239bbd876a16bf8321e68680308e33cf8a88e89236172e07d852e"}}, "sysstat": {"100": {"enabled": 1, "checksum": "sha256:e35d3df921d581298273023c20b12e4d1168c249b06e08458a27732a4ff082ce"}}, "systemd": {"100": {"enabled": 1, "checksum": "sha256:d4052f80e688d7d15c1dc7cfdd9e837aaebb1e7295b8b89232a462c60f271195"}}, "tangd": {"100": {"enabled": 1, "checksum": "sha256:b09965ae1db2d4aeab2d1c8775897288e6d55224183205ed48002daa816d2bbd"}}, "targetd": {"100": {"enabled": 1, "checksum": "sha256:8d31e97d05e23cbca57938b58d725c33af5e6aaa3e563971a398936cd3a21b36"}}, "tcpd": {"100": {"enabled": 1, "checksum": "sha256:2ea50e3363cefebf4b9bbcb6bcdd9e923da455c54a14c509f8c5ba9ca4da1c5d"}}, "tcsd": {"100": {"enabled": 1, "checksum": "sha256:a4d57e1e23ddfdbf6977fae56c0797b5791bd7a03bc3e7da5ae87d6f9ca870cc"}}, "telepathy": {"100": {"enabled": 1, "checksum": "sha256:98fac790af3d7a87e75899e112ba5d4cd2455261e44b60f1a0d7387ba0e0ad49"}}, "telnet": {"100": {"enabled": 1, "checksum": "sha256:e531681ec043e98c7aa5feeb5948eb339c71c657dd9a93a7dc35909aee56de2b"}}, "tftp": {"100": {"enabled": 1, "checksum": "sha256:7746597ed5d872b63e1e842421771ebacdcde5288bfd6d006346ad554e4799e7"}}, "tgtd": {"100": {"enabled": 1, "checksum": "sha256:e599de319c72ac9f8ca525508c1d2ce54b46a85f378b56b04ff8fa1781250c60"}}, "thin": {"100": {"enabled": 1, "checksum": "sha256:9825f5ea5ecf0720ae08c5fb7a50d3318b3dfb520801cf5ec8c0663364df5a62"}}, "thumb": {"100": {"enabled": 1, "checksum": "sha256:967c4a8d81c00053b35bd61cd547e73dba57abbdd31de06c242c46fac0aff410"}}, "timedatex": {"100": {"enabled": 1, "checksum": "sha256:127a1f551291ce8c39e638b32770fdeadda67312a1c16dc1fad7da9b5a4f5c01"}}, "tlp": {"100": {"enabled": 1, "checksum": "sha256:c3135382d1212256d9ad9ce4c893271cc8093256fdfd34e0a37d9912dc75b16d"}}, "tmpreaper": {"100": {"enabled": 1, "checksum": "sha256:5650adc4d1a2c1db0f3733e73fe7b7b9aa4fda69a1d3308e0b59a8c4cf30c5f5"}}, "tomcat": {"100": {"enabled": 1, "checksum": "sha256:59312967f089bd0efa786367f1587ca124a49b7eb0ba7b5f21c2d66bc66e1b1b"}}, "tor": {"100": {"enabled": 1, "checksum": "sha256:210d53406ae0727c0243c597928358124d2c44c16bf33a47767a3ac88227414b"}}, "tuned": {"100": {"enabled": 1, "checksum": "sha256:758f35f5b9f4195f564792cf864a87a9b6e8de155fc2d348d4eec0ca30d8463d"}}, "tvtime": {"100": {"enabled": 1, "checksum": "sha256:59a579d32a09dd28b983fdaaa6f695be68dfbe0273ee26bd8540e116d07084b4"}}, "udev": {"100": {"enabled": 1, "checksum": "sha256:acb78447445a0d74b28f8e7b5db170464c56476be775e8d2577b04cb55ce3f69"}}, "ulogd": {"100": {"enabled": 1, "checksum": "sha256:fbd1de444b4bfe75df73aee4560955dac1378eb7e5654d05d849c67db43546b5"}}, "uml": {"100": {"enabled": 1, "checksum": "sha256:c05987c6a9f49b3370c011d79431dc52d6d435e89a577d7d10a8db02587a3786"}}, "unconfined": {"100": {"enabled": 1, "checksum": "sha256:be7e30d2c6b24f9d403c9b96acbf9258310b570cb8bf11fdf05166b4b4144664"}}, "unconfineduser": {"100": {"enabled": 1, "checksum": "sha256:8006817bbdf1a8de02fbe47d42fd5a79fd515cbb9b40a49cd5677cd83dc5b466"}}, "unlabelednet": {"100": {"enabled": 1, "checksum": "sha256:1b37d8de7cf505da7e184ad33a2d04904d9fc51d64707b5d7e449b9d615deaa2"}}, "unprivuser": {"100": {"enabled": 1, "checksum": "sha256:ca8c125d322b127dcdc6bc5010fbaf6f4b6d08997a3925d7d2d2946064c4a0b5"}}, "updfstab": {"100": {"enabled": 1, "checksum": "sha256:e698b5479929ff28896c7e38efc410a47b6a5cd38eafd56c0c8de7fa210d16e3"}}, "usbmodules": {"100": {"enabled": 1, "checksum": "sha256:00518ce2d8f4e15cf7186a7467c8710848f2312adbbfb919cd6bed45d40d10d4"}}, "usbmuxd": {"100": {"enabled": 1, "checksum": "sha256:495bbffef9f008519da7918d89fdb853bab29a6c718ed72b13496574d16a18af"}}, "userdomain": {"100": {"enabled": 1, "checksum": "sha256:3fd80d33fa8d00faaa71556b252c45f509297db070ec8fd764621f29383ec539"}}, "userhelper": {"100": {"enabled": 1, "checksum": "sha256:ec2502e379bebb8c8b29386cb8324f0fe8b3935bf065702a1b0a3cf4224e9798"}}, "usermanage": {"100": {"enabled": 1, "checksum": "sha256:35178826cea105b5cbec665c4032d007e453cc6897c787d14b00700e37ac5cdc"}}, "usernetctl": {"100": {"enabled": 1, "checksum": "sha256:24d457c012fb774bde2ecfb530699e6b4768604525b33f8d3cc99844f53918bb"}}, "uucp": {"100": {"enabled": 1, "checksum": "sha256:5451b95ffd75ed6e3a933bc0518e3dd2e9dfad315b4a6d3b08653469e8168668"}}, "uuidd": {"100": {"enabled": 1, "checksum": "sha256:7e39bde0db4bb71a014b04fe58282e134c94c1e753bd1b15e3e7f64b016bcb51"}}, "varnishd": {"100": {"enabled": 1, "checksum": "sha256:b6a3a26dac9580a586502165719438a72e9d41f72ff3d21eb05225a6d368f296"}}, "vdagent": {"100": {"enabled": 1, "checksum": "sha256:f513668cef5d03425903904f53f97a3640fa138faa4d1c13192d46b752b78c71"}}, "vhostmd": {"100": {"enabled": 1, "checksum": "sha256:bc8ddc6407a2ff415e265da8ff8609013d8d173979235acf4fcd1cbfc313a571"}}, "virt": {"100": {"enabled": 1, "checksum": "sha256:f70debf2f6eae67b9076fa13f1513748b890ed339d6151ab690db395422e076e"}}, "virt_supplementary": {"100": {"enabled": 1, "checksum": "sha256:d80a998844ea68164a2ac00d46b8c5ce51107066dc44a30ab41057a4e3ac259e"}}, "vlock": {"100": {"enabled": 1, "checksum": "sha256:ec8354aba09fd7ab45ed59a737034196f8b6c4df25e6079c4a00985e36b15f92"}}, "vmtools": {"100": {"enabled": 1, "checksum": "sha256:2b632a2cf0d1be1e6bffaf66a320cfd73cd3cb175711cfcab9ff77147838db40"}}, "vmware": {"100": {"enabled": 1, "checksum": "sha256:70cd067efc6e8ae5416b382c4b056f7a723459bc1c4e2e7f24fdb757d341845d"}}, "vnstatd": {"100": {"enabled": 1, "checksum": "sha256:fc8312deb1ef563cfbf8da562e6afba6dd16f4adc97e027c294ff06b1f1ef29f"}}, "vpn": {"100": {"enabled": 1, "checksum": "sha256:e1a9309d48b6463d32450421e867adadb08adbd641eaa072dcb5cd3d629f5dae"}}, "w3c": {"100": {"enabled": 1, "checksum": "sha256:6b19f10f4a51f6f1f343b082d4a96c3335b191f00d41152ae090627f727b8360"}}, "watchdog": {"100": {"enabled": 1, "checksum": "sha256:1171d89af3fa7fc84808f2b6f44fa9a6f8c161198fd3e326fa0f6f63b3820aac"}}, "wdmd": {"100": {"enabled": 1, "checksum": "sha256:78171e88b18db8befbfd2f75e232ed2925648955c4891c790e084063bc5e29f2"}}, "webadm": {"100": {"enabled": 1, "checksum": "sha256:f836d4af3abab47d1c5afe5f6a83ca9303506403e75e65f10fe4c4c719dee46a"}}, "webalizer": {"100": {"enabled": 1, "checksum": "sha256:43f69260eb8c399ceb227825b190ee1758a60b1b78052b1fbfe21d5fce8daab5"}}, "wine": {"100": {"enabled": 1, "checksum": "sha256:204369c49480adaf6c3bbee72b72ec17a5fac47821e371ac9b0e633666af050e"}}, "wireguard": {"100": {"enabled": 1, "checksum": "sha256:ec1197ebeb6bdbc525a66b7e661a8f7a58fe0a4cbf09ba7df7ee055d23746c1c"}}, "wireshark": {"100": {"enabled": 1, "checksum": "sha256:04f7d964a66c88c0ed6af6d352fa81af6618f3a16c0db0363e6f2df07d9ea83a"}}, "xen": {"100": {"enabled": 1, "checksum": "sha256:e79e6baf86bd76cda73219fd891bd706c38ecb6e37a92c24ba4291b28e8782de"}}, "xguest": {"100": {"enabled": 1, "checksum": "sha256:710ba99d8d809150194ab9c84f7e292435f65de06702b0fe6e9bdfa362076621"}}, "xserver": {"100": {"enabled": 1, "checksum": "sha256:0e8725771ff4feca1f8ac71496b93792c894b947bf0cea5f322da04bff38cd24"}}, "zabbix": {"100": {"enabled": 1, "checksum": "sha256:a7eab2820c4bf5c9e51dd30942fce48426c0e35c25d5c13efda6e9313602a66f"}}, "zarafa": {"100": {"enabled": 1, "checksum": "sha256:b1738ace3c35a58867613fabb433a761136afae86bab322ea4d192436c5b0ddd"}}, "zebra": {"100": {"enabled": 1, "checksum": "sha256:913b9c2802fc6607d811ffc278dff3fb84d81942603cf21e1b4efcebf6a7529e"}}, "zoneminder": {"100": {"enabled": 1, "checksum": "sha256:19a33723d291446ee9617d0120088d7bae884e5a963c48a8afec20fc6bacc4bc"}}, "zosremote": {"100": {"enabled": 1, "checksum": "sha256:0e85101587e037fa8552703dfe40e3c31d4b86d65981d03ca3bcb9f91cde9e06"}}}, "selinux_priorities": true, "selinux_checksums": true}, "invocation": {"module_args": {}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_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.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules # cleanup[2] removing _semanage # cleanup[2] removing semanage # destroy semanage # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping _semanage # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy _semanage # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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.41.218 closed. [WARNING]: Module invocation had junk after the JSON data: # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_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.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules # cleanup[2] removing _semanage # cleanup[2] removing semanage # destroy semanage # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping _semanage # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy _semanage # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks 6494 1726853163.07468: done with _execute_module (fedora.linux_system_roles.selinux_modules_facts, {'_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': 'fedora.linux_system_roles.selinux_modules_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-1726853159.9605412-7446-66559716690188/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6494 1726853163.07483: _low_level_execute_command(): starting 6494 1726853163.07487: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726853159.9605412-7446-66559716690188/ > /dev/null 2>&1 && sleep 0' 6494 1726853163.07968: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853163.07972: 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.41.218 originally 10.31.41.218 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853163.07974: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 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 <<< 6494 1726853163.07976: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853163.08028: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853163.08042: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853163.08167: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853163.10340: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853163.10344: stdout chunk (state=3): >>><<< 6494 1726853163.10347: stderr chunk (state=3): >>><<< 6494 1726853163.10350: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853163.10352: handler run complete 6494 1726853163.10861: variable 'ansible_facts' from source: unknown 6494 1726853163.11576: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853163.12304: variable 'ansible_facts' from source: unknown 6494 1726853163.12551: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853163.12947: attempt loop complete, returning result 6494 1726853163.13049: _execute() done 6494 1726853163.13052: dumping result to json 6494 1726853163.13078: done dumping result, returning 6494 1726853163.13091: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.selinux : Get SELinux modules facts [0affc48f-66db-1e98-6787-000000000288] 6494 1726853163.13098: sending task result for task 0affc48f-66db-1e98-6787-000000000288 6494 1726853163.17489: done sending task result for task 0affc48f-66db-1e98-6787-000000000288 6494 1726853163.17493: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:98d1c8c12a0f58b637b3864dec2f3d03281e88e541f41a5e19563a5447ba020c", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:bf97d40f7ec7e4318b7d31bfd664735627b76b6e616a0cff06c15040960620ec", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:da4a2c785c040f6c34a3e602eeb1ed612a74ac170b7f5089d8ba55e12f750818", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:fb7e253fdbe3d08b3929bb97c3b6d52f56123bd4759aa1008c667abd2021b2aa", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:86bb7a2815cf9d64e9efd2c917153b238cbc60d7d03abac54f428bf676e4bdb6", "enabled": 1 } }, "aiccu": { "100": { "checksum": "sha256:836a35abbbf400c117eae70a77a4596a73b3d548e6fa82e3a0f55ae96f21d64b", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:4f387a45821ab709a325b7ccd4af3a4951c231c34440b5fa877b8fc6387d2aff", "enabled": 1 } }, "ajaxterm": { "100": { "checksum": "sha256:6e3edee489b6c939e15c49b4819463a7021d6188eaff9b05e9c8867de1f018fd", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:9de454604bdef8775f6ebae39b8bc4ba7b5e79a2972d3e32ca7d50abffa7a85a", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:133a6a6da4b4ab3b13dd255bd7974bb6e0494fa7c5e0b1034b7926823d6621a2", "enabled": 1 } }, "amtu": { "100": { "checksum": "sha256:80ccb9e85608a483fa07c37c2772933f5e63025bcc667540bec377b02bde2f3c", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:409af50bd5708e662302020ddef0f314e0da72c996c670db45aea57478e8ee9a", "enabled": 1 } }, "antivirus": { "100": { "checksum": "sha256:f1ed2e1ec9355b898716cc1ed8f18d7983b45b5bb88c2624fe31ffc968dcd6ca", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:3239b0ebdb98df15e7140b948a2c741b36a870ca02ba8b425ab0de044e7b7dff", "enabled": 1 } }, "apcupsd": { "100": { "checksum": "sha256:47a5360325c4aebd9de805b5113bc715736bb01801cbbf317ac2112d1bae15c8", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:757508a02ab22f3ad35ce7bc9e596f7c84e62b7744db341f9d4f63ef74ee92ff", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:c5b9c6d5d27d5c119598c1a040e9f488ac1d783c497b13b9c1cce9cafdfdf6a1", "enabled": 1 } }, "arpwatch": { "100": { "checksum": "sha256:a8786979d69981a916a89856cce9aadaa540fe2baf93053bf9274eac36cc38fb", "enabled": 1 } }, "asterisk": { "100": { "checksum": "sha256:f113821fcc3ce3e5e04130937924e8aeb5741935d8b5422af25ef8c4540cedbd", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:05a7fc8acec5e707257376e4ff8fd8a02de27aa9c616c95c0e8ea9239841eae1", "enabled": 1 } }, "authconfig": { "100": { "checksum": "sha256:42a66af256fa45dd7be3e09166aaa0f2a035f5670f39466a2d4ee84e417fd76d", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:caab2da7e513ebcafb2f4829626763ff58f74cbbf7c14b31e1aa1780afdc114a", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:3196fce29123f8eeecd6175b098063735d77aecfaffa7f6cb641adbcbd9ee977", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:9bfb194e5b283124abae90dc92abb883e1cf7b3e2f51bcb9fcf842672c86ac60", "enabled": 1 } }, "awstats": { "100": { "checksum": "sha256:ccb0373eb1228e3a34112ba0124b37cee80def8c7ddcc0981b0676aa59bba2f8", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:4ee194dcd976488e6eb0e0ba84d9b6875befc4eca8389c9d0102cac06c04809f", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:e17bdf6f24e6431ca10c452e865778bf3b364c156477fdf445b3de15b43952fa", "enabled": 1 } }, "bcfg2": { "100": { "checksum": "sha256:3e147aa1e329d87cdfd30b20b3b80ee0c039e9665e944dc6a28231ebac38d5d4", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:d7f26a245b0780cda9ed49b1913ebf10733ac091a1312cb58b55f4331c50b9c8", "enabled": 1 } }, "bitlbee": { "100": { "checksum": "sha256:9324bebe4e0cac756830480f53dd8e23a01f3c4c7185b30dd72024394dec2783", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:fd38032cb8b3e9c24024364c02b07a830e97432cd763f41e82612fd83de06654", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:2150b8a1afae75f4d73c76e2982ccc575f599577b8b7042d7bfa87fe2fed3a30", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:14baa78a99f3fdac7ec18322ab578c030cde924b3c8716cb719ca52e0b67df2e", "enabled": 1 } }, "boinc": { "100": { "checksum": "sha256:1038d007468960019e0957df9b9dd0a76308b2dd5d3942dcef18c937a5130fa6", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:e22f75dc547d85b02fdd0f2d4f20f69a1ca9b969ed6f9b9abf957fa02e6e1b7f", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:7c7263936248c4d47d806cf5b5dc7fd7b662d96fcc4e7767a6c5bc78548fe99d", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:dabf91939aac32788c03a2c0b658d6e951cf80c3b5337e297f6c53bbe3f4418e", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:b0bda821f499f688d6d1d560a55673989cef71e7cd4e20f9cf3c9ce45e91d369", "enabled": 1 } }, "brctl": { "100": { "checksum": "sha256:78276818c60a76e84a9b3263a906d7109a69028c557a2d6a4a39ded2ef713a44", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:0230419d38276d2c823a427d44fa1362f89784c7ac17f76826be95d3c8e6de1b", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:8e4fd93cbe0357fc894c7898adf9a14f8c845d87a08f673f410b702f798c2383", "enabled": 1 } }, "bumblebee": { "100": { "checksum": "sha256:3d6e2bb58a928e53f4d89d5bdbdb6fea3f9ae98e5be81548df29fdb13b204f9b", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:d595466a7aa404ade4ad75d45e10f6a37d30529858cf990407f545f7826b364c", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:4c65dae6d30fea1bebc4e63ff693b2041f18d0adb710b783002c98c529be84d8", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:cede7c726cd48a09e9b2974e9f78d9482cc9d01a4ceb74ff190c4a219900f2b3", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:d523a4d1579256bb5faf1f761ac6a22cb4e8bb8e5544a5843615d4927abb5e76", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:496749576c65d4a03024ee5d3be0814965308561f565ec6cd29587c3a3b7ec57", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:ba7fd7c8a2a4d0fc658dd4aeb27b1c9c2049e7b8b5b5c3afa9523c74f6aae263", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:f9a4c97defbe94abd597286e65015baa5cdbc494a6404f3e467ba2484fd753d8", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:0e7e768c5c69903387f189899e532efc9055539b7d8f1a9b7e2cc6656675a1ce", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:c875a519672af0d8291b9097f547dc940b9f0132a174d49cb4a332e08fe92b89", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:8fc798d839b2d5a643625812c65fd6859b386328ef9b685f279082a38baa1b24", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:a5e19681d20486653fb3395b323b30b77e9c64e99ac70668ebcbaad76b8fac66", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:e3576026c0b29d1f662172186e3e3ede0b3b2ed0e4e59a863d00bc75756724b6", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:28d17217c3c515dbb1c0b04d5dc36d50c7f3165144a9ba56b3adce749ceb8467", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:689032aad1e66934c35a72d87b428787df267d8ba743de741bc7fc4cec47c5ad", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:1bca5805677f6de8372027eab3e7b091d28d9098bf5c363090b12f4195051441", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:9037f8704235ce4b481935dbe9f81fb7eb065e593e07988b869938948b15f432", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:62a84539a2764eb9eea9d29b86128f1deea9adb3a3a534c88f5fcdd7637b8575", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:f79fddbcdd23396829c104b213648ffd5d5cac6dec8adf2f5f0efa2f7061b615", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:e985f49df5d3f27855f9c727f19138103110d987ed0f9ed8081e39a39aeb813b", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:2c94298413c5d1fdb88ca748b4c597d2b3e543ed82604378a6ee333276dcaab4", "enabled": 1 } }, "cobbler": { "100": { "checksum": "sha256:7fc7afc3aec313b51b6508fe564813eccb4ce5bc1d650ba9f7eb61a438cee86f", "enabled": 1 } }, "collectd": { "100": { "checksum": "sha256:e574da01bdbc51b1b08385713fa8c9780df9aa657ddab4cd93211e4e9c8b6ff0", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:1887fa9a04336ceeeb73c20f3f7f6d6e6994f2a4b1cff802ca64e142ea1bff05", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:38a4f293f3f8cdb18203c347a11304f161264aaf794ba6da418804f090c0e7a3", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:e8d56cababfbca2569c42055e8fac5782d6ae8b42ba2b236b9563f7eb6c2ef4c", "enabled": 1 } }, "conman": { "100": { "checksum": "sha256:e172ba28d687e96a2ffc463bffbf202ce44e7bff6e0685adc4b89a67cdcdfd40", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:794a65c72b01138ecd19d9e679f62129d33183f9b1324b064c16301fa79d53d4", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:e585da6eefaff112870deda0ced61b75f1a5b120b7bc2133c8b1ec9452695646", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:699c69e48f1ec1dd8f915f094a83a6e2f6b6fdd515233fd8867649f254509270", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:743992902ac8514de4dd54b16317a8edb9cb1e383e29d0450821a9ac304059db", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:3bb1b730a3a6f236b312c3f71172364911992d35e93c1e5cd1e1fb076eb2d3eb", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:969a757fa353d20473f2eab457378e50d6f32b1da19f6744f7f20d5f3f99744e", "enabled": 1 } }, "cpufreqselector": { "100": { "checksum": "sha256:0b0bd5618356e7da7018c86dc262758bb6f04e7618de2942995ad59e897c3244", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:211dc5348ec5f69d5d76aa3d07c74624bb39cd2aa082262e5bc4c6c165f677e7", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:3544f1b9e8121eacaab185921485615253126477b341951221cb7fdff3a0afe8", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:aadb573940c57a51a13c72bfa7a074e440d7b6b3d2440c3a435c1b41742d2b3a", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:4855d463c5142f1f001a028136bb737a837c6a0d87807c0b97b1eb23b897a05f", "enabled": 1 } }, "cvs": { "100": { "checksum": "sha256:b188990c62c036cf96deb2fd121236499dcb5cff830e38ac24b74d4692c0323d", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:ffe9e6e4bb673f6822a874b86eb21769ef0f5fdbfd2e2659485abc4c6215ffa2", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:8b077e1368da1daaa96272b0d6f22f08bcb264617e6884c9074423a9b066912d", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:c9631ff4c56b588338bd87c7d8cba95e78285ecfc4f12653ea5c888d2fee8af0", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:96b16cfa7d12cd4f994a84199fb20016a24fe5bbbf6888487ef4fc0b0f7008dd", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:5c3f9427b9dcfa7aa76a67db7c3f9a33ca299916a5608cd985fcb5f30fcc405a", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:7c365542d739d538a06f073b93429fc2a14446f88d14d6fa9c608f4d00bf8f68", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:a30fe6e8e452f73079c37dcc1dac02ce317ba2310f8af8b6fc08b623adc89be1", "enabled": 1 } }, "ddclient": { "100": { "checksum": "sha256:eee9cdfaed63e516667ca9f76565fcc909c173c6440bfd19dca5c12fca61692d", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:7a239615a4db634ae1ae8564acc54c55c86c68bd2e44d47ad9c24758d492b22c", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:17ec39ae4334df1f47531199b3f12954bc848810d1eccaadc0463174aad953f4", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:15aac55748ee10a93ba0547d3c20670148e01d14b74afae89df0e660e3396dc3", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:9f5a80130d50d12f0ab8a8d48f9ccc2b058fffc0b5704d3a6d3d44787b01f4c1", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:a33b7321ba8fd3e69c610462584e0147b9bfbae8498de44c2eee891f209a03bd", "enabled": 1 } }, "dirsrv-admin": { "100": { "checksum": "sha256:e7ec5090958fbde915f221e49396a45b968b8a2d6429d74000ffefa8b6e87e3f", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:19cf6b1658e2a7ff92db6c537944a989ea72e88173663ba4589f71132a80be61", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:55423cc64cb3aeccc3e05952327db479669ddd5f5e98bcbc275859d38333e79b", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:18f7d99ff73fb7c2256ac3d86d4328098274cf2b8fa92c8b42da37867f6c7b31", "enabled": 1 } }, "dnssec": { "100": { "checksum": "sha256:1584e02889b2969514ddfcdc5fa31152ba8505c66c1b5f88e75b3bf23f96bec3", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:57d7924556ab25fb130b93002b1da35e886ef1ad01c4391266cedcc01848ea8b", "enabled": 1 } }, "drbd": { "100": { "checksum": "sha256:b96580e08581043a5e5fe37b67ab937e074e4218d685b23df6f9421ca49d5248", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:90cdf514efbb5bf01f1e2b90d7d58eed2e2b458242905b5cfa32e1de01d71da3", "enabled": 1 } }, "entropyd": { "100": { "checksum": "sha256:ca075b4e9b9aee4bb5946407a418fc229a1c6fe4c7abc9487b9ba9770692c78d", "enabled": 1 } }, "exim": { "100": { "checksum": "sha256:413b889a36fb01d9d3ee8fe149aa2d11702e5e44afceef42a0d7450a421cc89c", "enabled": 1 } }, "fail2ban": { "100": { "checksum": "sha256:bfd591b0e99fc96cdd443d01c045583e45fc0ba1e8d6b7a18f2596473fe11ac9", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:8e2cebfc7249a86f6b40690946f6281f83a343eeef929d7e1588bc77622004fa", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:af6e6cb692c95d34835b90b4a1c449a95445710e8fac4ca0d999f3cc85540e17", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:d6f5f286ed1d5705e62598f143c0150deb59d708d7dd1ad89bdc6d68f59ed853", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:3acaf8ff26c8d81010cc1ccf88872df39199279fa44d85b06903c97f50def08c", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:17aedac05f634eb036f29d301d8b0416cdae5f3967f88c0286761e209858f07e", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:64801f8ccd6f426ce8b4cc674e4288e0424a745b6a882102d7f70fae01e438aa", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:18bfb3bc0946b731f05e969de50189403372c76fab801f83e2687a9d43b86622", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:4c9915a1c1cf1e67ea429fab342c29f2caa911f5d615b86f9eb8da496d7b5d54", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:ff74bb68f3369f30d2ae98cfce6acecbd6b7adbad46a18cc03bba25037a26beb", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:38cefd0e603535dcb11f9291f4948f059693fa7371f3ee92654cd3176a5195a5", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:3f2c6b1336ed28a0a7d90f283e9289a5f83e5ceb71d11b7814fdc65ae529314a", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:cc5947167cf3dc0d821c1f146d6253d72a3016b1aa8b5a4b4ec3f82d1e6631c8", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:22e96b5040327ea8554d0216ef4e28d6a94abdabfe3a211a6535941bebebd013", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:3da67a17b85cde7a0f181e6599726357fb2eeeb251fdd980a9d6669772415922", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:57d4e4d5d9ff252fa8703355ed68c854817ac762c6120ba02364cc19c67491b1", "enabled": 1 } }, "gdomap": { "100": { "checksum": "sha256:f41fda08cf3bd33ac571a4ca5d6d505a6dc7062c29e45b1d5d160c953c532230", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:beec56305b71ccb0174a7c790eb972244d10b8381a84812f01021b9e8eb7ad99", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:a6fac65e97c9962f1066c0a2fc839e67597cda9061557affb60a01df78184a4a", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:9f2c83dc9cafe17c8d650f8c78c39c61bd3d2c8b4d77a535eb61ce6a04a3e3f4", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:b7decc3fbc86e4b9e3fe1fec22021737ad607cf795224b5d5793069716a7eda8", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:097520793eaae6b878f14f2b767d40a80007786065abf1b252d898a685957fc5", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:9fa405b48cc837c307845447cc5444caf258bd0bd7f00bb6ba6c9bc623d7b15a", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:1eeba013ebac8d310e67170a313c2d11669eca7ba4aaef13e330e5d92f17f94c", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:7c8bb6410fac1ef1d07e3c7c60906737c8e22176231b24207ea6bf0db41951b7", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:f3799d846d2d0bdc1e1d3d075565002b1cda87f798b852691135012b5f545d1b", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:c38a1e2a1cb3c1a8d400f506cc9f3f6dd15d78234f982a04bf4ad8b4f6308937", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:a7d4cfe7f3250d86a409969323f858b4dca8b40339125e15946a133884b47e7e", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:c0f9f2a0be3fe24b4f74acf4d1924183310b454591b8e8219fccc61c2194f167", "enabled": 1 } }, "hddtemp": { "100": { "checksum": "sha256:82815af35d160bae556a7c6b8862da02b469fbb90ffd5472a6b22c18bf0f1fec", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:ea0ff5fc3de7fc7a93d4b64c0bc54a4040d9427c9eaf8200b97388166cc0dce6", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:17a1021557fb77a340af451c33cf80f05ab309a719778d84813d8ab67cd18f6f", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:201698320ad8f5f35391ea84f0aad40c26ba8db2fe006b38c7b65b8dc71f45b7", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:a5454f4868d22b9ae798ee6f85df6d8b6b35b456617a02084af47d393322ab76", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:c89e58ec9c52039bc7ddfd048fa5b287780a48f78e70ce64181607ad33da6c47", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:b7ab0f90999e86d8fff9de3abeca0f093f2bf9f73330d434e947fdb5bfcc63b3", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:bd8eccb4266130eddfae34318855e6aa3a8624998f0a906a970a04802510ad86", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:3199646b83c13466308cbe243d6c75f828875ab0dfca1deb585dcd7bfb28ae60", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:0e2a80d0943b3fea8756b2d487038182ed624dd36e9177305fafbc1ca0374af3", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:1144dbfa7278341caadfae995aeadd7453cf78762b08ba4d0142eeef80871d18", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:d60fd47ec62ca3bca272ca38d8fe86fce36d6f04c44d01410d30428c8b914861", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:c4e83821f0150988e86e714cf9e088ef11abd0a30dada90cb7e68a95c406a921", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:6185225b7c5910d94396a18d93429704434d564b4478aeea9d1a8c54f6b12834", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:7db93e52e29915a08c82b0ebac02856e9a484923d2ce215946c8f54cf5297704", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:ea599044fe2e2d25c8078ac0b5b0d2c589b4410dd7958eefdc0217f8b8c8c3d0", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:048f5c3f5f3e706697d782c57b9d6cae882b008f7973b41edb3de37762e4c664", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:e315834c2a287c9b9f8d31a6fb5f62360241fab584b68ce05984035ff67f01dc", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:1ed937287398d60e302478f4880a25c1aef605a5d370c1f583426c59067d8ed5", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:12e969265cff2e8d4ee9be8b99da0bd47138ff8754039dd1387a14b2a4a03b79", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:6666da694f33e444225327d9fc58208b230a1e1244e05335e16217c507ac0627", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:85a313d121f764081dc92c4c1ed5773b8cb7a7113b84b66339a48f76c57efe54", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:08288d791f1b1aa3a8f154ae7b2ff73d574560bf5bb82246020baa3c26f6c988", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:6aea2d07d8f040434ff0c0d5e9b81e825b1de56cd01c0e0a069ee1f0d5196885", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:f35d7f2d61175ba7f908459f738c7d6b6adf2ae678d88531fa527c4d50b21985", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:3098e32a3ca859ef45fdb8dfa5b87f4b5e9e7cb0661b7dd4a20203f2cfebf662", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:5a35385072b421cdb86fc66190dc00e6c8e7a587a60ffeedfe2a931b6b92a11d", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:370090682ef9410c2d12556dfd1cb6f8f7f7ab60287148ead03b3b11d64146e0", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:c6d5f08d82062fe0634f0dcc9ee434fcea7760141740b79cbae187d970984a0c", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:6fa6bedd26d8e4b178a2d74158634f26fc2b322782e4685d69ca48f4854e037b", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:994e8629c436a7da2ed914f7499e0a33f7cc2737b5c70751b280d73de8a9fd19", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:4eae5ab2b926695b3ed881a26e7b6a79f4dd48c1ffa3e3c6809cfa4958b54091", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:6d9a8c7420b3aee2c752119ef6d72dc828cd76ea4f535bdcd44461a3cbb43454", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:fa398b6a78348b789660ea073244265b9bd8742fd81dd3569c9d56b1b9083a00", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:30ba7e91c6fe3cff8ac488e6160a5037fb8f1719275991ec44e5bfcbd9089aca", "enabled": 1 } }, "kmscon": { "100": { "checksum": "sha256:f84aad2ecda576c41ff72438aaa394122fe6f13d274adb17a2cf145718776969", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:16b2c313e69ba9a2726025ee54bbfb638c633f91d53db454e204adef45e5b5e1", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:328ce002901ec9be77a5035fe50b01b9e01b016128efb981a7fb0aa586b55a77", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:311f6dd8403d55da5f3173593f5fa6331d4cf7570af2b9d0182f7b260ba7285e", "enabled": 1 } }, "l2tp": { "100": { "checksum": "sha256:cc0faedcac2d86171aeb9a89ec83f2d03cb905f54296f6f085415fcf7ddd1a06", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:f1a7908800f08a04aade8083ad79d002aba0c85f1699f35ded5a0eaf46dbc41a", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:91a8d1cb1ea2e44b9395cb7a44776e7992983378fbc72dc3725d0e03fa673a40", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:c83754418ce993f0d9dff4ad73f0e64362ceb3ed073a093dcdaec0ac6d8c8b5a", "enabled": 1 } }, "linuxptp": { "100": { "checksum": "sha256:6a6b3d623e27e1e8a1ce185ba3ca42d3c7fb5dcad8cc91ab54950a1f69853dd7", "enabled": 1 } }, "lircd": { "100": { "checksum": "sha256:564e3801937503b310cd4fef750cea8bd1be7ce323cf41276cfb0eedb0fbdc8c", "enabled": 1 } }, "livecd": { "100": { "checksum": "sha256:9070ba1f03a04a5906bafb1399a0eb181dfdeab868dfb021505c116c61decbe3", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:26feff7ac4722e995c622b4ec3cc242deeda12f88077bff1b419193ed76ffef1", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:ee0cf6f2b19c24b7bd76829de7de00b60f67ae9d96f2ebcb8eb09b961b6dd751", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:56bf0d727637f1964d5f71a7ccc5edba76cfd50d2e546e9558d0551ffc968858", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:3cd6822d612f355cc8000823f47b7ab0087035b59b57904c145db627cc58d22c", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:6b69c0a0528321f39311d34a94e750c5cfffd9bbcc00dd3c06f445f2a7bad660", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:504f0b31266cd6c9adfe480b750be32de121dafae4acca6aa320d9a50d6c613e", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:5ad554f859ea8313b48b7592cb1d1c3e13884199c9d9f939a99bb0651cadc5bf", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:987ac97d3851ce51c2aed8c8b08c6dfbaf722ca65447097c4531644d458637bc", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:fe9e6623bfd94678b32ba9a20c3e04469aa69a5175a1f626368c1fcacf7c5026", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:3979d77408c282fc3abfe32908df4889d7ff0ee8096ccb68a6a91d44bebfa56a", "enabled": 1 } }, "lttng-tools": { "100": { "checksum": "sha256:b216fc3f1025723b5bf96002b39dcb9ae8c80c6d6708dc2db348f419af025a45", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:e67d95db5bc472d9d8a819db5c947190543bb6eb971955dde57e5249655033e1", "enabled": 1 } }, "mailman": { "100": { "checksum": "sha256:0abc78cfd35d9e43c0c21983a250f874ee7ca7c10d7eb1c6e0d3106f538cf482", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:b76bb64b5c5dd0db6346ae7ba19faed97ed414c7d03d7b8747e0919867a7b8c9", "enabled": 1 } }, "man2html": { "100": { "checksum": "sha256:3269314b5d8bbfc843900344d65e604432222bebc7e2dd628abb9d186fca1cd1", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:c5c6c2cfc4930bb865330ac4bf1e04976290772b0e058cce0d73de071ccf7819", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:7a137918a31fc7684a8ae929a5046517be97399b2534a6b471e3cf3bd7f355b3", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:4fb79885af1e12d162aaea04067c9dbd19c248b8bc6bb4fa91240acb6986c84c", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:10e59adbf0210a83d2506cdcc189bed58fbb49f01ecc07afe00a5fc06a0f025c", "enabled": 1 } }, "milter": { "100": { "checksum": "sha256:686b92d2ed35a14042a3d6d95af167aa0b1bdb0bb1d1894909c3d4b5ad70ca34", "enabled": 1 } }, "minidlna": { "100": { "checksum": "sha256:6b200b3b9aafc62c019eba4121e1743ef9670896b70f8b5201caa19b975d6964", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:33b06281053cbe0c55752bfcda928a48a50743eb2d061d429b07ec3b0dc28a04", "enabled": 1 } }, "mip6d": { "100": { "checksum": "sha256:1c657a9f8eeacab2a91a9725d7c5980624ab90e0e5c67c2f9270df3b0ebc9fca", "enabled": 1 } }, "mirrormanager": { "100": { "checksum": "sha256:5b9141bfd8861fae68d1054e5c15d503815c2191e68348405d5f8f2e53757b5f", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:4d0081333a7d5871e89e8955ab640c3374bf2bde197557cb6a83e122aee9137e", "enabled": 1 } }, "mock": { "100": { "checksum": "sha256:a03da1b4a0188f7ed4057cc37b734745624b265fdad71ed6c2d00467b72a4846", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:808b6b6f4a5860ba20f75d8b6992bd5284a90269a98dccdb38205ff67d253dfa", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:19e6074d95aca5c3702f505fdf4fcd562ceb84f10545772585afe36821a9f4aa", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:ce4c112a710ad3b571ab733fbf785a6ac7b9eeb9c29f3ced5f994965e9386ab4", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:db72ccb5d6952aecb9188c455e70a0b8c6feb25946b44dd0884942e74074a65a", "enabled": 1 } }, "mongodb": { "100": { "checksum": "sha256:a5753efd9c79243f87ee59feb5c3914e9c6a435f70a053ff59657baa91f0c8a4", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:13c108e4971acbc506790783af8287ab766941ef3745594a69e020dfa769e75d", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:865539a39bf40f78356e8b2cbb08b24926913db3a08fa9796e4c2543882aeb25", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:1868c9ea9e81cd4e82ae9373693db84070213c92d32cb623389b1512c24f2e86", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:2b0acf523137d68497ea06f19b5494cb5c7ad6e4102fd7c626b9b74fef062f19", "enabled": 1 } }, "mplayer": { "100": { "checksum": "sha256:31d2bd89013c8c5e58a1e2e1b393c3db729cfb92080c1935f01cb63da15920e4", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:3d4452b8e5b08d56b16c141515f2169809ab160544da9164cd91c3872fa5ca59", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:6757ab3ee1b84340b5a58935d090b926ffc96f43d03c9cb243802b4d01d5a29b", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:8dd4e90b95311cc5dae5b11733cf9ff8be46637d84c5aec28ae62a0b11dc452d", "enabled": 1 } }, "munin": { "100": { "checksum": "sha256:403d5e09c6c84eee2d3c80a1c50502d8850469e5c9d74347aacc1c8f7496861e", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:2d19d6dc11b839551e1a98aa95588c06a3e1dd84dcdfe615bf61f26dd9ef31a1", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:f260b769c9d70fe26cddea75c71e1c3d16348233c40a3b8a844358d138c19d2f", "enabled": 1 } }, "naemon": { "100": { "checksum": "sha256:9c21b6bd9db730c7b79a4852236f92228282eb2dd06a2ff722b36acf70553386", "enabled": 1 } }, "nagios": { "100": { "checksum": "sha256:2681295ba94471abc9d7d49b6da5d757409c6c95745586d1671a4765ed61b130", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:cc65424c4edcef752cf3d9223a0a49d84f7250bbc9c42d08d0b5727e0168dff6", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:9795f4fc6fa6e09a6976b87c80aab11801ae7b43d4f0df1b603b8799f4ff0115", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:229788201a8048a7a80661a258cabee570ce65b4c5fef318a86f8ba7f027975d", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:78163350e82824e0c5bd14daf11f9a12833f34ac2a9c5c90c7949aaf9c7f9b1a", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:7fece44e7188f93aa358d386ae81372812b47a046f10ce081358af85c4c0f229", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:13dcb24aa31902b75b5416a1f2d3dbba243445fa8ae1581ea41029ca21cdbc60", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:51dded020c93ce723bb8cd739359983f6ed82b5d70e93980d2fd095aaadcc168", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:000c5853f5261b435c8a0362720ce04a1ed300aed5f22dfee9659e8a024466a0", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:9fb6cd0d5e35bcfcd051889e81e2834b4b50861455a0d8ee30920df919d3067a", "enabled": 1 } }, "nsd": { "100": { "checksum": "sha256:c940ff7748160326587bf9084d5b7906d501ecf9576707bc19f20ee759023442", "enabled": 1 } }, "nslcd": { "100": { "checksum": "sha256:a1af29229de29bfe64bde5357ea9e2a47d5b82f8329f62be4ddbc184fb8ead22", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:20d8e86dcf15719ed0b481b0f5cd521b2ada532e712c6e1cb9f89e1736466ea0", "enabled": 1 } }, "ntp": { "100": { "checksum": "sha256:74dfbd9db80b05cc69c090005f02ab089695f21c0e0b70c2a7d8300247624e1e", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:f56cd3e22cc4e864d6cb5822812de4c12884f1a31f3922caa45ce0b61f8f86e2", "enabled": 1 } }, "nut": { "100": { "checksum": "sha256:36ca1c4edb066c2090e5ec5e08f71050424e5efdc74c440e9a0161c7ccf0bd49", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:b0afd194fe6e16dc0fbd976301321d6e68a9cd837ecdda2c3cb739c07c4757b9", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:dd19058574329f7c7ce709bc94f6c4be87028cdd184cc365a61d5c0113b78bdf", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:649c497ab74a203064009d553b42829aac89ac5c4273b7c0ccc0a23530001fcc", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:4c0624c2e3095eb392ee93e8cf98a2242598b7694de12ae75ceffdc0043d1043", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:233a9390d9aeb540956f43756b2e45547fb7c2c4d4070460b94896b72ccd607d", "enabled": 1 } }, "openct": { "100": { "checksum": "sha256:37ac5651f2ce2bfda7d898a024d560c6cdcd54da32409ced32c8b6df059370c3", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:9890fb3013a4287e6850621c5c6a462a254299b927609fbe6bf67f141862f3c7", "enabled": 1 } }, "openfortivpn": { "100": { "checksum": "sha256:75fa83f68fa800bef996da027f14f6c8f0ded93f93569f3b559495dba39a6176", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:dfbf83e8feccc45bd9de7bd5a3f90edd49c3190b5010f9f98457d995ae974f8c", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:1b7ff4ebc979d45777979c0340790dcf10a3e9353272c2e99f6f4f4f93987020", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:e8e6bb283142b08b3a1ce7c097f49f402bb6d59eb6d03138ef0b69f3579e466c", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:c1bc06d4e5a22837586d3d7ee07922f26b4cd025687cdfd7e3e3789e1c5bdf3d", "enabled": 1 } }, "openvpn": { "100": { "checksum": "sha256:800615bda29f1b49c90de283570ccb018a28ddfff34a36bfe84a4d0485c37138", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:0bb8334afe603f02ef4f1a46517f970bb30fb191e1d9d944daee33437ae89b46", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:c6d157e74586892234883ad01bb4d2e386637cdd04e45c3587a1cbc8c34e35f9", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:802090ff2dcc2db35b369ac359e51b1418a5a779cf94e5a14a01a1882b583d64", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:d3b5dec9cf6640c48875229fcdadc4f9c4bfa1088bff93cb61a18360197a691e", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:23da314c2255bb1c19dad65a242681330d6bdddc2ba4a0b80ae2ad2249c0a52b", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:75e644cc79f5447d17ed5461e52b37f29dc86806320b0ef562b2acd8e2870121", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:6d1d142817f6c7013fa94819eaae391f98b69357bfb352584c1ef104d93aa08a", "enabled": 1 } }, "pcp": { "100": { "checksum": "sha256:3f0071ca72c2269c6568f2695aea954cbb6a8504efa48a8ed1e94e2c0baac106", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:9bd33415ca0bd34a05461719de21697d486512341069567c26b25cd6a7b06c00", "enabled": 1 } }, "pdns": { "100": { "checksum": "sha256:5dcb629d0e7578776fb9476a8b66ff883fe52da8be37e3b1f7a3bd4810354511", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:0312d08cfc7b9ad408ce3d34a27b27c64c62e1b00d280c484616927a859aeb47", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:597ab5f0f472ea2f2aca1b3754c2457cc7769f79daaec0856ad2675e53867b80", "enabled": 1 } }, "pingd": { "100": { "checksum": "sha256:877bbc42240491f32726ac44a082942e80724e3bd3985c64845dee49a060a144", "enabled": 1 } }, "piranha": { "100": { "checksum": "sha256:4e9b8ae11387a45c9266a82f79f31728bce6397b8e7f8d39287b78dd58ddfd96", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:81dc1bee85071c65da6d7e4dd12f390fdaeae5d7a285c132c952290152f90c0b", "enabled": 1 } }, "pkcs11proxyd": { "100": { "checksum": "sha256:184ad49c7d752eae216e8e7313fc50952515caf2d4fe77b1315204a436979cbc", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:611152fa77dc465824018a6b6e2687f2a1e483f92e20d9754c33f8032d7a210d", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:e73478b5cf88be80253fc65ed0f397e9078272320ce939b471230ade52207983", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:ac303c7ac224ff7fec004f7db6bdc6cabc5e9fbf1df3e27ab454f3f87de18b8d", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:f651b9a5f05bc1884e58553525034b9fa376084bc3eee5ecd5cb7b70c42a55aa", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:e30571ba606507dd4439ea7b455a115170923229f105614f0b044ed07a8ba832", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:15e3c27ffaa1d13d785823bd82e53c398e0b5c96c4e0efce502137b326f3710e", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:b1795d2f89c94a43339f1b659f29173491eed1d079a21cc290fb53afb74efd1f", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:abe82997f5573e9804f5b66de9f1b9120ccfd8ad1e3c0c3afd32a99f043a49ed", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:dd827cd694ba2389e77fee7137a741677590dc56dff0015fa6b58b93ab354c7c", "enabled": 1 } }, "postgrey": { "100": { "checksum": "sha256:698a04231cb1ca9a1a657c942f22b26ad57e06af78dbce2006dd9a7991d01b19", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:640c55f9dc7e32054fc5dcb34e4080a848526a35cbc4225b32deec213e9906e4", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:db21e33d0ffe48bd93a10808ea536532acad2578c499333de859afca9b4bfd5f", "enabled": 1 } }, "prelude": { "100": { "checksum": "sha256:2592c97f035c97e88768678244baa38c031afeb5e94730133a0a59e7b451aa57", "enabled": 1 } }, "privoxy": { "100": { "checksum": "sha256:2f9555f9f047d752841d98608cd372c9f9743fdaa88a59c96a0b2e85f9016b00", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:ee1a9203e7dd07d84cfa3c20a2e069bb0552dc430a6d2feed2919e53731b1864", "enabled": 1 } }, "prosody": { "100": { "checksum": "sha256:360e32fc4cb037faf2b5684ce2d376c42cff14785fc95d82fd750fe66dabe1e2", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:9450644b2b34bbc91aa8d0c40b88fd2363137df218d38ccc6b28b94b63286d54", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:861c6b803141841f4756be8531775c7d37e8ec378b2b9e90f37e1932d35e5e36", "enabled": 1 } }, "publicfile": { "100": { "checksum": "sha256:a932f4ee30fe06d891909b328e9ed103a77010e273b19cd7e9debf3ba43204c6", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:005f82a614bbe1a6cca6611aee9b59d97e2f8b51c2b88b41d6f800145410a166", "enabled": 1 } }, "puppet": { "100": { "checksum": "sha256:0ac394773bec589974cc6ecc5f99dc5faf2871e771295cb84f33a86bdbd51a6d", "enabled": 1 } }, "pwauth": { "100": { "checksum": "sha256:4cabb0c5c75a395579d7523d3e7616db9fb0e1f40d3b9f581f6e94eebb049810", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:1ce83ef85ac222374d15e090a30072e96219bea1a6c1e72bb122842ebbec7cee", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:7972bb152e68b8fdb1a77c84868b66e420365c9f526254fb272a7263500acbff", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:7cd981f1dfd524edc5e5992f10cd1b3e723adcb3cfaf8c7bb42c8f5197e64378", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:a25e72eac82204e6200ec843bc06d7b59a1ce7c755666bf1ed9effd12ee466d7", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:292ac0c56b89fb197298bc0cda18828e0c6c524414d7ccc38133e2552283136f", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:6ae09222a0b9aefa3ead90b1f1ee08972570b1f5e39d25c05108228e4d315d50", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:76e245eff00a30a5db15851804f5047caa072e5f418e44fd75e70fcaba611e73", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:b0ab6f58a00a32e8119b2b598d56acdc5919c7d9414eec24beb5eca9d84c90dc", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:cea5ec9a6380cf597ff5f333d46b2a16568c3e71d059a326f645284c6e6c171e", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:f6d50ea9aa365ffb71b924d04e606e7e7be9fc0ff67899ad1fd348bb209a7ad1", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:d45a4dad3bf9f007f05eca41b5c04d4ae329405b60f307f8d6959fc92dee841e", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:338d67a9fa343855efdd6d99bf0d28bdcf03631bdff7591c1a21e975471a510a", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:e2efb27c1fed30b949be0f29464b99701353b8eb65bd2da624505c7fc1e586a4", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:642738508f133e3709992b5542f048755e1ca6bdd1c3eed8fbf6de60135fe754", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:31f6f5efb0759335de46ac3ab4c8a64955f838afc9743a20f2e81a8cb54cb36a", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:95d0d03fbc1d4147f02a0b3da7cd76efbdd75d1f5812cf6160e922336abbf270", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:439afb2b8b905d32073d55ee61bb5ebc085ac1dd2c4bbb6b25f90051827dc6d2", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:d90d617944f40798165d77873629210aed1662ccc21b8687d92b63eaac5ace8c", "enabled": 1 } }, "rhev": { "100": { "checksum": "sha256:4c8dc74bd9e7cebd9f78bae013483cdc6350fb8eb90debbf2888a89a0c30232c", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:4b222d1ae2a6931560eca08e087c56c7835ce79c3f82514c5c6d3e98a7de89b1", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:12ea9c8c79218c6ef2da68bbe6f321ca6a7247a0f40142f1be8b85cb5b84d54d", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:7750446fcfd40c402633126aab29d231a47f4ca8d4993cb703a3c203c25a2c0c", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:3a96393cd8cd9fc1faefc62db7ca107be15963005f4ef420ae2b79b4035abd0c", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:c9afadeea7fc4762d923383de22df24de13563a6dbe205b9ab73a6ad0a5cff79", "enabled": 1 } }, "rkhunter": { "100": { "checksum": "sha256:5f31c86e2f2cc425040785cc22a9040c7cdb80bd1145dfd668d2b2597534d6e3", "enabled": 1 } }, "rkt": { "100": { "checksum": "sha256:6154fe3dc060aa2df1f629434a417621e043836c3fc0d1cfe128db80a0c3a5d9", "enabled": 1 } }, "rlogin": { "100": { "checksum": "sha256:2001491066517e9d1718973ef9ce30640101b146abaac53218e9fafc5838eba5", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:932eb717c50cc3b89b0d39754e8d42285224c7112dc8fb773b979ae335c61b81", "enabled": 1 } }, "rolekit": { "100": { "checksum": "sha256:08975182ac9221887a5cec3f1e51639802794cfa718d6bfe245aa5f132bac74d", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:931c928c6bf89625bce5b6cb76084615486f91d6e86a09fcaf007c47c5e68ba7", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:0620e84d3a712ecc8e401e1ce695e4a5c1dd33c2097d6cec8127273e2063e36a", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:3368e81d1e4c4368ed76661f4b636f38651dcc804843c4b1ef0f8ea0eff45d0d", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:b1d6f8003dfb181c492f970957c0fdbac2625661fbec8ac0925a6c9b141429c0", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:340e748f2da66a79889ffe2d77224bce0090a2954743d5c1098ac3cb1eb48866", "enabled": 1 } }, "rshd": { "100": { "checksum": "sha256:58d4cffb8b490c67aa4b1a335b0a3b933af4dfe6cc022fa0bc7400841d1efba7", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:34695491986303ceda8be41882d8279b3065627df85b9ff616650c420c6395b8", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:26f6c19589d58fd23c303ac699697517d6883a9531837ad406e2f09b7507278d", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:0aa06de248b996ddd0afc67811e82a96bde2dc7a2c328ecbbf6c6a5c9c780784", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:3cf7dfe541071b3898cd76674ccce511cb2b25626b0e5f9e43fb903f928508c5", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:d8e666993d2c3c43a5efc6628d04fed230f380cec2feafc9fb1eb305239ad954", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:c66a34fe691a84d52c8dd62ed1e9c8525796ccb3114743202a1d11dab4397c1b", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:76d4803f3945be392c2ba2f3c801fc3a8d629ea342e2352aa2100f3cb70c6a65", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:4c91ce35da807c4194c847e713628c8c5a8c2edabbc32800a9f0245175d61f9a", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:dd4e4f83f573e60a00c4c8f9fc6d281307ef29ab033281ec1d3bfe763ac842ef", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:12903fc32000cd4e9785975352f7cfc11ebb15acfbe277be575edb318b15131f", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:5a49a242fb57fbde3ec1d0b7c33432f0beb2992005df650c1387cd727cfc31a8", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:6b08742937f98065198547ba01efe084ce27119742dbfb22ffaefb651adcd4c5", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:cf43ae0bb1072dfbd3f191147458ab654f4bf36c7e6e52b3ddc5e21d565e527b", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:5c749a6c028d95eabf66a4af046f252d580a96be344cc6a4cbaf6c41bc3d7052", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:fbd918572c57ed1724375e81afce5d108e52933bcd98b454196a51fa9af36c7f", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:35e4d2a3208b8c0d74c4016309c3447efac46618ce4209c78af9861f95cf36c6", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:2356acc06af760cbcb7ea726dad667d1b22226436ce613f606a3a5035fc20617", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:b74fad36b6b99dce25b9723b5c83278e4cf0ad7a66b7f2d1788fa930737b6b26", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:cf1265945526b166650edb71077e9778d22a9a35e59b12e1edae8b233e8e656b", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:95193c003b42fd26e548de51bb8652289fc2fc66bd38f571c6e7173befc6e33d", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:60686aef35513ad652ac553180e26c9864b890a3a5f442a091375b00f886b443", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:a8c3633cf363e103e840a32cace7793040117dbc627ae5ebdbb4509f79273cef", "enabled": 1 } }, "sge": { "100": { "checksum": "sha256:a78576b227ed6d26f57c3ee3bceb45529e50e6662914cf22ad89cc4dedce2251", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:f7c098e79dd886767fe6d5ae4e564d458a4b1243e99c0c74d8c36432e138599a", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:cda143abf21914c24f0e38d8e9b9cb2668c88b44cb4df711004658dd53d3e902", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:ba397cdd0a7a730fc70c7cad3cbe4ed2475c670b65ee5f9914aeb08b58200845", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:8ef416256baedc5250ebe2cee413dec8082c9dcb2e9d11a4efa164326551eae8", "enabled": 1 } }, "smokeping": { "100": { "checksum": "sha256:81de53921f1a522847961acb56f77dbad54284bcf8841f52afe11ced904a20d7", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:95c7ee276c5baae8d1a63c94a349ea997f421cebdf73d013ab4b90b34d986fd0", "enabled": 1 } }, "smsd": { "100": { "checksum": "sha256:d871da983b281e8a8daec281efefbc6f6bf1ce5d5cbea4b352b49a08b0d89c77", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:4e5c5d73145bbed79c08e82d0a21a965d8cb7a92db76b202b5d134fa42c95fe1", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:af32d5989dfb265da12ba1be45f553eb0cca6ad12097540b811f7c30fbb208fe", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:b1696f79ceb514e5ffed2caea4f90f783c94ca4a73a22f278e48438182d4f07e", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:8059bae88c09a10f717526e476d1a4007db637fea6adc08fad6b17449dbc9e4d", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:3d50318423313efcf8160d08a3bd655e53f34b30374d9dc30ad5bea5cc7e0776", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:4054ceef428a1df14d5fd4c620fce5d039a236500c1368a7a6e4bb07135d307a", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:b08147b36ed3fa54428c34c8ac8e2781717ecb453c2372760d41a7738b7757da", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:d6ec108e7f32a9cfe6f024cd5287a9b020783887f6a71e03b113eab3304342ab", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:97b2011b254075f1c3ef158248c3d5d873e56873abe9fc9110438508cb252edd", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:5f14c1526eaa63f5176c2e6401410159cacd7f06f89d3c37c6670f5f3193eaa4", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:4efe2c843fcfefd5b0b2723830b24042e2f4f024c9208895282d3489f1e04bc4", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:6c0a0a7950d6c8f38183a9355366d6696e1b425175f65cf760e8e156d83b676c", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:9ef028437851996db7b3152ef672f991fde6cd464194eef73c1670c33cdb274f", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:0a08f155a5545909cceeb2c2221dcee1980385b52a4afd3f8b8f6704617d14a5", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:46468db34c31c668f4b213b8ed14fcfb53e1e183431f6237364acf686d83b8f0", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:b24d3a5bcd4ecd35cd51836670ce97820a48a3669c0d590e716aee30709dc1f7", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:858e8488feb83d85137a778c3b8c5140d9bc7d9b83a43077a23fbfd27091349c", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:3b764e80b7d12f0a5cc492c273fca984ed153af085f82c06a26b23ac20121006", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:2a78595b73c7ea25c5b395ec91f18b3dad58002dd8ef3652d69edd5a8c13f3f5", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:ccacc18e643d0ca081b36d910abb0ad6fae2acdd1f92a52b4fc9004fc31f4677", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:ac0ad29a676fe6efa794dbef70b08cd353778bb82694b6013ad5c2a61409ef3d", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:8b3d56e43b270a3c8e85c91782ceb793a817dadff0af988ed17ec41251b9b315", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:6cf6d7c76e8239bbd876a16bf8321e68680308e33cf8a88e89236172e07d852e", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:e35d3df921d581298273023c20b12e4d1168c249b06e08458a27732a4ff082ce", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:d4052f80e688d7d15c1dc7cfdd9e837aaebb1e7295b8b89232a462c60f271195", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:b09965ae1db2d4aeab2d1c8775897288e6d55224183205ed48002daa816d2bbd", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:8d31e97d05e23cbca57938b58d725c33af5e6aaa3e563971a398936cd3a21b36", "enabled": 1 } }, "tcpd": { "100": { "checksum": "sha256:2ea50e3363cefebf4b9bbcb6bcdd9e923da455c54a14c509f8c5ba9ca4da1c5d", "enabled": 1 } }, "tcsd": { "100": { "checksum": "sha256:a4d57e1e23ddfdbf6977fae56c0797b5791bd7a03bc3e7da5ae87d6f9ca870cc", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:98fac790af3d7a87e75899e112ba5d4cd2455261e44b60f1a0d7387ba0e0ad49", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:e531681ec043e98c7aa5feeb5948eb339c71c657dd9a93a7dc35909aee56de2b", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:7746597ed5d872b63e1e842421771ebacdcde5288bfd6d006346ad554e4799e7", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:e599de319c72ac9f8ca525508c1d2ce54b46a85f378b56b04ff8fa1781250c60", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:9825f5ea5ecf0720ae08c5fb7a50d3318b3dfb520801cf5ec8c0663364df5a62", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:967c4a8d81c00053b35bd61cd547e73dba57abbdd31de06c242c46fac0aff410", "enabled": 1 } }, "timedatex": { "100": { "checksum": "sha256:127a1f551291ce8c39e638b32770fdeadda67312a1c16dc1fad7da9b5a4f5c01", "enabled": 1 } }, "tlp": { "100": { "checksum": "sha256:c3135382d1212256d9ad9ce4c893271cc8093256fdfd34e0a37d9912dc75b16d", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:5650adc4d1a2c1db0f3733e73fe7b7b9aa4fda69a1d3308e0b59a8c4cf30c5f5", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:59312967f089bd0efa786367f1587ca124a49b7eb0ba7b5f21c2d66bc66e1b1b", "enabled": 1 } }, "tor": { "100": { "checksum": "sha256:210d53406ae0727c0243c597928358124d2c44c16bf33a47767a3ac88227414b", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:758f35f5b9f4195f564792cf864a87a9b6e8de155fc2d348d4eec0ca30d8463d", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:59a579d32a09dd28b983fdaaa6f695be68dfbe0273ee26bd8540e116d07084b4", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:acb78447445a0d74b28f8e7b5db170464c56476be775e8d2577b04cb55ce3f69", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:fbd1de444b4bfe75df73aee4560955dac1378eb7e5654d05d849c67db43546b5", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:c05987c6a9f49b3370c011d79431dc52d6d435e89a577d7d10a8db02587a3786", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:be7e30d2c6b24f9d403c9b96acbf9258310b570cb8bf11fdf05166b4b4144664", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:8006817bbdf1a8de02fbe47d42fd5a79fd515cbb9b40a49cd5677cd83dc5b466", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:1b37d8de7cf505da7e184ad33a2d04904d9fc51d64707b5d7e449b9d615deaa2", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:ca8c125d322b127dcdc6bc5010fbaf6f4b6d08997a3925d7d2d2946064c4a0b5", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:e698b5479929ff28896c7e38efc410a47b6a5cd38eafd56c0c8de7fa210d16e3", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:00518ce2d8f4e15cf7186a7467c8710848f2312adbbfb919cd6bed45d40d10d4", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:495bbffef9f008519da7918d89fdb853bab29a6c718ed72b13496574d16a18af", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:3fd80d33fa8d00faaa71556b252c45f509297db070ec8fd764621f29383ec539", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:ec2502e379bebb8c8b29386cb8324f0fe8b3935bf065702a1b0a3cf4224e9798", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:35178826cea105b5cbec665c4032d007e453cc6897c787d14b00700e37ac5cdc", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:24d457c012fb774bde2ecfb530699e6b4768604525b33f8d3cc99844f53918bb", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:5451b95ffd75ed6e3a933bc0518e3dd2e9dfad315b4a6d3b08653469e8168668", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:7e39bde0db4bb71a014b04fe58282e134c94c1e753bd1b15e3e7f64b016bcb51", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:b6a3a26dac9580a586502165719438a72e9d41f72ff3d21eb05225a6d368f296", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:f513668cef5d03425903904f53f97a3640fa138faa4d1c13192d46b752b78c71", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:bc8ddc6407a2ff415e265da8ff8609013d8d173979235acf4fcd1cbfc313a571", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:f70debf2f6eae67b9076fa13f1513748b890ed339d6151ab690db395422e076e", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:d80a998844ea68164a2ac00d46b8c5ce51107066dc44a30ab41057a4e3ac259e", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:ec8354aba09fd7ab45ed59a737034196f8b6c4df25e6079c4a00985e36b15f92", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:2b632a2cf0d1be1e6bffaf66a320cfd73cd3cb175711cfcab9ff77147838db40", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:70cd067efc6e8ae5416b382c4b056f7a723459bc1c4e2e7f24fdb757d341845d", "enabled": 1 } }, "vnstatd": { "100": { "checksum": "sha256:fc8312deb1ef563cfbf8da562e6afba6dd16f4adc97e027c294ff06b1f1ef29f", "enabled": 1 } }, "vpn": { "100": { "checksum": "sha256:e1a9309d48b6463d32450421e867adadb08adbd641eaa072dcb5cd3d629f5dae", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:6b19f10f4a51f6f1f343b082d4a96c3335b191f00d41152ae090627f727b8360", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:1171d89af3fa7fc84808f2b6f44fa9a6f8c161198fd3e326fa0f6f63b3820aac", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:78171e88b18db8befbfd2f75e232ed2925648955c4891c790e084063bc5e29f2", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:f836d4af3abab47d1c5afe5f6a83ca9303506403e75e65f10fe4c4c719dee46a", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:43f69260eb8c399ceb227825b190ee1758a60b1b78052b1fbfe21d5fce8daab5", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:204369c49480adaf6c3bbee72b72ec17a5fac47821e371ac9b0e633666af050e", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:ec1197ebeb6bdbc525a66b7e661a8f7a58fe0a4cbf09ba7df7ee055d23746c1c", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:04f7d964a66c88c0ed6af6d352fa81af6618f3a16c0db0363e6f2df07d9ea83a", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:e79e6baf86bd76cda73219fd891bd706c38ecb6e37a92c24ba4291b28e8782de", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:710ba99d8d809150194ab9c84f7e292435f65de06702b0fe6e9bdfa362076621", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:0e8725771ff4feca1f8ac71496b93792c894b947bf0cea5f322da04bff38cd24", "enabled": 1 } }, "zabbix": { "100": { "checksum": "sha256:a7eab2820c4bf5c9e51dd30942fce48426c0e35c25d5c13efda6e9313602a66f", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:b1738ace3c35a58867613fabb433a761136afae86bab322ea4d192436c5b0ddd", "enabled": 1 } }, "zebra": { "100": { "checksum": "sha256:913b9c2802fc6607d811ffc278dff3fb84d81942603cf21e1b4efcebf6a7529e", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:19a33723d291446ee9617d0120088d7bae884e5a963c48a8afec20fc6bacc4bc", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:0e85101587e037fa8552703dfe40e3c31d4b86d65981d03ca3bcb9f91cde9e06", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } 6494 1726853163.19773: no more pending results, returning what we have 6494 1726853163.19781: results queue empty 6494 1726853163.19783: checking for any_errors_fatal 6494 1726853163.19791: done checking for any_errors_fatal 6494 1726853163.19792: checking for max_fail_percentage 6494 1726853163.19793: done checking for max_fail_percentage 6494 1726853163.19794: checking to see if all hosts have failed and the running result is not ok 6494 1726853163.19795: done checking to see if all hosts have failed 6494 1726853163.19796: getting the remaining hosts for this loop 6494 1726853163.19797: done getting the remaining hosts for this loop 6494 1726853163.19801: getting the next task for host managed_node1 6494 1726853163.19806: done getting next task for host managed_node1 6494 1726853163.19810: ^ task is: TASK: fedora.linux_system_roles.selinux : Load SELinux modules 6494 1726853163.19813: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=18, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853163.19820: getting variables 6494 1726853163.19821: in VariableManager get_vars() 6494 1726853163.19847: Calling all_inventory to load vars for managed_node1 6494 1726853163.19853: Calling groups_inventory to load vars for managed_node1 6494 1726853163.19856: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853163.19866: Calling all_plugins_play to load vars for managed_node1 6494 1726853163.19869: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853163.19873: Calling groups_plugins_play to load vars for managed_node1 6494 1726853163.20375: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853163.20845: done with get_vars() 6494 1726853163.20859: done getting variables TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:115 Friday 20 September 2024 13:26:03 -0400 (0:00:03.355) 0:00:38.131 ****** 6494 1726853163.20922: entering _queue_task() for managed_node1/include_tasks 6494 1726853163.21261: worker is 1 (out of 1 available) 6494 1726853163.21273: exiting _queue_task() for managed_node1/include_tasks 6494 1726853163.21285: done queuing things up, now waiting for results queue to drain 6494 1726853163.21286: waiting for pending results... 6494 1726853163.21558: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.selinux : Load SELinux modules 6494 1726853163.21663: in run() - task 0affc48f-66db-1e98-6787-000000000289 6494 1726853163.21675: variable 'ansible_search_path' from source: unknown 6494 1726853163.21678: variable 'ansible_search_path' from source: unknown 6494 1726853163.21905: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853163.23534: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853163.23614: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853163.23643: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853163.23669: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853163.23690: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853163.23784: calling self._execute() 6494 1726853163.23836: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853163.23840: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853163.23849: variable 'omit' from source: magic vars 6494 1726853163.24092: variable 'postfix_manage_selinux' from source: include params 6494 1726853163.24106: Evaluated conditional (postfix_manage_selinux | bool): True 6494 1726853163.24281: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6494 1726853163.24446: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6494 1726853163.24497: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6494 1726853163.24572: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6494 1726853163.24631: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6494 1726853163.24690: 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) 6494 1726853163.24736: 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) 6494 1726853163.24786: 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) 6494 1726853163.24790: 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) 6494 1726853163.24867: Evaluated conditional (selinux_modules is defined): False 6494 1726853163.24883: when evaluation is False, skipping this task 6494 1726853163.24886: _execute() done 6494 1726853163.24889: dumping result to json 6494 1726853163.24896: done dumping result, returning 6494 1726853163.24899: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.selinux : Load SELinux modules [0affc48f-66db-1e98-6787-000000000289] 6494 1726853163.24901: sending task result for task 0affc48f-66db-1e98-6787-000000000289 6494 1726853163.25029: done sending task result for task 0affc48f-66db-1e98-6787-000000000289 6494 1726853163.25034: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "selinux_modules is defined", "skip_reason": "Conditional result was False" } 6494 1726853163.25090: no more pending results, returning what we have 6494 1726853163.25094: results queue empty 6494 1726853163.25095: checking for any_errors_fatal 6494 1726853163.25108: done checking for any_errors_fatal 6494 1726853163.25109: checking for max_fail_percentage 6494 1726853163.25111: done checking for max_fail_percentage 6494 1726853163.25112: checking to see if all hosts have failed and the running result is not ok 6494 1726853163.25113: done checking to see if all hosts have failed 6494 1726853163.25113: getting the remaining hosts for this loop 6494 1726853163.25115: done getting the remaining hosts for this loop 6494 1726853163.25119: getting the next task for host managed_node1 6494 1726853163.25128: done getting next task for host managed_node1 6494 1726853163.25135: ^ task is: TASK: fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree 6494 1726853163.25141: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=19, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853163.25159: getting variables 6494 1726853163.25161: in VariableManager get_vars() 6494 1726853163.25199: Calling all_inventory to load vars for managed_node1 6494 1726853163.25202: Calling groups_inventory to load vars for managed_node1 6494 1726853163.25204: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853163.25213: Calling all_plugins_play to load vars for managed_node1 6494 1726853163.25215: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853163.25221: Calling groups_plugins_play to load vars for managed_node1 6494 1726853163.26007: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853163.26657: done with get_vars() 6494 1726853163.26689: done getting variables 6494 1726853163.26762: 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.selinux : Restore SELinux labels on filesystem tree] *** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:128 Friday 20 September 2024 13:26:03 -0400 (0:00:00.058) 0:00:38.190 ****** 6494 1726853163.26791: entering _queue_task() for managed_node1/command 6494 1726853163.27083: worker is 1 (out of 1 available) 6494 1726853163.27096: exiting _queue_task() for managed_node1/command 6494 1726853163.27112: done queuing things up, now waiting for results queue to drain 6494 1726853163.27113: waiting for pending results... 6494 1726853163.27311: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree 6494 1726853163.27409: in run() - task 0affc48f-66db-1e98-6787-00000000028b 6494 1726853163.27422: variable 'ansible_search_path' from source: unknown 6494 1726853163.27426: variable 'ansible_search_path' from source: unknown 6494 1726853163.27480: variable 'selinux_restore_dirs' from source: role '' defaults 6494 1726853163.27661: variable 'selinux_restore_dirs' from source: role '' defaults 6494 1726853163.27796: Loaded config def from plugin (lookup/items) 6494 1726853163.27803: Loading LookupModule 'items' from /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup/items.py 6494 1726853163.27812: dumping result to json 6494 1726853163.27815: done dumping result, returning 6494 1726853163.27822: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree [0affc48f-66db-1e98-6787-00000000028b] 6494 1726853163.27826: sending task result for task 0affc48f-66db-1e98-6787-00000000028b 6494 1726853163.27928: done sending task result for task 0affc48f-66db-1e98-6787-00000000028b 6494 1726853163.27931: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } 6494 1726853163.27989: no more pending results, returning what we have 6494 1726853163.27993: results queue empty 6494 1726853163.27994: checking for any_errors_fatal 6494 1726853163.28005: done checking for any_errors_fatal 6494 1726853163.28006: checking for max_fail_percentage 6494 1726853163.28007: done checking for max_fail_percentage 6494 1726853163.28008: checking to see if all hosts have failed and the running result is not ok 6494 1726853163.28009: done checking to see if all hosts have failed 6494 1726853163.28010: getting the remaining hosts for this loop 6494 1726853163.28012: done getting the remaining hosts for this loop 6494 1726853163.28015: getting the next task for host managed_node1 6494 1726853163.28023: done getting next task for host managed_node1 6494 1726853163.28027: ^ task is: TASK: fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode 6494 1726853163.28036: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853163.28077: getting variables 6494 1726853163.28078: in VariableManager get_vars() 6494 1726853163.28116: Calling all_inventory to load vars for managed_node1 6494 1726853163.28119: Calling groups_inventory to load vars for managed_node1 6494 1726853163.28121: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853163.28130: Calling all_plugins_play to load vars for managed_node1 6494 1726853163.28185: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853163.28191: Calling groups_plugins_play to load vars for managed_node1 6494 1726853163.28743: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853163.29181: done with get_vars() 6494 1726853163.29208: done getting variables 6494 1726853163.29256: 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.selinux : Restore SELinux labels on filesystem tree in check mode] *** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:136 Friday 20 September 2024 13:26:03 -0400 (0:00:00.024) 0:00:38.215 ****** 6494 1726853163.29284: entering _queue_task() for managed_node1/command 6494 1726853163.29545: worker is 1 (out of 1 available) 6494 1726853163.29558: exiting _queue_task() for managed_node1/command 6494 1726853163.29571: done queuing things up, now waiting for results queue to drain 6494 1726853163.29572: waiting for pending results... 6494 1726853163.29807: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode 6494 1726853163.29934: in run() - task 0affc48f-66db-1e98-6787-00000000028d 6494 1726853163.29949: variable 'ansible_search_path' from source: unknown 6494 1726853163.29953: variable 'ansible_search_path' from source: unknown 6494 1726853163.30015: variable 'selinux_restore_dirs' from source: role '' defaults 6494 1726853163.30245: variable 'selinux_restore_dirs' from source: role '' defaults 6494 1726853163.30387: Loaded config def from plugin (lookup/items) 6494 1726853163.30391: Loading LookupModule 'items' from /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup/items.py 6494 1726853163.30403: dumping result to json 6494 1726853163.30409: done dumping result, returning 6494 1726853163.30426: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode [0affc48f-66db-1e98-6787-00000000028d] 6494 1726853163.30430: sending task result for task 0affc48f-66db-1e98-6787-00000000028d 6494 1726853163.30538: done sending task result for task 0affc48f-66db-1e98-6787-00000000028d 6494 1726853163.30542: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } 6494 1726853163.30594: no more pending results, returning what we have 6494 1726853163.30597: results queue empty 6494 1726853163.30598: checking for any_errors_fatal 6494 1726853163.30605: done checking for any_errors_fatal 6494 1726853163.30606: checking for max_fail_percentage 6494 1726853163.30607: done checking for max_fail_percentage 6494 1726853163.30608: checking to see if all hosts have failed and the running result is not ok 6494 1726853163.30609: done checking to see if all hosts have failed 6494 1726853163.30610: getting the remaining hosts for this loop 6494 1726853163.30611: done getting the remaining hosts for this loop 6494 1726853163.30615: getting the next task for host managed_node1 6494 1726853163.30626: done getting next task for host managed_node1 6494 1726853163.30628: ^ task is: TASK: meta (role_complete) 6494 1726853163.30635: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853163.30649: getting variables 6494 1726853163.30654: in VariableManager get_vars() 6494 1726853163.30694: Calling all_inventory to load vars for managed_node1 6494 1726853163.30697: Calling groups_inventory to load vars for managed_node1 6494 1726853163.30699: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853163.30708: Calling all_plugins_play to load vars for managed_node1 6494 1726853163.30710: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853163.30715: Calling groups_plugins_play to load vars for managed_node1 6494 1726853163.31479: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853163.32122: done with get_vars() 6494 1726853163.32152: done getting variables 6494 1726853163.32246: done queuing things up, now waiting for results queue to drain 6494 1726853163.32249: results queue empty 6494 1726853163.32250: checking for any_errors_fatal 6494 1726853163.32253: done checking for any_errors_fatal 6494 1726853163.32254: checking for max_fail_percentage 6494 1726853163.32258: done checking for max_fail_percentage 6494 1726853163.32259: checking to see if all hosts have failed and the running result is not ok 6494 1726853163.32259: done checking to see if all hosts have failed 6494 1726853163.32260: getting the remaining hosts for this loop 6494 1726853163.32263: done getting the remaining hosts for this loop 6494 1726853163.32266: getting the next task for host managed_node1 6494 1726853163.32272: done getting next task for host managed_node1 6494 1726853163.32275: ^ task is: TASK: fedora.linux_system_roles.postfix : Install Postfix 6494 1726853163.32281: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853163.32290: getting variables 6494 1726853163.32291: in VariableManager get_vars() 6494 1726853163.32310: Calling all_inventory to load vars for managed_node1 6494 1726853163.32311: Calling groups_inventory to load vars for managed_node1 6494 1726853163.32313: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853163.32316: Calling all_plugins_play to load vars for managed_node1 6494 1726853163.32318: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853163.32320: Calling groups_plugins_play to load vars for managed_node1 6494 1726853163.32814: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853163.33312: done with get_vars() 6494 1726853163.33341: done getting variables 6494 1726853163.33402: 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.postfix : Install Postfix] ********************* task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:60 Friday 20 September 2024 13:26:03 -0400 (0:00:00.041) 0:00:38.257 ****** 6494 1726853163.33448: entering _queue_task() for managed_node1/package 6494 1726853163.33840: worker is 1 (out of 1 available) 6494 1726853163.33858: exiting _queue_task() for managed_node1/package 6494 1726853163.33871: done queuing things up, now waiting for results queue to drain 6494 1726853163.33873: waiting for pending results... 6494 1726853163.34233: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.postfix : Install Postfix 6494 1726853163.34290: in run() - task 0affc48f-66db-1e98-6787-00000000002d 6494 1726853163.34295: variable 'ansible_search_path' from source: unknown 6494 1726853163.34299: variable 'ansible_search_path' from source: unknown 6494 1726853163.34354: calling self._execute() 6494 1726853163.34414: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853163.34418: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853163.34427: variable 'omit' from source: magic vars 6494 1726853163.34547: variable 'omit' from source: magic vars 6494 1726853163.34613: variable 'omit' from source: magic vars 6494 1726853163.34683: variable '__postfix_packages' from source: role '' all vars 6494 1726853163.34913: variable '__postfix_packages' from source: role '' all vars 6494 1726853163.35081: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853163.37345: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853163.37519: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853163.37563: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853163.37602: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853163.37691: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853163.37800: 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) 6494 1726853163.37847: 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) 6494 1726853163.37864: 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) 6494 1726853163.37930: 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) 6494 1726853163.37955: 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) 6494 1726853163.38110: variable '__postfix_is_ostree' from source: set_fact 6494 1726853163.38126: variable 'omit' from source: magic vars 6494 1726853163.38159: variable 'omit' from source: magic vars 6494 1726853163.38183: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6494 1726853163.38226: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6494 1726853163.38229: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6494 1726853163.38241: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853163.38250: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853163.38279: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6494 1726853163.38282: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853163.38284: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853163.38365: Set connection var ansible_shell_type to sh 6494 1726853163.38378: Set connection var ansible_pipelining to False 6494 1726853163.38382: Set connection var ansible_shell_executable to /bin/sh 6494 1726853163.38384: Set connection var ansible_timeout to 10 6494 1726853163.38389: Set connection var ansible_connection to ssh 6494 1726853163.38428: Set connection var ansible_module_compression to ZIP_DEFLATED 6494 1726853163.38431: variable 'ansible_shell_executable' from source: unknown 6494 1726853163.38436: variable 'ansible_connection' from source: unknown 6494 1726853163.38438: variable 'ansible_module_compression' from source: unknown 6494 1726853163.38639: variable 'ansible_shell_type' from source: unknown 6494 1726853163.38648: variable 'ansible_shell_executable' from source: unknown 6494 1726853163.38651: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853163.38654: variable 'ansible_pipelining' from source: unknown 6494 1726853163.38656: variable 'ansible_timeout' from source: unknown 6494 1726853163.38658: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853163.38660: 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) 6494 1726853163.38663: variable 'omit' from source: magic vars 6494 1726853163.38665: starting attempt loop 6494 1726853163.38667: running the handler 6494 1726853163.38669: variable 'ansible_facts' from source: unknown 6494 1726853163.38672: _low_level_execute_command(): starting 6494 1726853163.38677: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6494 1726853163.40251: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853163.40256: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853163.40289: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853163.40415: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853163.42213: stdout chunk (state=3): >>>/root <<< 6494 1726853163.42313: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853163.42357: stderr chunk (state=3): >>><<< 6494 1726853163.42359: stdout chunk (state=3): >>><<< 6494 1726853163.42374: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853163.42464: _low_level_execute_command(): starting 6494 1726853163.42473: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726853163.4238696-7545-93466788325863 `" && echo ansible-tmp-1726853163.4238696-7545-93466788325863="` echo /root/.ansible/tmp/ansible-tmp-1726853163.4238696-7545-93466788325863 `" ) && sleep 0' 6494 1726853163.43438: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853163.43443: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853163.43445: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853163.43671: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853163.45887: stdout chunk (state=3): >>>ansible-tmp-1726853163.4238696-7545-93466788325863=/root/.ansible/tmp/ansible-tmp-1726853163.4238696-7545-93466788325863 <<< 6494 1726853163.46072: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853163.46077: stdout chunk (state=3): >>><<< 6494 1726853163.46085: stderr chunk (state=3): >>><<< 6494 1726853163.46159: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726853163.4238696-7545-93466788325863=/root/.ansible/tmp/ansible-tmp-1726853163.4238696-7545-93466788325863 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853163.46443: variable 'ansible_module_compression' from source: unknown 6494 1726853163.46447: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6494dydhg1yg/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 6494 1726853163.46511: variable 'ansible_facts' from source: unknown 6494 1726853163.46951: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726853163.4238696-7545-93466788325863/AnsiballZ_setup.py 6494 1726853163.47159: Sending initial data 6494 1726853163.47169: Sent initial data (151 bytes) 6494 1726853163.47829: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6494 1726853163.47953: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853163.47978: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853163.48018: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853163.48248: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853163.49953: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6494 1726853163.50283: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6494 1726853163.50408: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6494dydhg1yg/tmpo8wfcrgn /root/.ansible/tmp/ansible-tmp-1726853163.4238696-7545-93466788325863/AnsiballZ_setup.py <<< 6494 1726853163.50413: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726853163.4238696-7545-93466788325863/AnsiballZ_setup.py" <<< 6494 1726853163.50508: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6494dydhg1yg/tmpo8wfcrgn" to remote "/root/.ansible/tmp/ansible-tmp-1726853163.4238696-7545-93466788325863/AnsiballZ_setup.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726853163.4238696-7545-93466788325863/AnsiballZ_setup.py" <<< 6494 1726853163.52756: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853163.52805: stderr chunk (state=3): >>><<< 6494 1726853163.52823: stdout chunk (state=3): >>><<< 6494 1726853163.52855: done transferring module to remote 6494 1726853163.52956: _low_level_execute_command(): starting 6494 1726853163.52960: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726853163.4238696-7545-93466788325863/ /root/.ansible/tmp/ansible-tmp-1726853163.4238696-7545-93466788325863/AnsiballZ_setup.py && sleep 0' 6494 1726853163.53568: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6494 1726853163.53607: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6494 1726853163.53714: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853163.53718: 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853163.53753: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853163.53778: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853163.53952: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853163.55884: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853163.55920: stderr chunk (state=3): >>><<< 6494 1726853163.55922: stdout chunk (state=3): >>><<< 6494 1726853163.55938: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853163.55941: _low_level_execute_command(): starting 6494 1726853163.55946: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726853163.4238696-7545-93466788325863/AnsiballZ_setup.py && sleep 0' 6494 1726853163.56659: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853163.56664: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6494 1726853163.56666: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853163.56669: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853163.56782: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853163.59114: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 6494 1726853163.59141: stdout chunk (state=3): >>>import _imp # builtin <<< 6494 1726853163.59170: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 6494 1726853163.59238: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 6494 1726853163.59264: stdout chunk (state=3): >>>import 'posix' # <<< 6494 1726853163.59308: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 6494 1726853163.59329: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 6494 1726853163.59389: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853163.59413: stdout chunk (state=3): >>>import '_codecs' # <<< 6494 1726853163.59426: stdout chunk (state=3): >>>import 'codecs' # <<< 6494 1726853163.59475: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 6494 1726853163.59508: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8c0184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8bfe7b30> <<< 6494 1726853163.59539: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 6494 1726853163.59586: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8c01aa50> import '_signal' # <<< 6494 1726853163.59594: stdout chunk (state=3): >>>import '_abc' # <<< 6494 1726853163.59618: stdout chunk (state=3): >>>import 'abc' # import 'io' # <<< 6494 1726853163.59649: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 6494 1726853163.59730: stdout chunk (state=3): >>>import '_collections_abc' # <<< 6494 1726853163.59769: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 6494 1726853163.59822: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # <<< 6494 1726853163.59863: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 6494 1726853163.59887: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 6494 1726853163.59907: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8be09130> <<< 6494 1726853163.59968: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853163.59989: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8be09fa0> <<< 6494 1726853163.59999: stdout chunk (state=3): >>>import 'site' # <<< 6494 1726853163.60024: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 6494 1726853163.60433: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 6494 1726853163.60437: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 6494 1726853163.60473: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853163.60476: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 6494 1726853163.60517: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 6494 1726853163.60555: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 6494 1726853163.60580: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8be47da0> <<< 6494 1726853163.60626: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 6494 1726853163.60644: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8be47fb0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 6494 1726853163.60682: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 6494 1726853163.60695: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 6494 1726853163.60751: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853163.60806: stdout chunk (state=3): >>>import 'itertools' # <<< 6494 1726853163.60811: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8be7f770> <<< 6494 1726853163.60842: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8be7fe00> import '_collections' # <<< 6494 1726853163.60892: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8be5fa40> <<< 6494 1726853163.60906: stdout chunk (state=3): >>>import '_functools' # <<< 6494 1726853163.60939: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8be5d160> <<< 6494 1726853163.61020: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8be44f50> <<< 6494 1726853163.61080: stdout chunk (state=3): >>># /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' <<< 6494 1726853163.61094: stdout chunk (state=3): >>>import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 6494 1726853163.61148: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 6494 1726853163.61163: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 6494 1726853163.61198: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8be9f6b0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8be9e2d0> <<< 6494 1726853163.61228: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8be5e030> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8be9cb60> <<< 6494 1726853163.61311: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 6494 1726853163.61327: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8bed46b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8be441d0> # /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' <<< 6494 1726853163.61356: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7eff8bed4b60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8bed4a10> <<< 6494 1726853163.61391: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853163.61451: stdout chunk (state=3): >>># extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7eff8bed4dd0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8be42cf0> <<< 6494 1726853163.61459: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853163.61514: stdout chunk (state=3): >>># /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' <<< 6494 1726853163.61517: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8bed54c0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8bed5190> import 'importlib.machinery' # <<< 6494 1726853163.61595: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8bed63c0> <<< 6494 1726853163.61599: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 6494 1726853163.61615: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 6494 1726853163.61681: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 6494 1726853163.61691: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8bef05c0> import 'errno' # <<< 6494 1726853163.61720: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7eff8bef1d00> <<< 6494 1726853163.61756: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 6494 1726853163.61800: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 6494 1726853163.61830: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8bef2ba0> <<< 6494 1726853163.61855: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7eff8bef3200> <<< 6494 1726853163.61885: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8bef20f0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 6494 1726853163.61914: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 6494 1726853163.61940: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7eff8bef3c80> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8bef33b0> <<< 6494 1726853163.62010: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8bed6330> <<< 6494 1726853163.62014: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 6494 1726853163.62066: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 6494 1726853163.62070: stdout chunk (state=3): >>># /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' <<< 6494 1726853163.62197: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7eff8bbebbf0> # /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' <<< 6494 1726853163.62223: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7eff8bc146e0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8bc14440> # 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 0x7eff8bc14710> # /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' <<< 6494 1726853163.62286: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853163.62417: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7eff8bc14fe0> <<< 6494 1726853163.62576: stdout chunk (state=3): >>># 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 0x7eff8bc159d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8bc14890> <<< 6494 1726853163.62617: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8bbe9d90> <<< 6494 1726853163.62635: stdout chunk (state=3): >>># /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' <<< 6494 1726853163.62671: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 6494 1726853163.62690: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8bc16db0> <<< 6494 1726853163.62726: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8bc15af0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8bed6ae0> <<< 6494 1726853163.62748: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 6494 1726853163.62820: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853163.62847: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 6494 1726853163.62881: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 6494 1726853163.62884: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8bc3f110> <<< 6494 1726853163.62961: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 6494 1726853163.62964: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853163.62994: stdout chunk (state=3): >>># /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' <<< 6494 1726853163.63040: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8bc63470> <<< 6494 1726853163.63055: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 6494 1726853163.63103: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 6494 1726853163.63153: stdout chunk (state=3): >>>import 'ntpath' # <<< 6494 1726853163.63188: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8bcc4290> <<< 6494 1726853163.63221: stdout chunk (state=3): >>># /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' <<< 6494 1726853163.63253: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 6494 1726853163.63295: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 6494 1726853163.63382: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8bcc69f0> <<< 6494 1726853163.63455: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8bcc43b0> <<< 6494 1726853163.63503: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8bc91280> <<< 6494 1726853163.63540: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 6494 1726853163.63551: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b5253d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8bc62270> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8bc17ce0> <<< 6494 1726853163.63744: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 6494 1726853163.63764: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7eff8bc62870> <<< 6494 1726853163.64006: stdout chunk (state=3): >>># zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload_f33lp4cu/ansible_ansible.legacy.setup_payload.zip' # zipimport: zlib available <<< 6494 1726853163.64137: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.64163: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 6494 1726853163.64174: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 6494 1726853163.64215: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 6494 1726853163.64316: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 6494 1726853163.64336: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b58b1a0> import '_typing' # <<< 6494 1726853163.64536: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b56a090> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b5691f0> # zipimport: zlib available <<< 6494 1726853163.64594: stdout chunk (state=3): >>>import 'ansible' # <<< 6494 1726853163.64613: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # <<< 6494 1726853163.64636: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.66062: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.67258: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b588e90> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 6494 1726853163.67295: stdout chunk (state=3): >>># 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' <<< 6494 1726853163.67335: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853163.67354: stdout chunk (state=3): >>># 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 0x7eff8b5baa80> <<< 6494 1726853163.67369: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b5ba810> <<< 6494 1726853163.67416: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b5ba150> <<< 6494 1726853163.67441: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 6494 1726853163.67471: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b5ba8a0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b58be30> import 'atexit' # <<< 6494 1726853163.67513: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853163.67551: stdout chunk (state=3): >>># extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7eff8b5bb7d0> # 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 0x7eff8b5bb9e0> <<< 6494 1726853163.67566: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 6494 1726853163.67612: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 6494 1726853163.67621: stdout chunk (state=3): >>>import '_locale' # <<< 6494 1726853163.67673: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b5bbf20> import 'pwd' # <<< 6494 1726853163.67693: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 6494 1726853163.67711: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 6494 1726853163.67771: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b425ca0> <<< 6494 1726853163.67817: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7eff8b4278c0> <<< 6494 1726853163.67820: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 6494 1726853163.67860: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b4282c0> <<< 6494 1726853163.67888: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 6494 1726853163.67909: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 6494 1726853163.67941: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b4291c0> <<< 6494 1726853163.67944: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 6494 1726853163.67989: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 6494 1726853163.68015: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 6494 1726853163.68053: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b42bec0> <<< 6494 1726853163.68106: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7eff8be42de0> <<< 6494 1726853163.68152: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b42a1b0> <<< 6494 1726853163.68155: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 6494 1726853163.68182: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 6494 1726853163.68198: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 6494 1726853163.68218: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 6494 1726853163.68351: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 6494 1726853163.68375: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b433e30> <<< 6494 1726853163.68396: stdout chunk (state=3): >>>import '_tokenize' # <<< 6494 1726853163.68456: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b432900> <<< 6494 1726853163.68471: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b432660> # /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' <<< 6494 1726853163.68548: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b432bd0> <<< 6494 1726853163.68572: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b42a6c0> <<< 6494 1726853163.68615: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7eff8b477fe0> <<< 6494 1726853163.68643: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b4781a0> <<< 6494 1726853163.68664: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 6494 1726853163.68722: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 6494 1726853163.68738: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 6494 1726853163.68778: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7eff8b479c10> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b4799d0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 6494 1726853163.68782: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 6494 1726853163.68844: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7eff8b47c170> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b47a2d0> <<< 6494 1726853163.68866: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 6494 1726853163.68928: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853163.68933: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 6494 1726853163.68971: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 6494 1726853163.68987: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b47f950> <<< 6494 1726853163.69111: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b47c320> <<< 6494 1726853163.69182: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7eff8b480a40> <<< 6494 1726853163.69210: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7eff8b480b90> <<< 6494 1726853163.69255: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853163.69290: stdout chunk (state=3): >>># extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7eff8b480ad0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b478350> <<< 6494 1726853163.69320: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 6494 1726853163.69330: stdout chunk (state=3): >>># /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' <<< 6494 1726853163.69354: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853163.69398: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7eff8b308200> <<< 6494 1726853163.69558: stdout chunk (state=3): >>># 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 0x7eff8b309460> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b482990> <<< 6494 1726853163.69614: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7eff8b483d40> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b482600> <<< 6494 1726853163.69650: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 6494 1726853163.69662: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.69755: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.69855: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 6494 1726853163.69892: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 6494 1726853163.70020: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.70130: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.70710: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.71270: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 6494 1726853163.71305: 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' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 6494 1726853163.71320: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853163.71360: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7eff8b311670> <<< 6494 1726853163.71453: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 6494 1726853163.71476: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b312510> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b309580> <<< 6494 1726853163.71537: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 6494 1726853163.71570: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.71581: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 6494 1726853163.71725: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.71893: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b312480> <<< 6494 1726853163.71917: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.72382: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.72849: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.72907: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.72990: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 6494 1726853163.73031: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.73067: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 6494 1726853163.73095: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.73150: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.73237: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 6494 1726853163.73269: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.73281: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 6494 1726853163.73322: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.73361: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 6494 1726853163.73374: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.73606: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.73845: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 6494 1726853163.73914: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 6494 1726853163.73917: stdout chunk (state=3): >>>import '_ast' # <<< 6494 1726853163.73994: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b313470> <<< 6494 1726853163.73997: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.74073: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.74152: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 6494 1726853163.74179: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available <<< 6494 1726853163.74215: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.74264: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 6494 1726853163.74273: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.74319: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.74356: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.74415: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.74478: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 6494 1726853163.74530: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853163.74627: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853163.74640: stdout chunk (state=3): >>># extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7eff8b31e0c0> <<< 6494 1726853163.74677: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b318fe0> <<< 6494 1726853163.74695: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 6494 1726853163.74707: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.74763: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.74821: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.74853: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.74908: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853163.74949: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 6494 1726853163.74957: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 6494 1726853163.74970: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 6494 1726853163.75056: stdout chunk (state=3): >>># 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' <<< 6494 1726853163.75111: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b4068a0> <<< 6494 1726853163.75153: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b4fe570> <<< 6494 1726853163.75249: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b31de50> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b432b70> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 6494 1726853163.75273: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.75299: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 6494 1726853163.75382: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 6494 1726853163.75408: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # <<< 6494 1726853163.75423: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.75464: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.75556: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.75559: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.75581: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.75629: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.75689: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.75693: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.75722: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # <<< 6494 1726853163.75736: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.75806: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.75879: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.75905: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.75939: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.typing' # <<< 6494 1726853163.75954: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.76128: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.76300: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.76341: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.76407: stdout chunk (state=3): >>># /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' <<< 6494 1726853163.76425: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py <<< 6494 1726853163.76442: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' <<< 6494 1726853163.76455: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py <<< 6494 1726853163.76479: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' <<< 6494 1726853163.76508: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b3b1f70> <<< 6494 1726853163.76530: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 6494 1726853163.76551: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 6494 1726853163.76560: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 6494 1726853163.76606: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 6494 1726853163.76627: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 6494 1726853163.76655: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 6494 1726853163.76662: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b017d70> <<< 6494 1726853163.76685: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853163.76708: stdout chunk (state=3): >>># 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 0x7eff8b0300e0> <<< 6494 1726853163.76759: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b3b3470> <<< 6494 1726853163.76778: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b3b2a80> <<< 6494 1726853163.76806: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b3b0620> <<< 6494 1726853163.76819: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b3b0f50> <<< 6494 1726853163.76834: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 6494 1726853163.76892: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' <<< 6494 1726853163.76915: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 6494 1726853163.76930: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 6494 1726853163.76948: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 6494 1726853163.76956: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 6494 1726853163.76979: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853163.76999: stdout chunk (state=3): >>># 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 0x7eff8b033140> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b0329f0> <<< 6494 1726853163.77010: stdout chunk (state=3): >>># extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853163.77026: stdout chunk (state=3): >>># 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 0x7eff8b032bd0> <<< 6494 1726853163.77035: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b031e20> <<< 6494 1726853163.77055: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 6494 1726853163.77205: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' <<< 6494 1726853163.77217: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b0330b0> <<< 6494 1726853163.77239: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 6494 1726853163.77273: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 6494 1726853163.77303: stdout chunk (state=3): >>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853163.77311: stdout chunk (state=3): >>># 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 0x7eff8b089c70> <<< 6494 1726853163.77336: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b033c50> <<< 6494 1726853163.77359: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b3b0350> <<< 6494 1726853163.77374: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.timeout' # <<< 6494 1726853163.77377: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.collector' # <<< 6494 1726853163.77402: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.77419: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.77430: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other' # <<< 6494 1726853163.77434: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.77503: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.77563: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # <<< 6494 1726853163.77572: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.77628: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.77670: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 6494 1726853163.77707: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 6494 1726853163.77710: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system' # <<< 6494 1726853163.77724: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.77755: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.77771: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # <<< 6494 1726853163.77789: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.77838: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.77896: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # # zipimport: zlib available <<< 6494 1726853163.77936: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.77980: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # <<< 6494 1726853163.77990: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.78049: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.78102: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.78173: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.78216: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # <<< 6494 1726853163.78229: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.cmdline' # # zipimport: zlib available <<< 6494 1726853163.78766: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.79220: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # # zipimport: zlib available <<< 6494 1726853163.79261: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.79313: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.79341: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.79381: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # import 'ansible.module_utils.facts.system.date_time' # <<< 6494 1726853163.79403: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.79428: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.79455: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # <<< 6494 1726853163.79460: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.79518: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.79566: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # <<< 6494 1726853163.79591: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.79615: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.79651: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # <<< 6494 1726853163.79656: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.79689: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.79717: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # <<< 6494 1726853163.79723: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.79801: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.79896: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 6494 1726853163.79898: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 6494 1726853163.79925: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b08b2c0> <<< 6494 1726853163.79943: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 6494 1726853163.79976: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 6494 1726853163.80099: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b08a5a0> <<< 6494 1726853163.80104: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.local' # <<< 6494 1726853163.80111: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.80187: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.80247: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # <<< 6494 1726853163.80261: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.80347: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.80439: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 6494 1726853163.80448: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.80511: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.80586: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # <<< 6494 1726853163.80592: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.80634: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.80688: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 6494 1726853163.80734: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 6494 1726853163.80812: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853163.80874: stdout chunk (state=3): >>># extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853163.80880: stdout chunk (state=3): >>>import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7eff8b0cdd00> <<< 6494 1726853163.81076: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b0ada60> <<< 6494 1726853163.81080: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.python' # # zipimport: zlib available <<< 6494 1726853163.81163: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.81205: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # # zipimport: zlib available <<< 6494 1726853163.81294: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.81382: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.81488: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.81638: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 6494 1726853163.81658: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available <<< 6494 1726853163.81685: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.81730: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # <<< 6494 1726853163.81750: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.81836: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.81872: stdout chunk (state=3): >>># /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' <<< 6494 1726853163.81877: stdout chunk (state=3): >>># 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 0x7eff8b0d1580><<< 6494 1726853163.81893: stdout chunk (state=3): >>> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b0aed80> import 'ansible.module_utils.facts.system.user' # <<< 6494 1726853163.81937: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware' # # zipimport: zlib available <<< 6494 1726853163.81976: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.82010: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # <<< 6494 1726853163.82031: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.82182: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.82337: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 6494 1726853163.82348: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.82450: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.82548: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.82592: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.82633: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # <<< 6494 1726853163.82643: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.darwin' # <<< 6494 1726853163.82646: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.82668: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.82687: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.82835: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.82979: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # <<< 6494 1726853163.82985: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available <<< 6494 1726853163.83128: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.83252: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # <<< 6494 1726853163.83256: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.83278: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.83326: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.83890: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.84448: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # # zipimport: zlib available <<< 6494 1726853163.84506: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.84664: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # # zipimport: zlib available <<< 6494 1726853163.84762: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.84817: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # # zipimport: zlib available <<< 6494 1726853163.84974: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.85144: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # # zipimport: zlib available # zipimport: zlib available <<< 6494 1726853163.85179: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network' # # zipimport: zlib available <<< 6494 1726853163.85200: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.85270: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # # zipimport: zlib available <<< 6494 1726853163.85377: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.85452: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.85675: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.85977: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.darwin' # <<< 6494 1726853163.86072: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.dragonfly' # # zipimport: zlib available <<< 6494 1726853163.86085: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.86179: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # <<< 6494 1726853163.86183: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.86227: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.freebsd' # # zipimport: zlib available <<< 6494 1726853163.86270: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.86491: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # <<< 6494 1726853163.86515: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.hurd' # # zipimport: zlib available <<< 6494 1726853163.86776: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.87023: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # # zipimport: zlib available <<< 6494 1726853163.87171: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.iscsi' # # zipimport: zlib available # zipimport: zlib available <<< 6494 1726853163.87199: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # <<< 6494 1726853163.87279: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 6494 1726853163.87296: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # # zipimport: zlib available <<< 6494 1726853163.87356: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.openbsd' # # zipimport: zlib available <<< 6494 1726853163.87453: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.87527: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 6494 1726853163.87547: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual' # <<< 6494 1726853163.87559: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.87600: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.87650: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # <<< 6494 1726853163.87653: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.87673: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.87696: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.87759: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.87804: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.87870: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.87937: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sysctl' # <<< 6494 1726853163.87944: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # <<< 6494 1726853163.87950: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.87998: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.88063: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 6494 1726853163.88066: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.88261: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.88467: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # <<< 6494 1726853163.88470: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.88505: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.88559: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # <<< 6494 1726853163.88567: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.88605: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.88662: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 6494 1726853163.88665: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.88739: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.88824: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # <<< 6494 1726853163.88853: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.88917: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.89024: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # <<< 6494 1726853163.89265: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853163.90249: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' <<< 6494 1726853163.90259: stdout chunk (state=3): >>># /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' <<< 6494 1726853163.90304: stdout chunk (state=3): >>># 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 0x7eff8aed30b0> <<< 6494 1726853163.90312: stdout chunk (state=3): >>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8aed02f0> <<< 6494 1726853163.90349: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8aed0c80> <<< 6494 1726853163.90792: 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"}}} <<< 6494 1726853163.91507: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 <<< 6494 1726853163.91512: stdout chunk (state=3): >>># 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 <<< 6494 1726853163.91556: 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 _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 # 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 <<< 6494 1726853163.91586: stdout chunk (state=3): >>># 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 <<< 6494 1726853163.91602: stdout chunk (state=3): >>># cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string <<< 6494 1726853163.91636: 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 # 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 <<< 6494 1726853163.91666: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # 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 _heapq <<< 6494 1726853163.91713: stdout chunk (state=3): >>># cleanup[2] removing heapq # destroy heapq # 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 <<< 6494 1726853163.91717: stdout chunk (state=3): >>># 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 <<< 6494 1726853163.91741: stdout chunk (state=3): >>># 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 <<< 6494 1726853163.91761: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.netbsd # 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 <<< 6494 1726853163.92148: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 6494 1726853163.92172: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 6494 1726853163.92248: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy zlib # destroy bz2 # destroy lzma <<< 6494 1726853163.92316: stdout chunk (state=3): >>># destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 6494 1726853163.92388: stdout chunk (state=3): >>># destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json <<< 6494 1726853163.92449: stdout chunk (state=3): >>># destroy grp # destroy encodings # destroy _locale # destroy locale # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 6494 1726853163.92529: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 6494 1726853163.92627: 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 signal # destroy pickle # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.process # destroy unicodedata # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing # destroy shlex # destroy fcntl # destroy datetime # destroy subprocess # destroy base64 <<< 6494 1726853163.92692: stdout chunk (state=3): >>># destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy errno # destroy json <<< 6494 1726853163.92751: stdout chunk (state=3): >>># destroy socket # destroy struct # destroy glob # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector <<< 6494 1726853163.92861: stdout chunk (state=3): >>># cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping configparser # 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 # destroy textwrap # cleanup[3] wiping tokenize <<< 6494 1726853163.92864: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib <<< 6494 1726853163.92933: stdout chunk (state=3): >>># 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 <<< 6494 1726853163.92996: stdout chunk (state=3): >>># destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 6494 1726853163.93204: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 6494 1726853163.93263: stdout chunk (state=3): >>># destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 6494 1726853163.93347: stdout chunk (state=3): >>># 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 <<< 6494 1726853163.93406: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 6494 1726853163.93473: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 6494 1726853163.93476: stdout chunk (state=3): >>># destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 6494 1726853163.93569: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _sre # destroy _string # destroy re # destroy itertools # destroy _abc # destroy posix # destroy _functools # destroy builtins <<< 6494 1726853163.93626: stdout chunk (state=3): >>># destroy _thread # clear sys.audit hooks <<< 6494 1726853163.94062: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.41.218 closed. <<< 6494 1726853163.94189: stderr chunk (state=3): >>><<< 6494 1726853163.94193: stdout chunk (state=3): >>><<< 6494 1726853163.94767: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8c0184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8bfe7b30> # /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 0x7eff8c01aa50> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8be09130> # /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 0x7eff8be09fa0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8be47da0> # /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 0x7eff8be47fb0> # /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 0x7eff8be7f770> # /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 0x7eff8be7fe00> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8be5fa40> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8be5d160> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8be44f50> # /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 0x7eff8be9f6b0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8be9e2d0> # /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 0x7eff8be5e030> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8be9cb60> # /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 0x7eff8bed46b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8be441d0> # /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 0x7eff8bed4b60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8bed4a10> # 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 0x7eff8bed4dd0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8be42cf0> # /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 0x7eff8bed54c0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8bed5190> 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 0x7eff8bed63c0> 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 0x7eff8bef05c0> 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 0x7eff8bef1d00> # /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 0x7eff8bef2ba0> # 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 0x7eff8bef3200> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8bef20f0> # /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 0x7eff8bef3c80> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8bef33b0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8bed6330> # /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 0x7eff8bbebbf0> # /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 0x7eff8bc146e0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8bc14440> # 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 0x7eff8bc14710> # /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 0x7eff8bc14fe0> # 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 0x7eff8bc159d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8bc14890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8bbe9d90> # /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 0x7eff8bc16db0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8bc15af0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8bed6ae0> # /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 0x7eff8bc3f110> # /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 0x7eff8bc63470> # /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 0x7eff8bcc4290> # /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 0x7eff8bcc69f0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8bcc43b0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8bc91280> # /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 0x7eff8b5253d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8bc62270> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8bc17ce0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7eff8bc62870> # zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload_f33lp4cu/ansible_ansible.legacy.setup_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 0x7eff8b58b1a0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b56a090> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b5691f0> # 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 0x7eff8b588e90> # /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 0x7eff8b5baa80> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b5ba810> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b5ba150> # /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 0x7eff8b5ba8a0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b58be30> 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 0x7eff8b5bb7d0> # 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 0x7eff8b5bb9e0> # /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 0x7eff8b5bbf20> 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 0x7eff8b425ca0> # 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 0x7eff8b4278c0> # /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 0x7eff8b4282c0> # /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 0x7eff8b4291c0> # /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 0x7eff8b42bec0> # 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 0x7eff8be42de0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b42a1b0> # /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 0x7eff8b433e30> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b432900> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b432660> # /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 0x7eff8b432bd0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b42a6c0> # 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 0x7eff8b477fe0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b4781a0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7eff8b479c10> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b4799d0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7eff8b47c170> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b47a2d0> # /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 0x7eff8b47f950> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b47c320> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7eff8b480a40> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7eff8b480b90> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7eff8b480ad0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b478350> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7eff8b308200> # 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 0x7eff8b309460> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b482990> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7eff8b483d40> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b482600> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7eff8b311670> # /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 0x7eff8b312510> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b309580> 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 0x7eff8b312480> # 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 0x7eff8b313470> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7eff8b31e0c0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b318fe0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b4068a0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b4fe570> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b31de50> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b432b70> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.namespace' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.typing' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /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 0x7eff8b3b1f70> # /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' # /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 0x7eff8b017d70> # 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 0x7eff8b0300e0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b3b3470> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b3b2a80> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b3b0620> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b3b0f50> # /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' # /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 0x7eff8b033140> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b0329f0> # 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 0x7eff8b032bd0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b031e20> # /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 0x7eff8b0330b0> # /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' # 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 0x7eff8b089c70> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b033c50> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b3b0350> import 'ansible.module_utils.facts.timeout' # import 'ansible.module_utils.facts.collector' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other.facter' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other.ohai' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.apparmor' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.caps' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.chroot' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.distribution' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.datetime' # import 'ansible.module_utils.facts.system.date_time' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.env' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.dns' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.fips' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.loadavg' # # 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 0x7eff8b08b2c0> # /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 0x7eff8b08a5a0> import 'ansible.module_utils.facts.system.local' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.lsb' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.pkg_mgr' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.platform' # # zipimport: zlib available # zipimport: zlib available # /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 0x7eff8b0cdd00> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b0ada60> import 'ansible.module_utils.facts.system.python' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.selinux' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.version' # import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.ssh_pub_keys' # # zipimport: zlib available # zipimport: zlib available # /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 0x7eff8b0d1580> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8b0aed80> import 'ansible.module_utils.facts.system.user' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.base' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.aix' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.sysctl' # import 'ansible.module_utils.facts.hardware.darwin' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.hpux' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.sunos' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.base' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.darwin' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.fc_wwn' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.freebsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.hpux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.hurd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.linux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.iscsi' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.nvme' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.sunos' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.base' # # 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' # import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.hpux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.linux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # # zipimport: zlib available # /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' # /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 0x7eff8aed30b0> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8aed02f0> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7eff8aed0c80> {"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 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 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # 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 _heapq # cleanup[2] removing heapq # destroy heapq # 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 # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # 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 systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.connection # destroy multiprocessing.pool # destroy signal # destroy pickle # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.process # destroy unicodedata # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing # destroy shlex # destroy fcntl # destroy datetime # destroy subprocess # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy errno # destroy json # destroy socket # destroy struct # destroy glob # destroy fnmatch # 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 configparser # 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 # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # 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 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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.41.218 closed. 6494 1726853163.96908: done with _execute_module (ansible.legacy.setup, {'filter': 'ansible_pkg_mgr', 'gather_subset': '!all', '_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-1726853163.4238696-7545-93466788325863/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6494 1726853163.96912: variable 'ansible_module_compression' from source: unknown 6494 1726853163.96915: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6494dydhg1yg/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 6494 1726853163.96918: variable 'ansible_facts' from source: unknown 6494 1726853163.96926: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726853163.4238696-7545-93466788325863/AnsiballZ_dnf.py 6494 1726853163.96928: Sending initial data 6494 1726853163.96931: Sent initial data (149 bytes) 6494 1726853163.97017: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match not found <<< 6494 1726853163.97097: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853163.97145: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853163.97167: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853163.97188: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853163.97350: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853163.99157: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6494 1726853163.99283: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6494 1726853163.99448: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6494dydhg1yg/tmpdjpuaogb /root/.ansible/tmp/ansible-tmp-1726853163.4238696-7545-93466788325863/AnsiballZ_dnf.py <<< 6494 1726853163.99464: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726853163.4238696-7545-93466788325863/AnsiballZ_dnf.py" <<< 6494 1726853163.99613: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6494dydhg1yg/tmpdjpuaogb" to remote "/root/.ansible/tmp/ansible-tmp-1726853163.4238696-7545-93466788325863/AnsiballZ_dnf.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726853163.4238696-7545-93466788325863/AnsiballZ_dnf.py" <<< 6494 1726853164.01429: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853164.01651: stderr chunk (state=3): >>><<< 6494 1726853164.01655: stdout chunk (state=3): >>><<< 6494 1726853164.01658: done transferring module to remote 6494 1726853164.01660: _low_level_execute_command(): starting 6494 1726853164.01662: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726853163.4238696-7545-93466788325863/ /root/.ansible/tmp/ansible-tmp-1726853163.4238696-7545-93466788325863/AnsiballZ_dnf.py && sleep 0' 6494 1726853164.02243: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6494 1726853164.02372: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853164.02397: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853164.02560: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853164.04557: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853164.04561: stdout chunk (state=3): >>><<< 6494 1726853164.04563: stderr chunk (state=3): >>><<< 6494 1726853164.04712: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853164.04716: _low_level_execute_command(): starting 6494 1726853164.04719: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726853163.4238696-7545-93466788325863/AnsiballZ_dnf.py && sleep 0' 6494 1726853164.05743: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6494 1726853164.05940: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853164.05959: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853164.05967: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6494 1726853164.06082: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853164.06225: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853164.06231: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853164.06394: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853164.08863: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 6494 1726853164.09181: stdout chunk (state=3): >>>import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook <<< 6494 1726853164.09190: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # <<< 6494 1726853164.09209: stdout chunk (state=3): >>>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 0x7feedbc184d0> <<< 6494 1726853164.09233: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedbbe7b30> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 6494 1726853164.09267: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedbc1aa50> import '_signal' # <<< 6494 1726853164.09427: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 6494 1726853164.09435: stdout chunk (state=3): >>>import 'io' # <<< 6494 1726853164.09457: stdout chunk (state=3): >>>import '_stat' # import 'stat' # import '_collections_abc' # <<< 6494 1726853164.09567: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 6494 1726853164.09653: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 6494 1726853164.09672: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedba2d130> <<< 6494 1726853164.09702: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 6494 1726853164.09824: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedba2dfa0> <<< 6494 1726853164.09957: stdout chunk (state=3): >>>import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 6494 1726853164.10156: stdout chunk (state=3): >>># /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 <<< 6494 1726853164.10179: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 6494 1726853164.10197: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 6494 1726853164.10221: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 6494 1726853164.10241: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedba6bdd0> <<< 6494 1726853164.10258: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 6494 1726853164.10281: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 6494 1726853164.10311: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedba6bfe0> <<< 6494 1726853164.10331: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 6494 1726853164.10378: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 6494 1726853164.10415: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 6494 1726853164.10447: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853164.10483: stdout chunk (state=3): >>>import 'itertools' # <<< 6494 1726853164.10583: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedbaa37a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 6494 1726853164.10587: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedbaa3e30> import '_collections' # <<< 6494 1726853164.10623: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedba83aa0> <<< 6494 1726853164.10630: stdout chunk (state=3): >>>import '_functools' # <<< 6494 1726853164.10744: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedba811c0> <<< 6494 1726853164.10760: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedba68f80> <<< 6494 1726853164.10800: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 6494 1726853164.10803: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 6494 1726853164.10859: stdout chunk (state=3): >>>import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 6494 1726853164.10874: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 6494 1726853164.11019: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 6494 1726853164.11025: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedbac3710> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedbac2330> # /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 0x7feedba82090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedbac0b90> <<< 6494 1726853164.11047: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 6494 1726853164.11074: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedbaf87a0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedba68200> <<< 6494 1726853164.11144: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 6494 1726853164.11180: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feedbaf8c50> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedbaf8b00> # 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 0x7feedbaf8ec0> <<< 6494 1726853164.11194: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedba66d20> <<< 6494 1726853164.11219: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 6494 1726853164.11224: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853164.11341: stdout chunk (state=3): >>># /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 0x7feedbaf9580> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedbaf9250> import 'importlib.machinery' # <<< 6494 1726853164.11344: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 6494 1726853164.11397: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedbafa480> import 'importlib.util' # import 'runpy' # <<< 6494 1726853164.11415: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 6494 1726853164.11501: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 6494 1726853164.11517: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedbb106b0> import 'errno' # <<< 6494 1726853164.11556: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853164.11560: stdout chunk (state=3): >>># 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 0x7feedbb11dc0> <<< 6494 1726853164.11585: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 6494 1726853164.11725: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedbb12c30> # 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 0x7feedbb13260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedbb12180> # /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' <<< 6494 1726853164.11774: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853164.11778: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feedbb13ce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedbb13410> <<< 6494 1726853164.11882: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedbafa4e0> <<< 6494 1726853164.11886: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 6494 1726853164.12057: stdout chunk (state=3): >>># 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 0x7feedb873b90> # /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 0x7feedb89c5c0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb89c320> # 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 0x7feedb89c5f0> <<< 6494 1726853164.12082: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 6494 1726853164.12158: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853164.12291: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feedb89cf20> <<< 6494 1726853164.12438: stdout chunk (state=3): >>># 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 0x7feedb89d910> <<< 6494 1726853164.12452: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb89c7d0> <<< 6494 1726853164.12470: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb871d30> <<< 6494 1726853164.12481: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 6494 1726853164.12538: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 6494 1726853164.12546: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 6494 1726853164.12549: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 6494 1726853164.12552: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb89ecc0> <<< 6494 1726853164.12653: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb89da30> <<< 6494 1726853164.12656: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedbafabd0> <<< 6494 1726853164.12658: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 6494 1726853164.12706: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853164.12726: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 6494 1726853164.12856: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb8c3050> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 6494 1726853164.12862: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853164.12882: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 6494 1726853164.12900: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 6494 1726853164.12949: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb8eb3e0> <<< 6494 1726853164.12990: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 6494 1726853164.13025: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 6494 1726853164.13114: stdout chunk (state=3): >>>import 'ntpath' # <<< 6494 1726853164.13118: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py <<< 6494 1726853164.13120: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb94c1a0> <<< 6494 1726853164.13129: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 6494 1726853164.13163: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 6494 1726853164.13637: stdout chunk (state=3): >>># /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' <<< 6494 1726853164.13642: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb94e900> <<< 6494 1726853164.13645: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb94c2c0> <<< 6494 1726853164.13649: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb919190> <<< 6494 1726853164.13652: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb755250> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb8ea1e0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb89fc20> <<< 6494 1726853164.13658: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 6494 1726853164.13837: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7feedb8ea7e0> <<< 6494 1726853164.13840: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_te12qx4_/ansible_ansible.legacy.dnf_payload.zip' # zipimport: zlib available <<< 6494 1726853164.13964: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853164.13993: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 6494 1726853164.14041: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 6494 1726853164.14055: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 6494 1726853164.14130: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 6494 1726853164.14247: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb7aaf30> <<< 6494 1726853164.14262: stdout chunk (state=3): >>>import '_typing' # <<< 6494 1726853164.14385: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb789e20> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb788fe0> # zipimport: zlib available <<< 6494 1726853164.14458: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available # zipimport: zlib available <<< 6494 1726853164.14478: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 6494 1726853164.14493: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853164.16175: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853164.17198: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb7a8dd0> # /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' <<< 6494 1726853164.17223: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 6494 1726853164.17241: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 6494 1726853164.17274: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853164.17286: stdout chunk (state=3): >>># 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 0x7feedb7d2840> <<< 6494 1726853164.17367: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb7d2600> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb7d1f40> <<< 6494 1726853164.17382: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 6494 1726853164.17395: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 6494 1726853164.17421: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb7d2960> <<< 6494 1726853164.17439: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb7ab950> <<< 6494 1726853164.17448: stdout chunk (state=3): >>>import 'atexit' # <<< 6494 1726853164.17553: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feedb7d35c0> # 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 0x7feedb7d3800> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 6494 1726853164.17587: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 6494 1726853164.17602: stdout chunk (state=3): >>>import '_locale' # <<< 6494 1726853164.17640: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb7d3ce0> <<< 6494 1726853164.17655: stdout chunk (state=3): >>>import 'pwd' # <<< 6494 1726853164.17672: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 6494 1726853164.17711: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 6494 1726853164.17815: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb115a60> # 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 0x7feedb117680> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 6494 1726853164.17819: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 6494 1726853164.17858: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb117f80> <<< 6494 1726853164.17873: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 6494 1726853164.17923: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 6494 1726853164.17926: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb11d220> <<< 6494 1726853164.17952: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 6494 1726853164.17988: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 6494 1726853164.18017: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 6494 1726853164.18029: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 6494 1726853164.18081: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb11fcb0> <<< 6494 1726853164.18144: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feedb78af00> <<< 6494 1726853164.18155: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb11df70> <<< 6494 1726853164.18364: stdout chunk (state=3): >>># /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 <<< 6494 1726853164.18368: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 6494 1726853164.18371: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 6494 1726853164.18373: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb127c50> import '_tokenize' # <<< 6494 1726853164.18400: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb126720> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb126480> <<< 6494 1726853164.18425: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 6494 1726853164.18458: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 6494 1726853164.18545: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb1269f0> <<< 6494 1726853164.18582: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb11e480> # 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 0x7feedb16bf20> <<< 6494 1726853164.18848: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb16bf50> <<< 6494 1726853164.18876: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feedb16da90> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb16d880> # /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' <<< 6494 1726853164.18923: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feedb16ffe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb16e150> <<< 6494 1726853164.18977: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 6494 1726853164.18999: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853164.19027: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 6494 1726853164.19043: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 6494 1726853164.19089: stdout chunk (state=3): >>>import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb173800> <<< 6494 1726853164.19220: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb1701d0> <<< 6494 1726853164.19286: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853164.19309: stdout chunk (state=3): >>># extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feedb1748c0> <<< 6494 1726853164.19839: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feedb174a40> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feedb174b30> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb16c1a0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 6494 1726853164.19842: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 6494 1726853164.19846: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853164.19854: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853164.19856: stdout chunk (state=3): >>>import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feedb000290> <<< 6494 1726853164.19859: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853164.19862: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feedb0013d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb176a20> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feedb177da0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb176630> # zipimport: zlib available # zipimport: zlib available <<< 6494 1726853164.19864: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 6494 1726853164.19881: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853164.19978: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853164.20026: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 6494 1726853164.20034: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 6494 1726853164.20216: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853164.20295: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853164.20871: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853164.21447: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 6494 1726853164.21473: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 6494 1726853164.21617: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # 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 0x7feedb005610> <<< 6494 1726853164.21643: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 6494 1726853164.21664: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 6494 1726853164.21680: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb006450> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb001220> <<< 6494 1726853164.21730: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 6494 1726853164.21746: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853164.21819: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853164.21846: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 6494 1726853164.21960: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853164.22121: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 6494 1726853164.22151: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb006bd0> # zipimport: zlib available <<< 6494 1726853164.22823: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853164.23108: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853164.23274: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 6494 1726853164.23300: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853164.23339: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 6494 1726853164.23349: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853164.23418: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853164.23499: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 6494 1726853164.23530: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853164.23593: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 6494 1726853164.23599: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 6494 1726853164.23629: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 6494 1726853164.23651: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853164.23906: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853164.24143: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 6494 1726853164.24340: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 6494 1726853164.24344: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb007650> <<< 6494 1726853164.24352: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853164.24374: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853164.24470: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 6494 1726853164.24555: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available <<< 6494 1726853164.24583: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 6494 1726853164.24600: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853164.24636: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853164.24688: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853164.24745: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853164.24854: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 6494 1726853164.24865: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853164.25013: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feedb011f40> <<< 6494 1726853164.25041: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb00f020> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 6494 1726853164.25172: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853164.25174: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853164.25239: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853164.25261: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py <<< 6494 1726853164.25271: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853164.25738: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 6494 1726853164.25741: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 6494 1726853164.25744: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 6494 1726853164.25746: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 6494 1726853164.25750: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb102900> <<< 6494 1726853164.25752: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb8065d0> <<< 6494 1726853164.25756: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb012030> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb006f90> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 6494 1726853164.25758: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 6494 1726853164.25761: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 6494 1726853164.25783: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # <<< 6494 1726853164.25813: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853164.26422: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853164.27024: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853164.27685: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853164.28379: stdout chunk (state=3): >>># /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 0x7feedb0a44d0> <<< 6494 1726853164.28417: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/__init__.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc' import 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb0a4710> # /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc' <<< 6494 1726853164.28448: stdout chunk (state=3): >>># /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' <<< 6494 1726853164.28464: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py <<< 6494 1726853164.28497: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb0a4e30> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb0a49b0> # /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc' <<< 6494 1726853164.28518: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py <<< 6494 1726853164.28536: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' <<< 6494 1726853164.28565: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb0a5700> <<< 6494 1726853164.28604: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc' <<< 6494 1726853164.28621: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py # code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' <<< 6494 1726853164.28668: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py <<< 6494 1726853164.28772: stdout chunk (state=3): >>># 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 <<< 6494 1726853164.28775: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py <<< 6494 1726853164.28778: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb08d6d0> # /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' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb08c0e0> <<< 6494 1726853164.28815: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py <<< 6494 1726853164.28822: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedac924e0> <<< 6494 1726853164.28902: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb0a6ea0> # /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 6494 1726853164.28970: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 6494 1726853164.29002: stdout chunk (state=3): >>># /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' <<< 6494 1726853164.29099: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 6494 1726853164.29116: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 6494 1726853164.29142: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedac990d0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedac93c50> <<< 6494 1726853164.29186: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedac92ff0> <<< 6494 1726853164.29207: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb0a6360> <<< 6494 1726853164.29217: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py <<< 6494 1726853164.29259: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py <<< 6494 1726853164.29383: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' # /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 0x7feedad05010> <<< 6494 1726853164.29568: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedacbd160> <<< 6494 1726853164.29673: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb0a6900> <<< 6494 1726853164.29764: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py # code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.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' <<< 6494 1726853164.29790: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py <<< 6494 1726853164.29837: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc' import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedad08a70> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedad06de0> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedacbcc50> <<< 6494 1726853164.29866: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb0a5a30> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb0a5760> <<< 6494 1726853164.29918: stdout chunk (state=3): >>>import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb0a54c0> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb0a4770> # /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc' import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb0a56a0> <<< 6494 1726853164.29974: stdout chunk (state=3): >>># /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' <<< 6494 1726853164.30037: stdout chunk (state=3): >>># /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' <<< 6494 1726853164.30041: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedad090a0> <<< 6494 1726853164.30090: stdout chunk (state=3): >>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb0a5820> # /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' <<< 6494 1726853164.30140: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedad097f0> <<< 6494 1726853164.30160: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 6494 1726853164.30195: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 6494 1726853164.30258: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 6494 1726853164.30338: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 6494 1726853164.30474: stdout chunk (state=3): >>># 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 0x7feedad10050> <<< 6494 1726853164.30654: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedacf1640> <<< 6494 1726853164.30679: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedad0a810> <<< 6494 1726853164.30694: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py <<< 6494 1726853164.30713: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 6494 1726853164.30952: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedacf10d0> # /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py # code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedad2a390> # /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 0x7feedad2b020> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedad2aae0> # /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 6494 1726853164.30989: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 6494 1726853164.31090: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedad2b500> <<< 6494 1726853164.31104: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 6494 1726853164.31134: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 6494 1726853164.31588: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedacffa70> # /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py # code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedabb9eb0> # zipimport: zlib available <<< 6494 1726853164.31590: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 6494 1726853164.31592: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853164.31727: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853164.31869: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 6494 1726853164.31884: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853164.31937: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853164.32005: stdout chunk (state=3): >>>import 'ansible.module_utils.common.respawn' # <<< 6494 1726853164.32008: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853164.32137: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853164.32248: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # <<< 6494 1726853164.32437: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853164.32944: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/pycomp.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc' # /usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/text.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc' import 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7feeda8faf90> # /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 6494 1726853164.33049: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 6494 1726853164.33111: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7feeda8fb0b0> <<< 6494 1726853164.33129: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 6494 1726853164.33162: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 6494 1726853164.33165: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 6494 1726853164.33177: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 6494 1726853164.33203: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853164.33206: stdout chunk (state=3): >>># 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 0x7feeda94b290> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7feeda94aae0> <<< 6494 1726853164.33283: stdout chunk (state=3): >>># 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 0x7feeda94acc0> <<< 6494 1726853164.33290: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7feeda8fb5c0> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7feeda8fa240> <<< 6494 1726853164.33430: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/const.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc' import 'dnf.const' # <_frozen_importlib_external.SourceFileLoader object at 0x7feeda8fac90> # /usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/base.py <<< 6494 1726853164.33457: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' <<< 6494 1726853164.33481: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/__init__.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853164.33509: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/error.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc' <<< 6494 1726853164.33708: stdout chunk (state=3): >>># extension module 'libdnf._error' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' <<< 6494 1726853164.33712: stdout chunk (state=3): >>># extension module 'libdnf._error' executed from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' import 'libdnf._error' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feeda9c47d0> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7feeda9c43b0> <<< 6494 1726853164.33763: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/common_types.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' <<< 6494 1726853164.33789: stdout chunk (state=3): >>># extension module 'libdnf._common_types' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' # extension module 'libdnf._common_types' executed from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' import 'libdnf._common_types' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feeda9c7fb0> <<< 6494 1726853164.33842: stdout chunk (state=3): >>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7feeda9c4920> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/conf.py <<< 6494 1726853164.33909: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' <<< 6494 1726853164.34892: stdout chunk (state=3): >>># extension module 'libdnf._conf' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so' <<< 6494 1726853164.34912: stdout chunk (state=3): >>># extension module 'libdnf._conf' executed from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so' import 'libdnf._conf' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feeda4cb1a0> <<< 6494 1726853164.34960: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7feeda9ec200> <<< 6494 1726853164.34985: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/module.py <<< 6494 1726853164.35063: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' <<< 6494 1726853164.35165: stdout chunk (state=3): >>># extension module 'libdnf._module' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_module.so' <<< 6494 1726853164.35168: stdout chunk (state=3): >>># extension module 'libdnf._module' executed from '/usr/lib64/python3.12/site-packages/libdnf/_module.so' import 'libdnf._module' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feeda544dd0> <<< 6494 1726853164.35358: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7feeda4cb650> <<< 6494 1726853164.35373: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/repo.py <<< 6494 1726853164.35406: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' <<< 6494 1726853164.35497: stdout chunk (state=3): >>># extension module 'libdnf._repo' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so' # extension module 'libdnf._repo' executed from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so' import 'libdnf._repo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feeda547d10> <<< 6494 1726853164.35536: stdout chunk (state=3): >>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7feeda544ec0> <<< 6494 1726853164.35553: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/transaction.py <<< 6494 1726853164.35605: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' <<< 6494 1726853164.35716: stdout chunk (state=3): >>># extension module 'libdnf._transaction' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so' # extension module 'libdnf._transaction' executed from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so' import 'libdnf._transaction' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feeda587e90> <<< 6494 1726853164.35758: stdout chunk (state=3): >>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7feeda5840e0> <<< 6494 1726853164.35761: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/utils.py <<< 6494 1726853164.35781: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc' <<< 6494 1726853164.35835: stdout chunk (state=3): >>># extension module 'libdnf._utils' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so' # extension module 'libdnf._utils' executed from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so' import 'libdnf._utils' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feed8b291c0> <<< 6494 1726853164.35872: stdout chunk (state=3): >>>import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8b285c0> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7feeda967f20> # /usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/comps.py <<< 6494 1726853164.35909: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc' <<< 6494 1726853164.35964: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/exceptions.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc' <<< 6494 1726853164.35971: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/i18n.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc' <<< 6494 1726853164.36007: stdout chunk (state=3): >>># 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 0x7feed8b446e0> <<< 6494 1726853164.36049: stdout chunk (state=3): >>>import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8b2bb30> <<< 6494 1726853164.36108: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/util.py <<< 6494 1726853164.36134: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc' <<< 6494 1726853164.36161: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/callback.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc' import 'dnf.yum' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8b46d50> <<< 6494 1726853164.36193: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/rpmtrans.py # code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc' <<< 6494 1726853164.36241: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction.py <<< 6494 1726853164.36245: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc' import 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8b47c20> # /usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/__init__.py # code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853164.36872: stdout chunk (state=3): >>># extension module 'rpm._rpm' loaded from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so' # extension module 'rpm._rpm' executed from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so' import 'rpm._rpm' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feed8b6c530> # /usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/transaction.py # code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc' import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8b6da30> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8b47e60> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8b46c30> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8b465a0> # /usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/hawkey/__init__.py # code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853164.36981: stdout chunk (state=3): >>># extension module 'hawkey._hawkey' loaded from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so' <<< 6494 1726853164.36984: stdout chunk (state=3): >>># extension module 'hawkey._hawkey' executed from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so' import 'hawkey._hawkey' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feed8b6f680> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8b47140> <<< 6494 1726853164.37051: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8b44a10> <<< 6494 1726853164.37083: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8b2b140> <<< 6494 1726853164.37116: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libcomps/__init__.py # code object from '/usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853164.37260: stdout chunk (state=3): >>># extension module 'libcomps._libpycomps' loaded from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so' # extension module 'libcomps._libpycomps' executed from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so' import 'libcomps._libpycomps' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feed8b2b860> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8b2b5c0> <<< 6494 1726853164.37347: stdout chunk (state=3): >>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8b29340> <<< 6494 1726853164.37351: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc' import 'dnf.db' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8bacd40> <<< 6494 1726853164.37407: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/history.py <<< 6494 1726853164.37414: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/misc.py <<< 6494 1726853164.37527: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc' <<< 6494 1726853164.37551: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/crypto.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc' import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8baf260> # /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 0x7feed8bafa40> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8bae570> # /usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/group.py <<< 6494 1726853164.37580: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc' <<< 6494 1726853164.37603: stdout chunk (state=3): >>>import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8bd8260> <<< 6494 1726853164.37649: stdout chunk (state=3): >>>import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8bacd10> <<< 6494 1726853164.37704: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/config.py <<< 6494 1726853164.37771: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/substitutions.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc' <<< 6494 1726853164.38079: stdout chunk (state=3): >>>import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8bd9cd0> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8bd9250> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8bd9070> # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/read.py <<< 6494 1726853164.38083: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repo.py <<< 6494 1726853164.38112: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/logging.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/lock.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc' import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed84a4d70> # /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py # code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.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 0x7feed84d2d80> <<< 6494 1726853164.38151: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853164.38180: stdout chunk (state=3): >>># 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 0x7feed84d30e0> <<< 6494 1726853164.38206: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed84a7050> <<< 6494 1726853164.38245: stdout chunk (state=3): >>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed84a51f0> <<< 6494 1726853164.38263: stdout chunk (state=3): >>>import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed84a4260> <<< 6494 1726853164.38336: stdout chunk (state=3): >>>import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8bda4b0> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8bda1e0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/dnssec.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc' <<< 6494 1726853164.38414: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/transaction.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc' import 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed850cbf0> <<< 6494 1726853164.38430: stdout chunk (state=3): >>>import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed84d3d10> <<< 6494 1726853164.38473: stdout chunk (state=3): >>>import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8bda9f0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/drpm.py <<< 6494 1726853164.38538: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc' import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed850d2e0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/goal.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc' import 'dnf.goal' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed850d670> <<< 6494 1726853164.38593: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/history.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc' import 'dnf.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed850d730> # /usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc' import 'dnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed850d850> <<< 6494 1726853164.38762: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/module_base.py <<< 6494 1726853164.38794: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/smartcols.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' # extension module 'libdnf._smartcols' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so' # extension module 'libdnf._smartcols' executed from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so' import 'libdnf._smartcols' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feed852c440> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed850e570> <<< 6494 1726853164.38815: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/selector.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc' import 'dnf.selector' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed852c560> <<< 6494 1726853164.38862: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/exceptions.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc' <<< 6494 1726853164.38984: stdout chunk (state=3): >>>import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed852c620> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed850d6a0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/persistor.py <<< 6494 1726853164.38987: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc' import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed852c7d0> <<< 6494 1726853164.38995: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/plugin.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 6494 1726853164.39046: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 6494 1726853164.39199: stdout chunk (state=3): >>># /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' <<< 6494 1726853164.39217: stdout chunk (state=3): >>># /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' <<< 6494 1726853164.39254: stdout chunk (state=3): >>># 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 0x7feed8578200> <<< 6494 1726853164.39284: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8553620> <<< 6494 1726853164.39341: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8552090> <<< 6494 1726853164.39489: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed852dfd0> <<< 6494 1726853164.39535: stdout chunk (state=3): >>>import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed852d430> <<< 6494 1726853164.39634: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/query.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc' import 'dnf.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed852e480> # /usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repodict.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc' import 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8550e60> <<< 6494 1726853164.39759: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/connection.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc' import 'dnf.rpm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8590a70> # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/miscutils.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc' import 'dnf.rpm.miscutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8590ce0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/sack.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc' <<< 6494 1726853164.39766: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/package.py <<< 6494 1726853164.39789: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc' import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8591640> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed85910d0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/subject.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc' import 'dnf.subject' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8592540> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7feeda94b320> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7feeda8fa090> <<< 6494 1726853164.40414: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/builddep.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc' <<< 6494 1726853164.40498: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnfpluginscore/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc' import 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8592f30> <<< 6494 1726853164.40519: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853164.40618: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/cli.py <<< 6494 1726853164.40621: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/output.py <<< 6494 1726853164.40641: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc' <<< 6494 1726853164.40673: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/format.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc' import 'dnf.cli.format' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed83679b0> <<< 6494 1726853164.40718: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/progress.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/term.py <<< 6494 1726853164.40826: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.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' <<< 6494 1726853164.40907: stdout chunk (state=3): >>># 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 0x7feed8385a30> <<< 6494 1726853164.40929: stdout chunk (state=3): >>>import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed83855e0> <<< 6494 1726853164.40971: stdout chunk (state=3): >>># 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 0x7feed852c710> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed83844a0> <<< 6494 1726853164.41043: stdout chunk (state=3): >>>import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8367ce0> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8364a10> <<< 6494 1726853164.41057: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/aliases.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc' import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed83677a0> <<< 6494 1726853164.41133: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/__init__.py <<< 6494 1726853164.41193: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/option_parser.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' <<< 6494 1726853164.41477: stdout chunk (state=3): >>>import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed839aed0> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8399a00> <<< 6494 1726853164.41481: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/alias.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc' import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed83c06e0> <<< 6494 1726853164.41540: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/autoremove.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc' import 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed83c09e0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/check.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc' import 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed83c0c50> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/clean.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc' import 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed83c0ef0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/deplist.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repoquery.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc' import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed83c15b0> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed83c1400> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/distrosync.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc' import 'dnf.cli.commands.distrosync' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed83c2ea0> <<< 6494 1726853164.41543: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/downgrade.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc' import 'dnf.cli.commands.downgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed83c2ff0> <<< 6494 1726853164.41579: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/group.py <<< 6494 1726853164.41629: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc' import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed83c3200> <<< 6494 1726853164.41634: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/history.py <<< 6494 1726853164.41763: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction_sr.py <<< 6494 1726853164.41803: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc' <<< 6494 1726853164.41806: stdout chunk (state=3): >>>import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed83dc1a0> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed83c39e0> <<< 6494 1726853164.41808: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/install.py <<< 6494 1726853164.41810: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc' import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed83dcd40> <<< 6494 1726853164.41812: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/makecache.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc' import 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed83dd190> <<< 6494 1726853164.41842: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/mark.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc' import 'dnf.cli.commands.mark' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed83dd370> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/module.py <<< 6494 1726853164.41860: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc' <<< 6494 1726853164.41885: stdout chunk (state=3): >>>import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed83dd640> <<< 6494 1726853164.41937: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/reinstall.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc' import 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed83de510> <<< 6494 1726853164.41971: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/remove.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc' <<< 6494 1726853164.41998: stdout chunk (state=3): >>>import 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed83de750> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repolist.py <<< 6494 1726853164.42046: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc' import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed83de960> <<< 6494 1726853164.42111: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/search.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc' <<< 6494 1726853164.42115: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/match_counter.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc' import 'dnf.match_counter' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed83df560> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed83df080> <<< 6494 1726853164.42120: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/shell.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc' <<< 6494 1726853164.42199: stdout chunk (state=3): >>># /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 0x7feed84083e0> <<< 6494 1726853164.42204: stdout chunk (state=3): >>>import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed83dfce0> <<< 6494 1726853164.42228: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/swap.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc' import 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8409040> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/updateinfo.py <<< 6494 1726853164.42263: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc' import 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8409340> <<< 6494 1726853164.42329: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrade.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc' <<< 6494 1726853164.42443: stdout chunk (state=3): >>>import 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed840a2a0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrademinimal.py <<< 6494 1726853164.42446: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc' import 'dnf.cli.commands.upgrademinimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed840a510> <<< 6494 1726853164.42488: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/demand.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc' import 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed840a6c0> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8593380> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8593110> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8592720> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/changelog.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_version.py <<< 6494 1726853164.42512: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc' import 'dateutil._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed840b0e0> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed840ae40> # /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853164.42539: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/_parser.py <<< 6494 1726853164.42614: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc' <<< 6494 1726853164.42617: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py <<< 6494 1726853164.42685: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' <<< 6494 1726853164.42722: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8429550> <<< 6494 1726853164.42778: stdout chunk (state=3): >>># /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' <<< 6494 1726853164.42822: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 6494 1726853164.42873: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 6494 1726853164.42890: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed842acc0> <<< 6494 1726853164.42947: stdout chunk (state=3): >>># 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 0x7feed8429eb0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8429a60> <<< 6494 1726853164.43037: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/relativedelta.py <<< 6494 1726853164.43040: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_common.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc' import 'dateutil._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed817c620> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8163a10> <<< 6494 1726853164.43117: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/tz.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' <<< 6494 1726853164.43211: stdout chunk (state=3): >>>import 'six.moves' # <<< 6494 1726853164.43258: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_common.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc' <<< 6494 1726853164.43263: stdout chunk (state=3): >>>import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed817f230> <<< 6494 1726853164.43265: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_factories.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc' import 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed817fd70> # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/win.py <<< 6494 1726853164.43306: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc' # destroy dateutil.tz.win <<< 6494 1726853164.43370: stdout chunk (state=3): >>>import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed817cc20> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed817c8f0> <<< 6494 1726853164.43409: stdout chunk (state=3): >>>import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed840b3b0> <<< 6494 1726853164.43412: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/isoparser.py # code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc' <<< 6494 1726853164.43624: stdout chunk (state=3): >>>import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed84287d0> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed840b110> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed85930e0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/config_manager.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc' import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed81a9f10> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/copr.py <<< 6494 1726853164.43629: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc' <<< 6494 1726853164.43658: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed81aa7b0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/debuginfo-install.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc' import 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed81ab7d0> <<< 6494 1726853164.43697: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/download.py <<< 6494 1726853164.43842: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc' import 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed81abe30> <<< 6494 1726853164.43846: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/generate_completion_cache.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc' <<< 6494 1726853164.43860: stdout chunk (state=3): >>># /usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/__init__.py # code object from '/usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/dbapi2.py # code object from '/usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc' # extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853164.44003: stdout chunk (state=3): >>># extension module '_sqlite3' executed from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' import '_sqlite3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feed81d1520> <<< 6494 1726853164.44043: stdout chunk (state=3): >>>import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed81d0ef0> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed81d0b90> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed81d0830> <<< 6494 1726853164.44113: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/groups_manager.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc' <<< 6494 1726853164.44170: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed840a420> <<< 6494 1726853164.44260: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/needs_restarting.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc' <<< 6494 1726853164.44293: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc' import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed81d3170> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc' import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed81d31d0> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc' <<< 6494 1726853164.44415: stdout chunk (state=3): >>># extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' # extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' import '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feed81d38c0> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed81d3740> <<< 6494 1726853164.44474: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py <<< 6494 1726853164.44504: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py <<< 6494 1726853164.44737: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc' import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8201e50> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc' <<< 6494 1726853164.44748: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc' <<< 6494 1726853164.44850: stdout chunk (state=3): >>># /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 0x7feed8203050> # /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 0x7feed82032c0> # /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' <<< 6494 1726853164.44899: stdout chunk (state=3): >>># extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853164.44970: stdout chunk (state=3): >>># 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 0x7feed8203440> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8203260> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8202b10> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8201fa0> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8201280> <<< 6494 1726853164.45034: stdout chunk (state=3): >>>import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8200860> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed82000e0> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed81d2cc0> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed81d21b0> <<< 6494 1726853164.45072: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repoclosure.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc' import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8203170> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repodiff.py <<< 6494 1726853164.45151: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc' import 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed82038f0> <<< 6494 1726853164.45475: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repograph.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc' import 'dnf.plugin.dynamic.repograph' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed822c200> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repomanage.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc' import 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed822c5c0> <<< 6494 1726853164.45479: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/reposync.py <<< 6494 1726853164.45482: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc' import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed822cef0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/system_upgrade.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc' import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed822da60> <<< 6494 1726853176.69001: stdout chunk (state=3): >>> {"msg": "", "changed": true, "results": ["Installed: postfix-2:3.8.5-7.el10.x86_64", "Installed: postfix-lmdb-2:3.8.5-7.el10.x86_64", "Installed: libicu-74.2-2.el10.x86_64"], "rc": 0, "invocation": {"module_args": {"name": ["postfix"], "state": "present", "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "use_backend": "auto", "best": null, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "nobest": null, "releasever": null}}} <<< 6494 1726853176.73454: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic <<< 6494 1726853176.73514: stdout chunk (state=3): >>># destroy __main__ <<< 6494 1726853176.74321: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # 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 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery <<< 6494 1726853176.74418: stdout chunk (state=3): >>># 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 # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing 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 # cleanup[2] removing ipaddress # cleanup[2] removing 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 # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # 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 # 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 <<< 6494 1726853176.74539: 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 # cleanup[2] removing gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # 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 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 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 email.mime.text # cleanup[2] removing configparser # destroy configparser # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq <<< 6494 1726853176.74673: stdout chunk (state=3): >>># 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 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 gc # 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 termios # 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.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 <<< 6494 1726853176.75462: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy _bz2 # destroy _lzma # destroy bz2 # destroy lzma # destroy zipfile._path <<< 6494 1726853176.75568: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ntpath # destroy zipimport # destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy syslog # destroy selinux # destroy distro # destroy distro.distro <<< 6494 1726853176.75692: stdout chunk (state=3): >>># destroy mimetypes # destroy netrc # destroy dateutil # destroy dateutil._version # destroy dateutil._common # destroy dateutil.parser # destroy dateutil.parser._parser # destroy dateutil.relativedelta <<< 6494 1726853176.75696: stdout chunk (state=3): >>># destroy six.moves.urllib # destroy six.moves # 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 dateutil.tz._common # destroy dateutil.tz._factories # destroy dateutil.tz.tz <<< 6494 1726853176.75778: stdout chunk (state=3): >>># destroy dateutil.tz # destroy six # destroy sqlite3 # destroy sqlite3.dbapi2 # destroy _sqlite3 <<< 6494 1726853176.75782: stdout chunk (state=3): >>># destroy dbus # destroy dbus._compat # destroy dbus.exceptions # destroy dbus.types # destroy dbus.lowlevel # destroy dbus._expat_introspect_parser # destroy dbus.proxies # destroy dbus.connection # destroy dbus.bus # destroy dbus._dbus <<< 6494 1726853176.75862: stdout chunk (state=3): >>># destroy pyexpat.errors # destroy pyexpat.model # destroy pyexpat # destroy uuid # destroy systemd.journal <<< 6494 1726853176.75933: stdout chunk (state=3): >>># cleanup[3] wiping _dbus_bindings # cleanup[3] wiping _decimal # 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 <<< 6494 1726853176.75996: stdout chunk (state=3): >>># 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 termios # 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<<< 6494 1726853176.76161: stdout chunk (state=3): >>> # 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 gc # cleanup[3] wiping dnf.rpm.miscutils # destroy subprocess # 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 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 <<< 6494 1726853176.76169: stdout chunk (state=3): >>># 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 <<< 6494 1726853176.76231: stdout chunk (state=3): >>># 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 _heapq # destroy _heapq # cleanup[3] wiping email.mime.text # cleanup[3] wiping gzip # destroy _compression # cleanup[3] wiping http.cookiejar <<< 6494 1726853176.76253: stdout chunk (state=3): >>># destroy copy # cleanup[3] wiping urllib.request # destroy bisect # 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 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 quopri # cleanup[3] wiping email.iterators <<< 6494 1726853176.76365: stdout chunk (state=3): >>># cleanup[3] wiping email.headerregistry # cleanup[3] wiping email._header_value_parser <<< 6494 1726853176.76391: 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 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 <<< 6494 1726853176.76482: stdout chunk (state=3): >>># cleanup[3] wiping gettext # 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 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 # cleanup[3] wiping string # cleanup[3] wiping _string # destroy _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize <<< 6494 1726853176.76515: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale <<< 6494 1726853176.76572: stdout chunk (state=3): >>># destroy encodings # cleanup[3] wiping _locale # destroy _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 _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping urllib.parse # destroy ipaddress <<< 6494 1726853176.76649: stdout chunk (state=3): >>># cleanup[3] wiping urllib # destroy urllib.response # destroy urllib.error # destroy urllib.request # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping tempfile # cleanup[3] wiping weakref # cleanup[3] wiping random # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # cleanup[3] wiping zlib <<< 6494 1726853176.76746: stdout chunk (state=3): >>># cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap <<< 6494 1726853176.76751: stdout chunk (state=3): >>># cleanup[3] wiping base64 # cleanup[3] wiping binascii # cleanup[3] wiping struct # 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 <<< 6494 1726853176.76778: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types <<< 6494 1726853176.76843: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # destroy _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 <<< 6494 1726853176.76871: stdout chunk (state=3): >>># cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 6494 1726853176.76883: stdout chunk (state=3): >>># destroy _dbus_bindings # destroy decimal # destroy _curses # destroy libcomps._libpycomps # destroy hawkey._hawkey # destroy rpm._rpm # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 6494 1726853176.77585: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 6494 1726853176.77623: stdout chunk (state=3): >>># destroy _weakref # destroy _thread <<< 6494 1726853176.77626: stdout chunk (state=3): >>># destroy _hashlib <<< 6494 1726853176.77838: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 6494 1726853176.77843: stdout chunk (state=3): >>># destroy tokenize <<< 6494 1726853176.77846: stdout chunk (state=3): >>># destroy _compat_pickle # destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib <<< 6494 1726853176.77848: stdout chunk (state=3): >>># destroy _queue # destroy array <<< 6494 1726853176.77851: stdout chunk (state=3): >>># destroy copyreg <<< 6494 1726853176.77853: stdout chunk (state=3): >>># destroy _pickle # 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 <<< 6494 1726853176.77855: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves <<< 6494 1726853176.77858: stdout chunk (state=3): >>># destroy gzip # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # destroy unicodedata <<< 6494 1726853176.77893: stdout chunk (state=3): >>># destroy _blake2 # destroy email # destroy queue # destroy shlex # destroy pwd <<< 6494 1726853176.77919: stdout chunk (state=3): >>># destroy gettext # destroy libcomps # destroy urllib # destroy dnf.rpm.transaction # destroy dnf.rpm.connection # destroy dnf.rpm.miscutils # destroy hashlib # destroy json # destroy importlib # destroy inspect # destroy gc # destroy math # destroy shutil # destroy zlib <<< 6494 1726853176.77952: stdout chunk (state=3): >>># destroy urllib.parse # destroy fnmatch <<< 6494 1726853176.78011: stdout chunk (state=3): >>># destroy tempfile # destroy traceback # destroy calendar # destroy dnf.yum.misc # destroy glob # destroy curses # destroy struct # destroy termios <<< 6494 1726853176.78040: stdout chunk (state=3): >>># 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 datetime # destroy logging # destroy operator # destroy random # destroy hawkey # destroy dnf.cli.output # destroy dnf <<< 6494 1726853176.78077: stdout chunk (state=3): >>># destroy rpm <<< 6494 1726853176.78130: stdout chunk (state=3): >>># destroy itertools <<< 6494 1726853176.78166: stdout chunk (state=3): >>># destroy functools # destroy locale # destroy signal # destroy threading # destroy contextlib # destroy time # destroy fcntl # destroy _posixsubprocess # destroy select # destroy selectors # destroy json.scanner # destroy _json # destroy collections # destroy io # destroy _opcode <<< 6494 1726853176.78257: stdout chunk (state=3): >>># destroy _warnings # destroy posix <<< 6494 1726853176.78308: stdout chunk (state=3): >>># destroy binascii # destroy http.client # destroy http.cookiejar <<< 6494 1726853176.78331: stdout chunk (state=3): >>># destroy socket # destroy base64 # destroy errno # destroy warnings # destroy string <<< 6494 1726853176.78355: stdout chunk (state=3): >>># destroy _ssl <<< 6494 1726853176.78468: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 6494 1726853176.78719: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy re <<< 6494 1726853176.78723: stdout chunk (state=3): >>># destroy _random # destroy _sre <<< 6494 1726853176.78725: stdout chunk (state=3): >>># destroy _operator # destroy _functools # clear sys.audit hooks <<< 6494 1726853176.79797: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.41.218 closed. <<< 6494 1726853176.79930: stderr chunk (state=3): >>><<< 6494 1726853176.79936: stdout chunk (state=3): >>><<< 6494 1726853176.80419: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedbc184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedbbe7b30> # /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 0x7feedbc1aa50> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedba2d130> # /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 0x7feedba2dfa0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedba6bdd0> # /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 0x7feedba6bfe0> # /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 0x7feedbaa37a0> # /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 0x7feedbaa3e30> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedba83aa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedba811c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedba68f80> # /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 0x7feedbac3710> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedbac2330> # /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 0x7feedba82090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedbac0b90> # /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 0x7feedbaf87a0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedba68200> # /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 0x7feedbaf8c50> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedbaf8b00> # 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 0x7feedbaf8ec0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedba66d20> # /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 0x7feedbaf9580> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedbaf9250> 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 0x7feedbafa480> 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 0x7feedbb106b0> 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 0x7feedbb11dc0> # /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 0x7feedbb12c30> # 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 0x7feedbb13260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedbb12180> # /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 0x7feedbb13ce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedbb13410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedbafa4e0> # /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 0x7feedb873b90> # /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 0x7feedb89c5c0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb89c320> # 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 0x7feedb89c5f0> # /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 0x7feedb89cf20> # 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 0x7feedb89d910> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb89c7d0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb871d30> # /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 0x7feedb89ecc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb89da30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedbafabd0> # /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 0x7feedb8c3050> # /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 0x7feedb8eb3e0> # /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 0x7feedb94c1a0> # /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 0x7feedb94e900> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb94c2c0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb919190> # /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 0x7feedb755250> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb8ea1e0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb89fc20> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7feedb8ea7e0> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_te12qx4_/ansible_ansible.legacy.dnf_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 0x7feedb7aaf30> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb789e20> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb788fe0> # 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 0x7feedb7a8dd0> # /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 0x7feedb7d2840> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb7d2600> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb7d1f40> # /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 0x7feedb7d2960> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb7ab950> 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 0x7feedb7d35c0> # 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 0x7feedb7d3800> # /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 0x7feedb7d3ce0> 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 0x7feedb115a60> # 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 0x7feedb117680> # /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 0x7feedb117f80> # /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 0x7feedb11d220> # /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 0x7feedb11fcb0> # 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 0x7feedb78af00> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb11df70> # /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 0x7feedb127c50> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb126720> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb126480> # /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 0x7feedb1269f0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb11e480> # 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 0x7feedb16bf20> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb16bf50> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feedb16da90> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb16d880> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feedb16ffe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb16e150> # /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 0x7feedb173800> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb1701d0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feedb1748c0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feedb174a40> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feedb174b30> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb16c1a0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feedb000290> # 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 0x7feedb0013d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb176a20> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feedb177da0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb176630> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feedb005610> # /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 0x7feedb006450> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb001220> 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 0x7feedb006bd0> # 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 0x7feedb007650> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feedb011f40> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb00f020> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb102900> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb8065d0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb012030> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb006f90> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /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 0x7feedb0a44d0> # /usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/__init__.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc' import 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb0a4710> # /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc' # /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' # /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 0x7feedb0a4e30> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb0a49b0> # /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc' # /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 0x7feedb0a5700> # /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py # code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' # /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' # /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' import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb08d6d0> # /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' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb08c0e0> # /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' import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedac924e0> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb0a6ea0> # /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/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 0x7feedac990d0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedac93c50> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedac92ff0> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb0a6360> # /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py # code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py # code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' # /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 0x7feedad05010> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedacbd160> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb0a6900> # /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py # code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.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/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 0x7feedad08a70> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedad06de0> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedacbcc50> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb0a5a30> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb0a5760> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb0a54c0> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb0a4770> # /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc' import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb0a56a0> # /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 0x7feedad090a0> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedb0a5820> # /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 0x7feedad097f0> # /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 0x7feedad10050> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedacf1640> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedad0a810> # /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py # code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedacf10d0> # /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py # code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedad2a390> # /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 0x7feedad2b020> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedad2aae0> # /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' import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedad2b500> # /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py # code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedacffa70> # /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py # code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7feedabb9eb0> # zipimport: zlib available import 'ansible.module_utils.urls' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.version' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.respawn' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.yumdnf' # # zipimport: zlib available # /usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/pycomp.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc' # /usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/text.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc' import 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7feeda8faf90> # /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 0x7feeda8fb0b0> # /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 0x7feeda94b290> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7feeda94aae0> # 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 0x7feeda94acc0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7feeda8fb5c0> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7feeda8fa240> # /usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/const.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc' import 'dnf.const' # <_frozen_importlib_external.SourceFileLoader object at 0x7feeda8fac90> # /usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/base.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/__init__.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/error.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc' # extension module 'libdnf._error' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' # extension module 'libdnf._error' executed from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' import 'libdnf._error' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feeda9c47d0> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7feeda9c43b0> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/common_types.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' # extension module 'libdnf._common_types' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' # extension module 'libdnf._common_types' executed from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' import 'libdnf._common_types' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feeda9c7fb0> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7feeda9c4920> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/conf.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' # extension module 'libdnf._conf' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so' # extension module 'libdnf._conf' executed from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so' import 'libdnf._conf' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feeda4cb1a0> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7feeda9ec200> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/module.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' # extension module 'libdnf._module' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_module.so' # extension module 'libdnf._module' executed from '/usr/lib64/python3.12/site-packages/libdnf/_module.so' import 'libdnf._module' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feeda544dd0> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7feeda4cb650> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/repo.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' # extension module 'libdnf._repo' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so' # extension module 'libdnf._repo' executed from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so' import 'libdnf._repo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feeda547d10> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7feeda544ec0> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/transaction.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' # extension module 'libdnf._transaction' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so' # extension module 'libdnf._transaction' executed from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so' import 'libdnf._transaction' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feeda587e90> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7feeda5840e0> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/utils.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc' # extension module 'libdnf._utils' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so' # extension module 'libdnf._utils' executed from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so' import 'libdnf._utils' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feed8b291c0> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8b285c0> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7feeda967f20> # /usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/comps.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/exceptions.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/i18n.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.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 0x7feed8b446e0> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8b2bb30> # /usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/util.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/callback.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc' import 'dnf.yum' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8b46d50> # /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/rpmtrans.py # code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc' import 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8b47c20> # /usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/__init__.py # code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc' # extension module 'rpm._rpm' loaded from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so' # extension module 'rpm._rpm' executed from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so' import 'rpm._rpm' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feed8b6c530> # /usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/transaction.py # code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc' import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8b6da30> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8b47e60> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8b46c30> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8b465a0> # /usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/hawkey/__init__.py # code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc' # extension module 'hawkey._hawkey' loaded from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so' # extension module 'hawkey._hawkey' executed from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so' import 'hawkey._hawkey' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feed8b6f680> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8b47140> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8b44a10> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8b2b140> # /usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libcomps/__init__.py # code object from '/usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc' # extension module 'libcomps._libpycomps' loaded from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so' # extension module 'libcomps._libpycomps' executed from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so' import 'libcomps._libpycomps' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feed8b2b860> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8b2b5c0> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8b29340> # /usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc' import 'dnf.db' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8bacd40> # /usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/history.py # code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/misc.py # code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/crypto.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc' import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8baf260> # /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 0x7feed8bafa40> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8bae570> # /usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/group.py # code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc' import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8bd8260> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8bacd10> # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/config.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/substitutions.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc' import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8bd9cd0> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8bd9250> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8bd9070> # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/read.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repo.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/logging.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/lock.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc' import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed84a4d70> # /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py # code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.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 0x7feed84d2d80> # 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 0x7feed84d30e0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed84a7050> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed84a51f0> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed84a4260> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8bda4b0> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8bda1e0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/dnssec.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/transaction.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc' import 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed850cbf0> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed84d3d10> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8bda9f0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/drpm.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc' import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed850d2e0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/goal.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc' import 'dnf.goal' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed850d670> # /usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/history.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc' import 'dnf.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed850d730> # /usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc' import 'dnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed850d850> # /usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/module_base.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/smartcols.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' # extension module 'libdnf._smartcols' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so' # extension module 'libdnf._smartcols' executed from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so' import 'libdnf._smartcols' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feed852c440> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed850e570> # /usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/selector.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc' import 'dnf.selector' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed852c560> # /usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/exceptions.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc' import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed852c620> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed850d6a0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/persistor.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc' import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed852c7d0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/plugin.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc' # /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__/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 0x7feed8578200> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8553620> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8552090> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed852dfd0> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed852d430> # /usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/query.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc' import 'dnf.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed852e480> # /usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repodict.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc' import 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8550e60> # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/connection.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc' import 'dnf.rpm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8590a70> # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/miscutils.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc' import 'dnf.rpm.miscutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8590ce0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/sack.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/package.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc' import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8591640> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed85910d0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/subject.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc' import 'dnf.subject' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8592540> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7feeda94b320> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7feeda8fa090> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/builddep.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnfpluginscore/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc' import 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8592f30> # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/cli.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/output.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/format.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc' import 'dnf.cli.format' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed83679b0> # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/progress.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/term.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.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 0x7feed8385a30> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed83855e0> # 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 0x7feed852c710> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed83844a0> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8367ce0> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8364a10> # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/aliases.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc' import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed83677a0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/option_parser.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed839aed0> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8399a00> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/alias.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc' import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed83c06e0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/autoremove.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc' import 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed83c09e0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/check.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc' import 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed83c0c50> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/clean.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc' import 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed83c0ef0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/deplist.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repoquery.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc' import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed83c15b0> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed83c1400> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/distrosync.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc' import 'dnf.cli.commands.distrosync' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed83c2ea0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/downgrade.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc' import 'dnf.cli.commands.downgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed83c2ff0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/group.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc' import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed83c3200> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/history.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction_sr.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc' import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed83dc1a0> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed83c39e0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/install.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc' import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed83dcd40> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/makecache.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc' import 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed83dd190> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/mark.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc' import 'dnf.cli.commands.mark' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed83dd370> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/module.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc' import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed83dd640> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/reinstall.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc' import 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed83de510> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/remove.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc' import 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed83de750> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repolist.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc' import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed83de960> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/search.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/match_counter.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc' import 'dnf.match_counter' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed83df560> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed83df080> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/shell.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.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 0x7feed84083e0> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed83dfce0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/swap.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc' import 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8409040> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/updateinfo.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc' import 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8409340> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrade.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc' import 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed840a2a0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrademinimal.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc' import 'dnf.cli.commands.upgrademinimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed840a510> # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/demand.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc' import 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed840a6c0> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8593380> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8593110> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8592720> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/changelog.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_version.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc' import 'dateutil._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed840b0e0> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed840ae40> # /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/_parser.py # code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc' # /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py # code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8429550> # /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' # /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 0x7feed842acc0> # 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 0x7feed8429eb0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8429a60> # /usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/relativedelta.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_common.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc' import 'dateutil._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed817c620> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8163a10> # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/tz.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' import 'six.moves' # # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_common.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc' import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed817f230> # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_factories.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc' import 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed817fd70> # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/win.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc' # destroy dateutil.tz.win import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed817cc20> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed817c8f0> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed840b3b0> # /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/isoparser.py # code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc' import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed84287d0> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed840b110> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed85930e0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/config_manager.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc' import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed81a9f10> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/copr.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc' import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed81aa7b0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/debuginfo-install.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc' import 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed81ab7d0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/download.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc' import 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed81abe30> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/generate_completion_cache.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc' # /usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/__init__.py # code object from '/usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/dbapi2.py # code object from '/usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc' # extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' # extension module '_sqlite3' executed from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' import '_sqlite3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feed81d1520> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed81d0ef0> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed81d0b90> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed81d0830> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/groups_manager.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc' import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed840a420> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/needs_restarting.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc' import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed81d3170> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc' import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed81d31d0> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc' # extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' # extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' import '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feed81d38c0> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed81d3740> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc' import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8201e50> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.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 0x7feed8203050> # /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 0x7feed82032c0> # /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' # 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 0x7feed8203440> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8203260> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8202b10> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8201fa0> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8201280> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8200860> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed82000e0> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed81d2cc0> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed81d21b0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repoclosure.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc' import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed8203170> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repodiff.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc' import 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed82038f0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repograph.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc' import 'dnf.plugin.dynamic.repograph' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed822c200> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repomanage.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc' import 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed822c5c0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/reposync.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc' import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed822cef0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/system_upgrade.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc' import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7feed822da60> {"msg": "", "changed": true, "results": ["Installed: postfix-2:3.8.5-7.el10.x86_64", "Installed: postfix-lmdb-2:3.8.5-7.el10.x86_64", "Installed: libicu-74.2-2.el10.x86_64"], "rc": 0, "invocation": {"module_args": {"name": ["postfix"], "state": "present", "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "use_backend": "auto", "best": null, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "nobest": null, "releasever": null}}} # destroy dnf.plugin.dynamic # destroy __main__ # clear 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 # 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 # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing 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 # cleanup[2] removing ipaddress # cleanup[2] removing 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 # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # 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 # 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.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # 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 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 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 email.mime.text # cleanup[2] removing configparser # destroy configparser # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # 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 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 gc # 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 termios # 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.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 # destroy _sitebuiltins # destroy _bz2 # destroy _lzma # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ntpath # destroy zipimport # destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy syslog # destroy selinux # destroy distro # destroy distro.distro # destroy mimetypes # destroy netrc # destroy dateutil # destroy dateutil._version # destroy dateutil._common # destroy dateutil.parser # destroy dateutil.parser._parser # destroy dateutil.relativedelta # destroy six.moves.urllib # destroy six.moves # 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 dateutil.tz._common # destroy dateutil.tz._factories # destroy dateutil.tz.tz # destroy dateutil.tz # destroy six # destroy sqlite3 # destroy sqlite3.dbapi2 # destroy _sqlite3 # destroy dbus # destroy dbus._compat # destroy dbus.exceptions # destroy dbus.types # destroy dbus.lowlevel # destroy dbus._expat_introspect_parser # destroy dbus.proxies # destroy dbus.connection # destroy dbus.bus # destroy dbus._dbus # destroy pyexpat.errors # destroy pyexpat.model # destroy pyexpat # destroy uuid # destroy systemd.journal # cleanup[3] wiping _dbus_bindings # cleanup[3] wiping _decimal # 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 termios # 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 gc # cleanup[3] wiping dnf.rpm.miscutils # destroy subprocess # 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 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 _heapq # destroy _heapq # cleanup[3] wiping email.mime.text # cleanup[3] wiping gzip # destroy _compression # cleanup[3] wiping http.cookiejar # destroy copy # cleanup[3] wiping urllib.request # destroy bisect # 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 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 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 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 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 # 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 # cleanup[3] wiping string # cleanup[3] wiping _string # destroy _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # 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 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 _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping urllib.parse # destroy ipaddress # cleanup[3] wiping urllib # destroy urllib.response # destroy urllib.error # destroy urllib.request # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping tempfile # cleanup[3] wiping weakref # cleanup[3] wiping random # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # 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 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 _signal # destroy _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 _dbus_bindings # destroy decimal # destroy _curses # destroy libcomps._libpycomps # destroy hawkey._hawkey # destroy rpm._rpm # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _weakref # destroy _thread # destroy _hashlib # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy _compat_pickle # destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib # destroy _queue # destroy array # destroy copyreg # destroy _pickle # 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 _typing # destroy _tokenize # destroy ansible.module_utils.six.moves # destroy gzip # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # destroy unicodedata # destroy _blake2 # destroy email # destroy queue # destroy shlex # destroy pwd # destroy gettext # destroy libcomps # destroy urllib # destroy dnf.rpm.transaction # destroy dnf.rpm.connection # destroy dnf.rpm.miscutils # destroy hashlib # destroy json # destroy importlib # destroy inspect # destroy gc # destroy math # destroy shutil # destroy zlib # destroy urllib.parse # destroy fnmatch # destroy tempfile # destroy traceback # destroy calendar # destroy dnf.yum.misc # destroy glob # destroy curses # destroy struct # 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 datetime # destroy logging # destroy operator # destroy random # destroy hawkey # destroy dnf.cli.output # destroy dnf # destroy rpm # destroy itertools # destroy functools # destroy locale # destroy signal # destroy threading # destroy contextlib # destroy time # destroy fcntl # destroy _posixsubprocess # destroy select # destroy selectors # destroy json.scanner # destroy _json # destroy collections # destroy io # destroy _opcode # destroy _warnings # destroy posix # destroy binascii # destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno # destroy warnings # destroy string # destroy _ssl # 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 re # destroy _random # destroy _sre # destroy _operator # destroy _functools # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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.41.218 closed. 6494 1726853176.83077: done with _execute_module (ansible.legacy.dnf, {'name': ['postfix'], 'state': 'present', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.dnf', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726853163.4238696-7545-93466788325863/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6494 1726853176.83081: _low_level_execute_command(): starting 6494 1726853176.83091: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726853163.4238696-7545-93466788325863/ > /dev/null 2>&1 && sleep 0' 6494 1726853176.83094: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6494 1726853176.83096: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853176.83098: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853176.83101: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6494 1726853176.83106: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 <<< 6494 1726853176.83108: stderr chunk (state=3): >>>debug2: match not found <<< 6494 1726853176.83123: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853176.83126: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6494 1726853176.83128: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.41.218 is address <<< 6494 1726853176.83130: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6494 1726853176.83133: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853176.83135: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853176.83137: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6494 1726853176.83139: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 <<< 6494 1726853176.83141: stderr chunk (state=3): >>>debug2: match found <<< 6494 1726853176.83143: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853176.83145: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853176.83147: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853176.83149: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853176.83151: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853176.85268: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853176.85272: stdout chunk (state=3): >>><<< 6494 1726853176.85275: stderr chunk (state=3): >>><<< 6494 1726853176.85277: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853176.85280: handler run complete 6494 1726853176.85282: attempt loop complete, returning result 6494 1726853176.85284: _execute() done 6494 1726853176.85286: dumping result to json 6494 1726853176.85293: done dumping result, returning 6494 1726853176.85296: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.postfix : Install Postfix [0affc48f-66db-1e98-6787-00000000002d] 6494 1726853176.85298: sending task result for task 0affc48f-66db-1e98-6787-00000000002d 6494 1726853176.85379: done sending task result for task 0affc48f-66db-1e98-6787-00000000002d 6494 1726853176.85382: WORKER PROCESS EXITING changed: [managed_node1] => { "changed": true, "rc": 0, "results": [ "Installed: postfix-2:3.8.5-7.el10.x86_64", "Installed: postfix-lmdb-2:3.8.5-7.el10.x86_64", "Installed: libicu-74.2-2.el10.x86_64" ] } 6494 1726853176.85497: no more pending results, returning what we have 6494 1726853176.85500: results queue empty 6494 1726853176.85504: checking for any_errors_fatal 6494 1726853176.85506: done checking for any_errors_fatal 6494 1726853176.85507: checking for max_fail_percentage 6494 1726853176.85509: done checking for max_fail_percentage 6494 1726853176.85509: checking to see if all hosts have failed and the running result is not ok 6494 1726853176.85510: done checking to see if all hosts have failed 6494 1726853176.85511: getting the remaining hosts for this loop 6494 1726853176.85513: done getting the remaining hosts for this loop 6494 1726853176.85517: getting the next task for host managed_node1 6494 1726853176.85524: done getting next task for host managed_node1 6494 1726853176.85528: ^ task is: TASK: fedora.linux_system_roles.postfix : Enable Postfix 6494 1726853176.85531: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853176.85545: getting variables 6494 1726853176.85547: in VariableManager get_vars() 6494 1726853176.85748: Calling all_inventory to load vars for managed_node1 6494 1726853176.85750: Calling groups_inventory to load vars for managed_node1 6494 1726853176.85753: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853176.85764: Calling all_plugins_play to load vars for managed_node1 6494 1726853176.85768: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853176.85771: Calling groups_plugins_play to load vars for managed_node1 6494 1726853176.87660: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853176.88668: done with get_vars() 6494 1726853176.88692: done getting variables 6494 1726853176.88757: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.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.postfix : Enable Postfix] ********************** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:66 Friday 20 September 2024 13:26:16 -0400 (0:00:13.553) 0:00:51.810 ****** 6494 1726853176.88804: entering _queue_task() for managed_node1/service 6494 1726853176.89250: worker is 1 (out of 1 available) 6494 1726853176.89266: exiting _queue_task() for managed_node1/service 6494 1726853176.89278: done queuing things up, now waiting for results queue to drain 6494 1726853176.89279: waiting for pending results... 6494 1726853176.89860: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.postfix : Enable Postfix 6494 1726853176.89867: in run() - task 0affc48f-66db-1e98-6787-00000000002e 6494 1726853176.89870: variable 'ansible_search_path' from source: unknown 6494 1726853176.89873: variable 'ansible_search_path' from source: unknown 6494 1726853176.89876: calling self._execute() 6494 1726853176.89991: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853176.90008: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853176.90061: variable 'omit' from source: magic vars 6494 1726853176.90179: variable 'omit' from source: magic vars 6494 1726853176.90252: variable 'omit' from source: magic vars 6494 1726853176.90306: variable 'omit' from source: magic vars 6494 1726853176.90387: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6494 1726853176.90426: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6494 1726853176.90471: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6494 1726853176.90537: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853176.90541: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6494 1726853176.90568: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6494 1726853176.90577: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853176.90591: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853176.90727: Set connection var ansible_shell_type to sh 6494 1726853176.90820: Set connection var ansible_pipelining to False 6494 1726853176.90824: Set connection var ansible_shell_executable to /bin/sh 6494 1726853176.90826: Set connection var ansible_timeout to 10 6494 1726853176.90829: Set connection var ansible_connection to ssh 6494 1726853176.90831: Set connection var ansible_module_compression to ZIP_DEFLATED 6494 1726853176.90835: variable 'ansible_shell_executable' from source: unknown 6494 1726853176.90838: variable 'ansible_connection' from source: unknown 6494 1726853176.90840: variable 'ansible_module_compression' from source: unknown 6494 1726853176.90842: variable 'ansible_shell_type' from source: unknown 6494 1726853176.90844: variable 'ansible_shell_executable' from source: unknown 6494 1726853176.90846: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853176.90848: variable 'ansible_pipelining' from source: unknown 6494 1726853176.90851: variable 'ansible_timeout' from source: unknown 6494 1726853176.90857: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853176.91015: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.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) 6494 1726853176.91041: variable 'omit' from source: magic vars 6494 1726853176.91051: starting attempt loop 6494 1726853176.91057: running the handler 6494 1726853176.91273: variable 'ansible_facts' from source: unknown 6494 1726853176.91782: _low_level_execute_command(): starting 6494 1726853176.91806: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6494 1726853176.93162: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853176.93346: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853176.93372: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853176.93405: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853176.93550: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853176.95386: stdout chunk (state=3): >>>/root <<< 6494 1726853176.95577: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853176.95581: stdout chunk (state=3): >>><<< 6494 1726853176.95584: stderr chunk (state=3): >>><<< 6494 1726853176.95608: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853176.95630: _low_level_execute_command(): starting 6494 1726853176.95645: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726853176.9561617-7923-38809002490444 `" && echo ansible-tmp-1726853176.9561617-7923-38809002490444="` echo /root/.ansible/tmp/ansible-tmp-1726853176.9561617-7923-38809002490444 `" ) && sleep 0' 6494 1726853176.97055: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853176.97089: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853176.97186: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853176.97346: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853176.99605: stdout chunk (state=3): >>>ansible-tmp-1726853176.9561617-7923-38809002490444=/root/.ansible/tmp/ansible-tmp-1726853176.9561617-7923-38809002490444 <<< 6494 1726853176.99676: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853176.99706: stderr chunk (state=3): >>><<< 6494 1726853176.99716: stdout chunk (state=3): >>><<< 6494 1726853176.99991: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726853176.9561617-7923-38809002490444=/root/.ansible/tmp/ansible-tmp-1726853176.9561617-7923-38809002490444 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853176.99995: variable 'ansible_module_compression' from source: unknown 6494 1726853177.00035: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6494dydhg1yg/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 6494 1726853177.00233: variable 'ansible_facts' from source: unknown 6494 1726853177.00741: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726853176.9561617-7923-38809002490444/AnsiballZ_systemd.py 6494 1726853177.00956: Sending initial data 6494 1726853177.01114: Sent initial data (153 bytes) 6494 1726853177.02357: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853177.02394: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853177.02456: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853177.02668: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853177.02823: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853177.04619: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6494 1726853177.04731: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6494 1726853177.04875: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6494dydhg1yg/tmpkded_xu_ /root/.ansible/tmp/ansible-tmp-1726853176.9561617-7923-38809002490444/AnsiballZ_systemd.py <<< 6494 1726853177.04879: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726853176.9561617-7923-38809002490444/AnsiballZ_systemd.py" <<< 6494 1726853177.05457: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6494dydhg1yg/tmpkded_xu_" to remote "/root/.ansible/tmp/ansible-tmp-1726853176.9561617-7923-38809002490444/AnsiballZ_systemd.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726853176.9561617-7923-38809002490444/AnsiballZ_systemd.py" <<< 6494 1726853177.08706: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853177.08767: stderr chunk (state=3): >>><<< 6494 1726853177.08779: stdout chunk (state=3): >>><<< 6494 1726853177.08813: done transferring module to remote 6494 1726853177.08879: _low_level_execute_command(): starting 6494 1726853177.08952: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726853176.9561617-7923-38809002490444/ /root/.ansible/tmp/ansible-tmp-1726853176.9561617-7923-38809002490444/AnsiballZ_systemd.py && sleep 0' 6494 1726853177.09780: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6494 1726853177.09847: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853177.09864: 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.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853177.09944: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853177.09980: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853177.10138: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853177.12147: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853177.12161: stdout chunk (state=3): >>><<< 6494 1726853177.12169: stderr chunk (state=3): >>><<< 6494 1726853177.12186: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853177.12208: _low_level_execute_command(): starting 6494 1726853177.12216: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726853176.9561617-7923-38809002490444/AnsiballZ_systemd.py && sleep 0' 6494 1726853177.12663: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853177.12680: 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.41.218 originally 10.31.41.218 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.41.218 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 <<< 6494 1726853177.12692: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853177.12734: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853177.12750: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853177.12884: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853177.15407: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 6494 1726853177.15412: stdout chunk (state=3): >>>import _imp # builtin import '_thread' # import '_warnings' # <<< 6494 1726853177.15438: stdout chunk (state=3): >>>import '_weakref' # <<< 6494 1726853177.15496: stdout chunk (state=3): >>>import '_io' # <<< 6494 1726853177.15509: stdout chunk (state=3): >>>import 'marshal' # <<< 6494 1726853177.15540: stdout chunk (state=3): >>>import 'posix' # <<< 6494 1726853177.15596: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 6494 1726853177.15611: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 6494 1726853177.15667: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853177.15688: stdout chunk (state=3): >>>import '_codecs' # <<< 6494 1726853177.15712: stdout chunk (state=3): >>>import 'codecs' # <<< 6494 1726853177.15775: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 6494 1726853177.15825: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fbe184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fbde7b30> <<< 6494 1726853177.15828: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 6494 1726853177.15860: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fbe1aa50> <<< 6494 1726853177.15893: stdout chunk (state=3): >>>import '_signal' # <<< 6494 1726853177.15908: stdout chunk (state=3): >>>import '_abc' # import 'abc' # import 'io' # <<< 6494 1726853177.15954: stdout chunk (state=3): >>>import '_stat' # <<< 6494 1726853177.15970: stdout chunk (state=3): >>>import 'stat' # <<< 6494 1726853177.16039: stdout chunk (state=3): >>>import '_collections_abc' # <<< 6494 1726853177.16085: stdout chunk (state=3): >>>import 'genericpath' # <<< 6494 1726853177.16124: stdout chunk (state=3): >>>import 'posixpath' # import 'os' # <<< 6494 1726853177.16148: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages <<< 6494 1726853177.16179: stdout chunk (state=3): >>>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' <<< 6494 1726853177.16223: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 6494 1726853177.16230: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fbc2d130> <<< 6494 1726853177.16312: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 6494 1726853177.16319: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fbc2dfa0> <<< 6494 1726853177.16361: stdout chunk (state=3): >>>import 'site' # <<< 6494 1726853177.16368: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 6494 1726853177.16783: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 6494 1726853177.16814: stdout chunk (state=3): >>># 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' <<< 6494 1726853177.16846: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 6494 1726853177.16875: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 6494 1726853177.16907: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 6494 1726853177.16946: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 6494 1726853177.16975: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fbc6be00> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 6494 1726853177.17025: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 6494 1726853177.17028: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fbc6bec0> <<< 6494 1726853177.17085: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 6494 1726853177.17088: stdout chunk (state=3): >>># 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 <<< 6494 1726853177.17152: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # <<< 6494 1726853177.17261: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fbca37d0> <<< 6494 1726853177.17264: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fbca3e60> <<< 6494 1726853177.17301: stdout chunk (state=3): >>>import '_collections' # <<< 6494 1726853177.17314: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fbc83ad0> import '_functools' # <<< 6494 1726853177.17484: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fbc811f0> <<< 6494 1726853177.17496: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fbc68fb0> # /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' <<< 6494 1726853177.17522: stdout chunk (state=3): >>>import '_sre' # <<< 6494 1726853177.17590: stdout chunk (state=3): >>># /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' <<< 6494 1726853177.17795: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fbcc3770> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fbcc2390> # /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 0x7f53fbc82090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fbcc0bc0> # /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 0x7f53fbcf8800> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fbc68230> # /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 0x7f53fbcf8cb0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fbcf8b60> <<< 6494 1726853177.17835: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853177.17859: stdout chunk (state=3): >>># extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f53fbcf8ef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fbc66d50> <<< 6494 1726853177.17894: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853177.17914: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 6494 1726853177.17975: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fbcf9580> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fbcf9250> <<< 6494 1726853177.18047: stdout chunk (state=3): >>>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 0x7f53fbcfa480> import 'importlib.util' # import 'runpy' # <<< 6494 1726853177.18154: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 6494 1726853177.18166: stdout chunk (state=3): >>># 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 0x7f53fbd106b0> import 'errno' # <<< 6494 1726853177.18207: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f53fbd11d90> <<< 6494 1726853177.18405: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 6494 1726853177.18409: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 6494 1726853177.18436: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fbd12c30> # 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 0x7f53fbd13290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fbd12180> # /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 0x7f53fbd13d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fbd13440> <<< 6494 1726853177.18507: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fbcfa4e0> <<< 6494 1726853177.18510: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 6494 1726853177.18550: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 6494 1726853177.18555: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 6494 1726853177.18606: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 6494 1726853177.18646: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f53fb9f7bc0> # /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' <<< 6494 1726853177.18744: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f53fba206e0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fba20440> <<< 6494 1726853177.18748: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f53fba20620> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 6494 1726853177.18834: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 6494 1726853177.18854: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853177.18982: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f53fba20fe0> <<< 6494 1726853177.19385: stdout chunk (state=3): >>># 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 0x7f53fba21970> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fba20890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb9f5d60> <<< 6494 1726853177.19388: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 6494 1726853177.19391: stdout chunk (state=3): >>># 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 0x7f53fba22cf0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fba20e60> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fbcfabd0> # /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' <<< 6494 1726853177.19421: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 6494 1726853177.19440: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 6494 1726853177.19462: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fba4f020> <<< 6494 1726853177.19530: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 6494 1726853177.19549: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853177.19590: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 6494 1726853177.19607: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 6494 1726853177.19717: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fba733e0> <<< 6494 1726853177.19720: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 6494 1726853177.19736: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 6494 1726853177.19823: stdout chunk (state=3): >>>import 'ntpath' # <<< 6494 1726853177.19831: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fbad01a0> <<< 6494 1726853177.19860: stdout chunk (state=3): >>># /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' <<< 6494 1726853177.19863: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 6494 1726853177.19975: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 6494 1726853177.19990: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fbad28d0> <<< 6494 1726853177.20071: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fbad02c0> <<< 6494 1726853177.20170: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fba9d190> # /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 0x7f53fb9091f0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fba721e0> <<< 6494 1726853177.20181: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fba23bf0> <<< 6494 1726853177.20362: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 6494 1726853177.20387: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f53fba728a0> <<< 6494 1726853177.20621: stdout chunk (state=3): >>># zipimport: found 104 names in '/tmp/ansible_ansible.legacy.systemd_payload_dnojcnn6/ansible_ansible.legacy.systemd_payload.zip' # zipimport: zlib available <<< 6494 1726853177.20780: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.20884: stdout chunk (state=3): >>># /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' <<< 6494 1726853177.20887: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 6494 1726853177.20923: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 6494 1726853177.21027: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb96ef00> import '_typing' # <<< 6494 1726853177.21160: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb94ddf0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb94cf50> # zipimport: zlib available <<< 6494 1726853177.21190: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 6494 1726853177.21456: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.21460: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 6494 1726853177.22739: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.24103: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb96cc50> # /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' <<< 6494 1726853177.24138: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # 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 0x7f53fb9a6780> <<< 6494 1726853177.24186: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb9a6510> <<< 6494 1726853177.24217: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb9a5e50> <<< 6494 1726853177.24245: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 6494 1726853177.24310: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb9a6570> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fbc829c0> import 'atexit' # <<< 6494 1726853177.24353: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f53fb9a74d0> <<< 6494 1726853177.24395: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f53fb9a7710> <<< 6494 1726853177.24455: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 6494 1726853177.24524: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 6494 1726853177.24547: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb9a7c50> import 'pwd' # <<< 6494 1726853177.24655: stdout chunk (state=3): >>># /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' <<< 6494 1726853177.24680: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb331a60> # 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 0x7f53fb333680> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 6494 1726853177.24700: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 6494 1726853177.24727: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb333f80> <<< 6494 1726853177.24848: stdout chunk (state=3): >>># /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 0x7f53fb335220> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 6494 1726853177.24866: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 6494 1726853177.24899: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 6494 1726853177.24954: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb337cb0> <<< 6494 1726853177.25015: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f53fba202f0> <<< 6494 1726853177.25106: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb335f70> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 6494 1726853177.25114: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 6494 1726853177.25216: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 6494 1726853177.25230: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 6494 1726853177.25258: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 6494 1726853177.25296: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 6494 1726853177.25337: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb33fb60> import '_tokenize' # <<< 6494 1726853177.25445: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb33e630> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb33e390> # /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' <<< 6494 1726853177.25491: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb33e900> <<< 6494 1726853177.25521: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb336480> <<< 6494 1726853177.25774: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853177.25779: stdout chunk (state=3): >>># extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f53fb383e30> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb383f80> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f53fb385a00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb3857c0> # /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' <<< 6494 1726853177.25815: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f53fb387f80> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb3860f0> <<< 6494 1726853177.25839: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 6494 1726853177.25911: stdout chunk (state=3): >>># 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 <<< 6494 1726853177.25939: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 6494 1726853177.25982: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb38b6e0> <<< 6494 1726853177.26123: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb387fb0> <<< 6494 1726853177.26188: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f53fb38c9b0> <<< 6494 1726853177.26236: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f53fb38c860> <<< 6494 1726853177.26350: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f53fb38cb00> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb384170> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 6494 1726853177.26370: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 6494 1726853177.26406: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853177.26419: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f53fb218230> <<< 6494 1726853177.26594: stdout chunk (state=3): >>># 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 0x7f53fb219640> <<< 6494 1726853177.26617: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb38e990> <<< 6494 1726853177.26709: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f53fb38fd10> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb38e5a0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 6494 1726853177.26847: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.26922: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.26929: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 6494 1726853177.27038: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 6494 1726853177.27106: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.27218: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.27788: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.28357: stdout chunk (state=3): >>>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' # <<< 6494 1726853177.28395: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 6494 1726853177.28439: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853177.28484: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853177.28494: stdout chunk (state=3): >>># 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 0x7f53fb21d7c0> <<< 6494 1726853177.28573: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 6494 1726853177.28606: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb21e510> <<< 6494 1726853177.28623: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb219820> <<< 6494 1726853177.28664: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 6494 1726853177.28703: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.28728: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 6494 1726853177.28745: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.28883: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.29063: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 6494 1726853177.29084: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb21e210> # zipimport: zlib available <<< 6494 1726853177.29574: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.30050: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.30130: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.30215: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 6494 1726853177.30238: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.30486: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 6494 1726853177.30493: stdout chunk (state=3): >>># 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 <<< 6494 1726853177.30529: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.30571: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 6494 1726853177.30594: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.30829: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.31074: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 6494 1726853177.31146: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 6494 1726853177.31170: stdout chunk (state=3): >>>import '_ast' # <<< 6494 1726853177.31241: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb21f5f0> <<< 6494 1726853177.31268: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.31416: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 6494 1726853177.31463: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available <<< 6494 1726853177.31483: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.31688: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 6494 1726853177.31712: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.31781: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 6494 1726853177.31809: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 6494 1726853177.31914: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f53fb229dc0> <<< 6494 1726853177.31952: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb227bf0> <<< 6494 1726853177.31995: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 6494 1726853177.32014: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.32071: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.32137: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.32240: stdout chunk (state=3): >>># zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 6494 1726853177.32273: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 6494 1726853177.32285: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 6494 1726853177.32366: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 6494 1726853177.32428: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 6494 1726853177.32451: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 6494 1726853177.32543: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb302750> <<< 6494 1726853177.32559: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb3fe450> <<< 6494 1726853177.32620: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb229b50> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb38ca10> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 6494 1726853177.32665: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.32735: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 6494 1726853177.32784: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available <<< 6494 1726853177.32796: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 6494 1726853177.33188: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.33214: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.33252: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.33262: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.33287: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.33336: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.33379: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.33419: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # # zipimport: zlib available <<< 6494 1726853177.33499: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.33568: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.33646: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.33658: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.typing' # # zipimport: zlib available <<< 6494 1726853177.33829: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.34004: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.34051: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.34120: stdout chunk (state=3): >>># /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' <<< 6494 1726853177.34125: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py <<< 6494 1726853177.34179: stdout chunk (state=3): >>># 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 <<< 6494 1726853177.34230: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' <<< 6494 1726853177.34240: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb2ba3f0> <<< 6494 1726853177.34273: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 6494 1726853177.34292: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 6494 1726853177.34322: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 6494 1726853177.34369: stdout chunk (state=3): >>># /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' <<< 6494 1726853177.34404: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fae605f0> <<< 6494 1726853177.34446: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853177.34450: stdout chunk (state=3): >>># 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 0x7f53fae61610> <<< 6494 1726853177.34505: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb2aa9f0> <<< 6494 1726853177.34547: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb2baf60> <<< 6494 1726853177.34550: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb2b8aa0> <<< 6494 1726853177.34574: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb2b86e0> # /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 6494 1726853177.34654: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' <<< 6494 1726853177.34664: stdout chunk (state=3): >>># /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' <<< 6494 1726853177.34698: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 6494 1726853177.34734: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 6494 1726853177.34767: stdout chunk (state=3): >>># 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 0x7f53fae637a0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fae63050> <<< 6494 1726853177.34791: stdout chunk (state=3): >>># 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 0x7f53fae63230> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fae624b0> <<< 6494 1726853177.34944: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 6494 1726853177.34973: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' <<< 6494 1726853177.35003: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fae63890> # /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 6494 1726853177.35017: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 6494 1726853177.35053: stdout chunk (state=3): >>># 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 0x7f53faeca390> <<< 6494 1726853177.35116: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53faec83b0> <<< 6494 1726853177.35140: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb2b8770> import 'ansible.module_utils.facts.timeout' # <<< 6494 1726853177.35182: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.collector' # # zipimport: zlib available # zipimport: zlib available <<< 6494 1726853177.35200: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other' # # zipimport: zlib available <<< 6494 1726853177.35267: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.35344: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # <<< 6494 1726853177.35347: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.35389: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.35463: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 6494 1726853177.35523: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system' # <<< 6494 1726853177.35677: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.apparmor' # # zipimport: zlib available # zipimport: zlib available <<< 6494 1726853177.35758: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # # zipimport: zlib available <<< 6494 1726853177.35797: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.35812: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # # zipimport: zlib available <<< 6494 1726853177.35875: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.35938: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.35977: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.36039: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # <<< 6494 1726853177.36050: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.36667: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.37002: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # <<< 6494 1726853177.37047: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 6494 1726853177.37100: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.37138: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.37179: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 6494 1726853177.37211: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.date_time' # # zipimport: zlib available <<< 6494 1726853177.37231: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.37262: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # <<< 6494 1726853177.37279: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.37323: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.37393: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # # zipimport: zlib available <<< 6494 1726853177.37441: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.37468: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # <<< 6494 1726853177.37479: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.37504: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.37551: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # # zipimport: zlib available <<< 6494 1726853177.37634: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.37724: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 6494 1726853177.37757: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 6494 1726853177.37787: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53faecbcb0> <<< 6494 1726853177.37806: stdout chunk (state=3): >>># /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' <<< 6494 1726853177.37942: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53faecb140> <<< 6494 1726853177.37955: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.local' # # zipimport: zlib available <<< 6494 1726853177.38012: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.38099: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # # zipimport: zlib available <<< 6494 1726853177.38207: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.38288: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 6494 1726853177.38300: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.38354: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.38449: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # # zipimport: zlib available <<< 6494 1726853177.38487: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.38545: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 6494 1726853177.38599: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 6494 1726853177.38689: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 6494 1726853177.38750: stdout chunk (state=3): >>># 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 0x7f53faefe630> <<< 6494 1726853177.38946: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53faeee3c0> import 'ansible.module_utils.facts.system.python' # <<< 6494 1726853177.38966: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.39014: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.39079: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # <<< 6494 1726853177.39102: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.39186: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.39288: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.39442: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.39546: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 6494 1726853177.39549: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.service_mgr' # <<< 6494 1726853177.39575: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.39650: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system.ssh_pub_keys' # <<< 6494 1726853177.39737: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 6494 1726853177.39809: stdout chunk (state=3): >>># /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' <<< 6494 1726853177.39874: stdout chunk (state=3): >>># 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 0x7f53face6240> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53faeef740> import 'ansible.module_utils.facts.system.user' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware' # # zipimport: zlib available <<< 6494 1726853177.39960: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.hardware.base' # <<< 6494 1726853177.39999: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.40118: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.40266: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 6494 1726853177.40271: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.40404: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.40475: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.40540: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.40581: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # import 'ansible.module_utils.facts.hardware.darwin' # <<< 6494 1726853177.40586: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.40640: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.40644: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.40780: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.40927: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # <<< 6494 1726853177.40931: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.dragonfly' # <<< 6494 1726853177.40935: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.41067: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.41184: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # <<< 6494 1726853177.41204: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.41226: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.41276: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.41850: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.42391: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # <<< 6494 1726853177.42404: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.42530: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.42638: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 6494 1726853177.42682: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.42739: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.42845: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # <<< 6494 1726853177.42875: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.43006: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.43219: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # # zipimport: zlib available # zipimport: zlib available <<< 6494 1726853177.43257: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network' # # zipimport: zlib available # zipimport: zlib available <<< 6494 1726853177.43338: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # # zipimport: zlib available <<< 6494 1726853177.43463: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.43522: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.43737: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.44052: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # # zipimport: zlib available # zipimport: zlib available <<< 6494 1726853177.44103: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # <<< 6494 1726853177.44140: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.dragonfly' # <<< 6494 1726853177.44153: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.44259: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.44341: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # # zipimport: zlib available <<< 6494 1726853177.44373: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.freebsd' # # zipimport: zlib available <<< 6494 1726853177.44450: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.44467: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # # zipimport: zlib available <<< 6494 1726853177.44518: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.44589: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # # zipimport: zlib available <<< 6494 1726853177.44870: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.45139: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # <<< 6494 1726853177.45162: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.45205: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.45279: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # # zipimport: zlib available <<< 6494 1726853177.45317: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.45359: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # <<< 6494 1726853177.45376: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.45399: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.45440: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # <<< 6494 1726853177.45452: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.45479: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.45524: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # <<< 6494 1726853177.45526: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.45614: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.45699: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 6494 1726853177.45739: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.45758: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.virtual' # <<< 6494 1726853177.45760: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.45798: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.45843: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # <<< 6494 1726853177.45852: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.45870: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.45898: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.45947: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.46001: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.46068: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.46153: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sysctl' # import 'ansible.module_utils.facts.virtual.freebsd' # <<< 6494 1726853177.46167: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.dragonfly' # <<< 6494 1726853177.46176: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.46217: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.46270: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 6494 1726853177.46284: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.46497: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.46702: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # <<< 6494 1726853177.46714: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.46756: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.46855: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # <<< 6494 1726853177.46861: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.46904: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.46943: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # # zipimport: zlib available <<< 6494 1726853177.47016: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.47103: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # <<< 6494 1726853177.47144: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.default_collectors' # # zipimport: zlib available <<< 6494 1726853177.47213: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.47320: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # <<< 6494 1726853177.47335: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.47559: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853177.47725: stdout chunk (state=3): >>>import 'ansible.module_utils.service' # <<< 6494 1726853177.47731: stdout chunk (state=3): >>># zipimport: zlib available <<< 6494 1726853178.08175: stdout chunk (state=3): >>> {"name": "postfix", "changed": true, "status": {"Type": "forking", "ExitType": "main", "Restart": "no", "RestartMode": "normal", "PIDFile": "/var/spool/postfix/pid/master.pid", "NotifyAccess": "none", "RestartUSec": "100ms", "RestartSteps": "0", "RestartMaxDelayUSec": "infinity", "RestartUSecNext": "100ms", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimeoutAbortUSec": "1min 30s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "terminate", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "infinity", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "FileDescriptorStorePreserve": "restart", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestampMonotonic": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStartPre": "{ path=/usr/libexec/postfix/chroot-update ; argv[]=/usr/libexec/postfix/chroot-update ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartPreEx": "{ path=/usr/libexec/postfix/chroot-update ; argv[]=/usr/libexec/postfix/chroot-update ; flags=ignore-failure ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/postfix ; argv[]=/usr/sbin/postfix start ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/postfix ; argv[]=/usr/sbin/postfix start ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReload": "{ path=/usr/sbin/postfix ; argv[]=/usr/sbin/postfix reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/usr/sbin/postfix ; argv[]=/usr/sbin/postfix reload ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/sbin/postfix ; argv[]=/usr/sbin/postfix stop ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/sbin/postfix ; argv[]=/usr/sbin/postfix stop ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroupId": "0", "MemoryCurrent": "[not set]", "MemoryPeak": "[not set]", "MemorySwapCurrent": "[not set]", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryAvailable": "3285463040", "EffectiveMemoryMax": "3702874112", "EffectiveMemoryHigh": "3702874112", "CPUUsageNSec": "[not set]", "TasksCurrent": "[not set]", "EffectiveTasksMax": "22362", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultStartupMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "StartupMemoryLow": "0", "MemoryHigh": "infinity", "StartupMemoryHigh": "infinity", "MemoryMax": "infinity", "StartupMemoryMax": "infinity", "MemorySwapMax": "infinity", "StartupMemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "Memor<<< 6494 1726853178.08220: stdout chunk (state=3): >>>yLimit": "infinity", "DevicePolicy": "closed", "TasksAccounting": "yes", "TasksMax": "22362", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "MemoryPressureWatch": "auto", "MemoryPressureThresholdUSec": "200ms", "CoredumpReceive": "no", "EnvironmentFiles": "/etc/sysconfig/network (ignore_errors=yes)", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "13976", "LimitNPROCSoft": "13976", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "13976", "LimitSIGPENDINGSoft": "13976", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "RootEphemeral": "no", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "SetLoginEnvironment": "no", "RemoveIPC": "no", "PrivateTmp": "yes", "PrivateDevices": "yes", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "yes", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "MemoryKSM": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "postfix.service", "Names": "postfix.service", "Requires": "sysinit.target system.slice", "Wants": "-.mount", "Conflicts": "exim.service sendmail.service shutdown.target", "Before": "shutdown.target", "After": "network.target systemd-journald.socket system.slice tmp.mount systemd-tmpfiles-setup.service -.mount basic.target syslog.target sysinit.target", "WantsMountsFor": "/tmp /var/tmp", "Description": "Postfix Mail Transport Agent", "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "inactive", "FreezerState": "running", "SubState": "dead", "FragmentPath": "/usr/lib/systemd/system/postfix.service", "UnitFileState": "disabled", "UnitFilePreset": "disabled", "StateChangeTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "InactiveEnterTimestampMonotonic": "0", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "SurviveFinalKillSignal": "no", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "no", "AssertResult": "no", "ConditionTimestampMonotonic": "0", "AssertTimestampMonotonic": "0", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "CollectMode": "inactive"}, "enabled": true, "state": "started", "invocation": {"module_args": {"name": "postfix", "state": "started", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "force": null, "masked": null}}} <<< 6494 1726853178.09000: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv<<< 6494 1726853178.09076: stdout chunk (state=3): >>> # 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 # 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 <<< 6494 1726853178.09106: stdout chunk (state=3): >>># cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # 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 <<< 6494 1726853178.09173: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # 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 <<< 6494 1726853178.09210: stdout chunk (state=3): >>># 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 _heapq # cleanup[2] removing heapq # destroy heapq # 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 <<< 6494 1726853178.09240: 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 # 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 <<< 6494 1726853178.09252: stdout chunk (state=3): >>># 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.service # destroy ansible.module_utils.service <<< 6494 1726853178.09853: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy 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 systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy _signal <<< 6494 1726853178.09977: stdout chunk (state=3): >>># destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.connection # destroy multiprocessing.pool # destroy signal # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.process # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing <<< 6494 1726853178.09980: stdout chunk (state=3): >>># destroy fcntl # destroy datetime # destroy base64 <<< 6494 1726853178.10008: stdout chunk (state=3): >>># destroy _ssl <<< 6494 1726853178.10029: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios <<< 6494 1726853178.10046: stdout chunk (state=3): >>># destroy errno # destroy json <<< 6494 1726853178.10072: stdout chunk (state=3): >>># destroy socket # destroy struct # destroy fnmatch # destroy ansible.module_utils.compat.typing <<< 6494 1726853178.10097: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy glob # destroy pickle # destroy select # destroy shlex # destroy subprocess <<< 6494 1726853178.10125: stdout chunk (state=3): >>># cleanup[3] wiping configparser <<< 6494 1726853178.10245: 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 # 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 # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct <<< 6494 1726853178.10262: stdout chunk (state=3): >>># 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 <<< 6494 1726853178.10324: stdout chunk (state=3): >>># cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys <<< 6494 1726853178.10328: stdout chunk (state=3): >>># cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 6494 1726853178.10538: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket # destroy _collections <<< 6494 1726853178.10542: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 6494 1726853178.10630: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib <<< 6494 1726853178.10635: stdout chunk (state=3): >>># 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 <<< 6494 1726853178.10647: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 6494 1726853178.10809: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 <<< 6494 1726853178.10838: stdout chunk (state=3): >>># destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 6494 1726853178.11293: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853178.11387: stderr chunk (state=3): >>>Shared connection to 10.31.41.218 closed. <<< 6494 1726853178.11509: stdout chunk (state=3): >>><<< 6494 1726853178.11514: stderr chunk (state=3): >>><<< 6494 1726853178.12055: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fbe184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fbde7b30> # /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 0x7f53fbe1aa50> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fbc2d130> # /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 0x7f53fbc2dfa0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fbc6be00> # /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 0x7f53fbc6bec0> # /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 0x7f53fbca37d0> # /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 0x7f53fbca3e60> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fbc83ad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fbc811f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fbc68fb0> # /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 0x7f53fbcc3770> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fbcc2390> # /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 0x7f53fbc82090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fbcc0bc0> # /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 0x7f53fbcf8800> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fbc68230> # /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 0x7f53fbcf8cb0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fbcf8b60> # 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 0x7f53fbcf8ef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fbc66d50> # /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 0x7f53fbcf9580> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fbcf9250> 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 0x7f53fbcfa480> 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 0x7f53fbd106b0> 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 0x7f53fbd11d90> # /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 0x7f53fbd12c30> # 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 0x7f53fbd13290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fbd12180> # /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 0x7f53fbd13d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fbd13440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fbcfa4e0> # /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 0x7f53fb9f7bc0> # /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 0x7f53fba206e0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fba20440> # 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 0x7f53fba20620> # /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 0x7f53fba20fe0> # 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 0x7f53fba21970> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fba20890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb9f5d60> # /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 0x7f53fba22cf0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fba20e60> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fbcfabd0> # /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 0x7f53fba4f020> # /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 0x7f53fba733e0> # /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 0x7f53fbad01a0> # /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 0x7f53fbad28d0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fbad02c0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fba9d190> # /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 0x7f53fb9091f0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fba721e0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fba23bf0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f53fba728a0> # zipimport: found 104 names in '/tmp/ansible_ansible.legacy.systemd_payload_dnojcnn6/ansible_ansible.legacy.systemd_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 0x7f53fb96ef00> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb94ddf0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb94cf50> # 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 0x7f53fb96cc50> # /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 0x7f53fb9a6780> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb9a6510> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb9a5e50> # /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 0x7f53fb9a6570> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fbc829c0> 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 0x7f53fb9a74d0> # 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 0x7f53fb9a7710> # /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 0x7f53fb9a7c50> 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 0x7f53fb331a60> # 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 0x7f53fb333680> # /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 0x7f53fb333f80> # /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 0x7f53fb335220> # /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 0x7f53fb337cb0> # 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 0x7f53fba202f0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb335f70> # /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 0x7f53fb33fb60> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb33e630> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb33e390> # /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 0x7f53fb33e900> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb336480> # 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 0x7f53fb383e30> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb383f80> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f53fb385a00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb3857c0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f53fb387f80> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb3860f0> # /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 0x7f53fb38b6e0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb387fb0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f53fb38c9b0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f53fb38c860> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f53fb38cb00> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb384170> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f53fb218230> # 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 0x7f53fb219640> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb38e990> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f53fb38fd10> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb38e5a0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f53fb21d7c0> # /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 0x7f53fb21e510> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb219820> 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 0x7f53fb21e210> # 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 0x7f53fb21f5f0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f53fb229dc0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb227bf0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb302750> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb3fe450> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb229b50> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb38ca10> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.namespace' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.typing' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /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 0x7f53fb2ba3f0> # /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' # /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 0x7f53fae605f0> # 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 0x7f53fae61610> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb2aa9f0> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb2baf60> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb2b8aa0> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb2b86e0> # /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' # /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 0x7f53fae637a0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fae63050> # 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 0x7f53fae63230> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fae624b0> # /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 0x7f53fae63890> # /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' # 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 0x7f53faeca390> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53faec83b0> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53fb2b8770> import 'ansible.module_utils.facts.timeout' # import 'ansible.module_utils.facts.collector' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other.facter' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other.ohai' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.apparmor' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.caps' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.chroot' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.distribution' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.datetime' # import 'ansible.module_utils.facts.system.date_time' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.env' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.dns' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.fips' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.loadavg' # # 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 0x7f53faecbcb0> # /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 0x7f53faecb140> import 'ansible.module_utils.facts.system.local' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.lsb' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.pkg_mgr' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.platform' # # zipimport: zlib available # zipimport: zlib available # /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 0x7f53faefe630> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53faeee3c0> import 'ansible.module_utils.facts.system.python' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.selinux' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.version' # import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.ssh_pub_keys' # # zipimport: zlib available # zipimport: zlib available # /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 0x7f53face6240> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f53faeef740> import 'ansible.module_utils.facts.system.user' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.base' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.aix' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.sysctl' # import 'ansible.module_utils.facts.hardware.darwin' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.hpux' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.sunos' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.base' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.darwin' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.fc_wwn' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.freebsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.hpux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.hurd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.linux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.iscsi' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.nvme' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.sunos' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.base' # # 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' # import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.hpux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.linux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.service' # # zipimport: zlib available {"name": "postfix", "changed": true, "status": {"Type": "forking", "ExitType": "main", "Restart": "no", "RestartMode": "normal", "PIDFile": "/var/spool/postfix/pid/master.pid", "NotifyAccess": "none", "RestartUSec": "100ms", "RestartSteps": "0", "RestartMaxDelayUSec": "infinity", "RestartUSecNext": "100ms", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimeoutAbortUSec": "1min 30s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "terminate", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "infinity", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "FileDescriptorStorePreserve": "restart", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestampMonotonic": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStartPre": "{ path=/usr/libexec/postfix/chroot-update ; argv[]=/usr/libexec/postfix/chroot-update ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartPreEx": "{ path=/usr/libexec/postfix/chroot-update ; argv[]=/usr/libexec/postfix/chroot-update ; flags=ignore-failure ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/postfix ; argv[]=/usr/sbin/postfix start ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/postfix ; argv[]=/usr/sbin/postfix start ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReload": "{ path=/usr/sbin/postfix ; argv[]=/usr/sbin/postfix reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/usr/sbin/postfix ; argv[]=/usr/sbin/postfix reload ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/sbin/postfix ; argv[]=/usr/sbin/postfix stop ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/sbin/postfix ; argv[]=/usr/sbin/postfix stop ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroupId": "0", "MemoryCurrent": "[not set]", "MemoryPeak": "[not set]", "MemorySwapCurrent": "[not set]", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryAvailable": "3285463040", "EffectiveMemoryMax": "3702874112", "EffectiveMemoryHigh": "3702874112", "CPUUsageNSec": "[not set]", "TasksCurrent": "[not set]", "EffectiveTasksMax": "22362", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultStartupMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "StartupMemoryLow": "0", "MemoryHigh": "infinity", "StartupMemoryHigh": "infinity", "MemoryMax": "infinity", "StartupMemoryMax": "infinity", "MemorySwapMax": "infinity", "StartupMemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MemoryLimit": "infinity", "DevicePolicy": "closed", "TasksAccounting": "yes", "TasksMax": "22362", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "MemoryPressureWatch": "auto", "MemoryPressureThresholdUSec": "200ms", "CoredumpReceive": "no", "EnvironmentFiles": "/etc/sysconfig/network (ignore_errors=yes)", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "13976", "LimitNPROCSoft": "13976", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "13976", "LimitSIGPENDINGSoft": "13976", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "RootEphemeral": "no", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "SetLoginEnvironment": "no", "RemoveIPC": "no", "PrivateTmp": "yes", "PrivateDevices": "yes", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "yes", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "MemoryKSM": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "postfix.service", "Names": "postfix.service", "Requires": "sysinit.target system.slice", "Wants": "-.mount", "Conflicts": "exim.service sendmail.service shutdown.target", "Before": "shutdown.target", "After": "network.target systemd-journald.socket system.slice tmp.mount systemd-tmpfiles-setup.service -.mount basic.target syslog.target sysinit.target", "WantsMountsFor": "/tmp /var/tmp", "Description": "Postfix Mail Transport Agent", "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "inactive", "FreezerState": "running", "SubState": "dead", "FragmentPath": "/usr/lib/systemd/system/postfix.service", "UnitFileState": "disabled", "UnitFilePreset": "disabled", "StateChangeTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "InactiveEnterTimestampMonotonic": "0", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "SurviveFinalKillSignal": "no", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "no", "AssertResult": "no", "ConditionTimestampMonotonic": "0", "AssertTimestampMonotonic": "0", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "CollectMode": "inactive"}, "enabled": true, "state": "started", "invocation": {"module_args": {"name": "postfix", "state": "started", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "force": null, "masked": null}}} # 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 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # 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 _heapq # cleanup[2] removing heapq # destroy heapq # 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.service # destroy ansible.module_utils.service # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # 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 systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.connection # destroy multiprocessing.pool # destroy signal # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.process # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing # destroy fcntl # destroy datetime # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy errno # destroy json # destroy socket # destroy struct # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy glob # destroy pickle # destroy select # destroy shlex # destroy subprocess # cleanup[3] wiping configparser # 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 # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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.41.218 closed. 6494 1726853178.13845: done with _execute_module (ansible.legacy.systemd, {'name': 'postfix', 'state': 'started', 'enabled': True, '_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.systemd', '_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-1726853176.9561617-7923-38809002490444/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6494 1726853178.13850: _low_level_execute_command(): starting 6494 1726853178.13853: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726853176.9561617-7923-38809002490444/ > /dev/null 2>&1 && sleep 0' 6494 1726853178.14048: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6494 1726853178.14074: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6494 1726853178.14092: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6494 1726853178.14111: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6494 1726853178.14180: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6494 1726853178.14238: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' <<< 6494 1726853178.14257: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6494 1726853178.14283: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6494 1726853178.14440: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6494 1726853178.16698: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6494 1726853178.16702: stdout chunk (state=3): >>><<< 6494 1726853178.16704: stderr chunk (state=3): >>><<< 6494 1726853178.16838: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.218 originally 10.31.41.218 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.41.218 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.41.218 originally 10.31.41.218 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0db6f37edc' 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 6494 1726853178.16842: handler run complete 6494 1726853178.16845: attempt loop complete, returning result 6494 1726853178.16847: _execute() done 6494 1726853178.16849: dumping result to json 6494 1726853178.16851: done dumping result, returning 6494 1726853178.16853: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.postfix : Enable Postfix [0affc48f-66db-1e98-6787-00000000002e] 6494 1726853178.16855: sending task result for task 0affc48f-66db-1e98-6787-00000000002e changed: [managed_node1] => { "changed": true, "enabled": true, "name": "postfix", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "network.target systemd-journald.socket system.slice tmp.mount systemd-tmpfiles-setup.service -.mount basic.target syslog.target sysinit.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "exim.service sendmail.service shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "Postfix Mail Transport Agent", "DevicePolicy": "closed", "DynamicUser": "no", "EffectiveMemoryHigh": "3702874112", "EffectiveMemoryMax": "3702874112", "EffectiveTasksMax": "22362", "EnvironmentFiles": "/etc/sysconfig/network (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/sbin/postfix ; argv[]=/usr/sbin/postfix reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/usr/sbin/postfix ; argv[]=/usr/sbin/postfix reload ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/postfix ; argv[]=/usr/sbin/postfix start ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/postfix ; argv[]=/usr/sbin/postfix start ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartPre": "{ path=/usr/libexec/postfix/chroot-update ; argv[]=/usr/libexec/postfix/chroot-update ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartPreEx": "{ path=/usr/libexec/postfix/chroot-update ; argv[]=/usr/libexec/postfix/chroot-update ; flags=ignore-failure ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/sbin/postfix ; argv[]=/usr/sbin/postfix stop ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/sbin/postfix ; argv[]=/usr/sbin/postfix stop ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/postfix.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "postfix.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13976", "LimitNPROCSoft": "13976", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13976", "LimitSIGPENDINGSoft": "13976", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3285463040", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "postfix.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PIDFile": "/var/spool/postfix/pid/master.pid", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "yes", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22362", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "forking", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "-.mount", "WantsMountsFor": "/tmp /var/tmp", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } 6494 1726853178.17394: done sending task result for task 0affc48f-66db-1e98-6787-00000000002e 6494 1726853178.17397: WORKER PROCESS EXITING 6494 1726853178.17407: no more pending results, returning what we have 6494 1726853178.17410: results queue empty 6494 1726853178.17411: checking for any_errors_fatal 6494 1726853178.17417: done checking for any_errors_fatal 6494 1726853178.17418: checking for max_fail_percentage 6494 1726853178.17419: done checking for max_fail_percentage 6494 1726853178.17420: checking to see if all hosts have failed and the running result is not ok 6494 1726853178.17421: done checking to see if all hosts have failed 6494 1726853178.17422: getting the remaining hosts for this loop 6494 1726853178.17423: done getting the remaining hosts for this loop 6494 1726853178.17426: getting the next task for host managed_node1 6494 1726853178.17431: done getting next task for host managed_node1 6494 1726853178.17437: ^ task is: TASK: fedora.linux_system_roles.postfix : Get current config 6494 1726853178.17440: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, 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 6494 1726853178.17449: getting variables 6494 1726853178.17450: in VariableManager get_vars() 6494 1726853178.17487: Calling all_inventory to load vars for managed_node1 6494 1726853178.17489: Calling groups_inventory to load vars for managed_node1 6494 1726853178.17490: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853178.17497: Calling all_plugins_play to load vars for managed_node1 6494 1726853178.17499: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853178.17501: Calling groups_plugins_play to load vars for managed_node1 6494 1726853178.17931: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853178.18364: done with get_vars() 6494 1726853178.18378: done getting variables 6494 1726853178.18423: 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.postfix : Get current config] ****************** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:72 Friday 20 September 2024 13:26:18 -0400 (0:00:01.296) 0:00:53.107 ****** 6494 1726853178.18451: entering _queue_task() for managed_node1/command 6494 1726853178.18716: worker is 1 (out of 1 available) 6494 1726853178.18730: exiting _queue_task() for managed_node1/command 6494 1726853178.18744: done queuing things up, now waiting for results queue to drain 6494 1726853178.18746: waiting for pending results... 6494 1726853178.18952: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.postfix : Get current config 6494 1726853178.19041: in run() - task 0affc48f-66db-1e98-6787-00000000002f 6494 1726853178.19133: variable 'ansible_search_path' from source: unknown 6494 1726853178.19138: variable 'ansible_search_path' from source: unknown 6494 1726853178.19141: calling self._execute() 6494 1726853178.19187: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853178.19436: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853178.19440: variable 'omit' from source: magic vars 6494 1726853178.19716: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853178.21498: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853178.21561: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853178.21590: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853178.21618: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853178.21639: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853178.21716: 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) 6494 1726853178.21738: 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) 6494 1726853178.21757: 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) 6494 1726853178.21788: 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) 6494 1726853178.21799: 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) 6494 1726853178.21831: 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) 6494 1726853178.21851: 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) 6494 1726853178.21869: 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) 6494 1726853178.21898: 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) 6494 1726853178.21911: 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) 6494 1726853178.21949: 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) 6494 1726853178.21966: 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) 6494 1726853178.21985: 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) 6494 1726853178.22014: 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) 6494 1726853178.22024: 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) 6494 1726853178.22059: 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) 6494 1726853178.22074: 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) 6494 1726853178.22092: 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) 6494 1726853178.22162: 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) 6494 1726853178.22165: 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) 6494 1726853178.22446: variable 'postfix_conf' from source: role '' defaults 6494 1726853178.22449: Evaluated conditional (postfix_conf | dict2items | rejectattr('key', 'match', '^previous$') | list | items2dict | d({}) | length > 0): False 6494 1726853178.22452: when evaluation is False, skipping this task 6494 1726853178.22455: _execute() done 6494 1726853178.22457: dumping result to json 6494 1726853178.22459: done dumping result, returning 6494 1726853178.22472: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.postfix : Get current config [0affc48f-66db-1e98-6787-00000000002f] 6494 1726853178.22481: sending task result for task 0affc48f-66db-1e98-6787-00000000002f skipping: [managed_node1] => { "changed": false, "false_condition": "postfix_conf | dict2items | rejectattr('key', 'match', '^previous$') | list | items2dict | d({}) | length > 0", "skip_reason": "Conditional result was False" } 6494 1726853178.22651: no more pending results, returning what we have 6494 1726853178.22675: results queue empty 6494 1726853178.22676: checking for any_errors_fatal 6494 1726853178.22694: done checking for any_errors_fatal 6494 1726853178.22695: checking for max_fail_percentage 6494 1726853178.22697: done checking for max_fail_percentage 6494 1726853178.22697: checking to see if all hosts have failed and the running result is not ok 6494 1726853178.22698: done checking to see if all hosts have failed 6494 1726853178.22699: getting the remaining hosts for this loop 6494 1726853178.22701: done getting the remaining hosts for this loop 6494 1726853178.22704: getting the next task for host managed_node1 6494 1726853178.22711: done getting next task for host managed_node1 6494 1726853178.22714: ^ task is: TASK: fedora.linux_system_roles.postfix : Check given config against current config 6494 1726853178.22717: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, 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 6494 1726853178.22760: done sending task result for task 0affc48f-66db-1e98-6787-00000000002f 6494 1726853178.22763: WORKER PROCESS EXITING 6494 1726853178.22769: getting variables 6494 1726853178.22771: in VariableManager get_vars() 6494 1726853178.22809: Calling all_inventory to load vars for managed_node1 6494 1726853178.22812: Calling groups_inventory to load vars for managed_node1 6494 1726853178.22814: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853178.22824: Calling all_plugins_play to load vars for managed_node1 6494 1726853178.22827: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853178.22829: Calling groups_plugins_play to load vars for managed_node1 6494 1726853178.23884: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853178.24939: done with get_vars() 6494 1726853178.24963: done getting variables 6494 1726853178.25029: 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.postfix : Check given config against current config] *** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:78 Friday 20 September 2024 13:26:18 -0400 (0:00:00.066) 0:00:53.173 ****** 6494 1726853178.25066: entering _queue_task() for managed_node1/set_fact 6494 1726853178.25422: worker is 1 (out of 1 available) 6494 1726853178.25437: exiting _queue_task() for managed_node1/set_fact 6494 1726853178.25454: done queuing things up, now waiting for results queue to drain 6494 1726853178.25456: waiting for pending results... 6494 1726853178.25949: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.postfix : Check given config against current config 6494 1726853178.26186: in run() - task 0affc48f-66db-1e98-6787-000000000030 6494 1726853178.26229: variable 'ansible_search_path' from source: unknown 6494 1726853178.26252: variable 'ansible_search_path' from source: unknown 6494 1726853178.26452: calling self._execute() 6494 1726853178.26457: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853178.26464: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853178.26498: variable 'omit' from source: magic vars 6494 1726853178.27460: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853178.30663: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853178.30765: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853178.30788: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853178.30846: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853178.30937: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853178.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) 6494 1726853178.31020: 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) 6494 1726853178.31052: 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) 6494 1726853178.31100: 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) 6494 1726853178.31120: 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) 6494 1726853178.31170: 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) 6494 1726853178.31205: 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) 6494 1726853178.31237: 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) 6494 1726853178.31280: 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) 6494 1726853178.31306: 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) 6494 1726853178.31414: 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) 6494 1726853178.31428: 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) 6494 1726853178.31458: 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) 6494 1726853178.31523: 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) 6494 1726853178.31526: 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) 6494 1726853178.31570: 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) 6494 1726853178.31599: 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) 6494 1726853178.31631: 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) 6494 1726853178.31740: 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) 6494 1726853178.31743: 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) 6494 1726853178.31944: variable 'postfix_conf' from source: role '' defaults 6494 1726853178.31993: Evaluated conditional (postfix_conf | dict2items | rejectattr('key', 'match', '^previous$') | list | items2dict | d({}) | length > 0): False 6494 1726853178.32001: when evaluation is False, skipping this task 6494 1726853178.32010: _execute() done 6494 1726853178.32015: dumping result to json 6494 1726853178.32022: done dumping result, returning 6494 1726853178.32036: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.postfix : Check given config against current config [0affc48f-66db-1e98-6787-000000000030] 6494 1726853178.32044: sending task result for task 0affc48f-66db-1e98-6787-000000000030 skipping: [managed_node1] => { "changed": false, "false_condition": "postfix_conf | dict2items | rejectattr('key', 'match', '^previous$') | list | items2dict | d({}) | length > 0", "skip_reason": "Conditional result was False" } 6494 1726853178.32218: no more pending results, returning what we have 6494 1726853178.32223: results queue empty 6494 1726853178.32224: checking for any_errors_fatal 6494 1726853178.32230: done checking for any_errors_fatal 6494 1726853178.32231: checking for max_fail_percentage 6494 1726853178.32235: done checking for max_fail_percentage 6494 1726853178.32236: checking to see if all hosts have failed and the running result is not ok 6494 1726853178.32238: done checking to see if all hosts have failed 6494 1726853178.32238: getting the remaining hosts for this loop 6494 1726853178.32240: done getting the remaining hosts for this loop 6494 1726853178.32244: getting the next task for host managed_node1 6494 1726853178.32252: done getting next task for host managed_node1 6494 1726853178.32256: ^ task is: TASK: fedora.linux_system_roles.postfix : Configure additional files 6494 1726853178.32259: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, 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 6494 1726853178.32280: getting variables 6494 1726853178.32282: in VariableManager get_vars() 6494 1726853178.32322: Calling all_inventory to load vars for managed_node1 6494 1726853178.32325: Calling groups_inventory to load vars for managed_node1 6494 1726853178.32327: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853178.32640: Calling all_plugins_play to load vars for managed_node1 6494 1726853178.32645: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853178.32649: Calling groups_plugins_play to load vars for managed_node1 6494 1726853178.33547: done sending task result for task 0affc48f-66db-1e98-6787-000000000030 6494 1726853178.33551: WORKER PROCESS EXITING 6494 1726853178.34186: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853178.34995: done with get_vars() 6494 1726853178.35018: done getting variables 6494 1726853178.35081: 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__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.postfix : Configure additional files] ********** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:96 Friday 20 September 2024 13:26:18 -0400 (0:00:00.100) 0:00:53.273 ****** 6494 1726853178.35113: entering _queue_task() for managed_node1/copy 6494 1726853178.35461: worker is 1 (out of 1 available) 6494 1726853178.35475: exiting _queue_task() for managed_node1/copy 6494 1726853178.35488: done queuing things up, now waiting for results queue to drain 6494 1726853178.35490: waiting for pending results... 6494 1726853178.35808: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.postfix : Configure additional files 6494 1726853178.35930: in run() - task 0affc48f-66db-1e98-6787-000000000031 6494 1726853178.35960: variable 'ansible_search_path' from source: unknown 6494 1726853178.35968: variable 'ansible_search_path' from source: unknown 6494 1726853178.36018: variable 'postfix_files' from source: role '' defaults 6494 1726853178.36241: variable 'postfix_files' from source: role '' defaults 6494 1726853178.36290: dumping result to json 6494 1726853178.36299: done dumping result, returning 6494 1726853178.36311: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.postfix : Configure additional files [0affc48f-66db-1e98-6787-000000000031] 6494 1726853178.36322: sending task result for task 0affc48f-66db-1e98-6787-000000000031 skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } 6494 1726853178.36507: no more pending results, returning what we have 6494 1726853178.36512: results queue empty 6494 1726853178.36513: checking for any_errors_fatal 6494 1726853178.36521: done checking for any_errors_fatal 6494 1726853178.36521: checking for max_fail_percentage 6494 1726853178.36523: done checking for max_fail_percentage 6494 1726853178.36524: checking to see if all hosts have failed and the running result is not ok 6494 1726853178.36525: done checking to see if all hosts have failed 6494 1726853178.36526: getting the remaining hosts for this loop 6494 1726853178.36527: done getting the remaining hosts for this loop 6494 1726853178.36531: getting the next task for host managed_node1 6494 1726853178.36743: done getting next task for host managed_node1 6494 1726853178.36748: ^ task is: TASK: fedora.linux_system_roles.postfix : Postmap files 6494 1726853178.36751: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=10, 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 6494 1726853178.36765: getting variables 6494 1726853178.36767: in VariableManager get_vars() 6494 1726853178.36810: Calling all_inventory to load vars for managed_node1 6494 1726853178.36813: Calling groups_inventory to load vars for managed_node1 6494 1726853178.36815: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853178.36827: Calling all_plugins_play to load vars for managed_node1 6494 1726853178.36831: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853178.36839: done sending task result for task 0affc48f-66db-1e98-6787-000000000031 6494 1726853178.36842: WORKER PROCESS EXITING 6494 1726853178.36846: Calling groups_plugins_play to load vars for managed_node1 6494 1726853178.37828: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853178.38559: done with get_vars() 6494 1726853178.38582: done getting variables 6494 1726853178.38644: 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.postfix : Postmap files] *********************** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:112 Friday 20 September 2024 13:26:18 -0400 (0:00:00.035) 0:00:53.309 ****** 6494 1726853178.38679: entering _queue_task() for managed_node1/command 6494 1726853178.39023: worker is 1 (out of 1 available) 6494 1726853178.39140: exiting _queue_task() for managed_node1/command 6494 1726853178.39151: done queuing things up, now waiting for results queue to drain 6494 1726853178.39152: waiting for pending results... 6494 1726853178.39372: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.postfix : Postmap files 6494 1726853178.39497: in run() - task 0affc48f-66db-1e98-6787-000000000033 6494 1726853178.39518: variable 'ansible_search_path' from source: unknown 6494 1726853178.39526: variable 'ansible_search_path' from source: unknown 6494 1726853178.39806: variable '__postfix_postmap_files' from source: set_fact 6494 1726853178.39865: dumping result to json 6494 1726853178.39873: done dumping result, returning 6494 1726853178.39884: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.postfix : Postmap files [0affc48f-66db-1e98-6787-000000000033] 6494 1726853178.39896: sending task result for task 0affc48f-66db-1e98-6787-000000000033 skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } 6494 1726853178.40072: no more pending results, returning what we have 6494 1726853178.40076: results queue empty 6494 1726853178.40077: checking for any_errors_fatal 6494 1726853178.40087: done checking for any_errors_fatal 6494 1726853178.40088: checking for max_fail_percentage 6494 1726853178.40090: done checking for max_fail_percentage 6494 1726853178.40091: checking to see if all hosts have failed and the running result is not ok 6494 1726853178.40092: done checking to see if all hosts have failed 6494 1726853178.40093: getting the remaining hosts for this loop 6494 1726853178.40094: done getting the remaining hosts for this loop 6494 1726853178.40098: getting the next task for host managed_node1 6494 1726853178.40108: done getting next task for host managed_node1 6494 1726853178.40113: ^ task is: TASK: fedora.linux_system_roles.postfix : Gather facts for ansible_date_time 6494 1726853178.40116: ^ state is: HOST STATE: block=2, 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? (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 6494 1726853178.40235: getting variables 6494 1726853178.40238: in VariableManager get_vars() 6494 1726853178.40288: Calling all_inventory to load vars for managed_node1 6494 1726853178.40291: Calling groups_inventory to load vars for managed_node1 6494 1726853178.40294: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853178.40309: Calling all_plugins_play to load vars for managed_node1 6494 1726853178.40312: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853178.40316: Calling groups_plugins_play to load vars for managed_node1 6494 1726853178.40848: done sending task result for task 0affc48f-66db-1e98-6787-000000000033 6494 1726853178.40853: WORKER PROCESS EXITING 6494 1726853178.41287: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853178.42161: done with get_vars() 6494 1726853178.42181: done getting variables TASK [fedora.linux_system_roles.postfix : Gather facts for ansible_date_time] *** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:126 Friday 20 September 2024 13:26:18 -0400 (0:00:00.036) 0:00:53.345 ****** 6494 1726853178.42286: entering _queue_task() for managed_node1/setup 6494 1726853178.42645: worker is 1 (out of 1 available) 6494 1726853178.42659: exiting _queue_task() for managed_node1/setup 6494 1726853178.42672: done queuing things up, now waiting for results queue to drain 6494 1726853178.42673: waiting for pending results... 6494 1726853178.42995: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.postfix : Gather facts for ansible_date_time 6494 1726853178.43116: in run() - task 0affc48f-66db-1e98-6787-000000000036 6494 1726853178.43141: variable 'ansible_search_path' from source: unknown 6494 1726853178.43149: variable 'ansible_search_path' from source: unknown 6494 1726853178.43192: calling self._execute() 6494 1726853178.43287: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853178.43299: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853178.43314: variable 'omit' from source: magic vars 6494 1726853178.43730: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853178.46762: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853178.46855: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853178.46906: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853178.46949: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853178.46980: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853178.47074: 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) 6494 1726853178.47114: 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) 6494 1726853178.47220: 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) 6494 1726853178.47223: 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) 6494 1726853178.47226: 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) 6494 1726853178.47289: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6494 1726853178.47479: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6494 1726853178.47523: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6494 1726853178.47565: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6494 1726853178.47597: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6494 1726853178.47751: Evaluated conditional (__postfix_has_config_changed | d("") is search("True")): False 6494 1726853178.47763: when evaluation is False, skipping this task 6494 1726853178.47771: _execute() done 6494 1726853178.47778: dumping result to json 6494 1726853178.47786: done dumping result, returning 6494 1726853178.47797: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.postfix : Gather facts for ansible_date_time [0affc48f-66db-1e98-6787-000000000036] 6494 1726853178.47837: sending task result for task 0affc48f-66db-1e98-6787-000000000036 skipping: [managed_node1] => { "changed": false, "false_condition": "__postfix_has_config_changed | d(\"\") is search(\"True\")", "skip_reason": "Conditional result was False" } 6494 1726853178.48034: no more pending results, returning what we have 6494 1726853178.48038: results queue empty 6494 1726853178.48039: checking for any_errors_fatal 6494 1726853178.48044: done checking for any_errors_fatal 6494 1726853178.48045: checking for max_fail_percentage 6494 1726853178.48047: done checking for max_fail_percentage 6494 1726853178.48048: checking to see if all hosts have failed and the running result is not ok 6494 1726853178.48049: done checking to see if all hosts have failed 6494 1726853178.48050: getting the remaining hosts for this loop 6494 1726853178.48052: done getting the remaining hosts for this loop 6494 1726853178.48056: getting the next task for host managed_node1 6494 1726853178.48063: done getting next task for host managed_node1 6494 1726853178.48068: ^ task is: TASK: fedora.linux_system_roles.postfix : Backup configuration 6494 1726853178.48071: ^ state is: HOST STATE: block=2, 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? (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 6494 1726853178.48085: getting variables 6494 1726853178.48087: in VariableManager get_vars() 6494 1726853178.48131: Calling all_inventory to load vars for managed_node1 6494 1726853178.48161: Calling groups_inventory to load vars for managed_node1 6494 1726853178.48164: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853178.48176: Calling all_plugins_play to load vars for managed_node1 6494 1726853178.48180: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853178.48183: Calling groups_plugins_play to load vars for managed_node1 6494 1726853178.48717: done sending task result for task 0affc48f-66db-1e98-6787-000000000036 6494 1726853178.48720: WORKER PROCESS EXITING 6494 1726853178.49053: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853178.49786: done with get_vars() 6494 1726853178.49802: done getting variables 6494 1726853178.49852: 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__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.postfix : Backup configuration] **************** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:132 Friday 20 September 2024 13:26:18 -0400 (0:00:00.075) 0:00:53.421 ****** 6494 1726853178.49877: entering _queue_task() for managed_node1/copy 6494 1726853178.50188: worker is 1 (out of 1 available) 6494 1726853178.50201: exiting _queue_task() for managed_node1/copy 6494 1726853178.50213: done queuing things up, now waiting for results queue to drain 6494 1726853178.50215: waiting for pending results... 6494 1726853178.50551: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.postfix : Backup configuration 6494 1726853178.50617: in run() - task 0affc48f-66db-1e98-6787-000000000037 6494 1726853178.50640: variable 'ansible_search_path' from source: unknown 6494 1726853178.50648: variable 'ansible_search_path' from source: unknown 6494 1726853178.50692: calling self._execute() 6494 1726853178.50783: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853178.50800: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853178.50894: variable 'omit' from source: magic vars 6494 1726853178.51337: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853178.53554: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853178.53651: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853178.53695: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853178.53747: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853178.53780: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853178.53881: 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) 6494 1726853178.53921: 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) 6494 1726853178.53961: 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) 6494 1726853178.54010: 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) 6494 1726853178.54037: 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) 6494 1726853178.54134: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6494 1726853178.54343: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6494 1726853178.54407: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6494 1726853178.54444: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6494 1726853178.54480: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6494 1726853178.54660: Evaluated conditional (__postfix_has_config_changed | d("") is search("True")): False 6494 1726853178.54712: when evaluation is False, skipping this task 6494 1726853178.54715: _execute() done 6494 1726853178.54718: dumping result to json 6494 1726853178.54720: done dumping result, returning 6494 1726853178.54723: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.postfix : Backup configuration [0affc48f-66db-1e98-6787-000000000037] 6494 1726853178.54725: sending task result for task 0affc48f-66db-1e98-6787-000000000037 skipping: [managed_node1] => { "changed": false, "false_condition": "__postfix_has_config_changed | d(\"\") is search(\"True\")", "skip_reason": "Conditional result was False" } 6494 1726853178.54881: no more pending results, returning what we have 6494 1726853178.54886: results queue empty 6494 1726853178.54886: checking for any_errors_fatal 6494 1726853178.54896: done checking for any_errors_fatal 6494 1726853178.54897: checking for max_fail_percentage 6494 1726853178.54899: done checking for max_fail_percentage 6494 1726853178.54900: checking to see if all hosts have failed and the running result is not ok 6494 1726853178.54904: done checking to see if all hosts have failed 6494 1726853178.54905: getting the remaining hosts for this loop 6494 1726853178.54907: done getting the remaining hosts for this loop 6494 1726853178.54912: getting the next task for host managed_node1 6494 1726853178.54920: done getting next task for host managed_node1 6494 1726853178.54924: ^ task is: TASK: fedora.linux_system_roles.postfix : Ensure Last modified header is absent 6494 1726853178.54927: ^ state is: HOST STATE: block=2, 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853178.54942: getting variables 6494 1726853178.54944: in VariableManager get_vars() 6494 1726853178.54988: Calling all_inventory to load vars for managed_node1 6494 1726853178.54992: Calling groups_inventory to load vars for managed_node1 6494 1726853178.54994: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853178.55010: Calling all_plugins_play to load vars for managed_node1 6494 1726853178.55014: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853178.55017: Calling groups_plugins_play to load vars for managed_node1 6494 1726853178.55769: done sending task result for task 0affc48f-66db-1e98-6787-000000000037 6494 1726853178.55773: WORKER PROCESS EXITING 6494 1726853178.56244: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853178.57045: done with get_vars() 6494 1726853178.57070: done getting variables TASK [fedora.linux_system_roles.postfix : Ensure Last modified header is absent] *** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:140 Friday 20 September 2024 13:26:18 -0400 (0:00:00.073) 0:00:53.494 ****** 6494 1726853178.57183: entering _queue_task() for managed_node1/lineinfile 6494 1726853178.57185: Creating lock for lineinfile 6494 1726853178.57563: worker is 1 (out of 1 available) 6494 1726853178.57577: exiting _queue_task() for managed_node1/lineinfile 6494 1726853178.57589: done queuing things up, now waiting for results queue to drain 6494 1726853178.57706: waiting for pending results... 6494 1726853178.57933: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.postfix : Ensure Last modified header is absent 6494 1726853178.58060: in run() - task 0affc48f-66db-1e98-6787-000000000038 6494 1726853178.58082: variable 'ansible_search_path' from source: unknown 6494 1726853178.58090: variable 'ansible_search_path' from source: unknown 6494 1726853178.58138: calling self._execute() 6494 1726853178.58268: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853178.58272: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853178.58275: variable 'omit' from source: magic vars 6494 1726853178.58929: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853178.62785: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853178.62996: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853178.63007: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853178.63011: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853178.63060: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853178.63172: 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) 6494 1726853178.63236: 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) 6494 1726853178.63276: 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) 6494 1726853178.63365: 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) 6494 1726853178.63388: 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) 6494 1726853178.63476: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6494 1726853178.63720: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6494 1726853178.63765: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6494 1726853178.63804: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6494 1726853178.63847: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6494 1726853178.64000: Evaluated conditional (__postfix_has_config_changed | d("") is search("True")): False 6494 1726853178.64016: when evaluation is False, skipping this task 6494 1726853178.64026: _execute() done 6494 1726853178.64036: dumping result to json 6494 1726853178.64052: done dumping result, returning 6494 1726853178.64067: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.postfix : Ensure Last modified header is absent [0affc48f-66db-1e98-6787-000000000038] 6494 1726853178.64077: sending task result for task 0affc48f-66db-1e98-6787-000000000038 skipping: [managed_node1] => { "changed": false, "false_condition": "__postfix_has_config_changed | d(\"\") is search(\"True\")", "skip_reason": "Conditional result was False" } 6494 1726853178.64313: no more pending results, returning what we have 6494 1726853178.64317: results queue empty 6494 1726853178.64318: checking for any_errors_fatal 6494 1726853178.64324: done checking for any_errors_fatal 6494 1726853178.64325: checking for max_fail_percentage 6494 1726853178.64328: done checking for max_fail_percentage 6494 1726853178.64329: checking to see if all hosts have failed and the running result is not ok 6494 1726853178.64330: done checking to see if all hosts have failed 6494 1726853178.64330: getting the remaining hosts for this loop 6494 1726853178.64334: done getting the remaining hosts for this loop 6494 1726853178.64339: getting the next task for host managed_node1 6494 1726853178.64347: done getting next task for host managed_node1 6494 1726853178.64352: ^ task is: TASK: fedora.linux_system_roles.postfix : Ensure the outdated ansible managed header is absent 6494 1726853178.64355: ^ state is: HOST STATE: block=2, 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 6494 1726853178.64371: getting variables 6494 1726853178.64373: in VariableManager get_vars() 6494 1726853178.64418: Calling all_inventory to load vars for managed_node1 6494 1726853178.64421: Calling groups_inventory to load vars for managed_node1 6494 1726853178.64424: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853178.64550: Calling all_plugins_play to load vars for managed_node1 6494 1726853178.64556: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853178.64643: Calling groups_plugins_play to load vars for managed_node1 6494 1726853178.65297: done sending task result for task 0affc48f-66db-1e98-6787-000000000038 6494 1726853178.65300: WORKER PROCESS EXITING 6494 1726853178.65723: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853178.66674: done with get_vars() 6494 1726853178.66694: done getting variables TASK [fedora.linux_system_roles.postfix : Ensure the outdated ansible managed header is absent] *** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:148 Friday 20 September 2024 13:26:18 -0400 (0:00:00.096) 0:00:53.591 ****** 6494 1726853178.66882: entering _queue_task() for managed_node1/lineinfile 6494 1726853178.67573: worker is 1 (out of 1 available) 6494 1726853178.67587: exiting _queue_task() for managed_node1/lineinfile 6494 1726853178.67600: done queuing things up, now waiting for results queue to drain 6494 1726853178.67602: waiting for pending results... 6494 1726853178.67819: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.postfix : Ensure the outdated ansible managed header is absent 6494 1726853178.67998: in run() - task 0affc48f-66db-1e98-6787-000000000039 6494 1726853178.68018: variable 'ansible_search_path' from source: unknown 6494 1726853178.68024: variable 'ansible_search_path' from source: unknown 6494 1726853178.68078: calling self._execute() 6494 1726853178.68203: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853178.68223: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853178.68247: variable 'omit' from source: magic vars 6494 1726853178.68793: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853178.71468: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853178.71573: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853178.71625: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853178.71676: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853178.71711: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853178.71824: 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) 6494 1726853178.71880: 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) 6494 1726853178.71948: 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) 6494 1726853178.72004: 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) 6494 1726853178.72055: 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) 6494 1726853178.72356: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6494 1726853178.72397: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6494 1726853178.72444: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6494 1726853178.72500: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6494 1726853178.72538: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6494 1726853178.72720: Evaluated conditional (__postfix_has_config_changed | d("") is search("True")): False 6494 1726853178.72728: when evaluation is False, skipping this task 6494 1726853178.72738: _execute() done 6494 1726853178.72745: dumping result to json 6494 1726853178.72755: done dumping result, returning 6494 1726853178.72772: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.postfix : Ensure the outdated ansible managed header is absent [0affc48f-66db-1e98-6787-000000000039] 6494 1726853178.72782: sending task result for task 0affc48f-66db-1e98-6787-000000000039 skipping: [managed_node1] => { "changed": false, "false_condition": "__postfix_has_config_changed | d(\"\") is search(\"True\")", "skip_reason": "Conditional result was False" } 6494 1726853178.73071: no more pending results, returning what we have 6494 1726853178.73076: results queue empty 6494 1726853178.73077: checking for any_errors_fatal 6494 1726853178.73088: done checking for any_errors_fatal 6494 1726853178.73089: checking for max_fail_percentage 6494 1726853178.73092: done checking for max_fail_percentage 6494 1726853178.73093: checking to see if all hosts have failed and the running result is not ok 6494 1726853178.73094: done checking to see if all hosts have failed 6494 1726853178.73095: getting the remaining hosts for this loop 6494 1726853178.73097: done getting the remaining hosts for this loop 6494 1726853178.73104: getting the next task for host managed_node1 6494 1726853178.73116: done getting next task for host managed_node1 6494 1726853178.73242: ^ task is: TASK: fedora.linux_system_roles.postfix : Ensure ansible_managed header in configuration file 6494 1726853178.73247: ^ state is: HOST STATE: block=2, 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? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853178.73265: getting variables 6494 1726853178.73268: in VariableManager get_vars() 6494 1726853178.73314: Calling all_inventory to load vars for managed_node1 6494 1726853178.73317: Calling groups_inventory to load vars for managed_node1 6494 1726853178.73319: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853178.73470: Calling all_plugins_play to load vars for managed_node1 6494 1726853178.73476: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853178.73497: Calling groups_plugins_play to load vars for managed_node1 6494 1726853178.73527: done sending task result for task 0affc48f-66db-1e98-6787-000000000039 6494 1726853178.73534: WORKER PROCESS EXITING 6494 1726853178.74711: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853178.75573: done with get_vars() 6494 1726853178.75596: done getting variables TASK [fedora.linux_system_roles.postfix : Ensure ansible_managed header in configuration file] *** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:154 Friday 20 September 2024 13:26:18 -0400 (0:00:00.088) 0:00:53.679 ****** 6494 1726853178.75712: entering _queue_task() for managed_node1/blockinfile 6494 1726853178.75715: Creating lock for blockinfile 6494 1726853178.76309: worker is 1 (out of 1 available) 6494 1726853178.76323: exiting _queue_task() for managed_node1/blockinfile 6494 1726853178.76341: done queuing things up, now waiting for results queue to drain 6494 1726853178.76342: waiting for pending results... 6494 1726853178.76822: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.postfix : Ensure ansible_managed header in configuration file 6494 1726853178.77154: in run() - task 0affc48f-66db-1e98-6787-00000000003a 6494 1726853178.77157: variable 'ansible_search_path' from source: unknown 6494 1726853178.77160: variable 'ansible_search_path' from source: unknown 6494 1726853178.77163: calling self._execute() 6494 1726853178.77221: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853178.77236: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853178.77252: variable 'omit' from source: magic vars 6494 1726853178.77756: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853178.80828: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853178.81224: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853178.81276: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853178.81329: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853178.81407: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853178.81462: 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) 6494 1726853178.81496: 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) 6494 1726853178.81548: 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) 6494 1726853178.81591: 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) 6494 1726853178.81641: 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) 6494 1726853178.81767: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6494 1726853178.82401: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6494 1726853178.82405: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6494 1726853178.82408: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6494 1726853178.82410: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6494 1726853178.82495: Evaluated conditional (__postfix_has_config_changed | d("") is search("True")): False 6494 1726853178.82507: when evaluation is False, skipping this task 6494 1726853178.82516: _execute() done 6494 1726853178.82523: dumping result to json 6494 1726853178.82530: done dumping result, returning 6494 1726853178.82545: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.postfix : Ensure ansible_managed header in configuration file [0affc48f-66db-1e98-6787-00000000003a] 6494 1726853178.82559: sending task result for task 0affc48f-66db-1e98-6787-00000000003a 6494 1726853178.82853: done sending task result for task 0affc48f-66db-1e98-6787-00000000003a 6494 1726853178.82856: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "__postfix_has_config_changed | d(\"\") is search(\"True\")", "skip_reason": "Conditional result was False" } 6494 1726853178.82907: no more pending results, returning what we have 6494 1726853178.82911: results queue empty 6494 1726853178.82911: checking for any_errors_fatal 6494 1726853178.82917: done checking for any_errors_fatal 6494 1726853178.82918: checking for max_fail_percentage 6494 1726853178.82920: done checking for max_fail_percentage 6494 1726853178.82921: checking to see if all hosts have failed and the running result is not ok 6494 1726853178.82922: done checking to see if all hosts have failed 6494 1726853178.82923: getting the remaining hosts for this loop 6494 1726853178.82924: done getting the remaining hosts for this loop 6494 1726853178.82929: getting the next task for host managed_node1 6494 1726853178.82939: done getting next task for host managed_node1 6494 1726853178.82943: ^ task is: TASK: fedora.linux_system_roles.postfix : Configure Postfix 6494 1726853178.82946: ^ state is: HOST STATE: block=2, 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? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6494 1726853178.82960: getting variables 6494 1726853178.82962: in VariableManager get_vars() 6494 1726853178.83004: Calling all_inventory to load vars for managed_node1 6494 1726853178.83007: Calling groups_inventory to load vars for managed_node1 6494 1726853178.83010: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853178.83020: Calling all_plugins_play to load vars for managed_node1 6494 1726853178.83024: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853178.83026: Calling groups_plugins_play to load vars for managed_node1 6494 1726853178.84098: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853178.84866: done with get_vars() 6494 1726853178.84892: done getting variables 6494 1726853178.84960: 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.postfix : Configure Postfix] ******************* task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:162 Friday 20 September 2024 13:26:18 -0400 (0:00:00.092) 0:00:53.772 ****** 6494 1726853178.84999: entering _queue_task() for managed_node1/command 6494 1726853178.85373: worker is 1 (out of 1 available) 6494 1726853178.85387: exiting _queue_task() for managed_node1/command 6494 1726853178.85399: done queuing things up, now waiting for results queue to drain 6494 1726853178.85400: waiting for pending results... 6494 1726853178.85736: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.postfix : Configure Postfix 6494 1726853178.85874: in run() - task 0affc48f-66db-1e98-6787-00000000003b 6494 1726853178.85895: variable 'ansible_search_path' from source: unknown 6494 1726853178.85906: variable 'ansible_search_path' from source: unknown 6494 1726853178.85980: variable 'postfix_conf' from source: role '' defaults 6494 1726853178.86437: variable 'postfix_conf' from source: role '' defaults 6494 1726853178.86441: Loaded config def from plugin (lookup/dict) 6494 1726853178.86445: Loading LookupModule 'dict' from /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup/dict.py 6494 1726853178.86447: dumping result to json 6494 1726853178.86450: done dumping result, returning 6494 1726853178.86452: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.postfix : Configure Postfix [0affc48f-66db-1e98-6787-00000000003b] 6494 1726853178.86454: sending task result for task 0affc48f-66db-1e98-6787-00000000003b 6494 1726853178.86564: done sending task result for task 0affc48f-66db-1e98-6787-00000000003b skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } 6494 1726853178.86617: no more pending results, returning what we have 6494 1726853178.86621: results queue empty 6494 1726853178.86622: checking for any_errors_fatal 6494 1726853178.86630: done checking for any_errors_fatal 6494 1726853178.86631: checking for max_fail_percentage 6494 1726853178.86634: done checking for max_fail_percentage 6494 1726853178.86635: checking to see if all hosts have failed and the running result is not ok 6494 1726853178.86636: done checking to see if all hosts have failed 6494 1726853178.86637: getting the remaining hosts for this loop 6494 1726853178.86639: done getting the remaining hosts for this loop 6494 1726853178.86643: getting the next task for host managed_node1 6494 1726853178.86653: done getting next task for host managed_node1 6494 1726853178.86655: ^ task is: TASK: meta (role_complete) 6494 1726853178.86659: ^ state is: HOST STATE: block=2, 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? (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 6494 1726853178.86675: getting variables 6494 1726853178.86677: in VariableManager get_vars() 6494 1726853178.86723: Calling all_inventory to load vars for managed_node1 6494 1726853178.86725: Calling groups_inventory to load vars for managed_node1 6494 1726853178.86728: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853178.86741: Calling all_plugins_play to load vars for managed_node1 6494 1726853178.86745: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853178.86748: Calling groups_plugins_play to load vars for managed_node1 6494 1726853178.87647: WORKER PROCESS EXITING 6494 1726853178.87822: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853178.89430: done with get_vars() 6494 1726853178.89459: done getting variables 6494 1726853178.89547: done queuing things up, now waiting for results queue to drain 6494 1726853178.89549: results queue empty 6494 1726853178.89550: checking for any_errors_fatal 6494 1726853178.89554: done checking for any_errors_fatal 6494 1726853178.89554: checking for max_fail_percentage 6494 1726853178.89555: done checking for max_fail_percentage 6494 1726853178.89556: checking to see if all hosts have failed and the running result is not ok 6494 1726853178.89557: done checking to see if all hosts have failed 6494 1726853178.89557: getting the remaining hosts for this loop 6494 1726853178.89558: done getting the remaining hosts for this loop 6494 1726853178.89561: getting the next task for host managed_node1 6494 1726853178.89565: done getting next task for host managed_node1 6494 1726853178.89567: ^ task is: TASK: Check firewall and selinux status 6494 1726853178.89569: ^ state is: HOST STATE: block=2, 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 6494 1726853178.89571: getting variables 6494 1726853178.89572: in VariableManager get_vars() 6494 1726853178.89585: Calling all_inventory to load vars for managed_node1 6494 1726853178.89587: Calling groups_inventory to load vars for managed_node1 6494 1726853178.89589: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853178.89594: Calling all_plugins_play to load vars for managed_node1 6494 1726853178.89597: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853178.89600: Calling groups_plugins_play to load vars for managed_node1 6494 1726853178.91050: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853178.92974: done with get_vars() 6494 1726853178.92993: done getting variables TASK [Check firewall and selinux status] *************************************** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_default.yml:16 Friday 20 September 2024 13:26:18 -0400 (0:00:00.081) 0:00:53.854 ****** 6494 1726853178.93186: entering _queue_task() for managed_node1/include_tasks 6494 1726853178.94109: worker is 1 (out of 1 available) 6494 1726853178.94124: exiting _queue_task() for managed_node1/include_tasks 6494 1726853178.94140: done queuing things up, now waiting for results queue to drain 6494 1726853178.94141: waiting for pending results... 6494 1726853178.94660: running TaskExecutor() for managed_node1/TASK: Check firewall and selinux status 6494 1726853178.94953: in run() - task 0affc48f-66db-1e98-6787-000000000007 6494 1726853178.94974: variable 'ansible_search_path' from source: unknown 6494 1726853178.95075: calling self._execute() 6494 1726853178.95285: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853178.95335: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853178.95350: variable 'omit' from source: magic vars 6494 1726853178.95604: _execute() done 6494 1726853178.95810: dumping result to json 6494 1726853178.95814: done dumping result, returning 6494 1726853178.95816: done running TaskExecutor() for managed_node1/TASK: Check firewall and selinux status [0affc48f-66db-1e98-6787-000000000007] 6494 1726853178.95819: sending task result for task 0affc48f-66db-1e98-6787-000000000007 6494 1726853178.95901: done sending task result for task 0affc48f-66db-1e98-6787-000000000007 6494 1726853178.95906: WORKER PROCESS EXITING 6494 1726853178.95946: no more pending results, returning what we have 6494 1726853178.95953: in VariableManager get_vars() 6494 1726853178.96006: Calling all_inventory to load vars for managed_node1 6494 1726853178.96009: Calling groups_inventory to load vars for managed_node1 6494 1726853178.96011: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853178.96026: Calling all_plugins_play to load vars for managed_node1 6494 1726853178.96029: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853178.96034: Calling groups_plugins_play to load vars for managed_node1 6494 1726853178.97688: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853178.99224: done with get_vars() 6494 1726853178.99249: variable 'ansible_search_path' from source: unknown 6494 1726853178.99266: we have included files to process 6494 1726853178.99267: generating all_blocks data 6494 1726853178.99279: done generating all_blocks data 6494 1726853178.99284: processing included file: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/tests/postfix/check_firewall_selinux.yml 6494 1726853178.99285: loading included file: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/tests/postfix/check_firewall_selinux.yml 6494 1726853178.99289: Loading data from /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/tests/postfix/check_firewall_selinux.yml 6494 1726853178.99956: done processing included file 6494 1726853178.99960: iterating over new_blocks loaded from include file 6494 1726853178.99962: in VariableManager get_vars() 6494 1726853178.99980: done with get_vars() 6494 1726853178.99981: filtering new block on tags 6494 1726853179.00004: done filtering new block on tags 6494 1726853179.00007: in VariableManager get_vars() 6494 1726853179.00022: done with get_vars() 6494 1726853179.00023: filtering new block on tags 6494 1726853179.00042: done filtering new block on tags 6494 1726853179.00045: done iterating over new_blocks loaded from include file included: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/tests/postfix/check_firewall_selinux.yml for managed_node1 6494 1726853179.00050: extending task lists for all hosts with included blocks 6494 1726853179.01223: done extending task lists 6494 1726853179.01225: done processing included files 6494 1726853179.01226: results queue empty 6494 1726853179.01227: checking for any_errors_fatal 6494 1726853179.01228: done checking for any_errors_fatal 6494 1726853179.01236: checking for max_fail_percentage 6494 1726853179.01238: done checking for max_fail_percentage 6494 1726853179.01238: checking to see if all hosts have failed and the running result is not ok 6494 1726853179.01239: done checking to see if all hosts have failed 6494 1726853179.01240: getting the remaining hosts for this loop 6494 1726853179.01242: done getting the remaining hosts for this loop 6494 1726853179.01245: getting the next task for host managed_node1 6494 1726853179.01250: done getting next task for host managed_node1 6494 1726853179.01252: ^ task is: TASK: Get the firewall services 6494 1726853179.01255: ^ state is: HOST STATE: block=2, 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? (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 6494 1726853179.01258: getting variables 6494 1726853179.01259: in VariableManager get_vars() 6494 1726853179.01277: Calling all_inventory to load vars for managed_node1 6494 1726853179.01279: Calling groups_inventory to load vars for managed_node1 6494 1726853179.01282: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853179.01288: Calling all_plugins_play to load vars for managed_node1 6494 1726853179.01290: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853179.01293: Calling groups_plugins_play to load vars for managed_node1 6494 1726853179.02004: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853179.02929: done with get_vars() 6494 1726853179.02955: done getting variables 6494 1726853179.03012: 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) TASK [Get the firewall services] *********************************************** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/tests/postfix/check_firewall_selinux.yml:10 Friday 20 September 2024 13:26:19 -0400 (0:00:00.098) 0:00:53.953 ****** 6494 1726853179.03045: entering _queue_task() for managed_node1/shell 6494 1726853179.03448: worker is 1 (out of 1 available) 6494 1726853179.03463: exiting _queue_task() for managed_node1/shell 6494 1726853179.03477: done queuing things up, now waiting for results queue to drain 6494 1726853179.03479: waiting for pending results... 6494 1726853179.03714: running TaskExecutor() for managed_node1/TASK: Get the firewall services 6494 1726853179.03780: in run() - task 0affc48f-66db-1e98-6787-000000000457 6494 1726853179.03791: variable 'ansible_search_path' from source: unknown 6494 1726853179.03823: calling self._execute() 6494 1726853179.03897: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853179.03905: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853179.03912: variable 'omit' from source: magic vars 6494 1726853179.04198: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853179.07015: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853179.07085: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853179.07141: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853179.07198: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853179.07242: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853179.07443: variable 'postfix_manage_firewall' from source: role '' defaults 6494 1726853179.07447: Evaluated conditional (postfix_manage_firewall | bool): False 6494 1726853179.07449: when evaluation is False, skipping this task 6494 1726853179.07451: _execute() done 6494 1726853179.07453: dumping result to json 6494 1726853179.07455: done dumping result, returning 6494 1726853179.07457: done running TaskExecutor() for managed_node1/TASK: Get the firewall services [0affc48f-66db-1e98-6787-000000000457] 6494 1726853179.07459: sending task result for task 0affc48f-66db-1e98-6787-000000000457 6494 1726853179.07895: done sending task result for task 0affc48f-66db-1e98-6787-000000000457 6494 1726853179.07899: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "postfix_manage_firewall | bool", "skip_reason": "Conditional result was False" } 6494 1726853179.07964: no more pending results, returning what we have 6494 1726853179.07968: results queue empty 6494 1726853179.07969: checking for any_errors_fatal 6494 1726853179.07971: done checking for any_errors_fatal 6494 1726853179.07972: checking for max_fail_percentage 6494 1726853179.07973: done checking for max_fail_percentage 6494 1726853179.07974: checking to see if all hosts have failed and the running result is not ok 6494 1726853179.07975: done checking to see if all hosts have failed 6494 1726853179.07976: getting the remaining hosts for this loop 6494 1726853179.07978: done getting the remaining hosts for this loop 6494 1726853179.07982: getting the next task for host managed_node1 6494 1726853179.07988: done getting next task for host managed_node1 6494 1726853179.07991: ^ task is: TASK: Assert the expected services are configured 6494 1726853179.07994: ^ state is: HOST STATE: block=2, 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? (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 6494 1726853179.07997: getting variables 6494 1726853179.07999: in VariableManager get_vars() 6494 1726853179.08046: Calling all_inventory to load vars for managed_node1 6494 1726853179.08163: Calling groups_inventory to load vars for managed_node1 6494 1726853179.08167: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853179.08182: Calling all_plugins_play to load vars for managed_node1 6494 1726853179.08186: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853179.08189: Calling groups_plugins_play to load vars for managed_node1 6494 1726853179.08966: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853179.09509: done with get_vars() 6494 1726853179.09530: done getting variables 6494 1726853179.09628: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [Assert the expected services are configured] ***************************** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/tests/postfix/check_firewall_selinux.yml:17 Friday 20 September 2024 13:26:19 -0400 (0:00:00.066) 0:00:54.019 ****** 6494 1726853179.09661: entering _queue_task() for managed_node1/assert 6494 1726853179.09663: Creating lock for assert 6494 1726853179.10031: worker is 1 (out of 1 available) 6494 1726853179.10050: exiting _queue_task() for managed_node1/assert 6494 1726853179.10063: done queuing things up, now waiting for results queue to drain 6494 1726853179.10066: waiting for pending results... 6494 1726853179.10351: running TaskExecutor() for managed_node1/TASK: Assert the expected services are configured 6494 1726853179.10539: in run() - task 0affc48f-66db-1e98-6787-000000000458 6494 1726853179.10543: variable 'ansible_search_path' from source: unknown 6494 1726853179.10545: variable 'omit' from source: magic vars 6494 1726853179.10667: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853179.10684: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853179.10702: variable 'omit' from source: magic vars 6494 1726853179.11059: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853179.13299: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853179.13359: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853179.13388: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853179.13415: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853179.13440: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853179.13637: variable 'postfix_manage_firewall' from source: role '' defaults 6494 1726853179.13640: Evaluated conditional (postfix_manage_firewall | bool): False 6494 1726853179.13643: when evaluation is False, skipping this task 6494 1726853179.13646: variable 'item' from source: unknown 6494 1726853179.13675: variable 'item' from source: unknown skipping: [managed_node1] => (item=smtp) => { "ansible_loop_var": "item", "changed": false, "false_condition": "postfix_manage_firewall | bool", "item": "smtp", "skip_reason": "Conditional result was False" } 6494 1726853179.13853: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853179.14062: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853179.14065: variable 'omit' from source: magic vars 6494 1726853179.14201: variable 'postfix_manage_firewall' from source: role '' defaults 6494 1726853179.14212: Evaluated conditional (postfix_manage_firewall | bool): False 6494 1726853179.14214: when evaluation is False, skipping this task 6494 1726853179.14247: variable 'item' from source: unknown 6494 1726853179.14440: variable 'item' from source: unknown skipping: [managed_node1] => (item=smtps) => { "ansible_loop_var": "item", "changed": false, "false_condition": "postfix_manage_firewall | bool", "item": "smtps", "skip_reason": "Conditional result was False" } 6494 1726853179.14548: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853179.14556: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853179.14566: variable 'omit' from source: magic vars 6494 1726853179.14751: variable 'postfix_manage_firewall' from source: role '' defaults 6494 1726853179.14760: Evaluated conditional (postfix_manage_firewall | bool): False 6494 1726853179.14766: when evaluation is False, skipping this task 6494 1726853179.14876: variable 'item' from source: unknown 6494 1726853179.14880: variable 'item' from source: unknown skipping: [managed_node1] => (item=smtp-submission) => { "ansible_loop_var": "item", "changed": false, "false_condition": "postfix_manage_firewall | bool", "item": "smtp-submission", "skip_reason": "Conditional result was False" } 6494 1726853179.15000: dumping result to json 6494 1726853179.15003: done dumping result, returning 6494 1726853179.15005: done running TaskExecutor() for managed_node1/TASK: Assert the expected services are configured [0affc48f-66db-1e98-6787-000000000458] 6494 1726853179.15007: sending task result for task 0affc48f-66db-1e98-6787-000000000458 6494 1726853179.15047: done sending task result for task 0affc48f-66db-1e98-6787-000000000458 6494 1726853179.15049: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false } MSG: All items skipped 6494 1726853179.15140: no more pending results, returning what we have 6494 1726853179.15144: results queue empty 6494 1726853179.15145: checking for any_errors_fatal 6494 1726853179.15149: done checking for any_errors_fatal 6494 1726853179.15150: checking for max_fail_percentage 6494 1726853179.15151: done checking for max_fail_percentage 6494 1726853179.15152: checking to see if all hosts have failed and the running result is not ok 6494 1726853179.15153: done checking to see if all hosts have failed 6494 1726853179.15154: getting the remaining hosts for this loop 6494 1726853179.15155: done getting the remaining hosts for this loop 6494 1726853179.15158: getting the next task for host managed_node1 6494 1726853179.15165: done getting next task for host managed_node1 6494 1726853179.15167: ^ task is: TASK: Ensure smtp ports are retrieved 6494 1726853179.15170: ^ state is: HOST STATE: block=2, 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? (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 6494 1726853179.15173: getting variables 6494 1726853179.15174: in VariableManager get_vars() 6494 1726853179.15207: Calling all_inventory to load vars for managed_node1 6494 1726853179.15210: Calling groups_inventory to load vars for managed_node1 6494 1726853179.15212: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853179.15222: Calling all_plugins_play to load vars for managed_node1 6494 1726853179.15224: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853179.15227: Calling groups_plugins_play to load vars for managed_node1 6494 1726853179.16848: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853179.17475: done with get_vars() 6494 1726853179.17493: done getting variables 6494 1726853179.17544: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Ensure smtp ports are retrieved] ***************************************** task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/tests/postfix/check_firewall_selinux.yml:30 Friday 20 September 2024 13:26:19 -0400 (0:00:00.079) 0:00:54.098 ****** 6494 1726853179.17569: entering _queue_task() for managed_node1/assert 6494 1726853179.17914: worker is 1 (out of 1 available) 6494 1726853179.17928: exiting _queue_task() for managed_node1/assert 6494 1726853179.17946: done queuing things up, now waiting for results queue to drain 6494 1726853179.17947: waiting for pending results... 6494 1726853179.18407: running TaskExecutor() for managed_node1/TASK: Ensure smtp ports are retrieved 6494 1726853179.18590: in run() - task 0affc48f-66db-1e98-6787-00000000045a 6494 1726853179.18595: variable 'ansible_search_path' from source: unknown 6494 1726853179.18711: calling self._execute() 6494 1726853179.18869: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853179.18874: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853179.18879: variable 'omit' from source: magic vars 6494 1726853179.19659: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853179.22166: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853179.22483: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853179.22543: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853179.22574: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853179.22583: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853179.22699: variable 'postfix_manage_selinux' from source: role '' defaults 6494 1726853179.22704: Evaluated conditional (postfix_manage_selinux | bool): False 6494 1726853179.22709: when evaluation is False, skipping this task 6494 1726853179.22712: _execute() done 6494 1726853179.22715: dumping result to json 6494 1726853179.22717: done dumping result, returning 6494 1726853179.22745: done running TaskExecutor() for managed_node1/TASK: Ensure smtp ports are retrieved [0affc48f-66db-1e98-6787-00000000045a] 6494 1726853179.22749: sending task result for task 0affc48f-66db-1e98-6787-00000000045a 6494 1726853179.22825: done sending task result for task 0affc48f-66db-1e98-6787-00000000045a 6494 1726853179.22831: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "postfix_manage_selinux | bool", "skip_reason": "Conditional result was False" } 6494 1726853179.22899: no more pending results, returning what we have 6494 1726853179.22905: results queue empty 6494 1726853179.22906: checking for any_errors_fatal 6494 1726853179.22913: done checking for any_errors_fatal 6494 1726853179.22914: checking for max_fail_percentage 6494 1726853179.22916: done checking for max_fail_percentage 6494 1726853179.22917: checking to see if all hosts have failed and the running result is not ok 6494 1726853179.22918: done checking to see if all hosts have failed 6494 1726853179.22918: getting the remaining hosts for this loop 6494 1726853179.22920: done getting the remaining hosts for this loop 6494 1726853179.22923: getting the next task for host managed_node1 6494 1726853179.22929: done getting next task for host managed_node1 6494 1726853179.22931: ^ task is: TASK: Check associated selinux 6494 1726853179.22937: ^ state is: HOST STATE: block=2, 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? (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 6494 1726853179.22941: getting variables 6494 1726853179.22944: in VariableManager get_vars() 6494 1726853179.23001: Calling all_inventory to load vars for managed_node1 6494 1726853179.23004: Calling groups_inventory to load vars for managed_node1 6494 1726853179.23007: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853179.23019: Calling all_plugins_play to load vars for managed_node1 6494 1726853179.23022: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853179.23025: Calling groups_plugins_play to load vars for managed_node1 6494 1726853179.23759: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853179.24184: done with get_vars() 6494 1726853179.24199: done getting variables 6494 1726853179.24250: 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) TASK [Check associated selinux] ************************************************ task path: /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/tests/postfix/check_firewall_selinux.yml:34 Friday 20 September 2024 13:26:19 -0400 (0:00:00.067) 0:00:54.165 ****** 6494 1726853179.24274: entering _queue_task() for managed_node1/shell 6494 1726853179.24552: worker is 1 (out of 1 available) 6494 1726853179.24567: exiting _queue_task() for managed_node1/shell 6494 1726853179.24581: done queuing things up, now waiting for results queue to drain 6494 1726853179.24582: waiting for pending results... 6494 1726853179.24812: running TaskExecutor() for managed_node1/TASK: Check associated selinux 6494 1726853179.24893: in run() - task 0affc48f-66db-1e98-6787-00000000045b 6494 1726853179.24905: variable 'ansible_search_path' from source: unknown 6494 1726853179.24948: variable '_postfix_selinux' from source: set_fact 6494 1726853179.25121: variable '_postfix_selinux' from source: set_fact 6494 1726853179.25239: variable 'omit' from source: magic vars 6494 1726853179.25336: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853179.25347: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853179.25393: variable 'omit' from source: magic vars 6494 1726853179.25566: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6494 1726853179.28078: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6494 1726853179.28088: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6494 1726853179.28134: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6494 1726853179.28339: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6494 1726853179.28343: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6494 1726853179.28456: variable 'postfix_manage_selinux' from source: role '' defaults 6494 1726853179.28461: Evaluated conditional (postfix_manage_selinux | bool): False 6494 1726853179.28466: when evaluation is False, skipping this task 6494 1726853179.28471: variable 'item' from source: unknown 6494 1726853179.28562: variable 'item' from source: unknown skipping: [managed_node1] => (item={'ports': '25', 'proto': 'tcp', 'setype': 'smtp_port_t', 'state': 'present', 'local': 'true'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "postfix_manage_selinux | bool", "item": { "local": "true", "ports": "25", "proto": "tcp", "setype": "smtp_port_t", "state": "present" }, "skip_reason": "Conditional result was False" } 6494 1726853179.28810: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853179.28819: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853179.28827: variable 'omit' from source: magic vars 6494 1726853179.29055: variable 'postfix_manage_selinux' from source: role '' defaults 6494 1726853179.29078: Evaluated conditional (postfix_manage_selinux | bool): False 6494 1726853179.29081: when evaluation is False, skipping this task 6494 1726853179.29099: variable 'item' from source: unknown 6494 1726853179.29175: variable 'item' from source: unknown skipping: [managed_node1] => (item={'ports': '465', 'proto': 'tcp', 'setype': 'smtp_port_t', 'state': 'present', 'local': 'true'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "postfix_manage_selinux | bool", "item": { "local": "true", "ports": "465", "proto": "tcp", "setype": "smtp_port_t", "state": "present" }, "skip_reason": "Conditional result was False" } 6494 1726853179.29307: variable 'ansible_host' from source: host vars for 'managed_node1' 6494 1726853179.29310: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6494 1726853179.29313: variable 'omit' from source: magic vars 6494 1726853179.29451: variable 'postfix_manage_selinux' from source: role '' defaults 6494 1726853179.29457: Evaluated conditional (postfix_manage_selinux | bool): False 6494 1726853179.29460: when evaluation is False, skipping this task 6494 1726853179.29479: variable 'item' from source: unknown 6494 1726853179.29525: variable 'item' from source: unknown skipping: [managed_node1] => (item={'ports': '587', 'proto': 'tcp', 'setype': 'smtp_port_t', 'state': 'present', 'local': 'true'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "postfix_manage_selinux | bool", "item": { "local": "true", "ports": "587", "proto": "tcp", "setype": "smtp_port_t", "state": "present" }, "skip_reason": "Conditional result was False" } 6494 1726853179.29648: dumping result to json 6494 1726853179.29651: done dumping result, returning 6494 1726853179.29654: done running TaskExecutor() for managed_node1/TASK: Check associated selinux [0affc48f-66db-1e98-6787-00000000045b] 6494 1726853179.29656: sending task result for task 0affc48f-66db-1e98-6787-00000000045b skipping: [managed_node1] => { "changed": false } MSG: All items skipped 6494 1726853179.29959: no more pending results, returning what we have 6494 1726853179.29963: results queue empty 6494 1726853179.29964: checking for any_errors_fatal 6494 1726853179.29967: done checking for any_errors_fatal 6494 1726853179.29968: checking for max_fail_percentage 6494 1726853179.29970: done checking for max_fail_percentage 6494 1726853179.29970: checking to see if all hosts have failed and the running result is not ok 6494 1726853179.29971: done checking to see if all hosts have failed 6494 1726853179.29972: getting the remaining hosts for this loop 6494 1726853179.29973: done getting the remaining hosts for this loop 6494 1726853179.29976: getting the next task for host managed_node1 6494 1726853179.29983: done getting next task for host managed_node1 6494 1726853179.30094: ^ task is: TASK: meta (flush_handlers) 6494 1726853179.30104: ^ 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 6494 1726853179.30114: getting variables 6494 1726853179.30120: in VariableManager get_vars() 6494 1726853179.30183: Calling all_inventory to load vars for managed_node1 6494 1726853179.30186: Calling groups_inventory to load vars for managed_node1 6494 1726853179.30188: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853179.30200: Calling all_plugins_play to load vars for managed_node1 6494 1726853179.30207: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853179.30211: Calling groups_plugins_play to load vars for managed_node1 6494 1726853179.30766: done sending task result for task 0affc48f-66db-1e98-6787-00000000045b 6494 1726853179.30770: WORKER PROCESS EXITING 6494 1726853179.30884: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853179.31467: done with get_vars() 6494 1726853179.31493: done getting variables 6494 1726853179.31577: in VariableManager get_vars() 6494 1726853179.31593: Calling all_inventory to load vars for managed_node1 6494 1726853179.31595: Calling groups_inventory to load vars for managed_node1 6494 1726853179.31597: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853179.31602: Calling all_plugins_play to load vars for managed_node1 6494 1726853179.31604: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853179.31607: Calling groups_plugins_play to load vars for managed_node1 6494 1726853179.32141: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853179.32780: done with get_vars() 6494 1726853179.32805: done queuing things up, now waiting for results queue to drain 6494 1726853179.32808: results queue empty 6494 1726853179.32820: checking for any_errors_fatal 6494 1726853179.32824: done checking for any_errors_fatal 6494 1726853179.32825: checking for max_fail_percentage 6494 1726853179.32826: done checking for max_fail_percentage 6494 1726853179.32827: checking to see if all hosts have failed and the running result is not ok 6494 1726853179.32828: done checking to see if all hosts have failed 6494 1726853179.32828: getting the remaining hosts for this loop 6494 1726853179.32829: done getting the remaining hosts for this loop 6494 1726853179.32834: getting the next task for host managed_node1 6494 1726853179.32841: done getting next task for host managed_node1 6494 1726853179.32842: ^ task is: TASK: meta (flush_handlers) 6494 1726853179.32844: ^ 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 6494 1726853179.32846: getting variables 6494 1726853179.32847: in VariableManager get_vars() 6494 1726853179.32857: Calling all_inventory to load vars for managed_node1 6494 1726853179.32858: Calling groups_inventory to load vars for managed_node1 6494 1726853179.32860: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853179.32872: Calling all_plugins_play to load vars for managed_node1 6494 1726853179.32875: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853179.32879: Calling groups_plugins_play to load vars for managed_node1 6494 1726853179.37904: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853179.39249: done with get_vars() 6494 1726853179.39276: done getting variables 6494 1726853179.39354: in VariableManager get_vars() 6494 1726853179.39366: Calling all_inventory to load vars for managed_node1 6494 1726853179.39367: Calling groups_inventory to load vars for managed_node1 6494 1726853179.39369: Calling all_plugins_inventory to load vars for managed_node1 6494 1726853179.39373: Calling all_plugins_play to load vars for managed_node1 6494 1726853179.39374: Calling groups_plugins_inventory to load vars for managed_node1 6494 1726853179.39376: Calling groups_plugins_play to load vars for managed_node1 6494 1726853179.39883: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6494 1726853179.40439: done with get_vars() 6494 1726853179.40457: done queuing things up, now waiting for results queue to drain 6494 1726853179.40459: results queue empty 6494 1726853179.40459: checking for any_errors_fatal 6494 1726853179.40460: done checking for any_errors_fatal 6494 1726853179.40461: checking for max_fail_percentage 6494 1726853179.40461: done checking for max_fail_percentage 6494 1726853179.40462: checking to see if all hosts have failed and the running result is not ok 6494 1726853179.40463: done checking to see if all hosts have failed 6494 1726853179.40463: getting the remaining hosts for this loop 6494 1726853179.40464: done getting the remaining hosts for this loop 6494 1726853179.40466: getting the next task for host managed_node1 6494 1726853179.40468: done getting next task for host managed_node1 6494 1726853179.40469: ^ task is: None 6494 1726853179.40471: ^ 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 6494 1726853179.40472: done queuing things up, now waiting for results queue to drain 6494 1726853179.40473: results queue empty 6494 1726853179.40473: checking for any_errors_fatal 6494 1726853179.40474: done checking for any_errors_fatal 6494 1726853179.40474: checking for max_fail_percentage 6494 1726853179.40475: done checking for max_fail_percentage 6494 1726853179.40476: checking to see if all hosts have failed and the running result is not ok 6494 1726853179.40476: done checking to see if all hosts have failed 6494 1726853179.40478: getting the next task for host managed_node1 6494 1726853179.40479: done getting next task for host managed_node1 6494 1726853179.40480: ^ task is: None 6494 1726853179.40481: ^ 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_node1 : ok=39 changed=6 unreachable=0 failed=0 skipped=54 rescued=0 ignored=0 Friday 20 September 2024 13:26:19 -0400 (0:00:00.162) 0:00:54.328 ****** =============================================================================== fedora.linux_system_roles.postfix : Install Postfix -------------------- 13.55s /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:60 fedora.linux_system_roles.selinux : Set an SELinux label on a port ------ 9.51s /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87 fedora.linux_system_roles.firewall : Install firewalld ------------------ 4.46s /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 3.36s /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 fedora.linux_system_roles.postfix : Get the smtp related tcp service ports --- 2.65s /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:12 fedora.linux_system_roles.firewall : Configure firewall ----------------- 2.55s /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 fedora.linux_system_roles.postfix : Ensure ansible_facts used by role are present --- 2.32s /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:3 fedora.linux_system_roles.firewall : Enable and start firewalld service --- 2.19s /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 fedora.linux_system_roles.selinux : Install SELinux tool semanage ------- 2.11s /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 fedora.linux_system_roles.postfix : Enable Postfix ---------------------- 1.30s /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:66 fedora.linux_system_roles.selinux : Install SELinux python3 tools ------- 1.27s /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 fedora.linux_system_roles.selinux : Refresh facts ----------------------- 1.09s /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:89 fedora.linux_system_roles.firewall : Unmask firewalld service ----------- 0.88s /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 fedora.linux_system_roles.firewall : Ensure ansible_facts used by role --- 0.80s /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 fedora.linux_system_roles.postfix : Check if system is ostree ----------- 0.47s /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:11 fedora.linux_system_roles.firewall : Check if system is ostree ---------- 0.45s /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 fedora.linux_system_roles.selinux : Check if transactional-update exists in /sbin --- 0.44s /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin --- 0.44s /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 fedora.linux_system_roles.selinux : Check if system is ostree ----------- 0.42s /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 fedora.linux_system_roles.postfix : Add the smtp related service ports to _postfix_selinux --- 0.31s /tmp/collections-bd7/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:37 6494 1726853179.40567: RUNNING CLEANUP