# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_default.yml **************************************************** 1 plays in /WORKDIR/git-fix-tests3qwdphxq/tests/tests_default.yml PLAY [Ensure mandatory variables are defined] ********************************** META: ran handlers TASK [Set up test environment] ************************************************* task path: /WORKDIR/git-fix-tests3qwdphxq/tests/tests_default.yml:10 Tuesday 12 December 2023 17:10:43 +0000 (0:00:00.012) 0:00:00.012 ****** TASK [linux-system-roles.ha_cluster : Set node name to 'localhost' for single-node clusters] *** task path: /WORKDIR/git-fix-tests3qwdphxq/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup.yml:9 Tuesday 12 December 2023 17:10:43 +0000 (0:00:00.025) 0:00:00.038 ****** ok: [sut] => { "ansible_facts": { "inventory_hostname": "localhost" }, "changed": false } TASK [linux-system-roles.ha_cluster : Ensure facts used by tests] ************** task path: /WORKDIR/git-fix-tests3qwdphxq/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup.yml:14 Tuesday 12 December 2023 17:10:43 +0000 (0:00:00.018) 0:00:00.057 ****** An exception occurred during task execution. To see the full traceback, use -vvv. The error was: ModuleNotFoundError: No module named 'ansible.module_utils.six.moves' fatal: [sut]: FAILED! => { "changed": false, "rc": 1 } MSG: MODULE FAILURE See stdout/stderr for the exact error MODULE_STDERR: Traceback (most recent call last): File "", line 102, in File "", line 94, in _ansiballz_main File "", line 37, in invoke_module File "/tmp/ansible_setup_payload_rnqqdps4/ansible_setup_payload.zip/ansible/module_utils/basic.py", line 173, in ModuleNotFoundError: No module named 'ansible.module_utils.six.moves' TASK [Extract errors] ********************************************************** task path: /WORKDIR/git-fix-tests3qwdphxq/tests/tests_default.yml:19 Tuesday 12 December 2023 17:10:43 +0000 (0:00:00.350) 0:00:00.407 ****** fatal: [sut]: FAILED! => {} MSG: The task includes an option with an undefined variable. The error was: 'dict object' has no attribute 'results' The error appears to be in '/WORKDIR/git-fix-tests3qwdphxq/tests/tests_default.yml': line 19, column 11, but may be elsewhere in the file depending on the exact syntax problem. The offending line appears to be: rescue: - name: Extract errors ^ here NO MORE HOSTS LEFT ************************************************************* to retry, use: --limit @/tmp/tests_default.retry PLAY RECAP ********************************************************************* sut : ok=1 changed=0 unreachable=0 failed=1 skipped=0 rescued=1 ignored=0 Tuesday 12 December 2023 17:10:43 +0000 (0:00:00.015) 0:00:00.422 ****** =============================================================================== linux-system-roles.ha_cluster : Ensure facts used by tests -------------- 0.35s /WORKDIR/git-fix-tests3qwdphxq/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup.yml:14 Set up test environment ------------------------------------------------- 0.03s /WORKDIR/git-fix-tests3qwdphxq/tests/tests_default.yml:10 --------------------- linux-system-roles.ha_cluster : Set node name to 'localhost' for single-node clusters --- 0.02s /WORKDIR/git-fix-tests3qwdphxq/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup.yml:9 Extract errors ---------------------------------------------------------- 0.02s /WORKDIR/git-fix-tests3qwdphxq/tests/tests_default.yml:19 --------------------- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---