[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. 172211 1726888883.89084: 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 172211 1726888883.89564: Added group all to inventory 172211 1726888883.89566: Added group ungrouped to inventory 172211 1726888883.89570: Group all now contains ungrouped 172211 1726888883.89573: Examining possible inventory source: /tmp/storage-Fxb/inventory.yml 172211 1726888884.04379: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/cache 172211 1726888884.04440: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py 172211 1726888884.04465: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory 172211 1726888884.04524: Loading InventoryModule 'host_list' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py 172211 1726888884.04598: Loaded config def from plugin (inventory/script) 172211 1726888884.04601: Loading InventoryModule 'script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py 172211 1726888884.04641: Loading InventoryModule 'auto' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py 172211 1726888884.04730: Loaded config def from plugin (inventory/yaml) 172211 1726888884.04732: Loading InventoryModule 'yaml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py 172211 1726888884.04821: Loading InventoryModule 'ini' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/ini.py 172211 1726888884.05244: Loading InventoryModule 'toml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/toml.py 172211 1726888884.05248: Attempting to use plugin host_list (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py) 172211 1726888884.05251: Attempting to use plugin script (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py) 172211 1726888884.05258: Attempting to use plugin auto (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py) 172211 1726888884.05263: Loading data from /tmp/storage-Fxb/inventory.yml 172211 1726888884.05330: /tmp/storage-Fxb/inventory.yml was not parsable by auto 172211 1726888884.05396: Attempting to use plugin yaml (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py) 172211 1726888884.05436: Loading data from /tmp/storage-Fxb/inventory.yml 172211 1726888884.05519: group all already in inventory 172211 1726888884.05526: set inventory_file for managed_node1 172211 1726888884.05531: set inventory_dir for managed_node1 172211 1726888884.05532: Added host managed_node1 to inventory 172211 1726888884.05534: Added host managed_node1 to group all 172211 1726888884.05535: set ansible_host for managed_node1 172211 1726888884.05536: set ansible_ssh_extra_args for managed_node1 172211 1726888884.05539: set inventory_file for managed_node2 172211 1726888884.05542: set inventory_dir for managed_node2 172211 1726888884.05543: Added host managed_node2 to inventory 172211 1726888884.05544: Added host managed_node2 to group all 172211 1726888884.05545: set ansible_host for managed_node2 172211 1726888884.05546: set ansible_ssh_extra_args for managed_node2 172211 1726888884.05548: set inventory_file for managed_node3 172211 1726888884.05551: set inventory_dir for managed_node3 172211 1726888884.05551: Added host managed_node3 to inventory 172211 1726888884.05552: Added host managed_node3 to group all 172211 1726888884.05553: set ansible_host for managed_node3 172211 1726888884.05554: set ansible_ssh_extra_args for managed_node3 172211 1726888884.05558: Reconcile groups and hosts in inventory. 172211 1726888884.05562: Group ungrouped now contains managed_node1 172211 1726888884.05564: Group ungrouped now contains managed_node2 172211 1726888884.05565: Group ungrouped now contains managed_node3 172211 1726888884.05640: '/usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name 172211 1726888884.05761: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments 172211 1726888884.05807: Loading ModuleDocFragment 'vars_plugin_staging' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py 172211 1726888884.05834: Loaded config def from plugin (vars/host_group_vars) 172211 1726888884.05837: 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) 172211 1726888884.05844: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/vars 172211 1726888884.05851: 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) 172211 1726888884.05895: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py (found_in_cache=True, class_only=False) 172211 1726888884.06217: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172211 1726888884.06310: Loading ModuleDocFragment 'connection_pipelining' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py 172211 1726888884.06350: Loaded config def from plugin (connection/local) 172211 1726888884.06353: Loading Connection 'local' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/local.py (found_in_cache=False, class_only=True) 172211 1726888884.06969: Loaded config def from plugin (connection/paramiko_ssh) 172211 1726888884.06973: 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) 172211 1726888884.07914: 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) 172211 1726888884.07959: Loaded config def from plugin (connection/psrp) 172211 1726888884.07962: Loading Connection 'psrp' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/psrp.py (found_in_cache=False, class_only=True) 172211 1726888884.08702: 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) 172211 1726888884.08741: Loaded config def from plugin (connection/ssh) 172211 1726888884.08744: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=False, class_only=True) 172211 1726888884.10677: 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) 172211 1726888884.10716: Loaded config def from plugin (connection/winrm) 172211 1726888884.10719: Loading Connection 'winrm' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/winrm.py (found_in_cache=False, class_only=True) 172211 1726888884.10748: '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__init__' skipped due to reserved name 172211 1726888884.10815: Loading ModuleDocFragment 'shell_windows' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_windows.py 172211 1726888884.10889: Loaded config def from plugin (shell/cmd) 172211 1726888884.10891: Loading ShellModule 'cmd' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/cmd.py (found_in_cache=False, class_only=True) 172211 1726888884.10917: 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) 172211 1726888884.10989: Loaded config def from plugin (shell/powershell) 172211 1726888884.10991: Loading ShellModule 'powershell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/powershell.py (found_in_cache=False, class_only=True) 172211 1726888884.11042: Loading ModuleDocFragment 'shell_common' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_common.py 172211 1726888884.11229: Loaded config def from plugin (shell/sh) 172211 1726888884.11231: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=False, class_only=True) 172211 1726888884.11265: '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__init__' skipped due to reserved name 172211 1726888884.11389: Loaded config def from plugin (become/runas) 172211 1726888884.11391: Loading BecomeModule 'runas' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/runas.py (found_in_cache=False, class_only=True) 172211 1726888884.11584: Loaded config def from plugin (become/su) 172211 1726888884.11586: Loading BecomeModule 'su' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/su.py (found_in_cache=False, class_only=True) 172211 1726888884.11754: Loaded config def from plugin (become/sudo) 172211 1726888884.11757: 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 172211 1726888884.11789: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_stratis_nvme_generated.yml 172211 1726888884.12177: trying /usr/local/lib/python3.12/site-packages/ansible/modules 172211 1726888884.15018: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action 172211 1726888884.15115: in VariableManager get_vars() 172211 1726888884.15122: done with get_vars() 172211 1726888884.15124: variable 'playbook_dir' from source: magic vars 172211 1726888884.15125: variable 'ansible_playbook_python' from source: magic vars 172211 1726888884.15126: variable 'ansible_config_file' from source: magic vars 172211 1726888884.15126: variable 'groups' from source: magic vars 172211 1726888884.15127: variable 'omit' from source: magic vars 172211 1726888884.15127: variable 'ansible_version' from source: magic vars 172211 1726888884.15128: variable 'ansible_check_mode' from source: magic vars 172211 1726888884.15129: variable 'ansible_diff_mode' from source: magic vars 172211 1726888884.15129: variable 'ansible_forks' from source: magic vars 172211 1726888884.15130: variable 'ansible_inventory_sources' from source: magic vars 172211 1726888884.15131: variable 'ansible_skip_tags' from source: magic vars 172211 1726888884.15131: variable 'ansible_limit' from source: magic vars 172211 1726888884.15132: variable 'ansible_run_tags' from source: magic vars 172211 1726888884.15132: variable 'ansible_verbosity' from source: magic vars 172211 1726888884.15167: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_stratis.yml 172211 1726888884.16501: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__ 172211 1726888884.16863: in VariableManager get_vars() 172211 1726888884.16884: done with get_vars() 172211 1726888884.17054: in VariableManager get_vars() 172211 1726888884.17080: done with get_vars() 172211 1726888884.17158: in VariableManager get_vars() 172211 1726888884.17171: done with get_vars() 172211 1726888884.17246: in VariableManager get_vars() 172211 1726888884.17262: done with get_vars() 172211 1726888884.17329: in VariableManager get_vars() 172211 1726888884.17343: done with get_vars() 172211 1726888884.17446: in VariableManager get_vars() 172211 1726888884.17474: done with get_vars() 172211 1726888884.17570: in VariableManager get_vars() 172211 1726888884.17584: done with get_vars() 172211 1726888884.17651: in VariableManager get_vars() 172211 1726888884.17667: done with get_vars() 172211 1726888884.17740: in VariableManager get_vars() 172211 1726888884.17754: done with get_vars() 172211 1726888884.17841: in VariableManager get_vars() 172211 1726888884.17854: done with get_vars() 172211 1726888884.17942: in VariableManager get_vars() 172211 1726888884.17957: done with get_vars() 172211 1726888884.18066: in VariableManager get_vars() 172211 1726888884.18091: done with get_vars() 172211 1726888884.18173: in VariableManager get_vars() 172211 1726888884.18187: done with get_vars() 172211 1726888884.18277: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/callback 172211 1726888884.18302: 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 172211 1726888884.18594: Loading ModuleDocFragment 'default_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/default_callback.py 172211 1726888884.18916: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.debug) 172211 1726888884.18919: 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__) 172211 1726888884.18959: '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__init__' skipped due to reserved name 172211 1726888884.18984: 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) 172211 1726888884.19198: Loading ModuleDocFragment 'result_format_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/result_format_callback.py 172211 1726888884.19246: Loaded config def from plugin (callback/default) 172211 1726888884.19249: 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) 172211 1726888884.21870: Loaded config def from plugin (callback/junit) 172211 1726888884.21872: 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) 172211 1726888884.21920: 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) 172211 1726888884.21985: Loaded config def from plugin (callback/minimal) 172211 1726888884.21988: 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) 172211 1726888884.22030: 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) 172211 1726888884.22089: Loaded config def from plugin (callback/tree) 172211 1726888884.22091: 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 172211 1726888884.22219: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.profile_tasks) 172211 1726888884.22222: 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_stratis_nvme_generated.yml ************************************* 2 plays in /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_stratis_nvme_generated.yml 172211 1726888884.22245: in VariableManager get_vars() 172211 1726888884.22258: done with get_vars() 172211 1726888884.22263: in VariableManager get_vars() 172211 1726888884.22271: done with get_vars() 172211 1726888884.22275: variable 'omit' from source: magic vars 172211 1726888884.22306: in VariableManager get_vars() 172211 1726888884.22323: done with get_vars() 172211 1726888884.22344: variable 'omit' from source: magic vars PLAY [Run test tests_stratis.yml for nvme] ************************************* 172211 1726888884.22891: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy 172211 1726888884.22970: Loading StrategyModule 'linear' from /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py 172211 1726888884.23000: getting the remaining hosts for this loop 172211 1726888884.23001: done getting the remaining hosts for this loop 172211 1726888884.23004: getting the next task for host managed_node2 172211 1726888884.23009: done getting next task for host managed_node2 172211 1726888884.23010: ^ task is: TASK: meta (flush_handlers) 172211 1726888884.23012: ^ 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 172211 1726888884.23015: getting variables 172211 1726888884.23016: in VariableManager get_vars() 172211 1726888884.23024: Calling all_inventory to load vars for managed_node2 172211 1726888884.23026: Calling groups_inventory to load vars for managed_node2 172211 1726888884.23029: Calling all_plugins_inventory to load vars for managed_node2 172211 1726888884.23040: Calling all_plugins_play to load vars for managed_node2 172211 1726888884.23050: Calling groups_plugins_inventory to load vars for managed_node2 172211 1726888884.23053: Calling groups_plugins_play to load vars for managed_node2 172211 1726888884.23091: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172211 1726888884.23142: done with get_vars() 172211 1726888884.23148: done getting variables 172211 1726888884.23198: in VariableManager get_vars() 172211 1726888884.23206: Calling all_inventory to load vars for managed_node2 172211 1726888884.23208: Calling groups_inventory to load vars for managed_node2 172211 1726888884.23210: Calling all_plugins_inventory to load vars for managed_node2 172211 1726888884.23214: Calling all_plugins_play to load vars for managed_node2 172211 1726888884.23216: Calling groups_plugins_inventory to load vars for managed_node2 172211 1726888884.23219: Calling groups_plugins_play to load vars for managed_node2 172211 1726888884.23245: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172211 1726888884.23259: done with get_vars() 172211 1726888884.23269: done queuing things up, now waiting for results queue to drain 172211 1726888884.23271: results queue empty 172211 1726888884.23271: checking for any_errors_fatal 172211 1726888884.23272: done checking for any_errors_fatal 172211 1726888884.23273: checking for max_fail_percentage 172211 1726888884.23274: done checking for max_fail_percentage 172211 1726888884.23274: checking to see if all hosts have failed and the running result is not ok 172211 1726888884.23275: done checking to see if all hosts have failed 172211 1726888884.23276: getting the remaining hosts for this loop 172211 1726888884.23276: done getting the remaining hosts for this loop 172211 1726888884.23279: getting the next task for host managed_node2 172211 1726888884.23282: done getting next task for host managed_node2 172211 1726888884.23283: ^ task is: TASK: meta (flush_handlers) 172211 1726888884.23284: ^ 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 172211 1726888884.23286: getting variables 172211 1726888884.23287: in VariableManager get_vars() 172211 1726888884.23298: Calling all_inventory to load vars for managed_node2 172211 1726888884.23299: Calling groups_inventory to load vars for managed_node2 172211 1726888884.23301: Calling all_plugins_inventory to load vars for managed_node2 172211 1726888884.23305: Calling all_plugins_play to load vars for managed_node2 172211 1726888884.23306: Calling groups_plugins_inventory to load vars for managed_node2 172211 1726888884.23308: Calling groups_plugins_play to load vars for managed_node2 172211 1726888884.23328: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172211 1726888884.23337: done with get_vars() 172211 1726888884.23342: done getting variables 172211 1726888884.23379: in VariableManager get_vars() 172211 1726888884.23385: Calling all_inventory to load vars for managed_node2 172211 1726888884.23387: Calling groups_inventory to load vars for managed_node2 172211 1726888884.23389: Calling all_plugins_inventory to load vars for managed_node2 172211 1726888884.23392: Calling all_plugins_play to load vars for managed_node2 172211 1726888884.23393: Calling groups_plugins_inventory to load vars for managed_node2 172211 1726888884.23395: Calling groups_plugins_play to load vars for managed_node2 172211 1726888884.23420: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172211 1726888884.23430: done with get_vars() 172211 1726888884.23438: done queuing things up, now waiting for results queue to drain 172211 1726888884.23439: results queue empty 172211 1726888884.23440: checking for any_errors_fatal 172211 1726888884.23441: done checking for any_errors_fatal 172211 1726888884.23441: checking for max_fail_percentage 172211 1726888884.23442: done checking for max_fail_percentage 172211 1726888884.23443: checking to see if all hosts have failed and the running result is not ok 172211 1726888884.23443: done checking to see if all hosts have failed 172211 1726888884.23444: getting the remaining hosts for this loop 172211 1726888884.23445: done getting the remaining hosts for this loop 172211 1726888884.23447: getting the next task for host managed_node2 172211 1726888884.23450: done getting next task for host managed_node2 172211 1726888884.23451: ^ task is: TASK: meta (flush_handlers) 172211 1726888884.23452: ^ 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 172211 1726888884.23454: getting variables 172211 1726888884.23456: in VariableManager get_vars() 172211 1726888884.23463: Calling all_inventory to load vars for managed_node2 172211 1726888884.23465: Calling groups_inventory to load vars for managed_node2 172211 1726888884.23470: Calling all_plugins_inventory to load vars for managed_node2 172211 1726888884.23473: Calling all_plugins_play to load vars for managed_node2 172211 1726888884.23475: Calling groups_plugins_inventory to load vars for managed_node2 172211 1726888884.23477: Calling groups_plugins_play to load vars for managed_node2 172211 1726888884.23498: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172211 1726888884.23510: done with get_vars() 172211 1726888884.23515: done getting variables 172211 1726888884.23548: in VariableManager get_vars() 172211 1726888884.23554: Calling all_inventory to load vars for managed_node2 172211 1726888884.23561: Calling groups_inventory to load vars for managed_node2 172211 1726888884.23563: Calling all_plugins_inventory to load vars for managed_node2 172211 1726888884.23566: Calling all_plugins_play to load vars for managed_node2 172211 1726888884.23568: Calling groups_plugins_inventory to load vars for managed_node2 172211 1726888884.23570: Calling groups_plugins_play to load vars for managed_node2 172211 1726888884.23591: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172211 1726888884.23602: done with get_vars() 172211 1726888884.23610: done queuing things up, now waiting for results queue to drain 172211 1726888884.23611: results queue empty 172211 1726888884.23612: checking for any_errors_fatal 172211 1726888884.23613: done checking for any_errors_fatal 172211 1726888884.23614: checking for max_fail_percentage 172211 1726888884.23615: done checking for max_fail_percentage 172211 1726888884.23615: checking to see if all hosts have failed and the running result is not ok 172211 1726888884.23616: done checking to see if all hosts have failed 172211 1726888884.23617: getting the remaining hosts for this loop 172211 1726888884.23617: done getting the remaining hosts for this loop 172211 1726888884.23620: getting the next task for host managed_node2 172211 1726888884.23622: done getting next task for host managed_node2 172211 1726888884.23623: ^ task is: None 172211 1726888884.23624: ^ 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 172211 1726888884.23625: done queuing things up, now waiting for results queue to drain 172211 1726888884.23626: results queue empty 172211 1726888884.23627: checking for any_errors_fatal 172211 1726888884.23628: done checking for any_errors_fatal 172211 1726888884.23628: checking for max_fail_percentage 172211 1726888884.23629: done checking for max_fail_percentage 172211 1726888884.23630: checking to see if all hosts have failed and the running result is not ok 172211 1726888884.23631: done checking to see if all hosts have failed 172211 1726888884.23632: getting the next task for host managed_node2 172211 1726888884.23634: done getting next task for host managed_node2 172211 1726888884.23635: ^ task is: None 172211 1726888884.23636: ^ 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 172211 1726888884.23663: in VariableManager get_vars() 172211 1726888884.23681: done with get_vars() 172211 1726888884.23687: in VariableManager get_vars() 172211 1726888884.23696: done with get_vars() 172211 1726888884.23700: variable 'omit' from source: magic vars 172211 1726888884.23724: in VariableManager get_vars() 172211 1726888884.23734: done with get_vars() 172211 1726888884.23753: variable 'omit' from source: magic vars PLAY [Test stratis pool management] ******************************************** 172211 1726888884.24168: Loading StrategyModule 'linear' from /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py (found_in_cache=True, class_only=False) 172211 1726888884.24195: getting the remaining hosts for this loop 172211 1726888884.24196: done getting the remaining hosts for this loop 172211 1726888884.24199: getting the next task for host managed_node2 172211 1726888884.24202: done getting next task for host managed_node2 172211 1726888884.24203: ^ task is: TASK: meta (flush_handlers) 172211 1726888884.24205: ^ 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 172211 1726888884.24207: getting variables 172211 1726888884.24208: in VariableManager get_vars() 172211 1726888884.24215: Calling all_inventory to load vars for managed_node2 172211 1726888884.24217: Calling groups_inventory to load vars for managed_node2 172211 1726888884.24219: Calling all_plugins_inventory to load vars for managed_node2 172211 1726888884.24223: Calling all_plugins_play to load vars for managed_node2 172211 1726888884.24225: Calling groups_plugins_inventory to load vars for managed_node2 172211 1726888884.24228: Calling groups_plugins_play to load vars for managed_node2 172211 1726888884.24253: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172211 1726888884.24270: done with get_vars() 172211 1726888884.24280: done getting variables 172211 1726888884.24322: in VariableManager get_vars() 172211 1726888884.24330: Calling all_inventory to load vars for managed_node2 172211 1726888884.24332: Calling groups_inventory to load vars for managed_node2 172211 1726888884.24334: Calling all_plugins_inventory to load vars for managed_node2 172211 1726888884.24338: Calling all_plugins_play to load vars for managed_node2 172211 1726888884.24340: Calling groups_plugins_inventory to load vars for managed_node2 172211 1726888884.24343: Calling groups_plugins_play to load vars for managed_node2 172211 1726888884.24370: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172211 1726888884.24394: done with get_vars() 172211 1726888884.24403: done queuing things up, now waiting for results queue to drain 172211 1726888884.24405: results queue empty 172211 1726888884.24405: checking for any_errors_fatal 172211 1726888884.24406: done checking for any_errors_fatal 172211 1726888884.24407: checking for max_fail_percentage 172211 1726888884.24408: done checking for max_fail_percentage 172211 1726888884.24409: checking to see if all hosts have failed and the running result is not ok 172211 1726888884.24409: done checking to see if all hosts have failed 172211 1726888884.24410: getting the remaining hosts for this loop 172211 1726888884.24411: done getting the remaining hosts for this loop 172211 1726888884.24413: getting the next task for host managed_node2 172211 1726888884.24416: done getting next task for host managed_node2 172211 1726888884.24417: ^ task is: TASK: meta (flush_handlers) 172211 1726888884.24418: ^ 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 172211 1726888884.24421: getting variables 172211 1726888884.24422: in VariableManager get_vars() 172211 1726888884.24428: Calling all_inventory to load vars for managed_node2 172211 1726888884.24430: Calling groups_inventory to load vars for managed_node2 172211 1726888884.24432: Calling all_plugins_inventory to load vars for managed_node2 172211 1726888884.24437: Calling all_plugins_play to load vars for managed_node2 172211 1726888884.24439: Calling groups_plugins_inventory to load vars for managed_node2 172211 1726888884.24442: Calling groups_plugins_play to load vars for managed_node2 172211 1726888884.24472: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172211 1726888884.24485: done with get_vars() 172211 1726888884.24501: done getting variables 172211 1726888884.24542: in VariableManager get_vars() 172211 1726888884.24551: Calling all_inventory to load vars for managed_node2 172211 1726888884.24553: Calling groups_inventory to load vars for managed_node2 172211 1726888884.24557: Calling all_plugins_inventory to load vars for managed_node2 172211 1726888884.24561: Calling all_plugins_play to load vars for managed_node2 172211 1726888884.24563: Calling groups_plugins_inventory to load vars for managed_node2 172211 1726888884.24566: Calling groups_plugins_play to load vars for managed_node2 172211 1726888884.24591: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172211 1726888884.24610: done with get_vars() 172211 1726888884.24619: done queuing things up, now waiting for results queue to drain 172211 1726888884.24621: results queue empty 172211 1726888884.24621: checking for any_errors_fatal 172211 1726888884.24622: done checking for any_errors_fatal 172211 1726888884.24623: checking for max_fail_percentage 172211 1726888884.24624: done checking for max_fail_percentage 172211 1726888884.24624: checking to see if all hosts have failed and the running result is not ok 172211 1726888884.24625: done checking to see if all hosts have failed 172211 1726888884.24626: getting the remaining hosts for this loop 172211 1726888884.24627: done getting the remaining hosts for this loop 172211 1726888884.24629: getting the next task for host managed_node2 172211 1726888884.24631: done getting next task for host managed_node2 172211 1726888884.24632: ^ task is: TASK: meta (flush_handlers) 172211 1726888884.24634: ^ 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 172211 1726888884.24636: getting variables 172211 1726888884.24636: in VariableManager get_vars() 172211 1726888884.24643: Calling all_inventory to load vars for managed_node2 172211 1726888884.24645: Calling groups_inventory to load vars for managed_node2 172211 1726888884.24647: Calling all_plugins_inventory to load vars for managed_node2 172211 1726888884.24651: Calling all_plugins_play to load vars for managed_node2 172211 1726888884.24653: Calling groups_plugins_inventory to load vars for managed_node2 172211 1726888884.24664: Calling groups_plugins_play to load vars for managed_node2 172211 1726888884.24702: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172211 1726888884.24720: done with get_vars() 172211 1726888884.24726: done getting variables 172211 1726888884.24767: in VariableManager get_vars() 172211 1726888884.24774: Calling all_inventory to load vars for managed_node2 172211 1726888884.24777: Calling groups_inventory to load vars for managed_node2 172211 1726888884.24779: Calling all_plugins_inventory to load vars for managed_node2 172211 1726888884.24783: Calling all_plugins_play to load vars for managed_node2 172211 1726888884.24785: Calling groups_plugins_inventory to load vars for managed_node2 172211 1726888884.24787: Calling groups_plugins_play to load vars for managed_node2 172211 1726888884.24812: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 172211 1726888884.24830: done with get_vars() 172211 1726888884.24838: done queuing things up, now waiting for results queue to drain 172211 1726888884.24840: results queue empty 172211 1726888884.24841: checking for any_errors_fatal 172211 1726888884.24842: done checking for any_errors_fatal 172211 1726888884.24842: checking for max_fail_percentage 172211 1726888884.24843: done checking for max_fail_percentage 172211 1726888884.24844: checking to see if all hosts have failed and the running result is not ok 172211 1726888884.24845: done checking to see if all hosts have failed 172211 1726888884.24845: getting the remaining hosts for this loop 172211 1726888884.24846: done getting the remaining hosts for this loop 172211 1726888884.24848: getting the next task for host managed_node2 172211 1726888884.24850: done getting next task for host managed_node2 172211 1726888884.24851: ^ task is: None 172211 1726888884.24852: ^ 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 172211 1726888884.24853: done queuing things up, now waiting for results queue to drain 172211 1726888884.24854: results queue empty 172211 1726888884.24854: checking for any_errors_fatal 172211 1726888884.24857: done checking for any_errors_fatal 172211 1726888884.24857: checking for max_fail_percentage 172211 1726888884.24858: done checking for max_fail_percentage 172211 1726888884.24859: checking to see if all hosts have failed and the running result is not ok 172211 1726888884.24860: done checking to see if all hosts have failed 172211 1726888884.24861: getting the next task for host managed_node2 172211 1726888884.24863: done getting next task for host managed_node2 172211 1726888884.24864: ^ task is: None 172211 1726888884.24865: ^ 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:21:24 -0400 (0:00:00.027) 0:00:00.027 ****** =============================================================================== 172211 1726888884.24894: RUNNING CLEANUP