[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. 129591 1726887764.45714: 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-ckH 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 129591 1726887764.46605: Added group all to inventory 129591 1726887764.46607: Added group ungrouped to inventory 129591 1726887764.46611: Group all now contains ungrouped 129591 1726887764.46614: Examining possible inventory source: /tmp/storage-Fxb/inventory.yml 129591 1726887764.79428: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/cache 129591 1726887764.79599: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py 129591 1726887764.79624: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory 129591 1726887764.79691: Loading InventoryModule 'host_list' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py 129591 1726887764.80077: Loaded config def from plugin (inventory/script) 129591 1726887764.80079: Loading InventoryModule 'script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py 129591 1726887764.80121: Loading InventoryModule 'auto' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py 129591 1726887764.80217: Loaded config def from plugin (inventory/yaml) 129591 1726887764.80219: Loading InventoryModule 'yaml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py 129591 1726887764.80512: Loading InventoryModule 'ini' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/ini.py 129591 1726887764.81337: Loading InventoryModule 'toml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/toml.py 129591 1726887764.81341: Attempting to use plugin host_list (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py) 129591 1726887764.81344: Attempting to use plugin script (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py) 129591 1726887764.81350: Attempting to use plugin auto (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py) 129591 1726887764.81356: Loading data from /tmp/storage-Fxb/inventory.yml 129591 1726887764.81427: /tmp/storage-Fxb/inventory.yml was not parsable by auto 129591 1726887764.81698: Attempting to use plugin yaml (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py) 129591 1726887764.81736: Loading data from /tmp/storage-Fxb/inventory.yml 129591 1726887764.81822: group all already in inventory 129591 1726887764.81829: set inventory_file for managed_node1 129591 1726887764.81833: set inventory_dir for managed_node1 129591 1726887764.81834: Added host managed_node1 to inventory 129591 1726887764.81836: Added host managed_node1 to group all 129591 1726887764.81837: set ansible_host for managed_node1 129591 1726887764.81838: set ansible_ssh_extra_args for managed_node1 129591 1726887764.81841: set inventory_file for managed_node2 129591 1726887764.81844: set inventory_dir for managed_node2 129591 1726887764.81844: Added host managed_node2 to inventory 129591 1726887764.81846: Added host managed_node2 to group all 129591 1726887764.81847: set ansible_host for managed_node2 129591 1726887764.81848: set ansible_ssh_extra_args for managed_node2 129591 1726887764.81850: set inventory_file for managed_node3 129591 1726887764.81852: set inventory_dir for managed_node3 129591 1726887764.81853: Added host managed_node3 to inventory 129591 1726887764.81854: Added host managed_node3 to group all 129591 1726887764.82028: set ansible_host for managed_node3 129591 1726887764.82030: set ansible_ssh_extra_args for managed_node3 129591 1726887764.82033: Reconcile groups and hosts in inventory. 129591 1726887764.82037: Group ungrouped now contains managed_node1 129591 1726887764.82039: Group ungrouped now contains managed_node2 129591 1726887764.82040: Group ungrouped now contains managed_node3 129591 1726887764.82117: '/usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name 129591 1726887764.82240: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments 129591 1726887764.82492: Loading ModuleDocFragment 'vars_plugin_staging' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py 129591 1726887764.82517: Loaded config def from plugin (vars/host_group_vars) 129591 1726887764.82519: 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) 129591 1726887764.82525: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/vars 129591 1726887764.82532: 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) 129591 1726887764.82579: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py (found_in_cache=True, class_only=False) 129591 1726887764.83323: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 129591 1726887764.83421: Loading ModuleDocFragment 'connection_pipelining' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py 129591 1726887764.83671: Loaded config def from plugin (connection/local) 129591 1726887764.83674: Loading Connection 'local' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/local.py (found_in_cache=False, class_only=True) 129591 1726887764.84966: Loaded config def from plugin (connection/paramiko_ssh) 129591 1726887764.84969: 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) 129591 1726887764.86890: 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) 129591 1726887764.86929: Loaded config def from plugin (connection/psrp) 129591 1726887764.86933: Loading Connection 'psrp' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/psrp.py (found_in_cache=False, class_only=True) 129591 1726887764.88480: 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) 129591 1726887764.88520: Loaded config def from plugin (connection/ssh) 129591 1726887764.88522: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=False, class_only=True) 129591 1726887764.92543: 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) 129591 1726887764.92792: Loaded config def from plugin (connection/winrm) 129591 1726887764.92795: Loading Connection 'winrm' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/winrm.py (found_in_cache=False, class_only=True) 129591 1726887764.92826: '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__init__' skipped due to reserved name 129591 1726887764.92893: Loading ModuleDocFragment 'shell_windows' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_windows.py 129591 1726887764.92965: Loaded config def from plugin (shell/cmd) 129591 1726887764.92967: Loading ShellModule 'cmd' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/cmd.py (found_in_cache=False, class_only=True) 129591 1726887764.92993: 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) 129591 1726887764.93263: Loaded config def from plugin (shell/powershell) 129591 1726887764.93265: Loading ShellModule 'powershell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/powershell.py (found_in_cache=False, class_only=True) 129591 1726887764.93317: Loading ModuleDocFragment 'shell_common' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_common.py 129591 1726887764.93696: Loaded config def from plugin (shell/sh) 129591 1726887764.93698: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=False, class_only=True) 129591 1726887764.93731: '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__init__' skipped due to reserved name 129591 1726887764.94062: Loaded config def from plugin (become/runas) 129591 1726887764.94065: Loading BecomeModule 'runas' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/runas.py (found_in_cache=False, class_only=True) 129591 1726887764.94457: Loaded config def from plugin (become/su) 129591 1726887764.94462: Loading BecomeModule 'su' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/su.py (found_in_cache=False, class_only=True) 129591 1726887764.94621: Loaded config def from plugin (become/sudo) 129591 1726887764.94623: 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 129591 1726887764.94862: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_misc_nvme_generated.yml 129591 1726887764.95680: trying /usr/local/lib/python3.12/site-packages/ansible/modules 129591 1726887765.01744: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action 129591 1726887765.02078: in VariableManager get_vars() 129591 1726887765.02086: done with get_vars() 129591 1726887765.02089: variable 'playbook_dir' from source: magic vars 129591 1726887765.02090: variable 'ansible_playbook_python' from source: magic vars 129591 1726887765.02090: variable 'ansible_config_file' from source: magic vars 129591 1726887765.02091: variable 'groups' from source: magic vars 129591 1726887765.02092: variable 'omit' from source: magic vars 129591 1726887765.02092: variable 'ansible_version' from source: magic vars 129591 1726887765.02093: variable 'ansible_check_mode' from source: magic vars 129591 1726887765.02094: variable 'ansible_diff_mode' from source: magic vars 129591 1726887765.02094: variable 'ansible_forks' from source: magic vars 129591 1726887765.02095: variable 'ansible_inventory_sources' from source: magic vars 129591 1726887765.02096: variable 'ansible_skip_tags' from source: magic vars 129591 1726887765.02096: variable 'ansible_limit' from source: magic vars 129591 1726887765.02097: variable 'ansible_run_tags' from source: magic vars 129591 1726887765.02098: variable 'ansible_verbosity' from source: magic vars 129591 1726887765.02131: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_misc.yml 129591 1726887765.04119: in VariableManager get_vars() 129591 1726887765.04138: done with get_vars() 129591 1726887765.04205: in VariableManager get_vars() 129591 1726887765.04219: done with get_vars() 129591 1726887765.04494: in VariableManager get_vars() 129591 1726887765.04507: done with get_vars() 129591 1726887765.04547: in VariableManager get_vars() 129591 1726887765.04567: done with get_vars() 129591 1726887765.04866: in VariableManager get_vars() 129591 1726887765.04882: done with get_vars() 129591 1726887765.04921: in VariableManager get_vars() 129591 1726887765.04935: done with get_vars() 129591 1726887765.05033: in VariableManager get_vars() 129591 1726887765.05046: done with get_vars() 129591 1726887765.05321: in VariableManager get_vars() 129591 1726887765.05336: done with get_vars() 129591 1726887765.05413: in VariableManager get_vars() 129591 1726887765.05428: done with get_vars() 129591 1726887765.05747: in VariableManager get_vars() 129591 1726887765.05766: done with get_vars() 129591 1726887765.06078: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/callback 129591 1726887765.06093: 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 129591 1726887765.06677: Loading ModuleDocFragment 'default_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/default_callback.py 129591 1726887765.07010: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.debug) 129591 1726887765.07012: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.debug' from /tmp/collections-ckH/ansible_collections/ansible/posix/plugins/callback/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) 129591 1726887765.07049: '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__init__' skipped due to reserved name 129591 1726887765.07075: 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) 129591 1726887765.07479: Loading ModuleDocFragment 'result_format_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/result_format_callback.py 129591 1726887765.07656: Loaded config def from plugin (callback/default) 129591 1726887765.07659: Loading CallbackModule 'default' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/default.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True) 129591 1726887765.14565: Loaded config def from plugin (callback/junit) 129591 1726887765.14568: Loading CallbackModule 'junit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/junit.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True) 129591 1726887765.14732: 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) 129591 1726887765.14846: Loaded config def from plugin (callback/minimal) 129591 1726887765.14848: Loading CallbackModule 'minimal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/minimal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True) 129591 1726887765.14890: Loading CallbackModule 'oneline' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/oneline.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True) 129591 1726887765.15064: Loaded config def from plugin (callback/tree) 129591 1726887765.15067: Loading CallbackModule 'tree' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/tree.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True) redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks 129591 1726887765.15298: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.profile_tasks) 129591 1726887765.15305: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.profile_tasks' from /tmp/collections-ckH/ansible_collections/ansible/posix/plugins/callback/profile_tasks.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True) Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_misc_nvme_generated.yml **************************************** 2 plays in /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_misc_nvme_generated.yml 129591 1726887765.15330: in VariableManager get_vars() 129591 1726887765.15459: done with get_vars() 129591 1726887765.15467: in VariableManager get_vars() 129591 1726887765.15476: done with get_vars() 129591 1726887765.15480: variable 'omit' from source: magic vars 129591 1726887765.15514: in VariableManager get_vars() 129591 1726887765.15526: done with get_vars() 129591 1726887765.15546: variable 'omit' from source: magic vars PLAY [Run test tests_misc.yml for nvme] **************************************** 129591 1726887765.16722: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy 129591 1726887765.16905: Loading StrategyModule 'linear' from /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py 129591 1726887765.17163: getting the remaining hosts for this loop 129591 1726887765.17165: done getting the remaining hosts for this loop 129591 1726887765.17168: getting the next task for host managed_node3 129591 1726887765.17173: done getting next task for host managed_node3 129591 1726887765.17174: ^ task is: TASK: meta (flush_handlers) 129591 1726887765.17176: ^ 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 129591 1726887765.17179: getting variables 129591 1726887765.17180: in VariableManager get_vars() 129591 1726887765.17193: Calling all_inventory to load vars for managed_node3 129591 1726887765.17195: Calling groups_inventory to load vars for managed_node3 129591 1726887765.17198: Calling all_plugins_inventory to load vars for managed_node3 129591 1726887765.17209: Calling all_plugins_play to load vars for managed_node3 129591 1726887765.17219: Calling groups_plugins_inventory to load vars for managed_node3 129591 1726887765.17223: Calling groups_plugins_play to load vars for managed_node3 129591 1726887765.17254: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 129591 1726887765.17422: done with get_vars() 129591 1726887765.17429: done getting variables 129591 1726887765.17528: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__ 129591 1726887765.17649: in VariableManager get_vars() 129591 1726887765.17659: Calling all_inventory to load vars for managed_node3 129591 1726887765.17661: Calling groups_inventory to load vars for managed_node3 129591 1726887765.17664: Calling all_plugins_inventory to load vars for managed_node3 129591 1726887765.17668: Calling all_plugins_play to load vars for managed_node3 129591 1726887765.17670: Calling groups_plugins_inventory to load vars for managed_node3 129591 1726887765.17673: Calling groups_plugins_play to load vars for managed_node3 129591 1726887765.17698: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 129591 1726887765.17711: done with get_vars() 129591 1726887765.17720: done queuing things up, now waiting for results queue to drain 129591 1726887765.17722: results queue empty 129591 1726887765.17723: checking for any_errors_fatal 129591 1726887765.17724: done checking for any_errors_fatal 129591 1726887765.17725: checking for max_fail_percentage 129591 1726887765.17726: done checking for max_fail_percentage 129591 1726887765.17726: checking to see if all hosts have failed and the running result is not ok 129591 1726887765.17727: done checking to see if all hosts have failed 129591 1726887765.17728: getting the remaining hosts for this loop 129591 1726887765.17729: done getting the remaining hosts for this loop 129591 1726887765.17846: getting the next task for host managed_node3 129591 1726887765.17851: done getting next task for host managed_node3 129591 1726887765.17852: ^ task is: TASK: meta (flush_handlers) 129591 1726887765.17854: ^ 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 129591 1726887765.17858: getting variables 129591 1726887765.17859: in VariableManager get_vars() 129591 1726887765.17867: Calling all_inventory to load vars for managed_node3 129591 1726887765.17869: Calling groups_inventory to load vars for managed_node3 129591 1726887765.17871: Calling all_plugins_inventory to load vars for managed_node3 129591 1726887765.17875: Calling all_plugins_play to load vars for managed_node3 129591 1726887765.17877: Calling groups_plugins_inventory to load vars for managed_node3 129591 1726887765.17880: Calling groups_plugins_play to load vars for managed_node3 129591 1726887765.17904: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 129591 1726887765.17916: done with get_vars() 129591 1726887765.17921: done getting variables 129591 1726887765.18076: in VariableManager get_vars() 129591 1726887765.18084: Calling all_inventory to load vars for managed_node3 129591 1726887765.18086: Calling groups_inventory to load vars for managed_node3 129591 1726887765.18088: Calling all_plugins_inventory to load vars for managed_node3 129591 1726887765.18092: Calling all_plugins_play to load vars for managed_node3 129591 1726887765.18094: Calling groups_plugins_inventory to load vars for managed_node3 129591 1726887765.18097: Calling groups_plugins_play to load vars for managed_node3 129591 1726887765.18120: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 129591 1726887765.18132: done with get_vars() 129591 1726887765.18141: done queuing things up, now waiting for results queue to drain 129591 1726887765.18143: results queue empty 129591 1726887765.18144: checking for any_errors_fatal 129591 1726887765.18145: done checking for any_errors_fatal 129591 1726887765.18146: checking for max_fail_percentage 129591 1726887765.18146: done checking for max_fail_percentage 129591 1726887765.18147: checking to see if all hosts have failed and the running result is not ok 129591 1726887765.18148: done checking to see if all hosts have failed 129591 1726887765.18149: getting the remaining hosts for this loop 129591 1726887765.18149: done getting the remaining hosts for this loop 129591 1726887765.18153: getting the next task for host managed_node3 129591 1726887765.18259: done getting next task for host managed_node3 129591 1726887765.18261: ^ task is: TASK: meta (flush_handlers) 129591 1726887765.18263: ^ 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 129591 1726887765.18265: getting variables 129591 1726887765.18266: in VariableManager get_vars() 129591 1726887765.18278: Calling all_inventory to load vars for managed_node3 129591 1726887765.18280: Calling groups_inventory to load vars for managed_node3 129591 1726887765.18282: Calling all_plugins_inventory to load vars for managed_node3 129591 1726887765.18291: Calling all_plugins_play to load vars for managed_node3 129591 1726887765.18293: Calling groups_plugins_inventory to load vars for managed_node3 129591 1726887765.18296: Calling groups_plugins_play to load vars for managed_node3 129591 1726887765.18321: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 129591 1726887765.18333: done with get_vars() 129591 1726887765.18338: done getting variables 129591 1726887765.18583: in VariableManager get_vars() 129591 1726887765.18590: Calling all_inventory to load vars for managed_node3 129591 1726887765.18592: Calling groups_inventory to load vars for managed_node3 129591 1726887765.18595: Calling all_plugins_inventory to load vars for managed_node3 129591 1726887765.18598: Calling all_plugins_play to load vars for managed_node3 129591 1726887765.18601: Calling groups_plugins_inventory to load vars for managed_node3 129591 1726887765.18603: Calling groups_plugins_play to load vars for managed_node3 129591 1726887765.18628: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 129591 1726887765.18640: done with get_vars() 129591 1726887765.18648: done queuing things up, now waiting for results queue to drain 129591 1726887765.18650: results queue empty 129591 1726887765.18650: checking for any_errors_fatal 129591 1726887765.18651: done checking for any_errors_fatal 129591 1726887765.18652: checking for max_fail_percentage 129591 1726887765.18653: done checking for max_fail_percentage 129591 1726887765.18654: checking to see if all hosts have failed and the running result is not ok 129591 1726887765.18654: done checking to see if all hosts have failed 129591 1726887765.18659: getting the remaining hosts for this loop 129591 1726887765.18660: done getting the remaining hosts for this loop 129591 1726887765.18663: getting the next task for host managed_node3 129591 1726887765.18665: done getting next task for host managed_node3 129591 1726887765.18666: ^ task is: None 129591 1726887765.18667: ^ state is: HOST STATE: block=4, 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 129591 1726887765.18668: done queuing things up, now waiting for results queue to drain 129591 1726887765.18669: results queue empty 129591 1726887765.18670: checking for any_errors_fatal 129591 1726887765.18670: done checking for any_errors_fatal 129591 1726887765.18671: checking for max_fail_percentage 129591 1726887765.18672: done checking for max_fail_percentage 129591 1726887765.18673: checking to see if all hosts have failed and the running result is not ok 129591 1726887765.18673: done checking to see if all hosts have failed 129591 1726887765.18674: getting the next task for host managed_node3 129591 1726887765.18676: done getting next task for host managed_node3 129591 1726887765.18677: ^ task is: None 129591 1726887765.18678: ^ state is: HOST STATE: block=4, 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 129591 1726887765.18704: in VariableManager get_vars() 129591 1726887765.18716: done with get_vars() 129591 1726887765.18721: in VariableManager get_vars() 129591 1726887765.18729: done with get_vars() 129591 1726887765.18733: variable 'omit' from source: magic vars 129591 1726887765.18878: in VariableManager get_vars() 129591 1726887765.18907: done with get_vars() 129591 1726887765.18926: variable 'omit' from source: magic vars PLAY [Test misc features of the storage role] ********************************** 129591 1726887765.19396: Loading StrategyModule 'linear' from /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py (found_in_cache=True, class_only=False) 129591 1726887765.19472: getting the remaining hosts for this loop 129591 1726887765.19473: done getting the remaining hosts for this loop 129591 1726887765.19476: getting the next task for host managed_node3 129591 1726887765.19479: done getting next task for host managed_node3 129591 1726887765.19480: ^ task is: TASK: meta (flush_handlers) 129591 1726887765.19481: ^ 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 129591 1726887765.19483: getting variables 129591 1726887765.19484: in VariableManager get_vars() 129591 1726887765.19509: Calling all_inventory to load vars for managed_node3 129591 1726887765.19511: Calling groups_inventory to load vars for managed_node3 129591 1726887765.19513: Calling all_plugins_inventory to load vars for managed_node3 129591 1726887765.19518: Calling all_plugins_play to load vars for managed_node3 129591 1726887765.19520: Calling groups_plugins_inventory to load vars for managed_node3 129591 1726887765.19523: Calling groups_plugins_play to load vars for managed_node3 129591 1726887765.19667: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 129591 1726887765.19681: done with get_vars() 129591 1726887765.19686: done getting variables 129591 1726887765.19725: in VariableManager get_vars() 129591 1726887765.19732: Calling all_inventory to load vars for managed_node3 129591 1726887765.19734: Calling groups_inventory to load vars for managed_node3 129591 1726887765.19736: Calling all_plugins_inventory to load vars for managed_node3 129591 1726887765.19740: Calling all_plugins_play to load vars for managed_node3 129591 1726887765.19858: Calling groups_plugins_inventory to load vars for managed_node3 129591 1726887765.19863: Calling groups_plugins_play to load vars for managed_node3 129591 1726887765.19886: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 129591 1726887765.19899: done with get_vars() 129591 1726887765.19906: done queuing things up, now waiting for results queue to drain 129591 1726887765.19908: results queue empty 129591 1726887765.19908: checking for any_errors_fatal 129591 1726887765.19909: done checking for any_errors_fatal 129591 1726887765.19910: checking for max_fail_percentage 129591 1726887765.19911: done checking for max_fail_percentage 129591 1726887765.19911: checking to see if all hosts have failed and the running result is not ok 129591 1726887765.19912: done checking to see if all hosts have failed 129591 1726887765.19913: getting the remaining hosts for this loop 129591 1726887765.19913: done getting the remaining hosts for this loop 129591 1726887765.19915: getting the next task for host managed_node3 129591 1726887765.19918: done getting next task for host managed_node3 129591 1726887765.19919: ^ task is: TASK: meta (flush_handlers) 129591 1726887765.19920: ^ 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 129591 1726887765.19922: getting variables 129591 1726887765.19923: in VariableManager get_vars() 129591 1726887765.19929: Calling all_inventory to load vars for managed_node3 129591 1726887765.19931: Calling groups_inventory to load vars for managed_node3 129591 1726887765.19933: Calling all_plugins_inventory to load vars for managed_node3 129591 1726887765.19936: Calling all_plugins_play to load vars for managed_node3 129591 1726887765.19938: Calling groups_plugins_inventory to load vars for managed_node3 129591 1726887765.19941: Calling groups_plugins_play to load vars for managed_node3 129591 1726887765.20073: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 129591 1726887765.20090: done with get_vars() 129591 1726887765.20095: done getting variables 129591 1726887765.20131: in VariableManager get_vars() 129591 1726887765.20138: Calling all_inventory to load vars for managed_node3 129591 1726887765.20140: Calling groups_inventory to load vars for managed_node3 129591 1726887765.20142: Calling all_plugins_inventory to load vars for managed_node3 129591 1726887765.20145: Calling all_plugins_play to load vars for managed_node3 129591 1726887765.20147: Calling groups_plugins_inventory to load vars for managed_node3 129591 1726887765.20150: Calling groups_plugins_play to load vars for managed_node3 129591 1726887765.20307: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 129591 1726887765.20320: done with get_vars() 129591 1726887765.20328: done queuing things up, now waiting for results queue to drain 129591 1726887765.20330: results queue empty 129591 1726887765.20331: checking for any_errors_fatal 129591 1726887765.20332: done checking for any_errors_fatal 129591 1726887765.20332: checking for max_fail_percentage 129591 1726887765.20333: done checking for max_fail_percentage 129591 1726887765.20334: checking to see if all hosts have failed and the running result is not ok 129591 1726887765.20334: done checking to see if all hosts have failed 129591 1726887765.20335: getting the remaining hosts for this loop 129591 1726887765.20335: done getting the remaining hosts for this loop 129591 1726887765.20338: getting the next task for host managed_node3 129591 1726887765.20340: done getting next task for host managed_node3 129591 1726887765.20342: ^ task is: TASK: meta (flush_handlers) 129591 1726887765.20343: ^ 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 129591 1726887765.20345: getting variables 129591 1726887765.20346: in VariableManager get_vars() 129591 1726887765.20352: Calling all_inventory to load vars for managed_node3 129591 1726887765.20354: Calling groups_inventory to load vars for managed_node3 129591 1726887765.20358: Calling all_plugins_inventory to load vars for managed_node3 129591 1726887765.20363: Calling all_plugins_play to load vars for managed_node3 129591 1726887765.20365: Calling groups_plugins_inventory to load vars for managed_node3 129591 1726887765.20367: Calling groups_plugins_play to load vars for managed_node3 129591 1726887765.20463: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 129591 1726887765.20476: done with get_vars() 129591 1726887765.20482: done getting variables 129591 1726887765.20585: in VariableManager get_vars() 129591 1726887765.20592: Calling all_inventory to load vars for managed_node3 129591 1726887765.20594: Calling groups_inventory to load vars for managed_node3 129591 1726887765.20597: Calling all_plugins_inventory to load vars for managed_node3 129591 1726887765.20600: Calling all_plugins_play to load vars for managed_node3 129591 1726887765.20603: Calling groups_plugins_inventory to load vars for managed_node3 129591 1726887765.20605: Calling groups_plugins_play to load vars for managed_node3 129591 1726887765.20745: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 129591 1726887765.20761: done with get_vars() 129591 1726887765.20770: done queuing things up, now waiting for results queue to drain 129591 1726887765.20771: results queue empty 129591 1726887765.20772: checking for any_errors_fatal 129591 1726887765.20773: done checking for any_errors_fatal 129591 1726887765.20774: checking for max_fail_percentage 129591 1726887765.20775: done checking for max_fail_percentage 129591 1726887765.20775: checking to see if all hosts have failed and the running result is not ok 129591 1726887765.20776: done checking to see if all hosts have failed 129591 1726887765.20777: getting the remaining hosts for this loop 129591 1726887765.20777: done getting the remaining hosts for this loop 129591 1726887765.20780: getting the next task for host managed_node3 129591 1726887765.20782: done getting next task for host managed_node3 129591 1726887765.20783: ^ task is: None 129591 1726887765.20784: ^ state is: HOST STATE: block=4, 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 129591 1726887765.20785: done queuing things up, now waiting for results queue to drain 129591 1726887765.20786: results queue empty 129591 1726887765.20786: checking for any_errors_fatal 129591 1726887765.20787: done checking for any_errors_fatal 129591 1726887765.20787: checking for max_fail_percentage 129591 1726887765.20788: done checking for max_fail_percentage 129591 1726887765.20789: checking to see if all hosts have failed and the running result is not ok 129591 1726887765.20790: done checking to see if all hosts have failed 129591 1726887765.20791: getting the next task for host managed_node3 129591 1726887765.20793: done getting next task for host managed_node3 129591 1726887765.20794: ^ task is: None 129591 1726887765.20795: ^ state is: HOST STATE: block=4, 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 ********************************************************************* Friday 20 September 2024 23:02:45 -0400 (0:00:00.057) 0:00:00.057 ****** =============================================================================== 129591 1726887765.20940: RUNNING CLEANUP