I makepkg -s again and it installed. The problem solved but would be nice if someone can explain the situation. Thanks.
From: users <users-boun...@lists.open-mpi.org> On Behalf Of Kook Jin Noh via users Sent: Sunday, 21 April 2024 8:18 PM To: users@lists.open-mpi.org Cc: Kook Jin Noh <vorl...@outlook.com> Subject: [OMPI users] Another OpenMPI 5.0.1. Installation Failure Hi, I'm installting OpenMPI on Archlinux 6.7.0. Everything goes well till: ============================================================================ Testsuite summary for Open MPI 5.0.1 ============================================================================ # TOTAL: 13 # PASS: 13 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[4]: Leaving directory '/home/vorlket/build/openmpi-ucx/src/openmpi-5.0.1/test/datatype' make[3]: Leaving directory '/home/vorlket/build/openmpi-ucx/src/openmpi-5.0.1/test/datatype' make[2]: Leaving directory '/home/vorlket/build/openmpi-ucx/src/openmpi-5.0.1/test/datatype' Making check in util make[2]: Entering directory '/home/vorlket/build/openmpi-ucx/src/openmpi-5.0.1/test/util' make opal_bit_ops opal_path_nfs bipartite_graph opal_sha256 make[3]: Entering directory '/home/vorlket/build/openmpi-ucx/src/openmpi-5.0.1/test/util' CCLD opal_bit_ops CCLD opal_path_nfs CCLD bipartite_graph CCLD opal_sha256 make[3]: Leaving directory '/home/vorlket/build/openmpi-ucx/src/openmpi-5.0.1/test/util' make check-TESTS make[3]: Entering directory '/home/vorlket/build/openmpi-ucx/src/openmpi-5.0.1/test/util' make[4]: Entering directory '/home/vorlket/build/openmpi-ucx/src/openmpi-5.0.1/test/util' PASS: opal_bit_ops FAIL: opal_path_nfs PASS: bipartite_graph PASS: opal_sha256 ============================================================================ Testsuite summary for Open MPI 5.0.1 ============================================================================ # TOTAL: 4 # PASS: 3 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 ============================================================================ See test/util/test-suite.log Please report to https://www.open-mpi.org/community/help/ ============================================================================ make[4]: *** [Makefile:1838: test-suite.log] Error 1 make[4]: Leaving directory '/home/vorlket/build/openmpi-ucx/src/openmpi-5.0.1/test/util' make[3]: *** [Makefile:1946: check-TESTS] Error 2 make[3]: Leaving directory '/home/vorlket/build/openmpi-ucx/src/openmpi-5.0.1/test/util' make[2]: *** [Makefile:2040: check-am] Error 2 make[2]: Leaving directory '/home/vorlket/build/openmpi-ucx/src/openmpi-5.0.1/test/util' make[1]: *** [Makefile:1416: check-recursive] Error 1 make[1]: Leaving directory '/home/vorlket/build/openmpi-ucx/src/openmpi-5.0.1/test' make: *** [Makefile:1533: check-recursive] Error 1 make: Leaving directory '/home/vorlket/build/openmpi-ucx/src/openmpi-5.0.1' ==> ERROR: A failure occurred in check(). Aborting... [vorlket@miniserver openmpi-ucx]$ Could you please help me understanding what's going on? Thanks.