ansible-playbook [core 2.17.14] 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-XOa executable location = /usr/local/bin/ansible-playbook python version = 3.12.12 (main, Mar 9 2026, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-14)] (/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_default.yml **************************************************** 1 plays in /tmp/collections-XOa/ansible_collections/fedora/linux_system_roles/tests/hpc/tests_default.yml PLAY [Ensure that the role runs with default parameters] *********************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-XOa/ansible_collections/fedora/linux_system_roles/tests/hpc/tests_default.yml:3 Wednesday 25 March 2026 13:31:11 -0400 (0:00:00.028) 0:00:00.028 ******* [WARNING]: Platform linux on host managed-node1 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-node1] TASK [Skip unsupported architectures] ****************************************** task path: /tmp/collections-XOa/ansible_collections/fedora/linux_system_roles/tests/hpc/tests_default.yml:27 Wednesday 25 March 2026 13:31:12 -0400 (0:00:01.052) 0:00:01.080 ******* included: /tmp/collections-XOa/ansible_collections/fedora/linux_system_roles/tests/hpc/tasks/skip_unsupported_archs.yml for managed-node1 TASK [Gather architecture facts] *********************************************** task path: /tmp/collections-XOa/ansible_collections/fedora/linux_system_roles/tests/hpc/tasks/skip_unsupported_archs.yml:3 Wednesday 25 March 2026 13:31:12 -0400 (0:00:00.026) 0:00:01.107 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "\"architecture\" not in ansible_facts.keys() | list", "skip_reason": "Conditional result was False" } TASK [Skip unsupported architectures] ****************************************** task path: /tmp/collections-XOa/ansible_collections/fedora/linux_system_roles/tests/hpc/tasks/skip_unsupported_archs.yml:8 Wednesday 25 March 2026 13:31:12 -0400 (0:00:00.030) 0:00:01.138 ******* META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [Run the role] ************************************************************ task path: /tmp/collections-XOa/ansible_collections/fedora/linux_system_roles/tests/hpc/tests_default.yml:32 Wednesday 25 March 2026 13:31:12 -0400 (0:00:00.004) 0:00:01.142 ******* included: /tmp/collections-XOa/ansible_collections/fedora/linux_system_roles/tests/hpc/tasks/run_role_with_clear_facts.yml for managed-node1 TASK [Clear facts] ************************************************************* task path: /tmp/collections-XOa/ansible_collections/fedora/linux_system_roles/tests/hpc/tasks/run_role_with_clear_facts.yml:9 Wednesday 25 March 2026 13:31:12 -0400 (0:00:00.013) 0:00:01.155 ******* META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-XOa/ansible_collections/fedora/linux_system_roles/tests/hpc/tasks/run_role_with_clear_facts.yml:23 Wednesday 25 March 2026 13:31:12 -0400 (0:00:00.000) 0:00:01.156 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-XOa/ansible_collections/fedora/linux_system_roles/tests/hpc/tasks/run_role_with_clear_facts.yml:33 Wednesday 25 March 2026 13:31:12 -0400 (0:00:00.014) 0:00:01.170 ******* included: fedora.linux_system_roles.hpc for managed-node1 TASK [fedora.linux_system_roles.hpc : Set platform/version specific variables] *** task path: /tmp/collections-XOa/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:3 Wednesday 25 March 2026 13:31:12 -0400 (0:00:00.228) 0:00:01.399 ******* included: /tmp/collections-XOa/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.hpc : Ensure ansible_facts used by role] ******* task path: /tmp/collections-XOa/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/set_vars.yml:2 Wednesday 25 March 2026 13:31:12 -0400 (0:00:00.020) 0:00:01.419 ******* ok: [managed-node1] TASK [fedora.linux_system_roles.hpc : Check if system is ostree] *************** task path: /tmp/collections-XOa/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/set_vars.yml:10 Wednesday 25 March 2026 13:31:13 -0400 (0:00:00.805) 0:00:02.224 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.hpc : Set flag to indicate system is ostree] *** task path: /tmp/collections-XOa/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/set_vars.yml:15 Wednesday 25 March 2026 13:31:13 -0400 (0:00:00.416) 0:00:02.641 ******* ok: [managed-node1] => { "ansible_facts": { "__hpc_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.hpc : Set platform/version specific variables] *** task path: /tmp/collections-XOa/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/set_vars.yml:19 Wednesday 25 March 2026 13:31:14 -0400 (0:00:00.021) 0:00:02.662 ******* skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=CentOS_9.yml) => { "ansible_facts": { "__hpc_azhpc_diags_info": { "name": "hpcdiag", "sha256": "bcecba0ff8999131f45508718ac6eec8615550e046c77d69c148d3947647849f", "url": "https://github.com/Azure/azhpc-diagnostics/archive/refs/tags/hpcdiag-20220316.tar.gz", "version": 20220316 }, "__hpc_aznhc_info": { "name": "azurehpc-health-checks", "sha256": "5fc69a6dfdc50486dadc8aec082a815dc64c737fbd164bf70ad5c7080d5c7879", "url": "https://github.com/Azure/azurehpc-health-checks/archive/refs/tags/v0.4.5.tar.gz", "version": "0.4.5" }, "__hpc_cuda_toolkit_packages": [ "cuda-toolkit-12-9", "cuda-toolkit-config-common-12.9.79-1" ], "__hpc_docker_packages": [ "moby-engine-29.1.4-1.el9", "moby-cli-29.1.4-1.el9" ], "__hpc_gdrcopy_info": { "distribution": "el9", "name": "gdrcopy", "sha256": "d6c61358adb52d9a9b71d4e05cb6ac9288ac18274e8d8177a6f197f0ee006130", "url": "https://github.com/NVIDIA/gdrcopy/archive/0f7366e73b019e7facf907381f6b0b2f5a1576e4.tar.gz", "version": "2.5.1-1" }, "__hpc_hpcx_info": { "name": "hpcx", "sha256": "92f746dd8cf293cf5b3955a0addd92e162dd012e1f8f728983a85c6c134e33b0", "url": "https://content.mellanox.com/hpc/hpc-x/v2.24.1_cuda12/hpcx-v2.24.1-gcc-inbox-redhat9-cuda12-x86_64.tbz", "version": "2.24.1" }, "__hpc_kvp_client_info": { "name": "kvp_client.c", "sha256": "0f7fa598c40994e9a18fa2982ee6ca9a591bd2ebc419f1ec526ea9bf19aae1eb", "url": "https://raw.githubusercontent.com/microsoft/lis-test/master/WS2012R2/lisa/tools/KVP/kvp_client.c" }, "__hpc_microsoft_prod_repo": { "baseurl": "https://packages.microsoft.com/rhel/9/prod/", "description": "Microsoft Production repository", "key": "https://packages.microsoft.com/keys/microsoft.asc", "name": "microsoft-prod" }, "__hpc_moneo_info": { "name": "moneo", "sha256": "bab588b37f9a7d03fff82ff22d8a24c18a64e18eb2dad31f447a67b6fb76bd4c", "url": "https://github.com/Azure/Moneo/archive/refs/tags/v0.3.4.tar.gz", "version": "0.3.4" }, "__hpc_nvidia_cuda_repo": { "baseurl": "https://developer.download.nvidia.com/compute/cuda/repos/rhel9/x86_64", "description": "NVIDIA CUDA repository", "key": "https://developer.download.nvidia.com/compute/cuda/repos/rhel9/x86_64/D42D0685.pub", "name": "nvidia-cuda" }, "__hpc_nvidia_dcgm": [ "datacenter-gpu-manager-4-cuda12" ], "__hpc_nvidia_driver_module": "nvidia-driver:{{ __hpc_nvidia_driver_stream }}", "__hpc_nvidia_driver_stream": "580-dkms", "__hpc_nvidia_nccl_packages": [ "libnccl-2.27.5-1+cuda12.9", "libnccl-devel-2.27.5-1+cuda12.9" ], "__hpc_openmpi_info": { "name": "openmpi", "sha256": "53131e1a57e7270f645707f8b0b65ba56048f5b5ac3f68faabed3eb0d710e449", "url": "https://download.open-mpi.org/release/open-mpi/v5.0/openmpi-5.0.8.tar.bz2", "version": "5.0.8" }, "__hpc_pmix_info": { "name": "pmix", "sha256": "6b11f4fd5c9d7f8e55fc6ebdee9af04b839f44d06044e58cea38c87c168784b3", "url": "https://github.com/openpmix/openpmix/releases/download/v4.2.9/pmix-4.2.9.tar.bz2", "version": "4.2.9" }, "__hpc_rhel_epel_repo": { "description": "RHEL EPEL repository", "key": "https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-9", "name": "RHEL EPEL repository", "rpm": "https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm" }, "__hpc_rhui_azure_rhel_9_eus_repo": { "baseurl": "https://rhui4-1.microsoft.com/pulp/repos/unprotected/microsoft-azure-rhel9-eus", "description": "Microsoft Azure RPMs for Red Hat Enterprise Linux 9 EUS", "key": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-microsoft-azure-release", "name": "rhui-microsoft-azure-rhel9-eus" } }, "ansible_included_var_files": [ "/tmp/collections-XOa/ansible_collections/fedora/linux_system_roles/roles/hpc/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [managed-node1] => (item=CentOS_9.yml) => { "ansible_facts": { "__hpc_azhpc_diags_info": { "name": "hpcdiag", "sha256": "bcecba0ff8999131f45508718ac6eec8615550e046c77d69c148d3947647849f", "url": "https://github.com/Azure/azhpc-diagnostics/archive/refs/tags/hpcdiag-20220316.tar.gz", "version": 20220316 }, "__hpc_aznhc_info": { "name": "azurehpc-health-checks", "sha256": "5fc69a6dfdc50486dadc8aec082a815dc64c737fbd164bf70ad5c7080d5c7879", "url": "https://github.com/Azure/azurehpc-health-checks/archive/refs/tags/v0.4.5.tar.gz", "version": "0.4.5" }, "__hpc_cuda_toolkit_packages": [ "cuda-toolkit-12-9", "cuda-toolkit-config-common-12.9.79-1" ], "__hpc_docker_packages": [ "moby-engine-29.1.4-1.el9", "moby-cli-29.1.4-1.el9" ], "__hpc_gdrcopy_info": { "distribution": "el9", "name": "gdrcopy", "sha256": "d6c61358adb52d9a9b71d4e05cb6ac9288ac18274e8d8177a6f197f0ee006130", "url": "https://github.com/NVIDIA/gdrcopy/archive/0f7366e73b019e7facf907381f6b0b2f5a1576e4.tar.gz", "version": "2.5.1-1" }, "__hpc_hpcx_info": { "name": "hpcx", "sha256": "92f746dd8cf293cf5b3955a0addd92e162dd012e1f8f728983a85c6c134e33b0", "url": "https://content.mellanox.com/hpc/hpc-x/v2.24.1_cuda12/hpcx-v2.24.1-gcc-inbox-redhat9-cuda12-x86_64.tbz", "version": "2.24.1" }, "__hpc_kvp_client_info": { "name": "kvp_client.c", "sha256": "0f7fa598c40994e9a18fa2982ee6ca9a591bd2ebc419f1ec526ea9bf19aae1eb", "url": "https://raw.githubusercontent.com/microsoft/lis-test/master/WS2012R2/lisa/tools/KVP/kvp_client.c" }, "__hpc_microsoft_prod_repo": { "baseurl": "https://packages.microsoft.com/rhel/9/prod/", "description": "Microsoft Production repository", "key": "https://packages.microsoft.com/keys/microsoft.asc", "name": "microsoft-prod" }, "__hpc_moneo_info": { "name": "moneo", "sha256": "bab588b37f9a7d03fff82ff22d8a24c18a64e18eb2dad31f447a67b6fb76bd4c", "url": "https://github.com/Azure/Moneo/archive/refs/tags/v0.3.4.tar.gz", "version": "0.3.4" }, "__hpc_nvidia_cuda_repo": { "baseurl": "https://developer.download.nvidia.com/compute/cuda/repos/rhel9/x86_64", "description": "NVIDIA CUDA repository", "key": "https://developer.download.nvidia.com/compute/cuda/repos/rhel9/x86_64/D42D0685.pub", "name": "nvidia-cuda" }, "__hpc_nvidia_dcgm": [ "datacenter-gpu-manager-4-cuda12" ], "__hpc_nvidia_driver_module": "nvidia-driver:{{ __hpc_nvidia_driver_stream }}", "__hpc_nvidia_driver_stream": "580-dkms", "__hpc_nvidia_nccl_packages": [ "libnccl-2.27.5-1+cuda12.9", "libnccl-devel-2.27.5-1+cuda12.9" ], "__hpc_openmpi_info": { "name": "openmpi", "sha256": "53131e1a57e7270f645707f8b0b65ba56048f5b5ac3f68faabed3eb0d710e449", "url": "https://download.open-mpi.org/release/open-mpi/v5.0/openmpi-5.0.8.tar.bz2", "version": "5.0.8" }, "__hpc_pmix_info": { "name": "pmix", "sha256": "6b11f4fd5c9d7f8e55fc6ebdee9af04b839f44d06044e58cea38c87c168784b3", "url": "https://github.com/openpmix/openpmix/releases/download/v4.2.9/pmix-4.2.9.tar.bz2", "version": "4.2.9" }, "__hpc_rhel_epel_repo": { "description": "RHEL EPEL repository", "key": "https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-9", "name": "RHEL EPEL repository", "rpm": "https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm" }, "__hpc_rhui_azure_rhel_9_eus_repo": { "baseurl": "https://rhui4-1.microsoft.com/pulp/repos/unprotected/microsoft-azure-rhel9-eus", "description": "Microsoft Azure RPMs for Red Hat Enterprise Linux 9 EUS", "key": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-microsoft-azure-release", "name": "rhui-microsoft-azure-rhel9-eus" } }, "ansible_included_var_files": [ "/tmp/collections-XOa/ansible_collections/fedora/linux_system_roles/roles/hpc/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.hpc : Fail on unsupported architectures] ******* task path: /tmp/collections-XOa/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:6 Wednesday 25 March 2026 13:31:14 -0400 (0:00:00.042) 0:00:02.705 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_facts['architecture'] != 'x86_64'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Fail if role installs openmpi without cuda toolkit] *** task path: /tmp/collections-XOa/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:14 Wednesday 25 March 2026 13:31:14 -0400 (0:00:00.012) 0:00:02.718 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_build_openmpi_w_nvidia_gpu_support", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Fail if role installs NVIDIA Container Toolkit without Docker] *** task path: /tmp/collections-XOa/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:27 Wednesday 25 March 2026 13:31:14 -0400 (0:00:00.010) 0:00:02.729 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_nvidia_container_toolkit", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Fail if role installs azurehpc-health-checks without NVIDIA Container Toolkit] *** task path: /tmp/collections-XOa/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:37 Wednesday 25 March 2026 13:31:14 -0400 (0:00:00.011) 0:00:02.740 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_azurehpc_health_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Deploy GPG keys for repositories] ******** task path: /tmp/collections-XOa/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:47 Wednesday 25 March 2026 13:31:14 -0400 (0:00:00.012) 0:00:02.753 ******* ok: [managed-node1] => (item={'name': 'RHEL EPEL repository', 'description': 'RHEL EPEL repository', 'key': 'https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-9', 'rpm': 'https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm'}) => { "ansible_loop_var": "item", "changed": false, "item": { "description": "RHEL EPEL repository", "key": "https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-9", "name": "RHEL EPEL repository", "rpm": "https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm" } } changed: [managed-node1] => (item={'name': 'nvidia-cuda', 'description': 'NVIDIA CUDA repository', 'key': 'https://developer.download.nvidia.com/compute/cuda/repos/rhel9/x86_64/D42D0685.pub', 'baseurl': 'https://developer.download.nvidia.com/compute/cuda/repos/rhel9/x86_64'}) => { "ansible_loop_var": "item", "changed": true, "item": { "baseurl": "https://developer.download.nvidia.com/compute/cuda/repos/rhel9/x86_64", "description": "NVIDIA CUDA repository", "key": "https://developer.download.nvidia.com/compute/cuda/repos/rhel9/x86_64/D42D0685.pub", "name": "nvidia-cuda" } } changed: [managed-node1] => (item={'name': 'microsoft-prod', 'description': 'Microsoft Production repository', 'key': 'https://packages.microsoft.com/keys/microsoft.asc', 'baseurl': 'https://packages.microsoft.com/rhel/9/prod/'}) => { "ansible_loop_var": "item", "changed": true, "item": { "baseurl": "https://packages.microsoft.com/rhel/9/prod/", "description": "Microsoft Production repository", "key": "https://packages.microsoft.com/keys/microsoft.asc", "name": "microsoft-prod" } } TASK [fedora.linux_system_roles.hpc : Install EPEL release package] ************ task path: /tmp/collections-XOa/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:57 Wednesday 25 March 2026 13:31:15 -0400 (0:00:01.565) 0:00:04.319 ******* ok: [managed-node1] => { "changed": false, "rc": 0, "results": [ "Installed /root/.ansible/tmp/ansible-tmp-1774459875.703387-9227-178926620854257/epel-release-latest-9.noarchivloom8a.rpm" ] } MSG: Nothing to do TASK [fedora.linux_system_roles.hpc : Configure repositories] ****************** task path: /tmp/collections-XOa/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:63 Wednesday 25 March 2026 13:31:17 -0400 (0:00:01.723) 0:00:06.042 ******* redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf changed: [managed-node1] => (item={'name': 'nvidia-cuda', 'description': 'NVIDIA CUDA repository', 'key': 'https://developer.download.nvidia.com/compute/cuda/repos/rhel9/x86_64/D42D0685.pub', 'baseurl': 'https://developer.download.nvidia.com/compute/cuda/repos/rhel9/x86_64'}) => { "ansible_loop_var": "item", "changed": true, "item": { "baseurl": "https://developer.download.nvidia.com/compute/cuda/repos/rhel9/x86_64", "description": "NVIDIA CUDA repository", "key": "https://developer.download.nvidia.com/compute/cuda/repos/rhel9/x86_64/D42D0685.pub", "name": "nvidia-cuda" }, "repo": "nvidia-cuda", "state": "present" } redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf changed: [managed-node1] => (item={'name': 'microsoft-prod', 'description': 'Microsoft Production repository', 'key': 'https://packages.microsoft.com/keys/microsoft.asc', 'baseurl': 'https://packages.microsoft.com/rhel/9/prod/'}) => { "ansible_loop_var": "item", "changed": true, "item": { "baseurl": "https://packages.microsoft.com/rhel/9/prod/", "description": "Microsoft Production repository", "key": "https://packages.microsoft.com/keys/microsoft.asc", "name": "microsoft-prod" }, "repo": "microsoft-prod", "state": "present" } TASK [fedora.linux_system_roles.hpc : Install base packages] ******************* task path: /tmp/collections-XOa/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:73 Wednesday 25 March 2026 13:31:18 -0400 (0:00:00.802) 0:00:06.844 ******* FAILED - RETRYING: [managed-node1]: Install base packages (3 retries left). FAILED - RETRYING: [managed-node1]: Install base packages (2 retries left). FAILED - RETRYING: [managed-node1]: Install base packages (1 retries left). fatal: [managed-node1]: FAILED! => { "attempts": 3, "changed": false, "failures": [ "No package pssh available." ], "rc": 1, "results": [] } MSG: Failed to install some of the specified packages TASK [Debug0] ****************************************************************** task path: /tmp/collections-XOa/ansible_collections/fedora/linux_system_roles/tests/hpc/tests_default.yml:35 Wednesday 25 March 2026 13:31:46 -0400 (0:00:27.822) 0:00:34.667 ******* ok: [managed-node1] => {} MSG: Error running role: { "_ansible_no_log": false, "_ansible_parsed": true, "attempts": 3, "changed": false, "failed": true, "failures": [ "No package pssh available." ], "invocation": { "module_args": { "allow_downgrade": false, "allowerasing": false, "autoremove": false, "best": null, "bugfix": false, "cacheonly": false, "conf_file": null, "disable_excludes": null, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_dir": null, "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "install_repoquery": true, "install_weak_deps": true, "installroot": "/", "list": null, "lock_timeout": 30, "name": [ "pssh" ], "nobest": null, "releasever": null, "security": false, "skip_broken": false, "sslverify": true, "state": "present", "update_cache": false, "update_only": false, "use_backend": "auto", "validate_certs": true } }, "msg": "Failed to install some of the specified packages", "rc": 1, "results": [] } TASK [Debug1] ****************************************************************** task path: /tmp/collections-XOa/ansible_collections/fedora/linux_system_roles/tests/hpc/tests_default.yml:38 Wednesday 25 March 2026 13:31:46 -0400 (0:00:00.016) 0:00:34.683 ******* changed: [managed-node1] => { "changed": true, "cmd": [ "dnf", "repolist", "--all" ], "delta": "0:00:00.216829", "end": "2026-03-25 13:31:46.623287", "rc": 0, "start": "2026-03-25 13:31:46.406458" } STDOUT: repo id repo name status appstream CentOS Stream 9 - AppStream enabled appstream-debuginfo CentOS Stream 9 - AppStream - disabled appstream-source CentOS Stream 9 - AppStream - disabled baseos CentOS Stream 9 - BaseOS enabled baseos-debuginfo CentOS Stream 9 - BaseOS - Deb disabled baseos-source CentOS Stream 9 - BaseOS - Sou disabled beaker-client Beaker Client - RedHatEnterpri enabled beaker-client-testing Beaker Client - RedHatEnterpri disabled beaker-harness Beaker harness enabled beaker-tasks beaker-tasks disabled beakerlib-libraries Copr repo for beakerlib-librar enabled copr:copr.devel.redhat.com:lpol:qa-tools Copr repo for qa-tools owned b enabled crb CentOS Stream 9 - CRB disabled crb-debuginfo CentOS Stream 9 - CRB - Debug disabled crb-source CentOS Stream 9 - CRB - Source disabled epel Extra Packages for Enterprise disabled epel-cisco-openh264 Extra Packages for Enterprise disabled epel-cisco-openh264-debuginfo Extra Packages for Enterprise disabled epel-cisco-openh264-source Extra Packages for Enterprise disabled epel-debuginfo Extra Packages for Enterprise disabled epel-source Extra Packages for Enterprise disabled epel-testing Extra Packages for Enterprise disabled epel-testing-debuginfo Extra Packages for Enterprise disabled epel-testing-source Extra Packages for Enterprise disabled extras-common CentOS Stream 9 - Extras packa enabled extras-common-source CentOS Stream 9 - Extras packa disabled highavailability CentOS Stream 9 - HighAvailabi enabled highavailability-debuginfo CentOS Stream 9 - HighAvailabi disabled highavailability-source CentOS Stream 9 - HighAvailabi disabled microsoft-prod Microsoft Production repositor enabled nfv CentOS Stream 9 - NFV disabled nfv-debuginfo CentOS Stream 9 - NFV - Debug disabled nvidia-cuda NVIDIA CUDA repository enabled resilientstorage CentOS Stream 9 - ResilientSto disabled resilientstorage-debuginfo CentOS Stream 9 - ResilientSto disabled resilientstorage-source CentOS Stream 9 - ResilientSto disabled rt CentOS Stream 9 - RT disabled rt-debuginfo CentOS Stream 9 - RT - Debug disabled rt-source CentOS Stream 9 - RT - Source disabled TASK [Cleanup] ***************************************************************** task path: /tmp/collections-XOa/ansible_collections/fedora/linux_system_roles/tests/hpc/tests_default.yml:42 Wednesday 25 March 2026 13:31:46 -0400 (0:00:00.650) 0:00:35.333 ******* included: /tmp/collections-XOa/ansible_collections/fedora/linux_system_roles/tests/hpc/tasks/cleanup.yml for managed-node1 TASK [Check if versionlock entries exist] ************************************** task path: /tmp/collections-XOa/ansible_collections/fedora/linux_system_roles/tests/hpc/tasks/cleanup.yml:3 Wednesday 25 March 2026 13:31:46 -0400 (0:00:00.014) 0:00:35.348 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Clear dnf versionlock entries] ******************************************* task path: /tmp/collections-XOa/ansible_collections/fedora/linux_system_roles/tests/hpc/tasks/cleanup.yml:8 Wednesday 25 March 2026 13:31:47 -0400 (0:00:00.345) 0:00:35.693 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__hpc_versionlock_stat.stat.exists", "skip_reason": "Conditional result was False" } PLAY RECAP ********************************************************************* managed-node1 : ok=16 changed=3 unreachable=0 failed=0 skipped=7 rescued=1 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.17.14", "attempts": 3, "end_time": "2026-03-25T17:31:46.006537+00:00Z", "host": "managed-node1", "message": "Failed to install some of the specified packages", "rc": 1, "start_time": "2026-03-25T17:31:18.187343+00:00Z", "task_name": "Install base packages", "task_path": "/tmp/collections-XOa/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:73" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Wednesday 25 March 2026 13:31:47 -0400 (0:00:00.010) 0:00:35.704 ******* =============================================================================== fedora.linux_system_roles.hpc : Install base packages ------------------ 27.82s /tmp/collections-XOa/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:73 fedora.linux_system_roles.hpc : Install EPEL release package ------------ 1.72s /tmp/collections-XOa/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:57 fedora.linux_system_roles.hpc : Deploy GPG keys for repositories -------- 1.57s /tmp/collections-XOa/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:47 Gathering Facts --------------------------------------------------------- 1.05s /tmp/collections-XOa/ansible_collections/fedora/linux_system_roles/tests/hpc/tests_default.yml:3 fedora.linux_system_roles.hpc : Ensure ansible_facts used by role ------- 0.81s /tmp/collections-XOa/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/set_vars.yml:2 fedora.linux_system_roles.hpc : Configure repositories ------------------ 0.80s /tmp/collections-XOa/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:63 Debug1 ------------------------------------------------------------------ 0.65s /tmp/collections-XOa/ansible_collections/fedora/linux_system_roles/tests/hpc/tests_default.yml:38 fedora.linux_system_roles.hpc : Check if system is ostree --------------- 0.42s /tmp/collections-XOa/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/set_vars.yml:10 Check if versionlock entries exist -------------------------------------- 0.35s /tmp/collections-XOa/ansible_collections/fedora/linux_system_roles/tests/hpc/tasks/cleanup.yml:3 Run the role normally --------------------------------------------------- 0.23s /tmp/collections-XOa/ansible_collections/fedora/linux_system_roles/tests/hpc/tasks/run_role_with_clear_facts.yml:33 fedora.linux_system_roles.hpc : Set platform/version specific variables --- 0.04s /tmp/collections-XOa/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/set_vars.yml:19 Gather architecture facts ----------------------------------------------- 0.03s /tmp/collections-XOa/ansible_collections/fedora/linux_system_roles/tests/hpc/tasks/skip_unsupported_archs.yml:3 Skip unsupported architectures ------------------------------------------ 0.03s /tmp/collections-XOa/ansible_collections/fedora/linux_system_roles/tests/hpc/tests_default.yml:27 fedora.linux_system_roles.hpc : Set flag to indicate system is ostree --- 0.02s /tmp/collections-XOa/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/set_vars.yml:15 fedora.linux_system_roles.hpc : Set platform/version specific variables --- 0.02s /tmp/collections-XOa/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:3 Debug0 ------------------------------------------------------------------ 0.02s /tmp/collections-XOa/ansible_collections/fedora/linux_system_roles/tests/hpc/tests_default.yml:35 Cleanup ----------------------------------------------------------------- 0.01s /tmp/collections-XOa/ansible_collections/fedora/linux_system_roles/tests/hpc/tests_default.yml:42 Run the role ------------------------------------------------------------ 0.01s /tmp/collections-XOa/ansible_collections/fedora/linux_system_roles/tests/hpc/tasks/run_role_with_clear_facts.yml:23 Run the role ------------------------------------------------------------ 0.01s /tmp/collections-XOa/ansible_collections/fedora/linux_system_roles/tests/hpc/tests_default.yml:32 fedora.linux_system_roles.hpc : Fail on unsupported architectures ------- 0.01s /tmp/collections-XOa/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:6