ansible-playbook [core 2.17.12] 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-n3V executable location = /usr/local/bin/ansible-playbook python version = 3.12.10 (main, May 9 2025, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-5)] (/usr/bin/python3.12) jinja version = 3.1.6 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'jsonl', as we already have a stdout callback. 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_qnetd.yml ****************************************************** 2 plays in /tmp/collections-n3V/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_qnetd.yml PLAY [all] ********************************************************************* TASK [Include vault variables] ************************************************* task path: /tmp/collections-n3V/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_qnetd.yml:5 Saturday 24 May 2025 02:35:44 -0400 (0:00:00.030) 0:00:00.030 ********** ok: [managed-node6] => { "ansible_facts": { "ha_cluster_hacluster_password": { "__ansible_vault": "$ANSIBLE_VAULT;1.1;AES256\n31303833633366333561656439323930303361333161363239346166656537323933313436\n3432386236656563343237306335323637396239616230353561330a313731623238393238\n62343064666336643930663239383936616465643134646536656532323461356237646133\n3761616633323839633232353637366266350a313163633236376666653238633435306565\n3264623032333736393535663833\n" } }, "ansible_included_var_files": [ "/tmp/ha_cluster-lZa/tests/vars/vault-variables.yml" ], "changed": false } PLAY [Test qnetd setup] ******************************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-n3V/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_qnetd.yml:9 Saturday 24 May 2025 02:35:44 -0400 (0:00:00.031) 0:00:00.061 ********** [WARNING]: Platform linux on host managed-node6 is using the discovered Python interpreter at /usr/bin/python3.9, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed-node6] TASK [Set up test environment] ************************************************* task path: /tmp/collections-n3V/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_qnetd.yml:22 Saturday 24 May 2025 02:35:45 -0400 (0:00:01.378) 0:00:01.440 ********** included: fedora.linux_system_roles.ha_cluster for managed-node6 TASK [fedora.linux_system_roles.ha_cluster : Set node name to 'localhost' for single-node clusters] *** task path: /tmp/collections-n3V/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup.yml:9 Saturday 24 May 2025 02:35:45 -0400 (0:00:00.046) 0:00:01.486 ********** ok: [managed-node6] => { "ansible_facts": { "inventory_hostname": "localhost" }, "changed": false } TASK [fedora.linux_system_roles.ha_cluster : Ensure facts used by tests] ******* task path: /tmp/collections-n3V/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup.yml:14 Saturday 24 May 2025 02:35:45 -0400 (0:00:00.058) 0:00:01.545 ********** skipping: [managed-node6] => { "changed": false, "false_condition": "'distribution' not in ansible_facts", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Check if system is ostree] ******** task path: /tmp/collections-n3V/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup.yml:22 Saturday 24 May 2025 02:35:45 -0400 (0:00:00.023) 0:00:01.569 ********** ok: [managed-node6] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.ha_cluster : Set flag to indicate system is ostree] *** task path: /tmp/collections-n3V/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup.yml:27 Saturday 24 May 2025 02:35:46 -0400 (0:00:00.621) 0:00:02.191 ********** ok: [managed-node6] => { "ansible_facts": { "__ha_cluster_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.ha_cluster : Do not try to enable RHEL repositories] *** task path: /tmp/collections-n3V/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup.yml:32 Saturday 24 May 2025 02:35:46 -0400 (0:00:00.044) 0:00:02.236 ********** skipping: [managed-node6] => { "changed": false, "false_condition": "ansible_distribution == 'RedHat'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Copy nss-altfiles ha_cluster users to /etc/passwd] *** task path: /tmp/collections-n3V/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup.yml:41 Saturday 24 May 2025 02:35:46 -0400 (0:00:00.041) 0:00:02.277 ********** skipping: [managed-node6] => { "changed": false, "false_condition": "__ha_cluster_is_ostree | d(false)", "skip_reason": "Conditional result was False" } TASK [Clean up test environment for qnetd] ************************************* task path: /tmp/collections-n3V/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_qnetd.yml:27 Saturday 24 May 2025 02:35:46 -0400 (0:00:00.065) 0:00:02.343 ********** included: fedora.linux_system_roles.ha_cluster for managed-node6 TASK [fedora.linux_system_roles.ha_cluster : Make sure qnetd is not installed] *** task path: /tmp/collections-n3V/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_cleanup_qnetd.yml:9 Saturday 24 May 2025 02:35:46 -0400 (0:00:00.053) 0:00:02.397 ********** fatal: [managed-node6]: FAILED! => { "changed": false, "rc": 1, "results": [] } MSG: Failed to download metadata for repo 'highavailability': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried PLAY RECAP ********************************************************************* managed-node6 : ok=7 changed=0 unreachable=0 failed=1 skipped=3 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.17.12", "end_time": "2025-05-24T06:35:50.641318+00:00Z", "host": "managed-node6", "message": "Failed to download metadata for repo 'highavailability': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried", "rc": 1, "start_time": "2025-05-24T06:35:46.747315+00:00Z", "task_name": "Make sure qnetd is not installed", "task_path": "/tmp/collections-n3V/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_cleanup_qnetd.yml:9" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 24 May 2025 02:35:50 -0400 (0:00:03.896) 0:00:06.294 ********** =============================================================================== fedora.linux_system_roles.ha_cluster : Make sure qnetd is not installed --- 3.90s /tmp/collections-n3V/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_cleanup_qnetd.yml:9 Gathering Facts --------------------------------------------------------- 1.38s /tmp/collections-n3V/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_qnetd.yml:9 fedora.linux_system_roles.ha_cluster : Check if system is ostree -------- 0.62s /tmp/collections-n3V/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup.yml:22 fedora.linux_system_roles.ha_cluster : Copy nss-altfiles ha_cluster users to /etc/passwd --- 0.07s /tmp/collections-n3V/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup.yml:41 fedora.linux_system_roles.ha_cluster : Set node name to 'localhost' for single-node clusters --- 0.06s /tmp/collections-n3V/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup.yml:9 Clean up test environment for qnetd ------------------------------------- 0.05s /tmp/collections-n3V/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_qnetd.yml:27 Set up test environment ------------------------------------------------- 0.05s /tmp/collections-n3V/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_qnetd.yml:22 fedora.linux_system_roles.ha_cluster : Set flag to indicate system is ostree --- 0.04s /tmp/collections-n3V/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup.yml:27 fedora.linux_system_roles.ha_cluster : Do not try to enable RHEL repositories --- 0.04s /tmp/collections-n3V/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup.yml:32 Include vault variables ------------------------------------------------- 0.03s /tmp/collections-n3V/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_qnetd.yml:5 fedora.linux_system_roles.ha_cluster : Ensure facts used by tests ------- 0.02s /tmp/collections-n3V/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup.yml:14