[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. 62167 1726886052.23401: 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 62167 1726886052.24468: Added group all to inventory 62167 1726886052.24470: Added group ungrouped to inventory 62167 1726886052.24474: Group all now contains ungrouped 62167 1726886052.24477: Examining possible inventory source: /tmp/storage-Fxb/inventory.yml 62167 1726886052.60969: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/cache 62167 1726886052.61028: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py 62167 1726886052.61168: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory 62167 1726886052.61226: Loading InventoryModule 'host_list' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py 62167 1726886052.61411: Loaded config def from plugin (inventory/script) 62167 1726886052.61413: Loading InventoryModule 'script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py 62167 1726886052.61453: Loading InventoryModule 'auto' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py 62167 1726886052.61642: Loaded config def from plugin (inventory/yaml) 62167 1726886052.61644: Loading InventoryModule 'yaml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py 62167 1726886052.61873: Loading InventoryModule 'ini' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/ini.py 62167 1726886052.62804: Loading InventoryModule 'toml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/toml.py 62167 1726886052.62808: Attempting to use plugin host_list (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py) 62167 1726886052.62811: Attempting to use plugin script (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py) 62167 1726886052.62817: Attempting to use plugin auto (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py) 62167 1726886052.62822: Loading data from /tmp/storage-Fxb/inventory.yml 62167 1726886052.63039: /tmp/storage-Fxb/inventory.yml was not parsable by auto 62167 1726886052.63157: Attempting to use plugin yaml (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py) 62167 1726886052.63198: Loading data from /tmp/storage-Fxb/inventory.yml 62167 1726886052.63400: group all already in inventory 62167 1726886052.63408: set inventory_file for managed_node1 62167 1726886052.63412: set inventory_dir for managed_node1 62167 1726886052.63413: Added host managed_node1 to inventory 62167 1726886052.63415: Added host managed_node1 to group all 62167 1726886052.63416: set ansible_host for managed_node1 62167 1726886052.63417: set ansible_ssh_extra_args for managed_node1 62167 1726886052.63420: set inventory_file for managed_node2 62167 1726886052.63423: set inventory_dir for managed_node2 62167 1726886052.63424: Added host managed_node2 to inventory 62167 1726886052.63425: Added host managed_node2 to group all 62167 1726886052.63426: set ansible_host for managed_node2 62167 1726886052.63427: set ansible_ssh_extra_args for managed_node2 62167 1726886052.63430: set inventory_file for managed_node3 62167 1726886052.63432: set inventory_dir for managed_node3 62167 1726886052.63547: Added host managed_node3 to inventory 62167 1726886052.63549: Added host managed_node3 to group all 62167 1726886052.63550: set ansible_host for managed_node3 62167 1726886052.63551: set ansible_ssh_extra_args for managed_node3 62167 1726886052.63554: Reconcile groups and hosts in inventory. 62167 1726886052.63559: Group ungrouped now contains managed_node1 62167 1726886052.63561: Group ungrouped now contains managed_node2 62167 1726886052.63563: Group ungrouped now contains managed_node3 62167 1726886052.63643: '/usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name 62167 1726886052.63983: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments 62167 1726886052.64023: Loading ModuleDocFragment 'vars_plugin_staging' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py 62167 1726886052.64047: Loaded config def from plugin (vars/host_group_vars) 62167 1726886052.64050: 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) 62167 1726886052.64196: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/vars 62167 1726886052.64205: 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) 62167 1726886052.64248: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py (found_in_cache=True, class_only=False) 62167 1726886052.64928: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 62167 1726886052.65137: Loading ModuleDocFragment 'connection_pipelining' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py 62167 1726886052.65326: Loaded config def from plugin (connection/local) 62167 1726886052.65330: Loading Connection 'local' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/local.py (found_in_cache=False, class_only=True) 62167 1726886052.66770: Loaded config def from plugin (connection/paramiko_ssh) 62167 1726886052.66775: 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) 62167 1726886052.68810: 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) 62167 1726886052.68850: Loaded config def from plugin (connection/psrp) 62167 1726886052.68853: Loading Connection 'psrp' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/psrp.py (found_in_cache=False, class_only=True) 62167 1726886052.70397: 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) 62167 1726886052.70559: Loaded config def from plugin (connection/ssh) 62167 1726886052.70563: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=False, class_only=True) 62167 1726886052.74827: 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) 62167 1726886052.74870: Loaded config def from plugin (connection/winrm) 62167 1726886052.74874: Loading Connection 'winrm' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/winrm.py (found_in_cache=False, class_only=True) 62167 1726886052.74907: '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__init__' skipped due to reserved name 62167 1726886052.74985: Loading ModuleDocFragment 'shell_windows' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_windows.py 62167 1726886052.75062: Loaded config def from plugin (shell/cmd) 62167 1726886052.75064: Loading ShellModule 'cmd' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/cmd.py (found_in_cache=False, class_only=True) 62167 1726886052.75091: 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) 62167 1726886052.75165: Loaded config def from plugin (shell/powershell) 62167 1726886052.75167: Loading ShellModule 'powershell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/powershell.py (found_in_cache=False, class_only=True) 62167 1726886052.75234: Loading ModuleDocFragment 'shell_common' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_common.py 62167 1726886052.75453: Loaded config def from plugin (shell/sh) 62167 1726886052.75460: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=False, class_only=True) 62167 1726886052.75495: '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__init__' skipped due to reserved name 62167 1726886052.75617: Loaded config def from plugin (become/runas) 62167 1726886052.75619: Loading BecomeModule 'runas' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/runas.py (found_in_cache=False, class_only=True) 62167 1726886052.75950: Loaded config def from plugin (become/su) 62167 1726886052.75952: Loading BecomeModule 'su' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/su.py (found_in_cache=False, class_only=True) 62167 1726886052.76383: Loaded config def from plugin (become/sudo) 62167 1726886052.76386: 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 62167 1726886052.76421: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_deps_nvme_generated.yml 62167 1726886052.77948: trying /usr/local/lib/python3.12/site-packages/ansible/modules 62167 1726886052.82684: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action 62167 1726886052.82816: in VariableManager get_vars() 62167 1726886052.82825: done with get_vars() 62167 1726886052.82828: variable 'playbook_dir' from source: magic vars 62167 1726886052.82829: variable 'ansible_playbook_python' from source: magic vars 62167 1726886052.82830: variable 'ansible_config_file' from source: magic vars 62167 1726886052.82831: variable 'groups' from source: magic vars 62167 1726886052.82831: variable 'omit' from source: magic vars 62167 1726886052.82832: variable 'ansible_version' from source: magic vars 62167 1726886052.82833: variable 'ansible_check_mode' from source: magic vars 62167 1726886052.82833: variable 'ansible_diff_mode' from source: magic vars 62167 1726886052.82834: variable 'ansible_forks' from source: magic vars 62167 1726886052.82835: variable 'ansible_inventory_sources' from source: magic vars 62167 1726886052.82835: variable 'ansible_skip_tags' from source: magic vars 62167 1726886052.82836: variable 'ansible_limit' from source: magic vars 62167 1726886052.82837: variable 'ansible_run_tags' from source: magic vars 62167 1726886052.82838: variable 'ansible_verbosity' from source: magic vars 62167 1726886052.82877: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_deps.yml 62167 1726886052.83328: in VariableManager get_vars() 62167 1726886052.83346: done with get_vars() 62167 1726886052.83595: in VariableManager get_vars() 62167 1726886052.83610: done with get_vars() 62167 1726886052.83857: in VariableManager get_vars() 62167 1726886052.83886: done with get_vars() 62167 1726886052.84164: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/callback 62167 1726886052.84177: 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 62167 1726886052.84528: Loading ModuleDocFragment 'default_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/default_callback.py 62167 1726886052.84702: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.debug) 62167 1726886052.84705: 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__) 62167 1726886052.84735: '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__init__' skipped due to reserved name 62167 1726886052.84762: 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) 62167 1726886052.84922: Loading ModuleDocFragment 'result_format_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/result_format_callback.py 62167 1726886052.84982: Loaded config def from plugin (callback/default) 62167 1726886052.84985: 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) 62167 1726886052.86236: Loaded config def from plugin (callback/junit) 62167 1726886052.86240: 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) 62167 1726886052.86289: 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) 62167 1726886052.86352: Loaded config def from plugin (callback/minimal) 62167 1726886052.86356: 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) 62167 1726886052.86394: 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) 62167 1726886052.86452: Loaded config def from plugin (callback/tree) 62167 1726886052.86454: 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 62167 1726886052.86570: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.profile_tasks) 62167 1726886052.86573: 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_deps_nvme_generated.yml **************************************** 2 plays in /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_deps_nvme_generated.yml 62167 1726886052.86604: in VariableManager get_vars() 62167 1726886052.86619: done with get_vars() 62167 1726886052.86625: in VariableManager get_vars() 62167 1726886052.86633: done with get_vars() 62167 1726886052.86637: variable 'omit' from source: magic vars 62167 1726886052.86675: in VariableManager get_vars() 62167 1726886052.86689: done with get_vars() 62167 1726886052.86710: variable 'omit' from source: magic vars PLAY [Run test tests_deps.yml for nvme] **************************************** 62167 1726886052.87221: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy 62167 1726886052.87291: Loading StrategyModule 'linear' from /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py 62167 1726886052.87323: getting the remaining hosts for this loop 62167 1726886052.87325: done getting the remaining hosts for this loop 62167 1726886052.87327: getting the next task for host managed_node2 62167 1726886052.87332: done getting next task for host managed_node2 62167 1726886052.87334: ^ task is: TASK: meta (flush_handlers) 62167 1726886052.87335: ^ 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 62167 1726886052.87338: getting variables 62167 1726886052.87339: in VariableManager get_vars() 62167 1726886052.87349: Calling all_inventory to load vars for managed_node2 62167 1726886052.87351: Calling groups_inventory to load vars for managed_node2 62167 1726886052.87354: Calling all_plugins_inventory to load vars for managed_node2 62167 1726886052.87386: Calling all_plugins_play to load vars for managed_node2 62167 1726886052.87396: Calling groups_plugins_inventory to load vars for managed_node2 62167 1726886052.87399: Calling groups_plugins_play to load vars for managed_node2 62167 1726886052.87431: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 62167 1726886052.87658: done with get_vars() 62167 1726886052.87665: done getting variables 62167 1726886052.87712: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__ 62167 1726886052.87796: in VariableManager get_vars() 62167 1726886052.87804: Calling all_inventory to load vars for managed_node2 62167 1726886052.87806: Calling groups_inventory to load vars for managed_node2 62167 1726886052.87808: Calling all_plugins_inventory to load vars for managed_node2 62167 1726886052.87813: Calling all_plugins_play to load vars for managed_node2 62167 1726886052.87815: Calling groups_plugins_inventory to load vars for managed_node2 62167 1726886052.87818: Calling groups_plugins_play to load vars for managed_node2 62167 1726886052.87845: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 62167 1726886052.87877: done with get_vars() 62167 1726886052.87887: done queuing things up, now waiting for results queue to drain 62167 1726886052.87898: results queue empty 62167 1726886052.87899: checking for any_errors_fatal 62167 1726886052.87901: done checking for any_errors_fatal 62167 1726886052.87901: checking for max_fail_percentage 62167 1726886052.87902: done checking for max_fail_percentage 62167 1726886052.87903: checking to see if all hosts have failed and the running result is not ok 62167 1726886052.87904: done checking to see if all hosts have failed 62167 1726886052.87905: getting the remaining hosts for this loop 62167 1726886052.87906: done getting the remaining hosts for this loop 62167 1726886052.87908: getting the next task for host managed_node2 62167 1726886052.87913: done getting next task for host managed_node2 62167 1726886052.87914: ^ task is: TASK: meta (flush_handlers) 62167 1726886052.87916: ^ 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 62167 1726886052.87918: getting variables 62167 1726886052.87919: in VariableManager get_vars() 62167 1726886052.87935: Calling all_inventory to load vars for managed_node2 62167 1726886052.87938: Calling groups_inventory to load vars for managed_node2 62167 1726886052.87940: Calling all_plugins_inventory to load vars for managed_node2 62167 1726886052.87953: Calling all_plugins_play to load vars for managed_node2 62167 1726886052.87967: Calling groups_plugins_inventory to load vars for managed_node2 62167 1726886052.87971: Calling groups_plugins_play to load vars for managed_node2 62167 1726886052.87997: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 62167 1726886052.88029: done with get_vars() 62167 1726886052.88044: done getting variables 62167 1726886052.88125: in VariableManager get_vars() 62167 1726886052.88143: Calling all_inventory to load vars for managed_node2 62167 1726886052.88146: Calling groups_inventory to load vars for managed_node2 62167 1726886052.88148: Calling all_plugins_inventory to load vars for managed_node2 62167 1726886052.88152: Calling all_plugins_play to load vars for managed_node2 62167 1726886052.88154: Calling groups_plugins_inventory to load vars for managed_node2 62167 1726886052.88158: Calling groups_plugins_play to load vars for managed_node2 62167 1726886052.88219: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 62167 1726886052.88250: done with get_vars() 62167 1726886052.88270: done queuing things up, now waiting for results queue to drain 62167 1726886052.88272: results queue empty 62167 1726886052.88273: checking for any_errors_fatal 62167 1726886052.88274: done checking for any_errors_fatal 62167 1726886052.88275: checking for max_fail_percentage 62167 1726886052.88275: done checking for max_fail_percentage 62167 1726886052.88276: checking to see if all hosts have failed and the running result is not ok 62167 1726886052.88277: done checking to see if all hosts have failed 62167 1726886052.88278: getting the remaining hosts for this loop 62167 1726886052.88278: done getting the remaining hosts for this loop 62167 1726886052.88281: getting the next task for host managed_node2 62167 1726886052.88284: done getting next task for host managed_node2 62167 1726886052.88285: ^ task is: TASK: meta (flush_handlers) 62167 1726886052.88297: ^ 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 62167 1726886052.88300: getting variables 62167 1726886052.88300: in VariableManager get_vars() 62167 1726886052.88308: Calling all_inventory to load vars for managed_node2 62167 1726886052.88310: Calling groups_inventory to load vars for managed_node2 62167 1726886052.88312: Calling all_plugins_inventory to load vars for managed_node2 62167 1726886052.88316: Calling all_plugins_play to load vars for managed_node2 62167 1726886052.88318: Calling groups_plugins_inventory to load vars for managed_node2 62167 1726886052.88321: Calling groups_plugins_play to load vars for managed_node2 62167 1726886052.88347: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 62167 1726886052.88416: done with get_vars() 62167 1726886052.88422: done getting variables 62167 1726886052.88551: in VariableManager get_vars() 62167 1726886052.88662: Calling all_inventory to load vars for managed_node2 62167 1726886052.88673: Calling groups_inventory to load vars for managed_node2 62167 1726886052.88675: Calling all_plugins_inventory to load vars for managed_node2 62167 1726886052.88679: Calling all_plugins_play to load vars for managed_node2 62167 1726886052.88682: Calling groups_plugins_inventory to load vars for managed_node2 62167 1726886052.88685: Calling groups_plugins_play to load vars for managed_node2 62167 1726886052.88717: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 62167 1726886052.88730: done with get_vars() 62167 1726886052.88738: done queuing things up, now waiting for results queue to drain 62167 1726886052.88740: results queue empty 62167 1726886052.88741: checking for any_errors_fatal 62167 1726886052.88742: done checking for any_errors_fatal 62167 1726886052.88742: checking for max_fail_percentage 62167 1726886052.88743: done checking for max_fail_percentage 62167 1726886052.88744: checking to see if all hosts have failed and the running result is not ok 62167 1726886052.88745: done checking to see if all hosts have failed 62167 1726886052.88745: getting the remaining hosts for this loop 62167 1726886052.88746: done getting the remaining hosts for this loop 62167 1726886052.88748: getting the next task for host managed_node2 62167 1726886052.88751: done getting next task for host managed_node2 62167 1726886052.88751: ^ task is: None 62167 1726886052.88753: ^ 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 62167 1726886052.88754: done queuing things up, now waiting for results queue to drain 62167 1726886052.88754: results queue empty 62167 1726886052.88936: checking for any_errors_fatal 62167 1726886052.88937: done checking for any_errors_fatal 62167 1726886052.88937: checking for max_fail_percentage 62167 1726886052.88938: done checking for max_fail_percentage 62167 1726886052.88939: checking to see if all hosts have failed and the running result is not ok 62167 1726886052.88940: done checking to see if all hosts have failed 62167 1726886052.88941: getting the next task for host managed_node2 62167 1726886052.88948: done getting next task for host managed_node2 62167 1726886052.88949: ^ task is: None 62167 1726886052.88951: ^ 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 62167 1726886052.88998: in VariableManager get_vars() 62167 1726886052.89020: done with get_vars() 62167 1726886052.89026: in VariableManager get_vars() 62167 1726886052.89034: done with get_vars() 62167 1726886052.89038: variable 'omit' from source: magic vars 62167 1726886052.89100: in VariableManager get_vars() 62167 1726886052.89138: done with get_vars() 62167 1726886052.89213: variable 'omit' from source: magic vars PLAY [Test dependencies] ******************************************************* 62167 1726886052.93464: Loading StrategyModule 'linear' from /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py (found_in_cache=True, class_only=False) 62167 1726886052.93499: getting the remaining hosts for this loop 62167 1726886052.93501: done getting the remaining hosts for this loop 62167 1726886052.93517: getting the next task for host managed_node2 62167 1726886052.93521: done getting next task for host managed_node2 62167 1726886052.93523: ^ task is: TASK: meta (flush_handlers) 62167 1726886052.93525: ^ 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 62167 1726886052.93527: getting variables 62167 1726886052.93528: in VariableManager get_vars() 62167 1726886052.93558: Calling all_inventory to load vars for managed_node2 62167 1726886052.93561: Calling groups_inventory to load vars for managed_node2 62167 1726886052.93564: Calling all_plugins_inventory to load vars for managed_node2 62167 1726886052.93569: Calling all_plugins_play to load vars for managed_node2 62167 1726886052.93571: Calling groups_plugins_inventory to load vars for managed_node2 62167 1726886052.93574: Calling groups_plugins_play to load vars for managed_node2 62167 1726886052.93622: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 62167 1726886052.93637: done with get_vars() 62167 1726886052.93643: done getting variables 62167 1726886052.93742: in VariableManager get_vars() 62167 1726886052.93750: Calling all_inventory to load vars for managed_node2 62167 1726886052.93752: Calling groups_inventory to load vars for managed_node2 62167 1726886052.93754: Calling all_plugins_inventory to load vars for managed_node2 62167 1726886052.93779: Calling all_plugins_play to load vars for managed_node2 62167 1726886052.93782: Calling groups_plugins_inventory to load vars for managed_node2 62167 1726886052.93794: Calling groups_plugins_play to load vars for managed_node2 62167 1726886052.93836: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 62167 1726886052.93860: done with get_vars() 62167 1726886052.93888: done queuing things up, now waiting for results queue to drain 62167 1726886052.93890: results queue empty 62167 1726886052.93891: checking for any_errors_fatal 62167 1726886052.93892: done checking for any_errors_fatal 62167 1726886052.93893: checking for max_fail_percentage 62167 1726886052.93894: done checking for max_fail_percentage 62167 1726886052.93894: checking to see if all hosts have failed and the running result is not ok 62167 1726886052.93895: done checking to see if all hosts have failed 62167 1726886052.93896: getting the remaining hosts for this loop 62167 1726886052.93897: done getting the remaining hosts for this loop 62167 1726886052.93899: getting the next task for host managed_node2 62167 1726886052.93902: done getting next task for host managed_node2 62167 1726886052.93904: ^ task is: TASK: meta (flush_handlers) 62167 1726886052.93905: ^ 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 62167 1726886052.93913: getting variables 62167 1726886052.93914: in VariableManager get_vars() 62167 1726886052.93924: Calling all_inventory to load vars for managed_node2 62167 1726886052.93930: Calling groups_inventory to load vars for managed_node2 62167 1726886052.93932: Calling all_plugins_inventory to load vars for managed_node2 62167 1726886052.93936: Calling all_plugins_play to load vars for managed_node2 62167 1726886052.93939: Calling groups_plugins_inventory to load vars for managed_node2 62167 1726886052.93941: Calling groups_plugins_play to load vars for managed_node2 62167 1726886052.94009: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 62167 1726886052.94022: done with get_vars() 62167 1726886052.94028: done getting variables 62167 1726886052.94084: in VariableManager get_vars() 62167 1726886052.94092: Calling all_inventory to load vars for managed_node2 62167 1726886052.94094: Calling groups_inventory to load vars for managed_node2 62167 1726886052.94096: Calling all_plugins_inventory to load vars for managed_node2 62167 1726886052.94100: Calling all_plugins_play to load vars for managed_node2 62167 1726886052.94102: Calling groups_plugins_inventory to load vars for managed_node2 62167 1726886052.94110: Calling groups_plugins_play to load vars for managed_node2 62167 1726886052.94162: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 62167 1726886052.94193: done with get_vars() 62167 1726886052.94212: done queuing things up, now waiting for results queue to drain 62167 1726886052.94235: results queue empty 62167 1726886052.94236: checking for any_errors_fatal 62167 1726886052.94237: done checking for any_errors_fatal 62167 1726886052.94238: checking for max_fail_percentage 62167 1726886052.94239: done checking for max_fail_percentage 62167 1726886052.94239: checking to see if all hosts have failed and the running result is not ok 62167 1726886052.94240: done checking to see if all hosts have failed 62167 1726886052.94241: getting the remaining hosts for this loop 62167 1726886052.94241: done getting the remaining hosts for this loop 62167 1726886052.94248: getting the next task for host managed_node2 62167 1726886052.94251: done getting next task for host managed_node2 62167 1726886052.94253: ^ task is: TASK: meta (flush_handlers) 62167 1726886052.94254: ^ 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 62167 1726886052.94280: getting variables 62167 1726886052.94282: in VariableManager get_vars() 62167 1726886052.94289: Calling all_inventory to load vars for managed_node2 62167 1726886052.94291: Calling groups_inventory to load vars for managed_node2 62167 1726886052.94294: Calling all_plugins_inventory to load vars for managed_node2 62167 1726886052.94298: Calling all_plugins_play to load vars for managed_node2 62167 1726886052.94305: Calling groups_plugins_inventory to load vars for managed_node2 62167 1726886052.94308: Calling groups_plugins_play to load vars for managed_node2 62167 1726886052.94333: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 62167 1726886052.94345: done with get_vars() 62167 1726886052.94360: done getting variables 62167 1726886052.94410: in VariableManager get_vars() 62167 1726886052.94418: Calling all_inventory to load vars for managed_node2 62167 1726886052.94421: Calling groups_inventory to load vars for managed_node2 62167 1726886052.94423: Calling all_plugins_inventory to load vars for managed_node2 62167 1726886052.94431: Calling all_plugins_play to load vars for managed_node2 62167 1726886052.94434: Calling groups_plugins_inventory to load vars for managed_node2 62167 1726886052.94436: Calling groups_plugins_play to load vars for managed_node2 62167 1726886052.94475: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 62167 1726886052.94551: done with get_vars() 62167 1726886052.94562: done queuing things up, now waiting for results queue to drain 62167 1726886052.94564: results queue empty 62167 1726886052.94565: checking for any_errors_fatal 62167 1726886052.94566: done checking for any_errors_fatal 62167 1726886052.94567: checking for max_fail_percentage 62167 1726886052.94568: done checking for max_fail_percentage 62167 1726886052.94568: checking to see if all hosts have failed and the running result is not ok 62167 1726886052.94569: done checking to see if all hosts have failed 62167 1726886052.94572: getting the remaining hosts for this loop 62167 1726886052.94587: done getting the remaining hosts for this loop 62167 1726886052.94590: getting the next task for host managed_node2 62167 1726886052.94592: done getting next task for host managed_node2 62167 1726886052.94593: ^ task is: None 62167 1726886052.94594: ^ 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 62167 1726886052.94595: done queuing things up, now waiting for results queue to drain 62167 1726886052.94596: results queue empty 62167 1726886052.94597: checking for any_errors_fatal 62167 1726886052.94598: done checking for any_errors_fatal 62167 1726886052.94598: checking for max_fail_percentage 62167 1726886052.94599: done checking for max_fail_percentage 62167 1726886052.94600: checking to see if all hosts have failed and the running result is not ok 62167 1726886052.94600: done checking to see if all hosts have failed 62167 1726886052.94602: getting the next task for host managed_node2 62167 1726886052.94604: done getting next task for host managed_node2 62167 1726886052.94605: ^ task is: None 62167 1726886052.94606: ^ 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 22:34:12 -0400 (0:00:00.081) 0:00:00.081 ****** =============================================================================== 62167 1726886052.94691: RUNNING CLEANUP