diff --git a/outputs/packaging.sh b/outputs/packaging.sh index 9e03c1ff9..c2941bad3 100755 --- a/outputs/packaging.sh +++ b/outputs/packaging.sh @@ -12,13 +12,12 @@ project="$(dirname "$0")" rm -rf "${raw_outputs:?}/packaging" . "$project/init_spack.sh" +spack repo update # Cannot use \$HOME (in CI) mpileaks_package_py="$HOME/$dir/$tutorial_subdir/packages/tutorial_mpileaks/package.py" export SPACK_COLOR=never -# Packaging commands - # tutorial repository set up example packaging/repo-create "spack repo create $repo_root $name" example packaging/repo-create "spack repo add $repo_root/$tutorial_subdir" @@ -27,23 +26,22 @@ example packaging/repo-list "spack repo list" example packaging/repo-config "spack config get repos" +# spack create skeleton # make the editor automatically exit export EDITOR=true example packaging/create "spack create --name tutorial-mpileaks --namespace $name https://github.com/LLNL/mpileaks/archive/refs/tags/v1.0.tar.gz" example packaging/checksum-mpileaks-1 "spack checksum tutorial-mpileaks 1.0" -example --expect-error packaging/install-mpileaks-1 "spack install tutorial-mpileaks" +example --tee --expect-error packaging/install-mpileaks-1 "spack install tutorial-mpileaks" -# TODO: Update info-mpileaks.out output manually since automation fails. -# -# This fails ("Error: invalid width -2 (must be > 0)") in CI when preparing -# variants BUT not when run on the command line. -#cp "$PROJECT/package-py-files/1.package.py" "$mpileaks_package_py" -#example packaging/info-mpileaks "spack info --phases tutorial-mpileaks" +# add documentation +cp "$PROJECT/package-py-files/1.package.py" "$mpileaks_package_py" +example packaging/info-mpileaks "spack info --phases tutorial-mpileaks" +# add dependencies cp "$PROJECT/package-py-files/2.package.py" "$mpileaks_package_py" -example --expect-error packaging/install-mpileaks-2 "spack install tutorial-mpileaks" +example --tee --expect-error packaging/install-mpileaks-2 "spack install tutorial-mpileaks" stage_dir="$(spack location -s tutorial-mpileaks)" example packaging/build-output "cat $stage_dir/spack-build-out.txt" @@ -68,19 +66,24 @@ example packaging/build-output "cat $stage_dir/spack-build-out.txt" #) #run_configure +# configure arguments cp "$PROJECT/package-py-files/3.package.py" "$mpileaks_package_py" -example packaging/install-mpileaks-3 "spack install tutorial-mpileaks" +example --tee packaging/install-mpileaks-3 "spack install tutorial-mpileaks" +# variants cp "$PROJECT/package-py-files/4.package.py" "$mpileaks_package_py" -example packaging/install-mpileaks-4 "spack install --verbose tutorial-mpileaks stackstart=4" +example --tee packaging/install-mpileaks-4 "spack install --verbose tutorial-mpileaks stackstart=4" -example packaging/install-mpileaks-5 "spack uninstall -ay tutorial-mpileaks" -cp "$PROJECT/package-py-files/5.package.py" "$mpileaks_package_py" -example --expect-error packaging/install-mpileaks-5 "spack install --test=root tutorial-mpileaks" - -cp "$PROJECT/package-py-files/6.package.py" "$mpileaks_package_py" -example packaging/install-mpileaks-6 "spack install --test=root tutorial-mpileaks" +# TODO: Re-enable once https://github.com/spack/spack/issues/52573 is resolved. +# tests +#example --tee packaging/install-mpileaks-5 "spack uninstall -ay tutorial-mpileaks" +#cp "$PROJECT/package-py-files/5.package.py" "$mpileaks_package_py" +#example --tee --expect-error packaging/install-mpileaks-5 "spack install --test=root tutorial-mpileaks" +# +#cp "$PROJECT/package-py-files/6.package.py" "$mpileaks_package_py" +#example --tee packaging/install-mpileaks-6 "spack install --test=root tutorial-mpileaks" -example packaging/cleanup "spack uninstall -ay tutorial-mpileaks" +# cleanup +example --tee packaging/cleanup "spack uninstall -ay tutorial-mpileaks" example packaging/cleanup "spack repo remove $name" example packaging/cleanup "rm -rf $repo_root" diff --git a/outputs/packaging/build-env-configure.out b/outputs/packaging/build-env-configure.out index 44090c2fa..bd6f4cfa7 100644 --- a/outputs/packaging/build-env-configure.out +++ b/outputs/packaging/build-env-configure.out @@ -1,52 +1,35 @@ -$ ./configure --prefix=$HOME/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.5.0/mpileaks-1.0-wl3kx4o4bgegghl4u7hb3jk4toina3fx +$ ./configure --prefix=$HOME/spack/opt/spack/linux-x86_64_v3/tutorial-mpileaks-1.0-olkbps3ghmpiiy4dserbxgj5hlsm5ij checking metadata... no checking installation directory variables... yes checking for a BSD-compatible install... /usr/bin/install -c +checking whether sleep supports fractional seconds... yes +checking filesystem timestamp resolution... 0.01 checking whether build environment is sane... yes -checking for a thread-safe mkdir -p... /bin/mkdir -p -checking for gawk... gawk -checking whether make sets $(MAKE)... yes -checking for gcc... /home/spack/spack/lib/spack/env/gcc/gcc -checking for C compiler default output file name... a.out -checking whether the C compiler works... yes -checking whether we are cross compiling... no -checking for suffix of executables... -checking for suffix of object files... o -checking whether we are using the GNU C compiler... yes -checking whether /home/spack/spack/lib/spack/env/gcc/gcc accepts -g... yes -checking for /home/spack/spack/lib/spack/env/gcc/gcc option to accept ISO C89... none needed -checking for style of include used by make... GNU -checking dependency style of /home/spack/spack/lib/spack/env/gcc/gcc... gcc3 -checking whether /home/spack/spack/lib/spack/env/gcc/gcc and cc understand -c and -o together... yes -checking whether we are using the GNU C++ compiler... yes -checking whether /home/spack/spack/lib/spack/env/gcc/g++ accepts -g... yes -checking dependency style of /home/spack/spack/lib/spack/env/gcc/g++... gcc3 -checking for /home/spack/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.5.0/openmpi-4.1.3-jfxctqwar7wb65rn7wf5mot7m4jxmsey/bin/mpicc... /home/spack/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.5.0/openmpi-4.1.3-jfxctqwar7wb65rn7wf5mot7m4jxmsey/bin/mpicc -Checking whether /home/spack/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.5.0/openmpi-4.1.3-jfxctqwar7wb65rn7wf5mot7m4jxmsey/bin/mpicc responds to '-showme:compile'... yes -configure: error: unable to locate adept-utils installation -checking metadata... no -checking installation directory variables... yes -checking for a BSD-compatible install... /usr/bin/install -c -checking whether build environment is sane... yes -checking for a thread-safe mkdir -p... /bin/mkdir -p +checking for a race-free mkdir -p... /usr/bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes -checking for gcc... /home/spack/spack/lib/spack/env/gcc/gcc -checking for C compiler default output file name... a.out +checking whether make supports nested variables... yes +checking xargs -n works... yes +checking whether UID '1001' is supported by ustar format... yes +checking whether GID '1001' is supported by ustar format... yes +checking how to create a ustar tar archive... gnutar +checking for gcc... /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/gcc checking whether the C compiler works... yes +checking for C compiler default output file name... a.out +checking for suffix of executables... checking whether we are cross compiling... no -checking for suffix of executables... checking for suffix of object files... o -checking whether we are using the GNU C compiler... yes -checking whether /home/spack/spack/lib/spack/env/gcc/gcc accepts -g... yes -checking for /home/spack/spack/lib/spack/env/gcc/gcc option to accept ISO C89... none needed -checking for style of include used by make... GNU -checking dependency style of /home/spack/spack/lib/spack/env/gcc/gcc... gcc3 -checking whether /home/spack/spack/lib/spack/env/gcc/gcc and cc understand -c and -o together... yes -checking whether we are using the GNU C++ compiler... yes -checking whether /home/spack/spack/lib/spack/env/gcc/g++ accepts -g... yes -checking dependency style of /home/spack/spack/lib/spack/env/gcc/g++... gcc3 -checking for /home/spack/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.5.0/openmpi-4.1.1-p5qicacmcy72pjljd4lfdy66kavxp3tv/bin/mpicc... /home/spack/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.5.0/openmpi-4.1.1-p5qicacmcy72pjljd4lfdy66kavxp3tv/bin/mpicc -Checking whether /home/spack/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.5.0/openmpi-4.1.1-p5qicacmcy72pjljd4lfdy66kavxp3tv/bin/mpicc responds to '-showme:compile'... yes +checking whether the compiler supports GNU C... yes +checking whether /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/gcc accepts -g... yes +checking for /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/gcc option to enable C11 features... none needed +checking whether /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/gcc understands -c and -o together... yes +checking whether make supports the include directive... yes (GNU style) +checking dependency style of /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/gcc... gcc3 +checking whether the compiler supports GNU C++... yes +checking whether /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ accepts -g... yes +checking for /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ option to enable C++11 features... none needed +checking dependency style of /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++... gcc3 +checking for /home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/bin/mpicc... /home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/bin/mpicc +Checking whether /home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/bin/mpicc responds to '-showme:compile'... yes configure: error: unable to locate adept-utils installation diff --git a/outputs/packaging/build-output.out b/outputs/packaging/build-output.out index a1bcc91a3..c7168f9e8 100644 --- a/outputs/packaging/build-output.out +++ b/outputs/packaging/build-output.out @@ -1,6 +1,9 @@ -$ cat /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-7eebjmaajx5lz6xmhlntk5lk3he7yxp2/spack-build-out.txt +$ cat /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-olkbps3ghmpiiy4dserbxgj5hlsm5ije/spack-build-out.txt +/home/spack/spack/lib/spack/spack/build_environment.py:490: SpackAPIWarning: when setting environment variable SPACK_DEBUG_LOG_DIR=None: value is of type `NoneType`, but `str` was expected. This is deprecated and will be an error in Spack v1.0 + env.set(SPACK_DEBUG_LOG_DIR, spack.paths.spack_working_dir) +==> No patches needed for tutorial-mpileaks ==> tutorial-mpileaks: Executing phase: 'autoreconf' -==> [2026-05-07-22:33:41.813477] '/home/spack/spack/opt/spack/linux-x86_64_v3/autoconf-2.72-fgsf5ijzhnbaj2fqngm57aoe6civ72uz/bin/autoreconf' '--install' '--verbose' '--force' +==> [2026-06-19-08:14:41.833830] /home/spack/spack/opt/spack/linux-x86_64_v3/autoconf-2.72-jo3eg4rjvufc6kzkann5rfyufgoc4lbj/bin/autoreconf --install --verbose --force autoreconf: export WARNINGS= autoreconf: Entering directory '.' autoreconf: configure.ac: not using Gettext @@ -18,11 +21,10 @@ libtoolize: copying file 'm4/lt~obsolete.m4' autoreconf: configure.ac: not using Intltool autoreconf: configure.ac: not using Gtkdoc autoreconf: running: aclocal --force -I m4 -autoreconf: running: /home/spack/spack/opt/spack/linux-x86_64_v3/autoconf-2.72-fgsf5ijzhnbaj2fqngm57aoe6civ72uz/bin/autoconf --force +autoreconf: running: /home/spack/spack/opt/spack/linux-x86_64_v3/autoconf-2.72-jo3eg4rjvufc6kzkann5rfyufgoc4lbj/bin/autoconf --force configure.ac:9: warning: 'AM_CONFIG_HEADER': this macro is obsolete. configure.ac:9: You should use the 'AC_CONFIG_HEADERS' macro instead. -/tmp/root/spack-stage/spack-stage-autoconf-2.72-fgsf5ijzhnbaj2fqngm57aoe6civ72uz/spack-src/lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from... -aclocal.m4:745: AM_CONFIG_HEADER is expanded from... +aclocal.m4:708: AM_CONFIG_HEADER is expanded from... configure.ac:9: the top level configure.ac:38: warning: The macro 'AC_PROG_LIBTOOL' is obsolete. configure.ac:38: You should run autoupdate. @@ -30,51 +32,56 @@ m4/libtool.m4:100: AC_PROG_LIBTOOL is expanded from... configure.ac:38: the top level configure.ac:47: warning: The macro 'AC_HEADER_STDC' is obsolete. configure.ac:47: You should run autoupdate. -/tmp/root/spack-stage/spack-stage-autoconf-2.72-fgsf5ijzhnbaj2fqngm57aoe6civ72uz/spack-src/lib/autoconf/headers.m4:663: AC_HEADER_STDC is expanded from... +/tmp/root/spack-stage/spack-stage-autoconf-2.72-jo3eg4rjvufc6kzkann5rfyufgoc4lbj/spack-src/lib/autoconf/headers.m4:663: AC_HEADER_STDC is expanded from... configure.ac:47: the top level -autoreconf: running: /home/spack/spack/opt/spack/linux-x86_64_v3/autoconf-2.72-fgsf5ijzhnbaj2fqngm57aoe6civ72uz/bin/autoheader --force +autoreconf: running: /home/spack/spack/opt/spack/linux-x86_64_v3/autoconf-2.72-jo3eg4rjvufc6kzkann5rfyufgoc4lbj/bin/autoheader --force autoreconf: running: automake --add-missing --copy --force-missing configure.ac:26: installing 'config/compile' configure.ac:19: installing 'config/missing' src/Makefile.am:14: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') src/Makefile.am: installing 'config/depcomp' -autoreconf: 'config/install-sh' is updated -autoreconf: 'config/config.sub' is updated -autoreconf: 'config/config.guess' is updated autoreconf: Leaving directory '.' ==> tutorial-mpileaks: Executing phase: 'configure' -==> [2026-05-07-22:33:45.749596] Find (max depth = None): ['/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-7eebjmaajx5lz6xmhlntk5lk3he7yxp2/spack-src'] ['configure'] -==> [2026-05-07-22:33:45.750892] Find complete: ['/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-7eebjmaajx5lz6xmhlntk5lk3he7yxp2/spack-src'] ['configure'] -==> [2026-05-07-22:33:45.751471] FILTER FILE: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-7eebjmaajx5lz6xmhlntk5lk3he7yxp2/spack-src/configure [replacing "^(\s*if test x-L = )("\$p" \|\|\s*)$"] -==> [2026-05-07-22:33:45.771995] FILTER FILE: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-7eebjmaajx5lz6xmhlntk5lk3he7yxp2/spack-src/configure [replacing "^(\s*test x-R = )("\$p")(; then\s*)$"] -==> [2026-05-07-22:33:45.791608] FILTER FILE: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-7eebjmaajx5lz6xmhlntk5lk3he7yxp2/spack-src/configure [replacing "^(\s*test \$p = "-R")(; then\s*)$"] -==> [2026-05-07-22:33:45.810993] FILTER FILE: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-7eebjmaajx5lz6xmhlntk5lk3he7yxp2/spack-src/configure [replacing "lt_cv_apple_cc_single_mod=no"] -==> [2026-05-07-22:33:45.831008] '/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-7eebjmaajx5lz6xmhlntk5lk3he7yxp2/spack-src/configure' '--prefix=/home/spack/spack/opt/spack/linux-x86_64_v3/tutorial-mpileaks-1.0-7eebjmaajx5lz6xmhlntk5lk3he7yxp2' +==> [2026-06-19-08:14:44.659730] Find (max depth = None): ['/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-olkbps3ghmpiiy4dserbxgj5hlsm5ije/spack-src'] ['configure'] +==> [2026-06-19-08:14:44.660326] Find complete: ['/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-olkbps3ghmpiiy4dserbxgj5hlsm5ije/spack-src'] ['configure'] +==> [2026-06-19-08:14:44.660557] FILTER FILE: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-olkbps3ghmpiiy4dserbxgj5hlsm5ije/spack-src/configure [replacing "^(\s*if test x-L = )("\$p" \|\|\s*)$"] +==> [2026-06-19-08:14:44.674514] FILTER FILE: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-olkbps3ghmpiiy4dserbxgj5hlsm5ije/spack-src/configure [replacing "^(\s*test x-R = )("\$p")(; then\s*)$"] +==> [2026-06-19-08:14:44.685908] FILTER FILE: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-olkbps3ghmpiiy4dserbxgj5hlsm5ije/spack-src/configure [replacing "^(\s*test \$p = "-R")(; then\s*)$"] +==> [2026-06-19-08:14:44.697427] FILTER FILE: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-olkbps3ghmpiiy4dserbxgj5hlsm5ije/spack-src/configure [replacing "lt_cv_apple_cc_single_mod=no"] +==> [2026-06-19-08:14:44.709950] /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-olkbps3ghmpiiy4dserbxgj5hlsm5ije/spack-src/configure --prefix=/home/spack/spack/opt/spack/linux-x86_64_v3/tutorial-mpileaks-1.0-olkbps3ghmpiiy4dserbxgj5hlsm5ije checking metadata... no checking installation directory variables... yes checking for a BSD-compatible install... /usr/bin/install -c +checking whether sleep supports fractional seconds... yes +checking filesystem timestamp resolution... 0.01 checking whether build environment is sane... yes checking for a race-free mkdir -p... /usr/bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes -checking for gcc... /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/gcc +checking xargs -n works... yes +checking whether UID '1001' is supported by ustar format... yes +checking whether GID '1001' is supported by ustar format... yes +checking how to create a ustar tar archive... gnutar +checking for gcc... /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes -checking whether /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/gcc accepts -g... yes -checking for /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/gcc option to enable C11 features... none needed -checking whether /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/gcc understands -c and -o together... yes +checking whether /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/gcc accepts -g... yes +checking for /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/gcc option to enable C11 features... none needed +checking whether /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) -checking dependency style of /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/gcc... gcc3 +checking dependency style of /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/gcc... gcc3 checking whether the compiler supports GNU C++... yes -checking whether /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/g++ accepts -g... yes -checking for /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/g++ option to enable C++11 features... none needed -checking dependency style of /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/g++... gcc3 -checking for /home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.8-tqxbnvoiw3nzds4xypcualamx3cvisln/bin/mpicc... /home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.8-tqxbnvoiw3nzds4xypcualamx3cvisln/bin/mpicc -Checking whether /home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.8-tqxbnvoiw3nzds4xypcualamx3cvisln/bin/mpicc responds to '-showme:compile'... yes +checking whether /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ accepts -g... yes +checking for /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ option to enable C++11 features... none needed +checking dependency style of /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++... gcc3 +checking for /home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/bin/mpicc... /home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/bin/mpicc +Checking whether /home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/bin/mpicc responds to '-showme:compile'... yes configure: error: unable to locate adept-utils installation +Command exited with status 1: + /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-olkbps3ghmpiiy4dserbxgj5hlsm5ije/spack-src/configure --prefix=/home/spack/spack/opt/spack/linux-x86_64_v3/tutorial-mpileaks-1.0-olkbps3ghmpiiy4dserbxgj5hlsm5ije diff --git a/outputs/packaging/checksum-mpileaks-1.out b/outputs/packaging/checksum-mpileaks-1.out index 1753ffd51..c94587d46 100644 --- a/outputs/packaging/checksum-mpileaks-1.out +++ b/outputs/packaging/checksum-mpileaks-1.out @@ -1,7 +1,6 @@ $ spack checksum tutorial-mpileaks 1.0 ==> Found 1 version of tutorial-mpileaks -==> Fetching https://github.com/LLNL/mpileaks/archive/refs/tags/v1.0.tar.gz - [100%] 339.70 KB @ 3.1 MB/s + [100%] 339.70 KB @ 2.5 MB/s version("1.0", sha256="24c706591bdcd84541e19389a9314813ce848035ee877e213d528b184f4b43f9") diff --git a/outputs/packaging/cleanup.out b/outputs/packaging/cleanup.out index 59c6604d1..61eceb60c 100644 --- a/outputs/packaging/cleanup.out +++ b/outputs/packaging/cleanup.out @@ -1,5 +1,6 @@ $ spack uninstall -ay tutorial-mpileaks -==> Successfully uninstalled tutorial-mpileaks@1.0 build_system=autotools stackstart=0 platform=linux os=ubuntu22.04 target=x86_64_v3/lrsybks +==> Successfully uninstalled tutorial-mpileaks@1.0 build_system=autotools platform=linux os=ubuntu26.04 target=x86_64_v3/5smq7eq +==> Successfully uninstalled tutorial-mpileaks@1.0 build_system=autotools stackstart=4 platform=linux os=ubuntu26.04 target=x86_64_v3/uqw7gjz $ spack repo remove tutorial ==> Removed repository 'tutorial' from scope 'user'. $ rm -rf $HOME/my_pkgs diff --git a/outputs/packaging/create.out b/outputs/packaging/create.out index 0f8070344..81dc5ea05 100644 --- a/outputs/packaging/create.out +++ b/outputs/packaging/create.out @@ -1,7 +1,6 @@ $ spack create --name tutorial-mpileaks --namespace tutorial https://github.com/LLNL/mpileaks/archive/refs/tags/v1.0.tar.gz ==> Using specified package name: 'tutorial-mpileaks' -==> Fetching https://github.com/llnl/mpileaks/releases/download/v1.0/mpileaks-1.0.tar.gz - [100%] 336.09 KB @ 43.5 MB/s + [100%] 336.09 KB @ 4.5 MB/s ==> This package looks like it uses the autoreconf build system ==> Created template for tutorial-mpileaks package ==> Created package file: /home/spack/my_pkgs/spack_repo/tutorial/packages/tutorial_mpileaks/package.py diff --git a/outputs/packaging/install-mpileaks-1.out b/outputs/packaging/install-mpileaks-1.out index c862902e5..41a218926 100644 --- a/outputs/packaging/install-mpileaks-1.out +++ b/outputs/packaging/install-mpileaks-1.out @@ -1,78 +1,96 @@ $ spack install tutorial-mpileaks -[+] /usr (external glibc-2.35-qg7qyazcn2fwrck5vgr3mxq3i4uxkhlo) -[+] /usr (external gcc-11.4.0-ml7cem5pfeoluzbhb7jsiisemvoauaz5) -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2 -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/gcc-runtime-11.4.0-nokfxvaa4aklxfhoymvz6hlvbqw3kwnh -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/berkeley-db-18.1.40-vdgigswy4fvttrivbedl4cp7bl72esma -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/zlib-ng-2.2.4-zk6keshnphcta4rwsmvvexg5e25uqnbd -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/findutils-4.10.0-irvrytslmleivpkraggqq5brluhluert -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/ncurses-6.5-20250705-ncdxq3juvboefpavgmovg5rb5bx76ohz -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/gmake-4.4.1-4obn7cgqfwoxyvmnpeedud63bsjhoqma -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/libsigsegv-2.14-bs5ujst3rrdcbj3r726bekzjfdddck4w -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/libtool-2.4.7-yt7ajy4c3zwh2ks6dawvycaxrydjibel -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/bzip2-1.0.8-x7t4najic2jb46srjiebkrf55utda3nl -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/readline-8.3-c6d2zljdklrjdya4xy236brmpdonc2xo -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/m4-1.4.20-lxvpwtivihagmvso5cxgs3b7olqmac2g -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/gdbm-1.25-aq7qwy6yezwhtwdrsyqen65rmjmlth27 -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/perl-5.42.0-cvuukniutivcofp25gugkl2g5y7aur4o -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/automake-1.16.5-6ib4pvm3dvnewlphh52mrxjbd75oewev -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/autoconf-2.72-r3ant5t3prottmtc7yneqj6cr5gs6vvt -==> No binary for tutorial-mpileaks-1.0-l5k6vdax2qzch5oz4jfmqjkbjq3j4ala found: installing from source -==> Installing tutorial-mpileaks-1.0-l5k6vdax2qzch5oz4jfmqjkbjq3j4ala [19/19] -==> Fetching https://mirror.spack.io/_source-cache/archive/2e/2e34cc4505556d1c1f085758e26f2f8eea0972db9382f051b2dcfb1d7d9e1825.tar.gz - [100%] 336.09 KB @ 50.4 MB/s -==> No patches needed for tutorial-mpileaks -==> tutorial-mpileaks: Executing phase: 'autoreconf' -==> tutorial-mpileaks: Executing phase: 'configure' -==> Error: ProcessError: Command exited with status 1: - '/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-l5k6vdax2qzch5oz4jfmqjkbjq3j4ala/spack-src/configure' '--prefix=/home/spack/spack/opt/spack/linux-x86_64_v3/tutorial-mpileaks-1.0-l5k6vdax2qzch5oz4jfmqjkbjq3j4ala' - -13 errors found in build log: - 16 libtoolize: copying file 'm4/lt~obsolete.m4' - 17 autoreconf: configure.ac: not using Intltool - 18 autoreconf: configure.ac: not using Gtkdoc - 19 autoreconf: running: aclocal --force -I m4 - 20 autoreconf: running: /home/spack/spack/opt/spack/linux-x86_64_v3/autoconf-2.72-r3a - nt5t3prottmtc7yneqj6cr5gs6vvt/bin/autoconf --force - 21 configure.ac:9: warning: 'AM_CONFIG_HEADER': this macro is obsolete. - >> 22 configure.ac:9: You should use the 'AC_CONFIG_HEADERS' macro instead. - >> 23 /tmp/root/spack-stage/spack-stage-autoconf-2.72-r3ant5t3prottmtc7yneqj6cr5gs6vvt/s - pack-src/lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from... - >> 24 aclocal.m4:745: AM_CONFIG_HEADER is expanded from... - >> 25 configure.ac:9: the top level - 26 configure.ac:38: warning: The macro 'AC_PROG_LIBTOOL' is obsolete. - >> 27 configure.ac:38: You should run autoupdate. - >> 28 m4/libtool.m4:100: AC_PROG_LIBTOOL is expanded from... - >> 29 configure.ac:38: the top level - 30 configure.ac:47: warning: The macro 'AC_HEADER_STDC' is obsolete. - >> 31 configure.ac:47: You should run autoupdate. - >> 32 /tmp/root/spack-stage/spack-stage-autoconf-2.72-r3ant5t3prottmtc7yneqj6cr5gs6vvt/s - pack-src/lib/autoconf/headers.m4:663: AC_HEADER_STDC is expanded from... - >> 33 configure.ac:47: the top level - 34 autoreconf: running: /home/spack/spack/opt/spack/linux-x86_64_v3/autoconf-2.72-r3a - nt5t3prottmtc7yneqj6cr5gs6vvt/bin/autoheader --force - 35 autoreconf: running: automake --add-missing --copy --force-missing - >> 36 configure.ac:26: installing 'config/compile' - >> 37 configure.ac:19: installing 'config/missing' - 38 src/Makefile.am:14: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_C - PPFLAGS') - 39 src/Makefile.am: installing 'config/depcomp' - 40 autoreconf: 'config/install-sh' is updated - 41 autoreconf: 'config/config.sub' is updated - 42 autoreconf: 'config/config.guess' is updated - 43 autoreconf: Leaving directory '.' - - ... - - 80 checking for mpipgcc... no - 81 Checking whether not-found responds to '-showme:compile'... no - 82 Checking whether not-found responds to '-showme'... no - 83 Checking whether not-found responds to '-compile-info'... no - 84 Checking whether not-found responds to '-show'... no - 85 /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-l5k6vdax2qzch5oz4jfmqjkbj - q3j4ala/spack-src/configure: line 5935: Echo: command not found - >> 86 configure: error: unable to locate adept-utils installation - -See build log for details: - /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-l5k6vdax2qzch5oz4jfmqjkbjq3j4ala/spack-build-out.txt - +[ ] 5txfucc tutorial-mpileaks@1.0 fetching from build cache (0s) +[ ] 5txfucc tutorial-mpileaks@1.0 no binary available (0s) +[ ] r4lhaok gmake@4.4.1 fetching from build cache (0s) +[ ] ohmdb2l less@692 fetching from build cache (0s) +[ ] k25xiih readline@8.3 fetching from build cache (0s) +[ ] r4lhaok gmake@4.4.1 relocating (0s) +[ ] 27d4iyp berkeley-db@18.1.40 fetching from build cache (0s) +[ ] ohmdb2l less@692 relocating (0s) +[ ] phcmfqk libsigsegv@2.15 fetching from build cache (0s) +[ ] punbqrx findutils@4.10.0 fetching from build cache (0s) +[ ] mguwetc file@5.46 fetching from build cache (0s) +[ ] k25xiih readline@8.3 relocating (0s) +[ ] 27d4iyp berkeley-db@18.1.40 relocating (0s) +[ ] phcmfqk libsigsegv@2.15 relocating (0s) +[ ] punbqrx findutils@4.10.0 relocating (0s) +[+] r4lhaok gmake@4.4.1 /home/spack/spack/opt/spack/linux-x86_64_v3/gmake-4.4.1-r4lhaokbvyicys3x6yxyhtxucmgzo7kh (0s) +[ ] mguwetc file@5.46 relocating (0s) +[+] ohmdb2l less@692 /home/spack/spack/opt/spack/linux-x86_64_v3/less-692-ohmdb2lfmv2mghjfr7o22nlbaue23m6o (0s) +[+] phcmfqk libsigsegv@2.15 /home/spack/spack/opt/spack/linux-x86_64_v3/libsigsegv-2.15-phcmfqkiobbdxotapv2famdv4vk5yvs7 (0s) +[+] k25xiih readline@8.3 /home/spack/spack/opt/spack/linux-x86_64_v3/readline-8.3-k25xiihp5dun6qwe3e5ouzdigwr5yuvz (0s) +[+] 27d4iyp berkeley-db@18.1.40 /home/spack/spack/opt/spack/linux-x86_64_v3/berkeley-db-18.1.40-27d4iypucirxwepjeco5bulvrej5l3bu (1s) +[+] mguwetc file@5.46 /home/spack/spack/opt/spack/linux-x86_64_v3/file-5.46-mguwetco632vycva2piy7hmqoc26acsq (1s) +[ ] y6uqrto m4@1.4.21 fetching from build cache (1s) +[+] punbqrx findutils@4.10.0 /home/spack/spack/opt/spack/linux-x86_64_v3/findutils-4.10.0-punbqrxx5vrhjry7gtdadymv34ryapi2 (1s) +[ ] cq4dkuc gdbm@1.26 fetching from build cache (1s) +[ ] y6uqrto m4@1.4.21 relocating (1s) +[ ] cq4dkuc gdbm@1.26 relocating (1s) +[ ] 3gdq456 libtool@2.5.4 fetching from build cache (0s) +[ ] 3gdq456 libtool@2.5.4 relocating (0s) +[+] y6uqrto m4@1.4.21 /home/spack/spack/opt/spack/linux-x86_64_v3/m4-1.4.21-y6uqrtoi6sjdfvvyxgmifksxwktsyx3t (1s) +[+] cq4dkuc gdbm@1.26 /home/spack/spack/opt/spack/linux-x86_64_v3/gdbm-1.26-cq4dkucz57w6rd7gnkhgbzfqz4snldpy (1s) +[ ] bvphs3b perl@5.42.0 fetching from build cache (0s) +[+] 3gdq456 libtool@2.5.4 /home/spack/spack/opt/spack/linux-x86_64_v3/libtool-2.5.4-3gdq456decrkzdhi7hwf3ndgvixvmu3n (0s) +[ ] bvphs3b perl@5.42.0 relocating (0s) +[+] bvphs3b perl@5.42.0 /home/spack/spack/opt/spack/linux-x86_64_v3/perl-5.42.0-bvphs3b3jahsyypadzj7kwfb23egjgb5 (0s) +[ ] yhkgfai automake@1.18.1 fetching from build cache (0s) +[ ] jo3eg4r autoconf@2.72 fetching from build cache (0s) +[ ] yhkgfai automake@1.18.1 relocating (0s) +[ ] jo3eg4r autoconf@2.72 relocating (0s) +[+] yhkgfai automake@1.18.1 /home/spack/spack/opt/spack/linux-x86_64_v3/automake-1.18.1-yhkgfaibmqj5ww5wfesjkdtrwpndwdtm (0s) +[+] jo3eg4r autoconf@2.72 /home/spack/spack/opt/spack/linux-x86_64_v3/autoconf-2.72-jo3eg4rjvufc6kzkann5rfyufgoc4lbj (0s) +[ ] 5txfucc tutorial-mpileaks@1.0 staging (0s) +[ ] 5txfucc tutorial-mpileaks@1.0 autoreconf (0s) +[ ] 5txfucc tutorial-mpileaks@1.0 configure (3s) +[x] 5txfucc tutorial-mpileaks@1.0 failed: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-5txfucci42vvbfv3pw52fe2sf463qo7c-usu4vg6q.log (4s) +-- lines 1 to 7 -- +> /home/spack/spack/lib/spack/spack/build_environment.py:490: SpackAPIWarning: when setting environment variable SPACK_DEBUG_LOG_DIR=None: value is of type `NoneType`, but `str` was expected. This is deprecated and will be an error in Spack v1.0 + env.set(SPACK_DEBUG_LOG_DIR, spack.paths.spack_working_dir) + ==> No patches needed for tutorial-mpileaks + ==> tutorial-mpileaks: Executing phase: 'autoreconf' + ==> [2026-06-19-08:14:27.539121] /home/spack/spack/opt/spack/linux-x86_64_v3/autoconf-2.72-jo3eg4rjvufc6kzkann5rfyufgoc4lbj/bin/autoreconf --install --verbose --force + autoreconf: export WARNINGS= + autoreconf: Entering directory '.' +-- lines 18 to 46 -- + libtoolize: copying file 'm4/ltversion.m4' + libtoolize: copying file 'm4/lt~obsolete.m4' + autoreconf: configure.ac: not using Intltool + autoreconf: configure.ac: not using Gtkdoc + autoreconf: running: aclocal --force -I m4 + autoreconf: running: /home/spack/spack/opt/spack/linux-x86_64_v3/autoconf-2.72-jo3eg4rjvufc6kzkann5rfyufgoc4lbj/bin/autoconf --force +> configure.ac:9: warning: 'AM_CONFIG_HEADER': this macro is obsolete. +> configure.ac:9: You should use the 'AC_CONFIG_HEADERS' macro instead. +> aclocal.m4:708: AM_CONFIG_HEADER is expanded from... +> configure.ac:9: the top level +> configure.ac:38: warning: The macro 'AC_PROG_LIBTOOL' is obsolete. +> configure.ac:38: You should run autoupdate. +> m4/libtool.m4:100: AC_PROG_LIBTOOL is expanded from... +> configure.ac:38: the top level +> configure.ac:47: warning: The macro 'AC_HEADER_STDC' is obsolete. +> configure.ac:47: You should run autoupdate. +> /tmp/root/spack-stage/spack-stage-autoconf-2.72-jo3eg4rjvufc6kzkann5rfyufgoc4lbj/spack-src/lib/autoconf/headers.m4:663: AC_HEADER_STDC is expanded from... +> configure.ac:47: the top level + autoreconf: running: /home/spack/spack/opt/spack/linux-x86_64_v3/autoconf-2.72-jo3eg4rjvufc6kzkann5rfyufgoc4lbj/bin/autoheader --force + autoreconf: running: automake --add-missing --copy --force-missing +> configure.ac:26: installing 'config/compile' +> configure.ac:19: installing 'config/missing' +> src/Makefile.am:14: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') + src/Makefile.am: installing 'config/depcomp' + autoreconf: Leaving directory '.' + ==> tutorial-mpileaks: Executing phase: 'configure' + ==> [2026-06-19-08:14:30.242239] Find (max depth = None): ['/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-5txfucci42vvbfv3pw52fe2sf463qo7c/spack-src'] ['configure'] + ==> [2026-06-19-08:14:30.242759] Find complete: ['/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-5txfucci42vvbfv3pw52fe2sf463qo7c/spack-src'] ['configure'] + ==> [2026-06-19-08:14:30.243009] FILTER FILE: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-5txfucci42vvbfv3pw52fe2sf463qo7c/spack-src/configure [replacing "^(\s*if test x-L = )("\$p" \|\|\s*)$"] +-- lines 85 to 93 -- + checking for mpipgcc... no + Checking whether not-found responds to '-showme:compile'... no + Checking whether not-found responds to '-showme'... no + Checking whether not-found responds to '-compile-info'... no + Checking whether not-found responds to '-show'... no + /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-5txfucci42vvbfv3pw52fe2sf463qo7c/spack-src/configure: line 6213: Echo: command not found +> configure: error: unable to locate adept-utils installation + Command exited with status 1: + /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-5txfucci42vvbfv3pw52fe2sf463qo7c/spack-src/configure --prefix=/home/spack/spack/opt/spack/linux-x86_64_v3/tutorial-mpileaks-1.0-5txfucci42vvbfv3pw52fe2sf463qo7c +==> Error: The following packages failed to install: +tutorial-mpileaks@1.0/5txfucci42vvbfv3pw52fe2sf463qo7c: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-5txfucci42vvbfv3pw52fe2sf463qo7c-usu4vg6q.log diff --git a/outputs/packaging/install-mpileaks-2.out b/outputs/packaging/install-mpileaks-2.out index ea7103721..460c3eedb 100644 --- a/outputs/packaging/install-mpileaks-2.out +++ b/outputs/packaging/install-mpileaks-2.out @@ -1,159 +1,81 @@ $ spack install tutorial-mpileaks -[+] /usr (external glibc-2.35-qg7qyazcn2fwrck5vgr3mxq3i4uxkhlo) -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2 -[+] /usr (external gcc-11.4.0-ml7cem5pfeoluzbhb7jsiisemvoauaz5) -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/gcc-runtime-11.4.0-nokfxvaa4aklxfhoymvz6hlvbqw3kwnh -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/libsigsegv-2.14-bs5ujst3rrdcbj3r726bekzjfdddck4w -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/pkgconf-2.5.1-f4qiprwjcd2q3fp63uzgp47f3kw66r5h -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/numactl-2.0.18-yzbm5q6nblzcjccy7kddijqdnkgkxvtp -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/libiconv-1.18-qtepnkrdvqazp3jmfnheapckbemejrhq -==> Fetching file:///mirror/blobs/sha256/cf/cfcf4c5d32808d1fe4fc84dd570eb68e5758719a5662ae042f77fe4541783be8 - [100%] 15.09 MB @ 452.4 GB/s -==> Extracting boost-1.72.0-3bt6bi5q4j5r5yj7wcplgfyzr4t7ffri from binary cache -==> boost: Successfully installed boost-1.72.0-3bt6bi5q4j5r5yj7wcplgfyzr4t7ffri - Search: 0.00s. Fetch: 0.19s. Install: 2.59s. Extract: 2.54s. Relocate: 0.01s. Total: 2.78s -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/boost-1.72.0-3bt6bi5q4j5r5yj7wcplgfyzr4t7ffri -==> Installing boost-1.72.0-3bt6bi5q4j5r5yj7wcplgfyzr4t7ffri [9/52] -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/zlib-ng-2.0.7-qlavhjbsgqyboovfvsultjdwzz5nvthw -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/zstd-1.5.7-foiizhdg2mc4jdjtuddksbzvr64roxea -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/gmake-4.4.1-4obn7cgqfwoxyvmnpeedud63bsjhoqma -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/openssl-3.6.0-gv7wpik32unrnickoxbgm5iqza572w6s -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/bzip2-1.0.8-x7t4najic2jb46srjiebkrf55utda3nl -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/nghttp2-1.48.0-ft5kpbdiz6kctcooz4ksam37pskskehg -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/libpciaccess-0.17-txbwcin227323qmxmg4opnj4r4tvenz4 -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/ncurses-6.5-20250705-ncdxq3juvboefpavgmovg5rb5bx76ohz -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/berkeley-db-18.1.40-vdgigswy4fvttrivbedl4cp7bl72esma -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/xz-5.6.3-yzaocbs7geczi5d7qyvmqwrxi4r7dvph -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/libxcrypt-4.4.38-yiij42powrfh2mwjebwiqxmkvinutofr -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/mbedtls-2.28.9-bz3ghzheol2ecbi3vpldgbb3yd7yblle -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/findutils-4.10.0-irvrytslmleivpkraggqq5brluhluert -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/m4-1.4.20-lxvpwtivihagmvso5cxgs3b7olqmac2g -==> Fetching file:///mirror/blobs/sha256/51/5178c570178758ff52902bf249dccd43196d5f216e872874534874ec745bed70 - [100%] 730.30 KB @ 461.2 GB/s -==> Extracting libiberty-2.41-wz2npe3qsm7j3arf5s4a6ccduutolyyt from binary cache -==> libiberty: Successfully installed libiberty-2.41-wz2npe3qsm7j3arf5s4a6ccduutolyyt - Search: 0.00s. Fetch: 0.01s. Install: 0.06s. Extract: 0.02s. Relocate: 0.01s. Total: 0.07s -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/libiberty-2.41-wz2npe3qsm7j3arf5s4a6ccduutolyyt -==> Installing libiberty-2.41-wz2npe3qsm7j3arf5s4a6ccduutolyyt [24/52] -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/pigz-2.8-kaz756eya6nj3ardls4b6aiaclkaux7i -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/libevent-2.1.12-lprginh6npwjirdhmghjqjckaa7ukrri -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/libedit-3.1-20240808-hdzcfgipukcqxsw7hjkksstbbz5otx3x -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/readline-8.3-c6d2zljdklrjdya4xy236brmpdonc2xo -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/libxml2-2.13.5-5trxrsws5dig3bf63uc4xzcbsywsqtjo -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/libssh2-1.11.1-txa2olxuoxfkv7jdjrdw27djcf6fa5sz -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/libtool-2.4.7-yt7ajy4c3zwh2ks6dawvycaxrydjibel -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/tar-1.35-lfgvgvawnpdxxz7prdfn4vsfgtwruxjc -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/gdbm-1.25-aq7qwy6yezwhtwdrsyqen65rmjmlth27 -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/hwloc-2.12.2-4hos3725nynk2bsskofvtcmk6pmtcjg4 -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/curl-8.15.0-isdtvvdziidtozwacfgtdcv3cukd7uuz -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/gettext-0.23.1-cakgj4ntlncc4zsgty5z6sa7f7mwvlt7 -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/perl-5.42.0-62kt5y4kl7uhwljviixr3m4dyf5vre7t -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/pmix-6.0.0-yqlblh6p4u6vwmfhtffyrnxyqrliw2jm -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/cmake-3.31.9-ivvor7vdsqvplv65yyfragoxppyfi33t -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/elfutils-0.193-brbwl6lkh323duhprbcxlmwwk7zz2cs2 -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/autoconf-2.72-fgsf5ijzhnbaj2fqngm57aoe6civ72uz -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/krb5-1.21.3-hnmy4fwwly5s4xifp5roodj6opppwwiu -==> Fetching file:///mirror/blobs/sha256/7d/7dc5d2212ed7dec228a44e43949ad369d55c87768b8051886d39131e893bcf05 - [100%] 607.33 KB @ 421.1 GB/s -==> Extracting libdwarf-2.1.0-l4t7fu7gmhr2lxu76fcwflhqx2cppoxn from binary cache -==> libdwarf: Successfully installed libdwarf-2.1.0-l4t7fu7gmhr2lxu76fcwflhqx2cppoxn - Search: 0.00s. Fetch: 0.01s. Install: 0.07s. Extract: 0.02s. Relocate: 0.01s. Total: 0.08s -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/libdwarf-2.1.0-l4t7fu7gmhr2lxu76fcwflhqx2cppoxn -==> Installing libdwarf-2.1.0-l4t7fu7gmhr2lxu76fcwflhqx2cppoxn [43/52] -==> Fetching file:///mirror/blobs/sha256/17/17669d34e350ff75504670ca8f5534fdad750277d0a21eeeece7e9c6327dbc99 - [100%] 556.90 KB @ 441.1 GB/s -==> Extracting intel-tbb-2022.3.0-rbf737wu37dt3e6ytiro4d2qo7vbyask from binary cache -==> intel-tbb: Successfully installed intel-tbb-2022.3.0-rbf737wu37dt3e6ytiro4d2qo7vbyask - Search: 0.00s. Fetch: 0.01s. Install: 0.10s. Extract: 0.04s. Relocate: 0.02s. Total: 0.11s -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/intel-tbb-2022.3.0-rbf737wu37dt3e6ytiro4d2qo7vbyask -==> Installing intel-tbb-2022.3.0-rbf737wu37dt3e6ytiro4d2qo7vbyask [44/52] -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/prrte-4.0.0-buin62mintd2cczzj6vsvai45vhpgg6w -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/automake-1.16.5-pzmnwzmdyfj2g64cb6fycltaeiz2edau -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/openssh-9.9p1-cxdcxo5pdxc2nk7domxigdqiygg4757e -==> Fetching file:///mirror/blobs/sha256/6a/6aab55f778d86c103cfd65fed4a41333a1a883b47511b81179882619b3d04d7d - [100%] 67.32 MB @ 452.3 GB/s -==> Extracting dyninst-13.0.0-jiygq6syjsmk6cfoeznnjq5aupwzphqv from binary cache -==> dyninst: Successfully installed dyninst-13.0.0-jiygq6syjsmk6cfoeznnjq5aupwzphqv - Search: 0.00s. Fetch: 0.01s. Install: 0.27s. Extract: 0.18s. Relocate: 0.04s. Total: 0.28s -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/dyninst-13.0.0-jiygq6syjsmk6cfoeznnjq5aupwzphqv -==> Installing dyninst-13.0.0-jiygq6syjsmk6cfoeznnjq5aupwzphqv [48/52] -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.8-tqxbnvoiw3nzds4xypcualamx3cvisln -==> Fetching file:///mirror/blobs/sha256/64/647c4eae7a6c723c3cb0a370c327ff8d20cec5d5541ecffff7cf90b0e687de87 - [100%] 81.78 KB @ 398.8 MB/s -==> Extracting adept-utils-1.0.1-bkfrcjldboplodum7ncujznagdqmdjz4 from binary cache -==> adept-utils: Successfully installed adept-utils-1.0.1-bkfrcjldboplodum7ncujznagdqmdjz4 - Search: 0.00s. Fetch: 0.01s. Install: 0.08s. Extract: 0.01s. Relocate: 0.03s. Total: 0.09s -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-bkfrcjldboplodum7ncujznagdqmdjz4 -==> Installing adept-utils-1.0.1-bkfrcjldboplodum7ncujznagdqmdjz4 [50/52] -==> Fetching file:///mirror/blobs/sha256/47/475ecd5fda133e21df5896983e83943d300f18ac79a47b097de6651c65881fa2 - [100%] 126.03 KB @ 508.3 MB/s -==> Extracting callpath-1.0.4-p4i3pshhj3wzew2fkxna7sbujfk5pf4i from binary cache -==> callpath: Successfully installed callpath-1.0.4-p4i3pshhj3wzew2fkxna7sbujfk5pf4i - Search: 0.00s. Fetch: 0.01s. Install: 0.37s. Extract: 0.01s. Relocate: 0.31s. Total: 0.37s -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-p4i3pshhj3wzew2fkxna7sbujfk5pf4i -==> Installing callpath-1.0.4-p4i3pshhj3wzew2fkxna7sbujfk5pf4i [51/52] -==> No binary for tutorial-mpileaks-1.0-7eebjmaajx5lz6xmhlntk5lk3he7yxp2 found: installing from source -==> Installing tutorial-mpileaks-1.0-7eebjmaajx5lz6xmhlntk5lk3he7yxp2 [52/52] -==> Fetching https://github.com/LLNL/mpileaks/archive/refs/tags/v1.0.tar.gz - [100%] 339.70 KB @ 3.1 MB/s -==> No patches needed for tutorial-mpileaks -==> tutorial-mpileaks: Executing phase: 'autoreconf' -==> tutorial-mpileaks: Executing phase: 'configure' -==> Error: ProcessError: Command exited with status 1: - '/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-7eebjmaajx5lz6xmhlntk5lk3he7yxp2/spack-src/configure' '--prefix=/home/spack/spack/opt/spack/linux-x86_64_v3/tutorial-mpileaks-1.0-7eebjmaajx5lz6xmhlntk5lk3he7yxp2' - -13 errors found in build log: - 16 libtoolize: copying file 'm4/lt~obsolete.m4' - 17 autoreconf: configure.ac: not using Intltool - 18 autoreconf: configure.ac: not using Gtkdoc - 19 autoreconf: running: aclocal --force -I m4 - 20 autoreconf: running: /home/spack/spack/opt/spack/linux-x86_64_v3/autoconf-2.72-fgs - f5ijzhnbaj2fqngm57aoe6civ72uz/bin/autoconf --force - 21 configure.ac:9: warning: 'AM_CONFIG_HEADER': this macro is obsolete. - >> 22 configure.ac:9: You should use the 'AC_CONFIG_HEADERS' macro instead. - >> 23 /tmp/root/spack-stage/spack-stage-autoconf-2.72-fgsf5ijzhnbaj2fqngm57aoe6civ72uz/s - pack-src/lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from... - >> 24 aclocal.m4:745: AM_CONFIG_HEADER is expanded from... - >> 25 configure.ac:9: the top level - 26 configure.ac:38: warning: The macro 'AC_PROG_LIBTOOL' is obsolete. - >> 27 configure.ac:38: You should run autoupdate. - >> 28 m4/libtool.m4:100: AC_PROG_LIBTOOL is expanded from... - >> 29 configure.ac:38: the top level - 30 configure.ac:47: warning: The macro 'AC_HEADER_STDC' is obsolete. - >> 31 configure.ac:47: You should run autoupdate. - >> 32 /tmp/root/spack-stage/spack-stage-autoconf-2.72-fgsf5ijzhnbaj2fqngm57aoe6civ72uz/s - pack-src/lib/autoconf/headers.m4:663: AC_HEADER_STDC is expanded from... - >> 33 configure.ac:47: the top level - 34 autoreconf: running: /home/spack/spack/opt/spack/linux-x86_64_v3/autoconf-2.72-fgs - f5ijzhnbaj2fqngm57aoe6civ72uz/bin/autoheader --force - 35 autoreconf: running: automake --add-missing --copy --force-missing - >> 36 configure.ac:26: installing 'config/compile' - >> 37 configure.ac:19: installing 'config/missing' - 38 src/Makefile.am:14: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_C - PPFLAGS') - 39 src/Makefile.am: installing 'config/depcomp' - 40 autoreconf: 'config/install-sh' is updated - 41 autoreconf: 'config/config.sub' is updated - 42 autoreconf: 'config/config.guess' is updated - 43 autoreconf: Leaving directory '.' - - ... - - 73 checking whether the compiler supports GNU C++... yes - 74 checking whether /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0- - ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/g++ accepts -g... yes - 75 checking for /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntcc - uj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/g++ option to enable C++11 features - ... none needed - 76 checking dependency style of /home/spack/spack/opt/spack/linux-x86_64_v3/compiler- - wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/g++... gcc3 - 77 checking for /home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.8-tqxbnvoiw3n - zds4xypcualamx3cvisln/bin/mpicc... /home/spack/spack/opt/spack/linux-x86_64_v3/ope - nmpi-5.0.8-tqxbnvoiw3nzds4xypcualamx3cvisln/bin/mpicc - 78 Checking whether /home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.8-tqxbnvo - iw3nzds4xypcualamx3cvisln/bin/mpicc responds to '-showme:compile'... yes - >> 79 configure: error: unable to locate adept-utils installation - -See build log for details: - /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-7eebjmaajx5lz6xmhlntk5lk3he7yxp2/spack-build-out.txt - +[ ] 52pdqqj boost@1.72.0 fetching from build cache (0s) +[ ] rji2bti libdwarf@2.3.0 fetching from build cache (0s) +[ ] qqik7au elfutils@0.194 fetching from build cache (0s) +[ ] ftcprn4 libiberty@2.46.0 fetching from build cache (0s) +[ ] rji2bti libdwarf@2.3.0 relocating (0s) +[ ] tf2gxcs intel-tbb@2023.0.0 fetching from build cache (0s) +[ ] 52pdqqj boost@1.72.0 relocating (0s) +[ ] ftcprn4 libiberty@2.46.0 relocating (0s) +[ ] qqik7au elfutils@0.194 relocating (0s) +[ ] tf2gxcs intel-tbb@2023.0.0 relocating (0s) +[+] ftcprn4 libiberty@2.46.0 /home/spack/spack/opt/spack/linux-x86_64_v3/libiberty-2.46.0-ftcprn47kvuxpcbvjd5vif65cwsjvlbs (0s) +[+] rji2bti libdwarf@2.3.0 /home/spack/spack/opt/spack/linux-x86_64_v3/libdwarf-2.3.0-rji2bticj7x5325wtwkqpshluismdgnd (0s) +[+] tf2gxcs intel-tbb@2023.0.0 /home/spack/spack/opt/spack/linux-x86_64_v3/intel-tbb-2023.0.0-tf2gxcsr5vyiegaieu6kjw2mrhnm265k (0s) +[+] qqik7au elfutils@0.194 /home/spack/spack/opt/spack/linux-x86_64_v3/elfutils-0.194-qqik7au6w4bh7xtueccxmiemdstoof2i (0s) +[+] 52pdqqj boost@1.72.0 /home/spack/spack/opt/spack/linux-x86_64_v3/boost-1.72.0-52pdqqjhv3llivj6z7zj57d3ob3vfblp (1s) +[ ] naehq6l adept-utils@1.0.1 fetching from build cache (0s) +[ ] kurk3h3 dyninst@13.0.0 fetching from build cache (0s) +[ ] naehq6l adept-utils@1.0.1 relocating (0s) +[ ] kurk3h3 dyninst@13.0.0 relocating (0s) +[+] naehq6l adept-utils@1.0.1 /home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep (0s) +[+] kurk3h3 dyninst@13.0.0 /home/spack/spack/opt/spack/linux-x86_64_v3/dyninst-13.0.0-kurk3h3kbsklm4kfem6iwuwr422fvspl (0s) +[ ] xksxwmq callpath@1.0.4 fetching from build cache (0s) +[ ] xksxwmq callpath@1.0.4 relocating (0s) +[+] xksxwmq callpath@1.0.4 /home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6 (0s) +[ ] olkbps3 tutorial-mpileaks@1.0 fetching from build cache (0s) +[ ] olkbps3 tutorial-mpileaks@1.0 no binary available (1s) +[ ] olkbps3 tutorial-mpileaks@1.0 staging (0s) +[ ] olkbps3 tutorial-mpileaks@1.0 autoreconf (1s) +[ ] olkbps3 tutorial-mpileaks@1.0 configure (4s) +[x] olkbps3 tutorial-mpileaks@1.0 failed: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-olkbps3ghmpiiy4dserbxgj5hlsm5ije-3tcl7zd7.log (4s) +-- lines 1 to 7 -- +> /home/spack/spack/lib/spack/spack/build_environment.py:490: SpackAPIWarning: when setting environment variable SPACK_DEBUG_LOG_DIR=None: value is of type `NoneType`, but `str` was expected. This is deprecated and will be an error in Spack v1.0 + env.set(SPACK_DEBUG_LOG_DIR, spack.paths.spack_working_dir) + ==> No patches needed for tutorial-mpileaks + ==> tutorial-mpileaks: Executing phase: 'autoreconf' + ==> [2026-06-19-08:14:41.833830] /home/spack/spack/opt/spack/linux-x86_64_v3/autoconf-2.72-jo3eg4rjvufc6kzkann5rfyufgoc4lbj/bin/autoreconf --install --verbose --force + autoreconf: export WARNINGS= + autoreconf: Entering directory '.' +-- lines 18 to 46 -- + libtoolize: copying file 'm4/ltversion.m4' + libtoolize: copying file 'm4/lt~obsolete.m4' + autoreconf: configure.ac: not using Intltool + autoreconf: configure.ac: not using Gtkdoc + autoreconf: running: aclocal --force -I m4 + autoreconf: running: /home/spack/spack/opt/spack/linux-x86_64_v3/autoconf-2.72-jo3eg4rjvufc6kzkann5rfyufgoc4lbj/bin/autoconf --force +> configure.ac:9: warning: 'AM_CONFIG_HEADER': this macro is obsolete. +> configure.ac:9: You should use the 'AC_CONFIG_HEADERS' macro instead. +> aclocal.m4:708: AM_CONFIG_HEADER is expanded from... +> configure.ac:9: the top level +> configure.ac:38: warning: The macro 'AC_PROG_LIBTOOL' is obsolete. +> configure.ac:38: You should run autoupdate. +> m4/libtool.m4:100: AC_PROG_LIBTOOL is expanded from... +> configure.ac:38: the top level +> configure.ac:47: warning: The macro 'AC_HEADER_STDC' is obsolete. +> configure.ac:47: You should run autoupdate. +> /tmp/root/spack-stage/spack-stage-autoconf-2.72-jo3eg4rjvufc6kzkann5rfyufgoc4lbj/spack-src/lib/autoconf/headers.m4:663: AC_HEADER_STDC is expanded from... +> configure.ac:47: the top level + autoreconf: running: /home/spack/spack/opt/spack/linux-x86_64_v3/autoconf-2.72-jo3eg4rjvufc6kzkann5rfyufgoc4lbj/bin/autoheader --force + autoreconf: running: automake --add-missing --copy --force-missing +> configure.ac:26: installing 'config/compile' +> configure.ac:19: installing 'config/missing' +> src/Makefile.am:14: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') + src/Makefile.am: installing 'config/depcomp' + autoreconf: Leaving directory '.' + ==> tutorial-mpileaks: Executing phase: 'configure' + ==> [2026-06-19-08:14:44.659730] Find (max depth = None): ['/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-olkbps3ghmpiiy4dserbxgj5hlsm5ije/spack-src'] ['configure'] + ==> [2026-06-19-08:14:44.660326] Find complete: ['/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-olkbps3ghmpiiy4dserbxgj5hlsm5ije/spack-src'] ['configure'] + ==> [2026-06-19-08:14:44.660557] FILTER FILE: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-olkbps3ghmpiiy4dserbxgj5hlsm5ije/spack-src/configure [replacing "^(\s*if test x-L = )("\$p" \|\|\s*)$"] +-- lines 78 to 86 -- + checking whether the compiler supports GNU C++... yes + checking whether /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ accepts -g... yes + checking for /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ option to enable C++11 features... none needed + checking dependency style of /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++... gcc3 + checking for /home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/bin/mpicc... /home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/bin/mpicc + Checking whether /home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/bin/mpicc responds to '-showme:compile'... yes +> configure: error: unable to locate adept-utils installation + Command exited with status 1: + /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-olkbps3ghmpiiy4dserbxgj5hlsm5ije/spack-src/configure --prefix=/home/spack/spack/opt/spack/linux-x86_64_v3/tutorial-mpileaks-1.0-olkbps3ghmpiiy4dserbxgj5hlsm5ije +==> Error: The following packages failed to install: +tutorial-mpileaks@1.0/olkbps3ghmpiiy4dserbxgj5hlsm5ije: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-olkbps3ghmpiiy4dserbxgj5hlsm5ije-3tcl7zd7.log diff --git a/outputs/packaging/install-mpileaks-3.out b/outputs/packaging/install-mpileaks-3.out index 8d76d7c0f..7b679c863 100644 --- a/outputs/packaging/install-mpileaks-3.out +++ b/outputs/packaging/install-mpileaks-3.out @@ -1,58 +1,9 @@ $ spack install tutorial-mpileaks -[+] /usr (external glibc-2.35-qg7qyazcn2fwrck5vgr3mxq3i4uxkhlo) -[+] /usr (external gcc-11.4.0-ml7cem5pfeoluzbhb7jsiisemvoauaz5) -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2 -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/gcc-runtime-11.4.0-nokfxvaa4aklxfhoymvz6hlvbqw3kwnh -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/libiconv-1.18-qtepnkrdvqazp3jmfnheapckbemejrhq -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/boost-1.72.0-3bt6bi5q4j5r5yj7wcplgfyzr4t7ffri -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/zlib-ng-2.0.7-qlavhjbsgqyboovfvsultjdwzz5nvthw -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/pkgconf-2.5.1-f4qiprwjcd2q3fp63uzgp47f3kw66r5h -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/gmake-4.4.1-4obn7cgqfwoxyvmnpeedud63bsjhoqma -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/libsigsegv-2.14-bs5ujst3rrdcbj3r726bekzjfdddck4w -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/libiberty-2.41-wz2npe3qsm7j3arf5s4a6ccduutolyyt -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/openssl-3.6.0-gv7wpik32unrnickoxbgm5iqza572w6s -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/numactl-2.0.18-yzbm5q6nblzcjccy7kddijqdnkgkxvtp -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/ncurses-6.5-20250705-ncdxq3juvboefpavgmovg5rb5bx76ohz -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/berkeley-db-18.1.40-vdgigswy4fvttrivbedl4cp7bl72esma -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/zstd-1.5.7-foiizhdg2mc4jdjtuddksbzvr64roxea -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/findutils-4.10.0-irvrytslmleivpkraggqq5brluhluert -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/libpciaccess-0.17-txbwcin227323qmxmg4opnj4r4tvenz4 -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/bzip2-1.0.8-x7t4najic2jb46srjiebkrf55utda3nl -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/libxcrypt-4.4.38-yiij42powrfh2mwjebwiqxmkvinutofr -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/xz-5.6.3-yzaocbs7geczi5d7qyvmqwrxi4r7dvph -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/pigz-2.8-kaz756eya6nj3ardls4b6aiaclkaux7i -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/m4-1.4.20-lxvpwtivihagmvso5cxgs3b7olqmac2g -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/libevent-2.1.12-lprginh6npwjirdhmghjqjckaa7ukrri -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/libedit-3.1-20240808-hdzcfgipukcqxsw7hjkksstbbz5otx3x -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/readline-8.3-c6d2zljdklrjdya4xy236brmpdonc2xo -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/libdwarf-2.1.0-l4t7fu7gmhr2lxu76fcwflhqx2cppoxn -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/libxml2-2.13.5-5trxrsws5dig3bf63uc4xzcbsywsqtjo -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/tar-1.35-lfgvgvawnpdxxz7prdfn4vsfgtwruxjc -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/libtool-2.4.7-yt7ajy4c3zwh2ks6dawvycaxrydjibel -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/gdbm-1.25-aq7qwy6yezwhtwdrsyqen65rmjmlth27 -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/hwloc-2.12.2-4hos3725nynk2bsskofvtcmk6pmtcjg4 -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/gettext-0.23.1-cakgj4ntlncc4zsgty5z6sa7f7mwvlt7 -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/perl-5.42.0-62kt5y4kl7uhwljviixr3m4dyf5vre7t -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/pmix-6.0.0-yqlblh6p4u6vwmfhtffyrnxyqrliw2jm -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/intel-tbb-2022.3.0-rbf737wu37dt3e6ytiro4d2qo7vbyask -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/elfutils-0.193-brbwl6lkh323duhprbcxlmwwk7zz2cs2 -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/krb5-1.21.3-hnmy4fwwly5s4xifp5roodj6opppwwiu -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/autoconf-2.72-fgsf5ijzhnbaj2fqngm57aoe6civ72uz -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/dyninst-13.0.0-jiygq6syjsmk6cfoeznnjq5aupwzphqv -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/openssh-9.9p1-cxdcxo5pdxc2nk7domxigdqiygg4757e -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/prrte-4.0.0-buin62mintd2cczzj6vsvai45vhpgg6w -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/automake-1.16.5-pzmnwzmdyfj2g64cb6fycltaeiz2edau -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.8-tqxbnvoiw3nzds4xypcualamx3cvisln -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-bkfrcjldboplodum7ncujznagdqmdjz4 -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-p4i3pshhj3wzew2fkxna7sbujfk5pf4i -==> No binary for tutorial-mpileaks-1.0-x3pl4siclvab7eh23qt4byzurpknamjh found: installing from source -==> Installing tutorial-mpileaks-1.0-x3pl4siclvab7eh23qt4byzurpknamjh [47/47] -==> Using cached archive: /home/spack/spack/var/spack/cache/_source-cache/archive/24/24c706591bdcd84541e19389a9314813ce848035ee877e213d528b184f4b43f9.tar.gz -==> No patches needed for tutorial-mpileaks -==> tutorial-mpileaks: Executing phase: 'autoreconf' -==> tutorial-mpileaks: Executing phase: 'configure' -==> tutorial-mpileaks: Executing phase: 'build' -==> tutorial-mpileaks: Executing phase: 'install' -==> tutorial-mpileaks: Successfully installed tutorial-mpileaks-1.0-x3pl4siclvab7eh23qt4byzurpknamjh - Stage: 0.01s. Autoreconf: 3.88s. Configure: 3.06s. Build: 8.23s. Install: 0.19s. Post-install: 0.03s. Total: 15.47s -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/tutorial-mpileaks-1.0-x3pl4siclvab7eh23qt4byzurpknamjh +[ ] 5smq7eq tutorial-mpileaks@1.0 fetching from build cache (0s) +[ ] 5smq7eq tutorial-mpileaks@1.0 no binary available (0s) +[ ] 5smq7eq tutorial-mpileaks@1.0 staging (0s) +[ ] 5smq7eq tutorial-mpileaks@1.0 autoreconf (0s) +[ ] 5smq7eq tutorial-mpileaks@1.0 configure (3s) +[ ] 5smq7eq tutorial-mpileaks@1.0 build (5s) +[ ] 5smq7eq tutorial-mpileaks@1.0 install (7s) +[+] 5smq7eq tutorial-mpileaks@1.0 /home/spack/spack/opt/spack/linux-x86_64_v3/tutorial-mpileaks-1.0-5smq7equpaqqthqmmb5k4ysmlppr5y5w (7s) diff --git a/outputs/packaging/install-mpileaks-4.out b/outputs/packaging/install-mpileaks-4.out index 2a69fe6b0..478075ee8 100644 --- a/outputs/packaging/install-mpileaks-4.out +++ b/outputs/packaging/install-mpileaks-4.out @@ -1,56 +1,14 @@ $ spack install --verbose tutorial-mpileaks stackstart=4 -[+] /usr (external glibc-2.35-qg7qyazcn2fwrck5vgr3mxq3i4uxkhlo) -[+] /usr (external gcc-11.4.0-ml7cem5pfeoluzbhb7jsiisemvoauaz5) -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2 -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/gcc-runtime-11.4.0-nokfxvaa4aklxfhoymvz6hlvbqw3kwnh -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/boost-1.72.0-3bt6bi5q4j5r5yj7wcplgfyzr4t7ffri -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/findutils-4.10.0-irvrytslmleivpkraggqq5brluhluert -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/zstd-1.5.7-foiizhdg2mc4jdjtuddksbzvr64roxea -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/gmake-4.4.1-4obn7cgqfwoxyvmnpeedud63bsjhoqma -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/ncurses-6.5-20250705-ncdxq3juvboefpavgmovg5rb5bx76ohz -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/libxcrypt-4.4.38-yiij42powrfh2mwjebwiqxmkvinutofr -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/pkgconf-2.5.1-f4qiprwjcd2q3fp63uzgp47f3kw66r5h -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/libtool-2.4.7-yt7ajy4c3zwh2ks6dawvycaxrydjibel -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/xz-5.6.3-yzaocbs7geczi5d7qyvmqwrxi4r7dvph -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/berkeley-db-18.1.40-vdgigswy4fvttrivbedl4cp7bl72esma -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/libiconv-1.18-qtepnkrdvqazp3jmfnheapckbemejrhq -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/zlib-ng-2.0.7-qlavhjbsgqyboovfvsultjdwzz5nvthw -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/libsigsegv-2.14-bs5ujst3rrdcbj3r726bekzjfdddck4w -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/libiberty-2.41-wz2npe3qsm7j3arf5s4a6ccduutolyyt -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/bzip2-1.0.8-x7t4najic2jb46srjiebkrf55utda3nl -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/readline-8.3-c6d2zljdklrjdya4xy236brmpdonc2xo -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/libedit-3.1-20240808-hdzcfgipukcqxsw7hjkksstbbz5otx3x -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/libpciaccess-0.17-txbwcin227323qmxmg4opnj4r4tvenz4 -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/numactl-2.0.18-yzbm5q6nblzcjccy7kddijqdnkgkxvtp -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/openssl-3.6.0-gv7wpik32unrnickoxbgm5iqza572w6s -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/libxml2-2.13.5-5trxrsws5dig3bf63uc4xzcbsywsqtjo -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/libdwarf-2.1.0-l4t7fu7gmhr2lxu76fcwflhqx2cppoxn -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/pigz-2.8-kaz756eya6nj3ardls4b6aiaclkaux7i -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/m4-1.4.20-lxvpwtivihagmvso5cxgs3b7olqmac2g -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/gdbm-1.25-aq7qwy6yezwhtwdrsyqen65rmjmlth27 -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/libevent-2.1.12-lprginh6npwjirdhmghjqjckaa7ukrri -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/hwloc-2.12.2-4hos3725nynk2bsskofvtcmk6pmtcjg4 -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/tar-1.35-lfgvgvawnpdxxz7prdfn4vsfgtwruxjc -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/perl-5.42.0-62kt5y4kl7uhwljviixr3m4dyf5vre7t -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/pmix-6.0.0-yqlblh6p4u6vwmfhtffyrnxyqrliw2jm -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/intel-tbb-2022.3.0-rbf737wu37dt3e6ytiro4d2qo7vbyask -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/gettext-0.23.1-cakgj4ntlncc4zsgty5z6sa7f7mwvlt7 -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/automake-1.16.5-pzmnwzmdyfj2g64cb6fycltaeiz2edau -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/autoconf-2.72-fgsf5ijzhnbaj2fqngm57aoe6civ72uz -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/elfutils-0.193-brbwl6lkh323duhprbcxlmwwk7zz2cs2 -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/krb5-1.21.3-hnmy4fwwly5s4xifp5roodj6opppwwiu -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/prrte-4.0.0-buin62mintd2cczzj6vsvai45vhpgg6w -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/dyninst-13.0.0-jiygq6syjsmk6cfoeznnjq5aupwzphqv -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/openssh-9.9p1-cxdcxo5pdxc2nk7domxigdqiygg4757e -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.8-tqxbnvoiw3nzds4xypcualamx3cvisln -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-bkfrcjldboplodum7ncujznagdqmdjz4 -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-p4i3pshhj3wzew2fkxna7sbujfk5pf4i -==> No binary for tutorial-mpileaks-1.0-xf6kleti25iz2kbec7b6rfiemhs2l4ni found: installing from source -==> Installing tutorial-mpileaks-1.0-xf6kleti25iz2kbec7b6rfiemhs2l4ni [47/47] +[ ] uqw7gjz tutorial-mpileaks@1.0 fetching from build cache (0s) +[ ] uqw7gjz tutorial-mpileaks@1.0 no binary available (0s) +/home/spack/spack/lib/spack/spack/build_environment.py:490: SpackAPIWarning: when setting environment variable SPACK_DEBUG_LOG_DIR=None: value is of type `NoneType`, but `str` was expected. This is deprecated and will be an error in Spack v1.0 + env.set(SPACK_DEBUG_LOG_DIR, spack.paths.spack_working_dir) +[ ] uqw7gjz tutorial-mpileaks@1.0 staging (0s) ==> Using cached archive: /home/spack/spack/var/spack/cache/_source-cache/archive/24/24c706591bdcd84541e19389a9314813ce848035ee877e213d528b184f4b43f9.tar.gz ==> No patches needed for tutorial-mpileaks +[ ] uqw7gjz tutorial-mpileaks@1.0 autoreconf (0s) ==> tutorial-mpileaks: Executing phase: 'autoreconf' -==> [2026-05-07-22:35:06.484479] '/home/spack/spack/opt/spack/linux-x86_64_v3/autoconf-2.72-fgsf5ijzhnbaj2fqngm57aoe6civ72uz/bin/autoreconf' '--install' '--verbose' '--force' +==> [2026-06-19-08:15:04.132963] /home/spack/spack/opt/spack/linux-x86_64_v3/autoconf-2.72-jo3eg4rjvufc6kzkann5rfyufgoc4lbj/bin/autoreconf --install --verbose --force autoreconf: export WARNINGS= autoreconf: Entering directory '.' autoreconf: configure.ac: not using Gettext @@ -68,11 +26,10 @@ libtoolize: copying file 'm4/lt~obsolete.m4' autoreconf: configure.ac: not using Intltool autoreconf: configure.ac: not using Gtkdoc autoreconf: running: aclocal --force -I m4 -autoreconf: running: /home/spack/spack/opt/spack/linux-x86_64_v3/autoconf-2.72-fgsf5ijzhnbaj2fqngm57aoe6civ72uz/bin/autoconf --force +autoreconf: running: /home/spack/spack/opt/spack/linux-x86_64_v3/autoconf-2.72-jo3eg4rjvufc6kzkann5rfyufgoc4lbj/bin/autoconf --force configure.ac:9: warning: 'AM_CONFIG_HEADER': this macro is obsolete. configure.ac:9: You should use the 'AC_CONFIG_HEADERS' macro instead. -/tmp/root/spack-stage/spack-stage-autoconf-2.72-fgsf5ijzhnbaj2fqngm57aoe6civ72uz/spack-src/lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from... -aclocal.m4:745: AM_CONFIG_HEADER is expanded from... +aclocal.m4:708: AM_CONFIG_HEADER is expanded from... configure.ac:9: the top level configure.ac:38: warning: The macro 'AC_PROG_LIBTOOL' is obsolete. configure.ac:38: You should run autoupdate. @@ -80,55 +37,59 @@ m4/libtool.m4:100: AC_PROG_LIBTOOL is expanded from... configure.ac:38: the top level configure.ac:47: warning: The macro 'AC_HEADER_STDC' is obsolete. configure.ac:47: You should run autoupdate. -/tmp/root/spack-stage/spack-stage-autoconf-2.72-fgsf5ijzhnbaj2fqngm57aoe6civ72uz/spack-src/lib/autoconf/headers.m4:663: AC_HEADER_STDC is expanded from... +/tmp/root/spack-stage/spack-stage-autoconf-2.72-jo3eg4rjvufc6kzkann5rfyufgoc4lbj/spack-src/lib/autoconf/headers.m4:663: AC_HEADER_STDC is expanded from... configure.ac:47: the top level -autoreconf: running: /home/spack/spack/opt/spack/linux-x86_64_v3/autoconf-2.72-fgsf5ijzhnbaj2fqngm57aoe6civ72uz/bin/autoheader --force +autoreconf: running: /home/spack/spack/opt/spack/linux-x86_64_v3/autoconf-2.72-jo3eg4rjvufc6kzkann5rfyufgoc4lbj/bin/autoheader --force autoreconf: running: automake --add-missing --copy --force-missing configure.ac:26: installing 'config/compile' configure.ac:19: installing 'config/missing' src/Makefile.am:14: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') src/Makefile.am: installing 'config/depcomp' -autoreconf: 'config/install-sh' is updated -autoreconf: 'config/config.sub' is updated -autoreconf: 'config/config.guess' is updated autoreconf: Leaving directory '.' +[ ] uqw7gjz tutorial-mpileaks@1.0 configure (3s) ==> tutorial-mpileaks: Executing phase: 'configure' -==> [2026-05-07-22:35:10.344388] Find (max depth = None): ['/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-xf6kleti25iz2kbec7b6rfiemhs2l4ni/spack-src'] ['configure'] -==> [2026-05-07-22:35:10.345841] Find complete: ['/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-xf6kleti25iz2kbec7b6rfiemhs2l4ni/spack-src'] ['configure'] -==> [2026-05-07-22:35:10.346660] FILTER FILE: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-xf6kleti25iz2kbec7b6rfiemhs2l4ni/spack-src/configure [replacing "^(\s*if test x-L = )("\$p" \|\|\s*)$"] -==> [2026-05-07-22:35:10.367221] FILTER FILE: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-xf6kleti25iz2kbec7b6rfiemhs2l4ni/spack-src/configure [replacing "^(\s*test x-R = )("\$p")(; then\s*)$"] -==> [2026-05-07-22:35:10.386492] FILTER FILE: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-xf6kleti25iz2kbec7b6rfiemhs2l4ni/spack-src/configure [replacing "^(\s*test \$p = "-R")(; then\s*)$"] -==> [2026-05-07-22:35:10.407117] FILTER FILE: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-xf6kleti25iz2kbec7b6rfiemhs2l4ni/spack-src/configure [replacing "lt_cv_apple_cc_single_mod=no"] -==> [2026-05-07-22:35:10.427980] '/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-xf6kleti25iz2kbec7b6rfiemhs2l4ni/spack-src/configure' '--prefix=/home/spack/spack/opt/spack/linux-x86_64_v3/tutorial-mpileaks-1.0-xf6kleti25iz2kbec7b6rfiemhs2l4ni' '--with-adept-utils=/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-bkfrcjldboplodum7ncujznagdqmdjz4' '--with-callpath=/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-p4i3pshhj3wzew2fkxna7sbujfk5pf4i' '--with-stack-start-c=4' '--with-stack-start-fortran=4' +==> [2026-06-19-08:15:06.999128] Find (max depth = None): ['/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src'] ['configure'] +==> [2026-06-19-08:15:06.999445] Find complete: ['/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src'] ['configure'] +==> [2026-06-19-08:15:06.999596] FILTER FILE: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src/configure [replacing "^(\s*if test x-L = )("\$p" \|\|\s*)$"] +==> [2026-06-19-08:15:07.012575] FILTER FILE: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src/configure [replacing "^(\s*test x-R = )("\$p")(; then\s*)$"] +==> [2026-06-19-08:15:07.024255] FILTER FILE: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src/configure [replacing "^(\s*test \$p = "-R")(; then\s*)$"] +==> [2026-06-19-08:15:07.035820] FILTER FILE: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src/configure [replacing "lt_cv_apple_cc_single_mod=no"] +==> [2026-06-19-08:15:07.048639] /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src/configure --prefix=/home/spack/spack/opt/spack/linux-x86_64_v3/tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o --with-adept-utils=/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep --with-callpath=/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6 --with-stack-start-c=4 --with-stack-start-fortran=4 checking metadata... no checking installation directory variables... yes checking for a BSD-compatible install... /usr/bin/install -c +checking whether sleep supports fractional seconds... yes +checking filesystem timestamp resolution... 0.01 checking whether build environment is sane... yes checking for a race-free mkdir -p... /usr/bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes -checking for gcc... /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/gcc +checking xargs -n works... yes +checking whether UID '1001' is supported by ustar format... yes +checking whether GID '1001' is supported by ustar format... yes +checking how to create a ustar tar archive... gnutar +checking for gcc... /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes -checking whether /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/gcc accepts -g... yes -checking for /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/gcc option to enable C11 features... none needed -checking whether /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/gcc understands -c and -o together... yes +checking whether /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/gcc accepts -g... yes +checking for /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/gcc option to enable C11 features... none needed +checking whether /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) -checking dependency style of /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/gcc... gcc3 +checking dependency style of /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/gcc... gcc3 checking whether the compiler supports GNU C++... yes -checking whether /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/g++ accepts -g... yes -checking for /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/g++ option to enable C++11 features... none needed -checking dependency style of /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/g++... gcc3 -checking for /home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.8-tqxbnvoiw3nzds4xypcualamx3cvisln/bin/mpicc... /home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.8-tqxbnvoiw3nzds4xypcualamx3cvisln/bin/mpicc -Checking whether /home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.8-tqxbnvoiw3nzds4xypcualamx3cvisln/bin/mpicc responds to '-showme:compile'... yes -checking for adept-utils installation... /home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-bkfrcjldboplodum7ncujznagdqmdjz4 -checking for libcallpath installation... /home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-p4i3pshhj3wzew2fkxna7sbujfk5pf4i +checking whether /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ accepts -g... yes +checking for /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ option to enable C++11 features... none needed +checking dependency style of /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++... gcc3 +checking for /home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/bin/mpicc... /home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/bin/mpicc +Checking whether /home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/bin/mpicc responds to '-showme:compile'... yes +checking for adept-utils installation... /home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep +checking for libcallpath installation... /home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6 checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking how to print strings... printf @@ -136,25 +97,25 @@ checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F -checking for ld used by /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/gcc... /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/ld -checking if the linker (/home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/ld) is GNU ld... yes +checking for ld used by /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/gcc... /usr/bin/x86_64-linux-gnu-ld +checking if the linker (/usr/bin/x86_64-linux-gnu-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes -checking the maximum length of command line arguments... 3145728 +checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop -checking for /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/ld option to reload object files... -r +checking for /usr/bin/x86_64-linux-gnu-ld option to reload object files... -r checking for file... file checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n +checking for ranlib... ranlib checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip -checking for ranlib... ranlib -checking command to parse /usr/bin/nm -B output from /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/gcc object... ok +checking command to parse /usr/bin/nm -B output from /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 @@ -171,13 +132,13 @@ checking for sys/types.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs -checking if /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/gcc supports -fno-rtti -fno-exceptions... no -checking for /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/gcc option to produce PIC... -fPIC -DPIC -checking if /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/gcc PIC flag -fPIC -DPIC works... yes -checking if /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/gcc static flag -static works... yes -checking if /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/gcc supports -c -o file.o... yes -checking if /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/gcc supports -c -o file.o... (cached) yes -checking whether the /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/gcc linker (/home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/ld -m elf_x86_64) supports shared libraries... yes +checking if /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/gcc supports -fno-rtti -fno-exceptions... no +checking for /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/gcc option to produce PIC... -fPIC -DPIC +checking if /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/gcc PIC flag -fPIC -DPIC works... yes +checking if /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/gcc static flag -static works... yes +checking if /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/gcc supports -c -o file.o... yes +checking if /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/gcc supports -c -o file.o... (cached) yes +checking whether the /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/gcc linker (/usr/bin/x86_64-linux-gnu-ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate @@ -185,16 +146,16 @@ checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes -checking how to run the C++ preprocessor... /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/g++ -E -checking for ld used by /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/g++... /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/ld -m elf_x86_64 -checking if the linker (/home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/ld -m elf_x86_64) is GNU ld... yes -checking whether the /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/g++ linker (/home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/ld -m elf_x86_64) supports shared libraries... yes -checking for /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/g++ option to produce PIC... -fPIC -DPIC -checking if /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/g++ PIC flag -fPIC -DPIC works... yes -checking if /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/g++ static flag -static works... yes -checking if /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/g++ supports -c -o file.o... yes -checking if /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/g++ supports -c -o file.o... (cached) yes -checking whether the /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/g++ linker (/home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/ld -m elf_x86_64) supports shared libraries... yes +checking how to run the C++ preprocessor... /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -E +checking for ld used by /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++... /usr/bin/x86_64-linux-gnu-ld -m elf_x86_64 +checking if the linker (/usr/bin/x86_64-linux-gnu-ld -m elf_x86_64) is GNU ld... yes +checking whether the /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ linker (/usr/bin/x86_64-linux-gnu-ld -m elf_x86_64) supports shared libraries... yes +checking for /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ option to produce PIC... -fPIC -DPIC +checking if /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ PIC flag -fPIC -DPIC works... yes +checking if /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ static flag -static works... yes +checking if /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ supports -c -o file.o... yes +checking if /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ supports -c -o file.o... (cached) yes +checking whether the /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ linker (/usr/bin/x86_64-linux-gnu-ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for egrep... (cached) /usr/bin/grep -E @@ -210,35 +171,52 @@ config.status: creating scripts/srun-mpileaksf config.status: creating config/config.h config.status: executing depfiles commands config.status: executing libtool commands -==> [2026-05-07-22:35:13.316316] Find (max depth = None): ['/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-xf6kleti25iz2kbec7b6rfiemhs2l4ni/spack-src'] ['libtool'] -==> [2026-05-07-22:35:13.317018] Find complete: ['/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-xf6kleti25iz2kbec7b6rfiemhs2l4ni/spack-src'] ['libtool'] -==> [2026-05-07-22:35:13.319561] FILTER FILE: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-xf6kleti25iz2kbec7b6rfiemhs2l4ni/spack-src/libtool [replacing "^wl=""$"] -==> [2026-05-07-22:35:13.333014] FILTER FILE: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-xf6kleti25iz2kbec7b6rfiemhs2l4ni/spack-src/libtool [replacing "^pic_flag=""$"] -==> [2026-05-07-22:35:13.339845] FILTER FILE: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-xf6kleti25iz2kbec7b6rfiemhs2l4ni/spack-src/libtool [replacing "^pic_flag=""$"] -==> [2026-05-07-22:35:13.346523] FILTER FILE: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-xf6kleti25iz2kbec7b6rfiemhs2l4ni/spack-src/libtool [replacing "^pic_flag=""$"] -==> [2026-05-07-22:35:13.353044] FILTER FILE: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-xf6kleti25iz2kbec7b6rfiemhs2l4ni/spack-src/libtool [replacing "^pic_flag=""$"] +==> [2026-06-19-08:15:09.679538] Find (max depth = None): ['/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src'] ['libtool'] +==> [2026-06-19-08:15:09.680083] Find complete: ['/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src'] ['libtool'] +==> [2026-06-19-08:15:09.680398] FILTER FILE: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src/libtool [replacing "^wl=""$"] +==> [2026-06-19-08:15:09.688501] FILTER FILE: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src/libtool [replacing "^pic_flag=""$"] +==> [2026-06-19-08:15:09.690274] FILTER FILE: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src/libtool [replacing "^pic_flag=""$"] +==> [2026-06-19-08:15:09.691892] FILTER FILE: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src/libtool [replacing "^pic_flag=""$"] +==> [2026-06-19-08:15:09.693457] FILTER FILE: /tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src/libtool [replacing "^pic_flag=""$"] +[ ] uqw7gjz tutorial-mpileaks@1.0 build (6s) ==> tutorial-mpileaks: Executing phase: 'build' -==> [2026-05-07-22:35:13.370471] '/home/spack/spack/opt/spack/linux-x86_64_v3/gmake-4.4.1-4obn7cgqfwoxyvmnpeedud63bsjhoqma/bin/make' '-j4' 'V=1' +==> [2026-06-19-08:15:09.695214] /home/spack/spack/opt/spack/linux-x86_64_v3/gmake-4.4.1-r4lhaokbvyicys3x6yxyhtxucmgzo7kh/bin/make V=1 Making all in scripts -make[1]: Entering directory '/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-xf6kleti25iz2kbec7b6rfiemhs2l4ni/spack-src/scripts' +make[1]: Entering directory '/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src/scripts' make[1]: Nothing to be done for 'all'. -make[1]: Leaving directory '/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-xf6kleti25iz2kbec7b6rfiemhs2l4ni/spack-src/scripts' +make[1]: Leaving directory '/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src/scripts' Making all in src -make[1]: Entering directory '/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-xf6kleti25iz2kbec7b6rfiemhs2l4ni/spack-src/src' -/bin/bash ../libtool --tag=CXX --mode=compile /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.8-tqxbnvoiw3nzds4xypcualamx3cvisln/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-bkfrcjldboplodum7ncujznagdqmdjz4/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-p4i3pshhj3wzew2fkxna7sbujfk5pf4i/include -g -O2 -MT mpileaks.lo -MD -MP -MF .deps/mpileaks.Tpo -c -o mpileaks.lo mpileaks.cpp -/bin/bash ../libtool --tag=CXX --mode=compile /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.8-tqxbnvoiw3nzds4xypcualamx3cvisln/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-bkfrcjldboplodum7ncujznagdqmdjz4/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-p4i3pshhj3wzew2fkxna7sbujfk5pf4i/include -g -O2 -MT comm.lo -MD -MP -MF .deps/comm.Tpo -c -o comm.lo comm.cpp -/bin/bash ../libtool --tag=CXX --mode=compile /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.8-tqxbnvoiw3nzds4xypcualamx3cvisln/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-bkfrcjldboplodum7ncujznagdqmdjz4/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-p4i3pshhj3wzew2fkxna7sbujfk5pf4i/include -g -O2 -MT datatype.lo -MD -MP -MF .deps/datatype.Tpo -c -o datatype.lo datatype.cpp -/bin/bash ../libtool --tag=CXX --mode=compile /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.8-tqxbnvoiw3nzds4xypcualamx3cvisln/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-bkfrcjldboplodum7ncujznagdqmdjz4/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-p4i3pshhj3wzew2fkxna7sbujfk5pf4i/include -g -O2 -MT errhandler.lo -MD -MP -MF .deps/errhandler.Tpo -c -o errhandler.lo errhandler.cpp -libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.8-tqxbnvoiw3nzds4xypcualamx3cvisln/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-bkfrcjldboplodum7ncujznagdqmdjz4/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-p4i3pshhj3wzew2fkxna7sbujfk5pf4i/include -g -O2 -MT datatype.lo -MD -MP -MF .deps/datatype.Tpo -c datatype.cpp -fPIC -DPIC -o .libs/datatype.o -libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.8-tqxbnvoiw3nzds4xypcualamx3cvisln/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-bkfrcjldboplodum7ncujznagdqmdjz4/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-p4i3pshhj3wzew2fkxna7sbujfk5pf4i/include -g -O2 -MT errhandler.lo -MD -MP -MF .deps/errhandler.Tpo -c errhandler.cpp -fPIC -DPIC -o .libs/errhandler.o -libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.8-tqxbnvoiw3nzds4xypcualamx3cvisln/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-bkfrcjldboplodum7ncujznagdqmdjz4/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-p4i3pshhj3wzew2fkxna7sbujfk5pf4i/include -g -O2 -MT mpileaks.lo -MD -MP -MF .deps/mpileaks.Tpo -c mpileaks.cpp -fPIC -DPIC -o .libs/mpileaks.o -libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.8-tqxbnvoiw3nzds4xypcualamx3cvisln/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-bkfrcjldboplodum7ncujznagdqmdjz4/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-p4i3pshhj3wzew2fkxna7sbujfk5pf4i/include -g -O2 -MT comm.lo -MD -MP -MF .deps/comm.Tpo -c comm.cpp -fPIC -DPIC -o .libs/comm.o +make[1]: Entering directory '/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src/src' +/bin/bash ../libtool --tag=CXX --mode=compile /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT mpileaks.lo -MD -MP -MF .deps/mpileaks.Tpo -c -o mpileaks.lo mpileaks.cpp +/bin/bash ../libtool --tag=CXX --mode=compile /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT comm.lo -MD -MP -MF .deps/comm.Tpo -c -o comm.lo comm.cpp +/bin/bash ../libtool --tag=CXX --mode=compile /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT datatype.lo -MD -MP -MF .deps/datatype.Tpo -c -o datatype.lo datatype.cpp +/bin/bash ../libtool --tag=CXX --mode=compile /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT errhandler.lo -MD -MP -MF .deps/errhandler.Tpo -c -o errhandler.lo errhandler.cpp +/bin/bash ../libtool --tag=CXX --mode=compile /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT fileio.lo -MD -MP -MF .deps/fileio.Tpo -c -o fileio.lo fileio.cpp +/bin/bash ../libtool --tag=CXX --mode=compile /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT group.lo -MD -MP -MF .deps/group.Tpo -c -o group.lo group.cpp +/bin/bash ../libtool --tag=CXX --mode=compile /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT info.lo -MD -MP -MF .deps/info.Tpo -c -o info.lo info.cpp +/bin/bash ../libtool --tag=CXX --mode=compile /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT keyval.lo -MD -MP -MF .deps/keyval.Tpo -c -o keyval.lo keyval.cpp +/bin/bash ../libtool --tag=CXX --mode=compile /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT mem.lo -MD -MP -MF .deps/mem.Tpo -c -o mem.lo mem.cpp +/bin/bash ../libtool --tag=CXX --mode=compile /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT op.lo -MD -MP -MF .deps/op.Tpo -c -o op.lo op.cpp +/bin/bash ../libtool --tag=CXX --mode=compile /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT request.lo -MD -MP -MF .deps/request.Tpo -c -o request.lo request.cpp +/bin/bash ../libtool --tag=CXX --mode=compile /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT win.lo -MD -MP -MF .deps/win.Tpo -c -o win.lo win.cpp +libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT errhandler.lo -MD -MP -MF .deps/errhandler.Tpo -c errhandler.cpp -fPIC -DPIC -o .libs/errhandler.o +libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT group.lo -MD -MP -MF .deps/group.Tpo -c group.cpp -fPIC -DPIC -o .libs/group.o +libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT request.lo -MD -MP -MF .deps/request.Tpo -c request.cpp -fPIC -DPIC -o .libs/request.o +libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT comm.lo -MD -MP -MF .deps/comm.Tpo -c comm.cpp -fPIC -DPIC -o .libs/comm.o +libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT op.lo -MD -MP -MF .deps/op.Tpo -c op.cpp -fPIC -DPIC -o .libs/op.o +libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT datatype.lo -MD -MP -MF .deps/datatype.Tpo -c datatype.cpp -fPIC -DPIC -o .libs/datatype.o +libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT fileio.lo -MD -MP -MF .deps/fileio.Tpo -c fileio.cpp -fPIC -DPIC -o .libs/fileio.o +libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT mpileaks.lo -MD -MP -MF .deps/mpileaks.Tpo -c mpileaks.cpp -fPIC -DPIC -o .libs/mpileaks.o +libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT info.lo -MD -MP -MF .deps/info.Tpo -c info.cpp -fPIC -DPIC -o .libs/info.o +libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT mem.lo -MD -MP -MF .deps/mem.Tpo -c mem.cpp -fPIC -DPIC -o .libs/mem.o +libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT win.lo -MD -MP -MF .deps/win.Tpo -c win.cpp -fPIC -DPIC -o .libs/win.o +libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT keyval.lo -MD -MP -MF .deps/keyval.Tpo -c keyval.cpp -fPIC -DPIC -o .libs/keyval.o datatype.cpp: In function 'int MPI_Type_hvector(int, int, MPI_Aint, MPI_Datatype, ompi_datatype_t**)': datatype.cpp:60:29: warning: 'int PMPI_Type_hvector(int, int, MPI_Aint, MPI_Datatype, ompi_datatype_t**)' is deprecated: PMPI_Type_hvector was removed in MPI-3.0. Use PMPI_Type_create_hvector instead. continuing... [-Wdeprecated-declarations] 60 | int rc = PMPI_Type_hvector(count, blocklength, stride, oldtype, newtype); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from datatype.cpp:10: -/home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.8-tqxbnvoiw3nzds4xypcualamx3cvisln/include/mpi.h:3148:20: note: declared here +/home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include/mpi.h:3148:20: note: declared here 3148 | OMPI_DECLSPEC int PMPI_Type_hvector(int count, int blocklength, MPI_Aint stride, | ^~~~~~~~~~~~~~~~~ datatype.cpp: In function 'int MPI_Type_hindexed(int, int*, MPI_Aint*, MPI_Datatype, ompi_datatype_t**)': @@ -247,8 +225,7 @@ datatype.cpp:78:30: warning: 'int PMPI_Type_hindexed(int, int*, MPI_Aint*, MPI_D | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 79 | oldtype, newtype); | ~~~~~~~~~~~~~~~~~ -In file included from datatype.cpp:10: -/home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.8-tqxbnvoiw3nzds4xypcualamx3cvisln/include/mpi.h:3141:20: note: declared here +/home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include/mpi.h:3141:20: note: declared here 3141 | OMPI_DECLSPEC int PMPI_Type_hindexed(int count, int array_of_blocklengths[], | ^~~~~~~~~~~~~~~~~~ datatype.cpp: In function 'int MPI_Type_struct(int, int*, MPI_Aint*, ompi_datatype_t**, ompi_datatype_t**)': @@ -257,120 +234,102 @@ datatype.cpp:88:28: warning: 'int PMPI_Type_struct(int, int*, MPI_Aint*, ompi_da | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 89 | array_of_types, newtype); | ~~~~~~~~~~~~~~~~~~~~~~~~ -In file included from datatype.cpp:10: -/home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.8-tqxbnvoiw3nzds4xypcualamx3cvisln/include/mpi.h:3160:20: note: declared here +/home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include/mpi.h:3160:20: note: declared here 3160 | OMPI_DECLSPEC int PMPI_Type_struct(int count, int array_of_blocklengths[], | ^~~~~~~~~~~~~~~~ +keyval.cpp: In function 'int MPI_Keyval_create(int (*)(MPI_Comm, int, void*, void*, void*, int*), int (*)(MPI_Comm, int, void*, void*), int*, void*)': +keyval.cpp:38:30: warning: 'int PMPI_Keyval_create(int (*)(MPI_Comm, int, void*, void*, void*, int*), int (*)(MPI_Comm, int, void*, void*), int*, void*)' is deprecated: PMPI_Keyval_create was deprecated in MPI-2.0; use PMPI_Comm_create_keyval instead. [-Wdeprecated-declarations] + 38 | int rc = PMPI_Keyval_create(copy_fn, delete_fn, keyval, extra_state); + | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +In file included from keyval.cpp:10: +/home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include/mpi.h:3055:20: note: declared here + 3055 | OMPI_DECLSPEC int PMPI_Keyval_create(MPI_Copy_function *copy_fn, + | ^~~~~~~~~~~~~~~~~~ +keyval.cpp: In function 'int MPI_Keyval_free(int*)': +keyval.cpp:93:28: warning: 'int PMPI_Keyval_free(int*)' is deprecated: PMPI_Keyval_free was deprecated in MPI-2.0; PMPI_Comm_free_keyval instead. [-Wdeprecated-declarations] + 93 | int rc = PMPI_Keyval_free(keyval); + | ~~~~~~~~~~~~~~~~^~~~~~~~ +/home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include/mpi.h:3061:20: note: declared here + 3061 | OMPI_DECLSPEC int PMPI_Keyval_free(int *keyval) + | ^~~~~~~~~~~~~~~~ errhandler.cpp: In function 'int MPI_Errhandler_create(void (*)(ompi_communicator_t**, int*, ...), ompi_errhandler_t**)': errhandler.cpp:33:34: warning: 'int PMPI_Errhandler_create(void (*)(ompi_communicator_t**, int*, ...), ompi_errhandler_t**)' is deprecated: PMPI_Errhandler_create was removed in MPI-3.0. Use PMPI_Comm_create_errhandler instead. continuing... [-Wdeprecated-declarations] 33 | int rc = PMPI_Errhandler_create(function, eh); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ In file included from errhandler.cpp:10: -/home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.8-tqxbnvoiw3nzds4xypcualamx3cvisln/include/mpi.h:3122:20: note: declared here +/home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include/mpi.h:3122:20: note: declared here 3122 | OMPI_DECLSPEC int PMPI_Errhandler_create(MPI_Handler_function *function, | ^~~~~~~~~~~~~~~~~~~~~~ errhandler.cpp: In function 'int MPI_Errhandler_get(MPI_Comm, ompi_errhandler_t**)': errhandler.cpp:40:31: warning: 'int PMPI_Errhandler_get(MPI_Comm, ompi_errhandler_t**)' is deprecated: PMPI_Errhandler_get was removed in MPI-3.0. Use PMPI_Comm_get_errhandler instead. continuing... [-Wdeprecated-declarations] 40 | int rc = PMPI_Errhandler_get(comm, eh); | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ -In file included from errhandler.cpp:10: -/home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.8-tqxbnvoiw3nzds4xypcualamx3cvisln/include/mpi.h:3127:20: note: declared here +/home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include/mpi.h:3127:20: note: declared here 3127 | OMPI_DECLSPEC int PMPI_Errhandler_get(MPI_Comm comm, MPI_Errhandler *errhandler) | ^~~~~~~~~~~~~~~~~~~ -libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.8-tqxbnvoiw3nzds4xypcualamx3cvisln/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-bkfrcjldboplodum7ncujznagdqmdjz4/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-p4i3pshhj3wzew2fkxna7sbujfk5pf4i/include -g -O2 -MT errhandler.lo -MD -MP -MF .deps/errhandler.Tpo -c errhandler.cpp -o errhandler.o >/dev/null 2>&1 -libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.8-tqxbnvoiw3nzds4xypcualamx3cvisln/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-bkfrcjldboplodum7ncujznagdqmdjz4/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-p4i3pshhj3wzew2fkxna7sbujfk5pf4i/include -g -O2 -MT mpileaks.lo -MD -MP -MF .deps/mpileaks.Tpo -c mpileaks.cpp -o mpileaks.o >/dev/null 2>&1 -libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.8-tqxbnvoiw3nzds4xypcualamx3cvisln/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-bkfrcjldboplodum7ncujznagdqmdjz4/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-p4i3pshhj3wzew2fkxna7sbujfk5pf4i/include -g -O2 -MT datatype.lo -MD -MP -MF .deps/datatype.Tpo -c datatype.cpp -o datatype.o >/dev/null 2>&1 -libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.8-tqxbnvoiw3nzds4xypcualamx3cvisln/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-bkfrcjldboplodum7ncujznagdqmdjz4/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-p4i3pshhj3wzew2fkxna7sbujfk5pf4i/include -g -O2 -MT comm.lo -MD -MP -MF .deps/comm.Tpo -c comm.cpp -o comm.o >/dev/null 2>&1 -mv -f .deps/errhandler.Tpo .deps/errhandler.Plo -/bin/bash ../libtool --tag=CXX --mode=compile /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.8-tqxbnvoiw3nzds4xypcualamx3cvisln/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-bkfrcjldboplodum7ncujznagdqmdjz4/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-p4i3pshhj3wzew2fkxna7sbujfk5pf4i/include -g -O2 -MT fileio.lo -MD -MP -MF .deps/fileio.Tpo -c -o fileio.lo fileio.cpp -libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.8-tqxbnvoiw3nzds4xypcualamx3cvisln/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-bkfrcjldboplodum7ncujznagdqmdjz4/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-p4i3pshhj3wzew2fkxna7sbujfk5pf4i/include -g -O2 -MT fileio.lo -MD -MP -MF .deps/fileio.Tpo -c fileio.cpp -fPIC -DPIC -o .libs/fileio.o +libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT mem.lo -MD -MP -MF .deps/mem.Tpo -c mem.cpp -o mem.o >/dev/null 2>&1 +libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT fileio.lo -MD -MP -MF .deps/fileio.Tpo -c fileio.cpp -o fileio.o >/dev/null 2>&1 +libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT win.lo -MD -MP -MF .deps/win.Tpo -c win.cpp -o win.o >/dev/null 2>&1 +libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT mpileaks.lo -MD -MP -MF .deps/mpileaks.Tpo -c mpileaks.cpp -o mpileaks.o >/dev/null 2>&1 +libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT info.lo -MD -MP -MF .deps/info.Tpo -c info.cpp -o info.o >/dev/null 2>&1 +libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT group.lo -MD -MP -MF .deps/group.Tpo -c group.cpp -o group.o >/dev/null 2>&1 +libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT datatype.lo -MD -MP -MF .deps/datatype.Tpo -c datatype.cpp -o datatype.o >/dev/null 2>&1 +libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT op.lo -MD -MP -MF .deps/op.Tpo -c op.cpp -o op.o >/dev/null 2>&1 +libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT comm.lo -MD -MP -MF .deps/comm.Tpo -c comm.cpp -o comm.o >/dev/null 2>&1 +libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT keyval.lo -MD -MP -MF .deps/keyval.Tpo -c keyval.cpp -o keyval.o >/dev/null 2>&1 +libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT errhandler.lo -MD -MP -MF .deps/errhandler.Tpo -c errhandler.cpp -o errhandler.o >/dev/null 2>&1 +libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/include -g -O2 -MT request.lo -MD -MP -MF .deps/request.Tpo -c request.cpp -o request.o >/dev/null 2>&1 +mv -f .deps/mem.Tpo .deps/mem.Plo +mv -f .deps/fileio.Tpo .deps/fileio.Plo +mv -f .deps/win.Tpo .deps/win.Plo +mv -f .deps/info.Tpo .deps/info.Plo mv -f .deps/mpileaks.Tpo .deps/mpileaks.Plo -/bin/bash ../libtool --tag=CXX --mode=compile /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.8-tqxbnvoiw3nzds4xypcualamx3cvisln/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-bkfrcjldboplodum7ncujznagdqmdjz4/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-p4i3pshhj3wzew2fkxna7sbujfk5pf4i/include -g -O2 -MT group.lo -MD -MP -MF .deps/group.Tpo -c -o group.lo group.cpp +mv -f .deps/op.Tpo .deps/op.Plo mv -f .deps/datatype.Tpo .deps/datatype.Plo -/bin/bash ../libtool --tag=CXX --mode=compile /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.8-tqxbnvoiw3nzds4xypcualamx3cvisln/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-bkfrcjldboplodum7ncujznagdqmdjz4/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-p4i3pshhj3wzew2fkxna7sbujfk5pf4i/include -g -O2 -MT info.lo -MD -MP -MF .deps/info.Tpo -c -o info.lo info.cpp +mv -f .deps/group.Tpo .deps/group.Plo mv -f .deps/comm.Tpo .deps/comm.Plo -/bin/bash ../libtool --tag=CXX --mode=compile /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.8-tqxbnvoiw3nzds4xypcualamx3cvisln/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-bkfrcjldboplodum7ncujznagdqmdjz4/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-p4i3pshhj3wzew2fkxna7sbujfk5pf4i/include -g -O2 -MT keyval.lo -MD -MP -MF .deps/keyval.Tpo -c -o keyval.lo keyval.cpp -libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.8-tqxbnvoiw3nzds4xypcualamx3cvisln/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-bkfrcjldboplodum7ncujznagdqmdjz4/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-p4i3pshhj3wzew2fkxna7sbujfk5pf4i/include -g -O2 -MT info.lo -MD -MP -MF .deps/info.Tpo -c info.cpp -fPIC -DPIC -o .libs/info.o -libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.8-tqxbnvoiw3nzds4xypcualamx3cvisln/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-bkfrcjldboplodum7ncujznagdqmdjz4/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-p4i3pshhj3wzew2fkxna7sbujfk5pf4i/include -g -O2 -MT group.lo -MD -MP -MF .deps/group.Tpo -c group.cpp -fPIC -DPIC -o .libs/group.o -libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.8-tqxbnvoiw3nzds4xypcualamx3cvisln/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-bkfrcjldboplodum7ncujznagdqmdjz4/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-p4i3pshhj3wzew2fkxna7sbujfk5pf4i/include -g -O2 -MT keyval.lo -MD -MP -MF .deps/keyval.Tpo -c keyval.cpp -fPIC -DPIC -o .libs/keyval.o -keyval.cpp: In function 'int MPI_Keyval_create(int (*)(MPI_Comm, int, void*, void*, void*, int*), int (*)(MPI_Comm, int, void*, void*), int*, void*)': -keyval.cpp:38:30: warning: 'int PMPI_Keyval_create(int (*)(MPI_Comm, int, void*, void*, void*, int*), int (*)(MPI_Comm, int, void*, void*), int*, void*)' is deprecated: PMPI_Keyval_create was deprecated in MPI-2.0; use PMPI_Comm_create_keyval instead. [-Wdeprecated-declarations] - 38 | int rc = PMPI_Keyval_create(copy_fn, delete_fn, keyval, extra_state); - | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -In file included from keyval.cpp:10: -/home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.8-tqxbnvoiw3nzds4xypcualamx3cvisln/include/mpi.h:3055:20: note: declared here - 3055 | OMPI_DECLSPEC int PMPI_Keyval_create(MPI_Copy_function *copy_fn, - | ^~~~~~~~~~~~~~~~~~ -keyval.cpp: In function 'int MPI_Keyval_free(int*)': -keyval.cpp:93:28: warning: 'int PMPI_Keyval_free(int*)' is deprecated: PMPI_Keyval_free was deprecated in MPI-2.0; PMPI_Comm_free_keyval instead. [-Wdeprecated-declarations] - 93 | int rc = PMPI_Keyval_free(keyval); - | ~~~~~~~~~~~~~~~~^~~~~~~~ -In file included from keyval.cpp:10: -/home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.8-tqxbnvoiw3nzds4xypcualamx3cvisln/include/mpi.h:3061:20: note: declared here - 3061 | OMPI_DECLSPEC int PMPI_Keyval_free(int *keyval) - | ^~~~~~~~~~~~~~~~ -libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.8-tqxbnvoiw3nzds4xypcualamx3cvisln/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-bkfrcjldboplodum7ncujznagdqmdjz4/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-p4i3pshhj3wzew2fkxna7sbujfk5pf4i/include -g -O2 -MT fileio.lo -MD -MP -MF .deps/fileio.Tpo -c fileio.cpp -o fileio.o >/dev/null 2>&1 -libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.8-tqxbnvoiw3nzds4xypcualamx3cvisln/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-bkfrcjldboplodum7ncujznagdqmdjz4/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-p4i3pshhj3wzew2fkxna7sbujfk5pf4i/include -g -O2 -MT info.lo -MD -MP -MF .deps/info.Tpo -c info.cpp -o info.o >/dev/null 2>&1 -libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.8-tqxbnvoiw3nzds4xypcualamx3cvisln/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-bkfrcjldboplodum7ncujznagdqmdjz4/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-p4i3pshhj3wzew2fkxna7sbujfk5pf4i/include -g -O2 -MT keyval.lo -MD -MP -MF .deps/keyval.Tpo -c keyval.cpp -o keyval.o >/dev/null 2>&1 -libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.8-tqxbnvoiw3nzds4xypcualamx3cvisln/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-bkfrcjldboplodum7ncujznagdqmdjz4/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-p4i3pshhj3wzew2fkxna7sbujfk5pf4i/include -g -O2 -MT group.lo -MD -MP -MF .deps/group.Tpo -c group.cpp -o group.o >/dev/null 2>&1 -mv -f .deps/fileio.Tpo .deps/fileio.Plo -/bin/bash ../libtool --tag=CXX --mode=compile /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.8-tqxbnvoiw3nzds4xypcualamx3cvisln/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-bkfrcjldboplodum7ncujznagdqmdjz4/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-p4i3pshhj3wzew2fkxna7sbujfk5pf4i/include -g -O2 -MT mem.lo -MD -MP -MF .deps/mem.Tpo -c -o mem.lo mem.cpp -libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.8-tqxbnvoiw3nzds4xypcualamx3cvisln/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-bkfrcjldboplodum7ncujznagdqmdjz4/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-p4i3pshhj3wzew2fkxna7sbujfk5pf4i/include -g -O2 -MT mem.lo -MD -MP -MF .deps/mem.Tpo -c mem.cpp -fPIC -DPIC -o .libs/mem.o -mv -f .deps/info.Tpo .deps/info.Plo -/bin/bash ../libtool --tag=CXX --mode=compile /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.8-tqxbnvoiw3nzds4xypcualamx3cvisln/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-bkfrcjldboplodum7ncujznagdqmdjz4/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-p4i3pshhj3wzew2fkxna7sbujfk5pf4i/include -g -O2 -MT op.lo -MD -MP -MF .deps/op.Tpo -c -o op.lo op.cpp -libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.8-tqxbnvoiw3nzds4xypcualamx3cvisln/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-bkfrcjldboplodum7ncujznagdqmdjz4/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-p4i3pshhj3wzew2fkxna7sbujfk5pf4i/include -g -O2 -MT op.lo -MD -MP -MF .deps/op.Tpo -c op.cpp -fPIC -DPIC -o .libs/op.o mv -f .deps/keyval.Tpo .deps/keyval.Plo -/bin/bash ../libtool --tag=CXX --mode=compile /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.8-tqxbnvoiw3nzds4xypcualamx3cvisln/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-bkfrcjldboplodum7ncujznagdqmdjz4/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-p4i3pshhj3wzew2fkxna7sbujfk5pf4i/include -g -O2 -MT request.lo -MD -MP -MF .deps/request.Tpo -c -o request.lo request.cpp -libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.8-tqxbnvoiw3nzds4xypcualamx3cvisln/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-bkfrcjldboplodum7ncujznagdqmdjz4/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-p4i3pshhj3wzew2fkxna7sbujfk5pf4i/include -g -O2 -MT request.lo -MD -MP -MF .deps/request.Tpo -c request.cpp -fPIC -DPIC -o .libs/request.o -mv -f .deps/group.Tpo .deps/group.Plo -/bin/bash ../libtool --tag=CXX --mode=compile /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.8-tqxbnvoiw3nzds4xypcualamx3cvisln/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-bkfrcjldboplodum7ncujznagdqmdjz4/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-p4i3pshhj3wzew2fkxna7sbujfk5pf4i/include -g -O2 -MT win.lo -MD -MP -MF .deps/win.Tpo -c -o win.lo win.cpp -libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.8-tqxbnvoiw3nzds4xypcualamx3cvisln/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-bkfrcjldboplodum7ncujznagdqmdjz4/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-p4i3pshhj3wzew2fkxna7sbujfk5pf4i/include -g -O2 -MT win.lo -MD -MP -MF .deps/win.Tpo -c win.cpp -fPIC -DPIC -o .libs/win.o -libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.8-tqxbnvoiw3nzds4xypcualamx3cvisln/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-bkfrcjldboplodum7ncujznagdqmdjz4/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-p4i3pshhj3wzew2fkxna7sbujfk5pf4i/include -g -O2 -MT mem.lo -MD -MP -MF .deps/mem.Tpo -c mem.cpp -o mem.o >/dev/null 2>&1 -libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.8-tqxbnvoiw3nzds4xypcualamx3cvisln/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-bkfrcjldboplodum7ncujznagdqmdjz4/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-p4i3pshhj3wzew2fkxna7sbujfk5pf4i/include -g -O2 -MT op.lo -MD -MP -MF .deps/op.Tpo -c op.cpp -o op.o >/dev/null 2>&1 -libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.8-tqxbnvoiw3nzds4xypcualamx3cvisln/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-bkfrcjldboplodum7ncujznagdqmdjz4/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-p4i3pshhj3wzew2fkxna7sbujfk5pf4i/include -g -O2 -MT win.lo -MD -MP -MF .deps/win.Tpo -c win.cpp -o win.o >/dev/null 2>&1 -libtool: compile: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/g++ -DHAVE_CONFIG_H -I. -I../config -DHAVE_CONFIG_H -I. -I../config -I../src -I../config -g -O2 -I//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.8-tqxbnvoiw3nzds4xypcualamx3cvisln/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-bkfrcjldboplodum7ncujznagdqmdjz4/include -I/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-p4i3pshhj3wzew2fkxna7sbujfk5pf4i/include -g -O2 -MT request.lo -MD -MP -MF .deps/request.Tpo -c request.cpp -o request.o >/dev/null 2>&1 -mv -f .deps/mem.Tpo .deps/mem.Plo -mv -f .deps/op.Tpo .deps/op.Plo -mv -f .deps/win.Tpo .deps/win.Plo +mv -f .deps/errhandler.Tpo .deps/errhandler.Plo mv -f .deps/request.Tpo .deps/request.Plo -/bin/bash ../libtool --tag=CXX --mode=link /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/g++ -g -O2 -avoid-version -o libmpileaks.la -rpath /home/spack/spack/opt/spack/linux-x86_64_v3/tutorial-mpileaks-1.0-xf6kleti25iz2kbec7b6rfiemhs2l4ni/lib mpileaks.lo comm.lo datatype.lo errhandler.lo fileio.lo group.lo info.lo keyval.lo mem.lo op.lo request.lo win.lo -L/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-bkfrcjldboplodum7ncujznagdqmdjz4/lib -ladept_cutils -ladept_timing -ladept_utils -L/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-p4i3pshhj3wzew2fkxna7sbujfk5pf4i/lib -lcallpath -libtool: link: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc/g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o .libs/mpileaks.o .libs/comm.o .libs/datatype.o .libs/errhandler.o .libs/fileio.o .libs/group.o .libs/info.o .libs/keyval.o .libs/mem.o .libs/op.o .libs/request.o .libs/win.o -L/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-bkfrcjldboplodum7ncujznagdqmdjz4/lib -ladept_cutils -ladept_timing -ladept_utils -L/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-p4i3pshhj3wzew2fkxna7sbujfk5pf4i/lib -lcallpath -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/11/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o -g -O2 -Wl,-soname -Wl,libmpileaks.so -o .libs/libmpileaks.so +/bin/bash ../libtool --tag=CXX --mode=link /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -g -O2 -avoid-version -o libmpileaks.la -rpath /home/spack/spack/opt/spack/linux-x86_64_v3/tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/lib mpileaks.lo comm.lo datatype.lo errhandler.lo fileio.lo group.lo info.lo keyval.lo mem.lo op.lo request.lo win.lo -L/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/lib -ladept_cutils -ladept_timing -ladept_utils -L/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/lib -lcallpath +libtool: link: /home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc/g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/15/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/15/crtbeginS.o .libs/mpileaks.o .libs/comm.o .libs/datatype.o .libs/errhandler.o .libs/fileio.o .libs/group.o .libs/info.o .libs/keyval.o .libs/mem.o .libs/op.o .libs/request.o .libs/win.o -L/home/spack/spack/opt/spack/linux-x86_64_v3/adept-utils-1.0.1-naehq6ldodlwm7gjgdnccsxchnuphuep/lib -ladept_cutils -ladept_timing -ladept_utils -L/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/lib -lcallpath -L/usr/lib/gcc/x86_64-linux-gnu/15 -L/usr/lib/gcc/x86_64-linux-gnu/15/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/15/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/15/../../.. -L/lib -L/usr/lib -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/15/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/15/../../../x86_64-linux-gnu/crtn.o -g -O2 -Wl,-soname -Wl,libmpileaks.so -o .libs/libmpileaks.so libtool: link: ar cr .libs/libmpileaks.a mpileaks.o comm.o datatype.o errhandler.o fileio.o group.o info.o keyval.o mem.o op.o request.o win.o libtool: link: ranlib .libs/libmpileaks.a libtool: link: ( cd ".libs" && rm -f "libmpileaks.la" && ln -s "../libmpileaks.la" "libmpileaks.la" ) -make[1]: Leaving directory '/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-xf6kleti25iz2kbec7b6rfiemhs2l4ni/spack-src/src' +make[1]: Leaving directory '/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src/src' Making all in examples -make[1]: Entering directory '/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-xf6kleti25iz2kbec7b6rfiemhs2l4ni/spack-src/examples' +make[1]: Entering directory '/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src/examples' make[1]: Nothing to be done for 'all'. -make[1]: Leaving directory '/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-xf6kleti25iz2kbec7b6rfiemhs2l4ni/spack-src/examples' -make[1]: Entering directory '/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-xf6kleti25iz2kbec7b6rfiemhs2l4ni/spack-src' +make[1]: Leaving directory '/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src/examples' +make[1]: Entering directory '/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src' make[1]: Nothing to be done for 'all-am'. -make[1]: Leaving directory '/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-xf6kleti25iz2kbec7b6rfiemhs2l4ni/spack-src' +make[1]: Leaving directory '/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src' +[ ] uqw7gjz tutorial-mpileaks@1.0 install (7s) ==> tutorial-mpileaks: Executing phase: 'install' -==> [2026-05-07-22:35:21.799886] '/home/spack/spack/opt/spack/linux-x86_64_v3/gmake-4.4.1-4obn7cgqfwoxyvmnpeedud63bsjhoqma/bin/make' '-j4' 'install' +==> [2026-06-19-08:15:11.355488] /home/spack/spack/opt/spack/linux-x86_64_v3/gmake-4.4.1-r4lhaokbvyicys3x6yxyhtxucmgzo7kh/bin/make install Making install in scripts -make[1]: Entering directory '/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-xf6kleti25iz2kbec7b6rfiemhs2l4ni/spack-src/scripts' -make[2]: Entering directory '/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-xf6kleti25iz2kbec7b6rfiemhs2l4ni/spack-src/scripts' +make[1]: Entering directory '/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src/scripts' +make[2]: Entering directory '/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src/scripts' make[2]: Nothing to be done for 'install-data-am'. - /usr/bin/mkdir -p '/home/spack/spack/opt/spack/linux-x86_64_v3/tutorial-mpileaks-1.0-xf6kleti25iz2kbec7b6rfiemhs2l4ni/bin' - /usr/bin/install -c srun-mpileaks srun-mpileaksf '/home/spack/spack/opt/spack/linux-x86_64_v3/tutorial-mpileaks-1.0-xf6kleti25iz2kbec7b6rfiemhs2l4ni/bin' -make[2]: Leaving directory '/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-xf6kleti25iz2kbec7b6rfiemhs2l4ni/spack-src/scripts' -make[1]: Leaving directory '/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-xf6kleti25iz2kbec7b6rfiemhs2l4ni/spack-src/scripts' + /usr/bin/mkdir -p '/home/spack/spack/opt/spack/linux-x86_64_v3/tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/bin' + /usr/bin/install -c srun-mpileaks srun-mpileaksf '/home/spack/spack/opt/spack/linux-x86_64_v3/tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/bin' +make[2]: Leaving directory '/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src/scripts' +make[1]: Leaving directory '/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src/scripts' Making install in src -make[1]: Entering directory '/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-xf6kleti25iz2kbec7b6rfiemhs2l4ni/spack-src/src' -make[2]: Entering directory '/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-xf6kleti25iz2kbec7b6rfiemhs2l4ni/spack-src/src' +make[1]: Entering directory '/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src/src' +make[2]: Entering directory '/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src/src' make[2]: Nothing to be done for 'install-data-am'. - /usr/bin/mkdir -p '/home/spack/spack/opt/spack/linux-x86_64_v3/tutorial-mpileaks-1.0-xf6kleti25iz2kbec7b6rfiemhs2l4ni/lib' - /bin/bash ../libtool --mode=install /usr/bin/install -c libmpileaks.la '/home/spack/spack/opt/spack/linux-x86_64_v3/tutorial-mpileaks-1.0-xf6kleti25iz2kbec7b6rfiemhs2l4ni/lib' -libtool: install: /usr/bin/install -c .libs/libmpileaks.so /home/spack/spack/opt/spack/linux-x86_64_v3/tutorial-mpileaks-1.0-xf6kleti25iz2kbec7b6rfiemhs2l4ni/lib/libmpileaks.so -libtool: install: /usr/bin/install -c .libs/libmpileaks.lai /home/spack/spack/opt/spack/linux-x86_64_v3/tutorial-mpileaks-1.0-xf6kleti25iz2kbec7b6rfiemhs2l4ni/lib/libmpileaks.la -libtool: install: /usr/bin/install -c .libs/libmpileaks.a /home/spack/spack/opt/spack/linux-x86_64_v3/tutorial-mpileaks-1.0-xf6kleti25iz2kbec7b6rfiemhs2l4ni/lib/libmpileaks.a -libtool: install: chmod 644 /home/spack/spack/opt/spack/linux-x86_64_v3/tutorial-mpileaks-1.0-xf6kleti25iz2kbec7b6rfiemhs2l4ni/lib/libmpileaks.a -libtool: install: ranlib /home/spack/spack/opt/spack/linux-x86_64_v3/tutorial-mpileaks-1.0-xf6kleti25iz2kbec7b6rfiemhs2l4ni/lib/libmpileaks.a -libtool: finish: PATH="/home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc:/home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/case-insensitive:/home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack:/home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc:/home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/case-insensitive:/home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack:/home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc:/home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/case-insensitive:/home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack:/home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/gcc:/home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack/case-insensitive:/home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.0-ntccuj2fi3y7asqifeq3i4iylrbxakw2/libexec/spack:/home/spack/spack/opt/spack/linux-x86_64_v3/autoconf-2.72-fgsf5ijzhnbaj2fqngm57aoe6civ72uz/bin:/home/spack/spack/opt/spack/linux-x86_64_v3/automake-1.16.5-pzmnwzmdyfj2g64cb6fycltaeiz2edau/bin:/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-p4i3pshhj3wzew2fkxna7sbujfk5pf4i/bin:/home/spack/spack/opt/spack/linux-x86_64_v3/gmake-4.4.1-4obn7cgqfwoxyvmnpeedud63bsjhoqma/bin:/home/spack/spack/opt/spack/linux-x86_64_v3/libtool-2.4.7-yt7ajy4c3zwh2ks6dawvycaxrydjibel/bin:/home/spack/spack/opt/spack/linux-x86_64_v3/m4-1.4.20-lxvpwtivihagmvso5cxgs3b7olqmac2g/bin:/home/spack/spack/opt/spack/linux-x86_64_v3/perl-5.42.0-62kt5y4kl7uhwljviixr3m4dyf5vre7t/bin:/home/spack/spack/opt/spack/linux-x86_64_v3/findutils-4.10.0-irvrytslmleivpkraggqq5brluhluert/bin:/home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.8-tqxbnvoiw3nzds4xypcualamx3cvisln/bin:/home/spack/spack/opt/spack/linux-x86_64_v3/openssh-9.9p1-cxdcxo5pdxc2nk7domxigdqiygg4757e/bin:/home/spack/spack/opt/spack/linux-x86_64_v3/tar-1.35-lfgvgvawnpdxxz7prdfn4vsfgtwruxjc/bin:/home/spack/spack/opt/spack/linux-x86_64_v3/bzip2-1.0.8-x7t4najic2jb46srjiebkrf55utda3nl/bin:/home/spack/spack/opt/spack/linux-x86_64_v3/pigz-2.8-kaz756eya6nj3ardls4b6aiaclkaux7i/bin:/home/spack/spack/opt/spack/linux-x86_64_v3/zstd-1.5.7-foiizhdg2mc4jdjtuddksbzvr64roxea/bin:/home/spack/spack/opt/spack/linux-x86_64_v3/xz-5.6.3-yzaocbs7geczi5d7qyvmqwrxi4r7dvph/bin:/home/spack/spack/bin:/opt/spack/view/bin:/root/spack/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /home/spack/spack/opt/spack/linux-x86_64_v3/tutorial-mpileaks-1.0-xf6kleti25iz2kbec7b6rfiemhs2l4ni/lib + /usr/bin/mkdir -p '/home/spack/spack/opt/spack/linux-x86_64_v3/tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/lib' + /bin/bash ../libtool --mode=install /usr/bin/install -c libmpileaks.la '/home/spack/spack/opt/spack/linux-x86_64_v3/tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/lib' +libtool: install: /usr/bin/install -c .libs/libmpileaks.so /home/spack/spack/opt/spack/linux-x86_64_v3/tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/lib/libmpileaks.so +libtool: install: /usr/bin/install -c .libs/libmpileaks.lai /home/spack/spack/opt/spack/linux-x86_64_v3/tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/lib/libmpileaks.la +libtool: install: /usr/bin/install -c .libs/libmpileaks.a /home/spack/spack/opt/spack/linux-x86_64_v3/tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/lib/libmpileaks.a +libtool: install: chmod 644 /home/spack/spack/opt/spack/linux-x86_64_v3/tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/lib/libmpileaks.a +libtool: install: ranlib /home/spack/spack/opt/spack/linux-x86_64_v3/tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/lib/libmpileaks.a +libtool: finish: PATH="/home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc:/home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/case-insensitive:/home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack:/home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc:/home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/case-insensitive:/home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack:/home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc:/home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/case-insensitive:/home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack:/home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/gcc:/home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack/case-insensitive:/home/spack/spack/opt/spack/linux-x86_64_v3/compiler-wrapper-1.1.0-mmywg7x4myxvxepmqe5go3ppxirmuijp/libexec/spack:/home/spack/spack/opt/spack/linux-x86_64_v3/autoconf-2.72-jo3eg4rjvufc6kzkann5rfyufgoc4lbj/bin:/home/spack/spack/opt/spack/linux-x86_64_v3/automake-1.18.1-yhkgfaibmqj5ww5wfesjkdtrwpndwdtm/bin:/home/spack/spack/opt/spack/linux-x86_64_v3/callpath-1.0.4-xksxwmqijjrelztluyq5oilu4tqkyxf6/bin:/home/spack/spack/opt/spack/linux-x86_64_v3/gmake-4.4.1-r4lhaokbvyicys3x6yxyhtxucmgzo7kh/bin:/home/spack/spack/opt/spack/linux-x86_64_v3/libtool-2.5.4-3gdq456decrkzdhi7hwf3ndgvixvmu3n/bin:/home/spack/spack/opt/spack/linux-x86_64_v3/m4-1.4.21-y6uqrtoi6sjdfvvyxgmifksxwktsyx3t/bin:/home/spack/spack/opt/spack/linux-x86_64_v3/perl-5.42.0-bvphs3b3jahsyypadzj7kwfb23egjgb5/bin:/home/spack/spack/opt/spack/linux-x86_64_v3/file-5.46-mguwetco632vycva2piy7hmqoc26acsq/bin:/home/spack/spack/opt/spack/linux-x86_64_v3/findutils-4.10.0-punbqrxx5vrhjry7gtdadymv34ryapi2/bin:/home/spack/spack/opt/spack/linux-x86_64_v3/less-692-ohmdb2lfmv2mghjfr7o22nlbaue23m6o/bin:/home/spack/spack/opt/spack/linux-x86_64_v3/openmpi-5.0.10-qfut5qqwp2fzaq3ymgk7nxvjv3qyrvml/bin:/home/spack/spack/opt/spack/linux-x86_64_v3/openssh-10.3p1-m6yx5j3srcybuucnboqjse2jc2a35vxq/bin:/home/spack/spack/opt/spack/linux-x86_64_v3/tar-1.35-f5xe4pxaujwc2cs2ppllgloh7gwbkkyd/bin:/home/spack/spack/opt/spack/linux-x86_64_v3/bzip2-1.0.8-cbtgjrhpwivtaewryhbkj6zxuukhoekx/bin:/home/spack/spack/opt/spack/linux-x86_64_v3/pigz-2.8-afklka7uurghkxzfzr2kpku3hq64dp2w/bin:/home/spack/spack/opt/spack/linux-x86_64_v3/zstd-1.5.7-63aruxky3a4xfivh32jt676wmoftlzy6/bin:/home/spack/spack/opt/spack/linux-x86_64_v3/xz-5.8.3-hhjyyqygxtpzvdyoddyypk5sfyqdcmqe/bin:/home/spack/spack/bin:/opt/spack/view/bin:/root/spack/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /home/spack/spack/opt/spack/linux-x86_64_v3/tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/lib ---------------------------------------------------------------------- Libraries have been installed in: - /home/spack/spack/opt/spack/linux-x86_64_v3/tutorial-mpileaks-1.0-xf6kleti25iz2kbec7b6rfiemhs2l4ni/lib + /home/spack/spack/opt/spack/linux-x86_64_v3/tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and @@ -386,25 +345,23 @@ flag during linking and do at least one of the following: See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- -make[2]: Leaving directory '/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-xf6kleti25iz2kbec7b6rfiemhs2l4ni/spack-src/src' -make[1]: Leaving directory '/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-xf6kleti25iz2kbec7b6rfiemhs2l4ni/spack-src/src' +make[2]: Leaving directory '/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src/src' +make[1]: Leaving directory '/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src/src' Making install in examples -make[1]: Entering directory '/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-xf6kleti25iz2kbec7b6rfiemhs2l4ni/spack-src/examples' -make[2]: Entering directory '/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-xf6kleti25iz2kbec7b6rfiemhs2l4ni/spack-src/examples' +make[1]: Entering directory '/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src/examples' +make[2]: Entering directory '/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src/examples' make[2]: Nothing to be done for 'install-exec-am'. - /usr/bin/mkdir -p '/home/spack/spack/opt/spack/linux-x86_64_v3/tutorial-mpileaks-1.0-xf6kleti25iz2kbec7b6rfiemhs2l4ni/share/mpileaks/examples' - /usr/bin/install -c -m 644 tests.c mpiPing_leaky.f '/home/spack/spack/opt/spack/linux-x86_64_v3/tutorial-mpileaks-1.0-xf6kleti25iz2kbec7b6rfiemhs2l4ni/share/mpileaks/examples' -make[2]: Leaving directory '/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-xf6kleti25iz2kbec7b6rfiemhs2l4ni/spack-src/examples' -make[1]: Leaving directory '/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-xf6kleti25iz2kbec7b6rfiemhs2l4ni/spack-src/examples' -make[1]: Entering directory '/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-xf6kleti25iz2kbec7b6rfiemhs2l4ni/spack-src' -make[2]: Entering directory '/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-xf6kleti25iz2kbec7b6rfiemhs2l4ni/spack-src' + /usr/bin/mkdir -p '/home/spack/spack/opt/spack/linux-x86_64_v3/tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/share/mpileaks/examples' + /usr/bin/install -c -m 644 tests.c mpiPing_leaky.f '/home/spack/spack/opt/spack/linux-x86_64_v3/tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/share/mpileaks/examples' +make[2]: Leaving directory '/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src/examples' +make[1]: Leaving directory '/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src/examples' +make[1]: Entering directory '/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src' +make[2]: Entering directory '/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src' make[2]: Nothing to be done for 'install-exec-am'. - /usr/bin/mkdir -p '/home/spack/spack/opt/spack/linux-x86_64_v3/tutorial-mpileaks-1.0-xf6kleti25iz2kbec7b6rfiemhs2l4ni/share/mpileaks' - /usr/bin/install -c -m 644 README '/home/spack/spack/opt/spack/linux-x86_64_v3/tutorial-mpileaks-1.0-xf6kleti25iz2kbec7b6rfiemhs2l4ni/share/mpileaks' -make[2]: Leaving directory '/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-xf6kleti25iz2kbec7b6rfiemhs2l4ni/spack-src' -make[1]: Leaving directory '/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-xf6kleti25iz2kbec7b6rfiemhs2l4ni/spack-src' -==> [2026-05-07-22:35:21.984256] Find (max depth = None): ['/home/spack/spack/opt/spack/linux-x86_64_v3/tutorial-mpileaks-1.0-xf6kleti25iz2kbec7b6rfiemhs2l4ni'] ['*.la'] -==> [2026-05-07-22:35:21.985391] Find complete: ['/home/spack/spack/opt/spack/linux-x86_64_v3/tutorial-mpileaks-1.0-xf6kleti25iz2kbec7b6rfiemhs2l4ni'] ['*.la'] -==> tutorial-mpileaks: Successfully installed tutorial-mpileaks-1.0-xf6kleti25iz2kbec7b6rfiemhs2l4ni - Stage: 0.01s. Autoreconf: 3.85s. Configure: 3.01s. Build: 8.42s. Install: 0.19s. Post-install: 0.03s. Total: 15.58s -[+] /home/spack/spack/opt/spack/linux-x86_64_v3/tutorial-mpileaks-1.0-xf6kleti25iz2kbec7b6rfiemhs2l4ni + /usr/bin/mkdir -p '/home/spack/spack/opt/spack/linux-x86_64_v3/tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/share/mpileaks' + /usr/bin/install -c -m 644 README '/home/spack/spack/opt/spack/linux-x86_64_v3/tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/share/mpileaks' +make[2]: Leaving directory '/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src' +make[1]: Leaving directory '/tmp/spack/spack-stage/spack-stage-tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o/spack-src' +==> [2026-06-19-08:15:11.535635] Find (max depth = None): ['/home/spack/spack/opt/spack/linux-x86_64_v3/tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o'] ['*.la'] +==> [2026-06-19-08:15:11.536099] Find complete: ['/home/spack/spack/opt/spack/linux-x86_64_v3/tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o'] ['*.la'] +[+] uqw7gjz tutorial-mpileaks@1.0 /home/spack/spack/opt/spack/linux-x86_64_v3/tutorial-mpileaks-1.0-uqw7gjziuodsipdlhmg3lqtdx7shub3o (7s) diff --git a/outputs/packaging/repo-config.out b/outputs/packaging/repo-config.out index 61c77be2a..1dfe00c40 100644 --- a/outputs/packaging/repo-config.out +++ b/outputs/packaging/repo-config.out @@ -3,4 +3,3 @@ repos: tutorial: /home/spack/my_pkgs/spack_repo/tutorial builtin: git: https://github.com/spack/spack-packages.git - branch: releases/v2025.11 diff --git a/outputs/packaging/repo-list.out b/outputs/packaging/repo-list.out index 2b3890d1c..747fbaa65 100644 --- a/outputs/packaging/repo-list.out +++ b/outputs/packaging/repo-list.out @@ -1,3 +1,3 @@ $ spack repo list -[+] tutorial v2.4 /home/spack/my_pkgs/spack_repo/tutorial +[+] tutorial v2.5 /home/spack/my_pkgs/spack_repo/tutorial [+] builtin v2.2 /home/spack/.spack/package_repos/fncqgg4/repos/spack_repo/builtin diff --git a/tutorial_packaging.rst b/tutorial_packaging.rst index cad9964f4..071f34008 100644 --- a/tutorial_packaging.rst +++ b/tutorial_packaging.rst @@ -56,7 +56,7 @@ We can see how they are configured using ``spack config get repos``: .. literalinclude:: outputs/packaging/repo-config.out :language: console -Notice the default ``builtin`` repository is checked out at the latest release branch. +Notice the ``tutorial`` repository points to a local path, while the ``builtin`` repository is fetched from its remote git location. You can find out more about repositories at `Package Repositories `_ and the command at `spack repo `_. @@ -208,8 +208,8 @@ You should see the information derived from the package now includes the descrip Also notice it shows: * the preferred version derived from the code; -* the default ``AutotoolsBuilder`` package `installation phases `_; -* the `gmake `_ and `gnuconfig `_ build dependencies inherited from ``AutotoolsPackage``; and +* the default ``AutotoolsPackage`` `installation phases `_; +* the `gmake `_ and `gnuconfig `_ build dependencies inherited from ``AutotoolsPackage``; and * both link and run dependencies are currently ``None``. As we fill in more information about the package, the ``spack info`` command will become more informative. @@ -423,7 +423,7 @@ Adding Variants --------------- Suppose we want to expose the software's optional features in the package? -We can do this by adding build-time options using package `variants `_). +We can do this by adding build-time options using package `variants `_. Recall from :ref:`configure's help output ` for ``tutorial-mpileaks`` that the software has several optional features and packages that we could support in Spack. Two stand out for tutorial purposes because they both take integers, as opposed to allowing them to be enabled or disabled. @@ -466,65 +466,16 @@ Now run the installation again with the ``--verbose`` install option -- to get m .. literalinclude:: outputs/packaging/install-mpileaks-4.out :language: spec + :lines: 1-57 + :emphasize-lines: 57 -Notice the addition of the two stack start arguments in the configure command that appears at the end of the highlighted line after ``tutorial-mpileaks``' ``Executing phase: 'configure'``. +Notice the addition of the two stack start arguments in the configure command at the end of the emphasized line after ``tutorial-mpileaks``' ``Executing phase: 'configure'``. .. note:: Not all packages have such simple options. Fortunately, ``Autotools`` is one of several base packages with `helper functions `_ to simplify setting arguments tied to boolean, single- and multi-valued variants. -Now that we have a package we can build, it's time to consider adding tests that can be used to gain confidence that the software works. - ------------- -Adding Tests ------------- - -The simplest tests we can add are `sanity checks `_, which can be used to ensure the directories and or files we expect to be installed for all versions of the package actually exist. - -If we look at a successful installation, we can see that the following directories are installed: - -* bin -* lib -* share - -So let's add a simple sanity check to ensure they are present, **but** let's enter a typo to see what happens. - -Bring ``tutorial-mpileaks``' ``package.py`` file back up with the ``spack edit`` command and add the following ``sanity_check_is_dir`` list: - -.. literalinclude:: tutorial/examples/packaging/5.package.py - :caption: tutorial-mpileaks/package.py (from tutorial/examples/packaging/5.package.py) - :lines: 5- - :language: python - :emphasize-lines: 15 - -Since these are `build-time tests `_, we'll need to uninstall the package so we can re-run it with tests enabled: - -.. literalinclude:: outputs/packaging/install-mpileaks-5.out - :language: spec - -Notice the installation fails due to the missing directory with the error: ``Error: InstallError: Install failed for tutorial-mpileaks. -No such directory in prefix: shar``. - -Now let's properly fix the error: - -.. literalinclude:: tutorial/examples/packaging/6.package.py - :caption: tutorial-mpileaks/package.py (from tutorial/examples/packaging/6.package.py) - :lines: 5- - :language: python - :emphasize-lines: 15 - -And try again: - -.. literalinclude:: outputs/packaging/install-mpileaks-6.out - :language: spec - -Success! - -The material covered here only scratches the surface of testing an installation. -We could leverage the examples from this package to add `post-install phase tests `_ and/or `stand-alone tests `_. - - ------------------------ Querying the Spec Object ------------------------