Pull request #747 updated Connecting to https://api.github.com using 476720/****** Obtained .jenkins from b0327045bd5e9f2498d7ef17c221a91f513e7f7f [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 3 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: CUDA-11-NVCC-DEBUG) [Pipeline] { (Branch: ROCM-5.2-HIPCC-DEBUG) [Pipeline] { (Branch: SYCL) [Pipeline] stage [Pipeline] { (CUDA-11-NVCC-DEBUG) [Pipeline] stage [Pipeline] { (ROCM-5.2-HIPCC-DEBUG) [Pipeline] stage [Pipeline] { (SYCL) [Pipeline] node Running on fetnat09 in /var/jenkins/workspace/Cabana_PR-747 [Pipeline] node [Pipeline] node Running on fetnat05 in /var/jenkins/workspace/Cabana_PR-747 [Pipeline] { [Pipeline] { [Pipeline] checkout [Pipeline] checkout The recommended git tool is: NONE The recommended git tool is: NONE using credential Jenkins ORNL using credential Jenkins ORNL Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/ECP-copa/Cabana.git > git init /var/jenkins/workspace/Cabana_PR-747 # timeout=10 Fetching upstream changes from https://github.com/ECP-copa/Cabana.git > git --version # timeout=10 > git --version # 'git version 2.17.1' using GIT_ASKPASS to set credentials > git fetch --no-tags --progress -- https://github.com/ECP-copa/Cabana.git +refs/pull/747/head:refs/remotes/origin/PR-747 # timeout=10 Cloning repository https://github.com/ECP-copa/Cabana.git > git init /var/jenkins/workspace/Cabana_PR-747 # timeout=10 Fetching upstream changes from https://github.com/ECP-copa/Cabana.git > git --version # timeout=10 > git --version # 'git version 2.17.1' using GIT_ASKPASS to set credentials > git fetch --no-tags --progress -- https://github.com/ECP-copa/Cabana.git +refs/pull/747/head:refs/remotes/origin/PR-747 # timeout=10 Fetching without tags Fetching without tags Checking out Revision b0327045bd5e9f2498d7ef17c221a91f513e7f7f (PR-747) Commit message: "add deep_copy test for ParticleList" > git config remote.origin.url https://github.com/ECP-copa/Cabana.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/747/head:refs/remotes/origin/PR-747 # timeout=10 > git config remote.origin.url https://github.com/ECP-copa/Cabana.git # timeout=10 Fetching upstream changes from https://github.com/ECP-copa/Cabana.git using GIT_ASKPASS to set credentials > git fetch --no-tags --progress -- https://github.com/ECP-copa/Cabana.git +refs/pull/747/head:refs/remotes/origin/PR-747 # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b0327045bd5e9f2498d7ef17c221a91f513e7f7f # timeout=10 > git rev-list --no-walk 9117db424ab3c0014277d7a8acd131062fdc2f92 # timeout=10 Checking out Revision b0327045bd5e9f2498d7ef17c221a91f513e7f7f (PR-747) > git config remote.origin.url https://github.com/ECP-copa/Cabana.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/747/head:refs/remotes/origin/PR-747 # timeout=10 > git config remote.origin.url https://github.com/ECP-copa/Cabana.git # timeout=10 Fetching upstream changes from https://github.com/ECP-copa/Cabana.git using GIT_ASKPASS to set credentials > git fetch --no-tags --progress -- https://github.com/ECP-copa/Cabana.git +refs/pull/747/head:refs/remotes/origin/PR-747 # timeout=10 > git config core.sparsecheckout # timeout=10 Commit message: "add deep_copy test for ParticleList" [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] readFile [Pipeline] sh + docker build -t bc188d359cf4abfc5efaf88071798abd700292da -f docker/Dockerfile.sycl docker DEPRECATED: The legacy builder is deprecated and will be removed in a future release. Install the buildx component to build images with BuildKit: https://docs.docker.com/go/buildx/ Sending build context to Docker daemon 19.46kB Step 1/18 : ARG BASE=nvidia/cuda:11.0.3-devel-ubuntu20.04 Step 2/18 : FROM $BASE ---> 66deaf56c203 Step 3/18 : ARG NPROCS=4 [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] readFile [Pipeline] sh ---> Running in 0ed3420bee3c + docker build -t 0d8a33c88dfbf24505a31d23c0b134722c1a1650 --build-arg BASE=nvidia/cuda:11.0.3-devel-ubuntu20.04 -f docker/Dockerfile docker DEPRECATED: The legacy builder is deprecated and will be removed in a future release. Install the buildx component to build images with BuildKit: https://docs.docker.com/go/buildx/ Sending build context to Docker daemon 19.46kB Step 1/25 : ARG BASE=nvidia/cuda:11.0.3-devel-ubuntu20.04 Step 2/25 : FROM $BASE ---> 66deaf56c203 Step 3/25 : ARG NPROCS=4 ---> Using cache ---> bce71684549f Step 4/25 : RUN DISTRO=ubuntu2004 && apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/$DISTRO/x86_64/3bf863cc.pub ---> Using cache ---> df021923147a Step 5/25 : RUN apt-get update && apt-get install -y bc ccache wget openssh-client libgtest-dev && apt-get clean && rm -rf /var/lib/apt/lists/* ---> Using cache ---> 972bbb306a32 Step 6/25 : RUN KEYDUMP_URL=https://cloud.cees.ornl.gov/download && KEYDUMP_FILE=keydump && wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE} && wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE}.sig && gpg --import ${KEYDUMP_FILE} && gpg --verify ${KEYDUMP_FILE}.sig ${KEYDUMP_FILE} && rm ${KEYDUMP_FILE}* ---> Using cache ---> 76645612aa5f Step 7/25 : ENV CMAKE_DIR=/opt/cmake ---> Using cache ---> d2761789b6bd Step 8/25 : RUN CMAKE_VERSION=3.16.9 && CMAKE_KEY=2D2CEF1034921684 && CMAKE_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION} && CMAKE_SCRIPT=cmake-${CMAKE_VERSION}-Linux-x86_64.sh && CMAKE_SHA256=cmake-${CMAKE_VERSION}-SHA-256.txt && wget --quiet ${CMAKE_URL}/${CMAKE_SHA256} && wget --quiet ${CMAKE_URL}/${CMAKE_SHA256}.asc && wget --quiet ${CMAKE_URL}/${CMAKE_SCRIPT} && gpg --verify ${CMAKE_SHA256}.asc ${CMAKE_SHA256} && grep ${CMAKE_SCRIPT} ${CMAKE_SHA256} | sha256sum --check && mkdir -p ${CMAKE_DIR} && sh ${CMAKE_SCRIPT} --skip-license --prefix=${CMAKE_DIR} && rm ${CMAKE_SCRIPT} ---> Using cache ---> 1703bc5c36dd Step 9/25 : ENV PATH=${CMAKE_DIR}/bin:$PATH ---> Using cache ---> 807ba03453bb Step 10/25 : ENV OPENMPI_DIR=/opt/openmpi ---> Using cache ---> 080b90d3e1ef Step 11/25 : RUN OPENMPI_VERSION=4.0.2 && OPENMPI_VERSION_SHORT=4.0 && OPENMPI_SHA1=32ce3761288575fb8e4f6296c9105c3a25cf3235 && OPENMPI_URL=https://download.open-mpi.org/release/open-mpi/v${OPENMPI_VERSION_SHORT}/openmpi-${OPENMPI_VERSION}.tar.bz2 && OPENMPI_ARCHIVE=openmpi-${OPENMPI_VERSION}.tar.bz2 && [ ! -z "${CUDA_VERSION}" ] && CUDA_OPTIONS=--with-cuda || true && SCRATCH_DIR=/scratch && mkdir -p ${SCRATCH_DIR} && cd ${SCRATCH_DIR} && wget --quiet ${OPENMPI_URL} --output-document=${OPENMPI_ARCHIVE} && echo "${OPENMPI_SHA1} ${OPENMPI_ARCHIVE}" | sha1sum -c && mkdir -p openmpi && tar -xf ${OPENMPI_ARCHIVE} -C openmpi --strip-components=1 && mkdir -p build && cd build && ../openmpi/configure --prefix=${OPENMPI_DIR} ${CUDA_OPTIONS} CFLAGS=-w && make -j${NPROCS} install && rm -rf ${SCRATCH_DIR} ---> Using cache ---> 5b4dbd844d90 Step 12/25 : ENV PATH=${OPENMPI_DIR}/bin:$PATH ---> Using cache ---> f9fff569825d Step 13/25 : ARG KOKKOS_VERSION=4.1.00 ---> Using cache ---> 911b1b743220 Step 14/25 : ENV KOKKOS_DIR=/opt/kokkos > git checkout -f b0327045bd5e9f2498d7ef17c221a91f513e7f7f # timeout=10 ---> Using cache ---> bb0009774d8e Step 15/25 : RUN KOKKOS_URL=https://github.com/kokkos/kokkos/archive/${KOKKOS_VERSION}.tar.gz && KOKKOS_ARCHIVE=kokkos-${KOKKOS_VERSION}.tar.gz && SCRATCH_DIR=/scratch && mkdir -p ${SCRATCH_DIR} && cd ${SCRATCH_DIR} && wget --quiet ${KOKKOS_URL} --output-document=${KOKKOS_ARCHIVE} && mkdir -p kokkos && tar -xf ${KOKKOS_ARCHIVE} -C kokkos --strip-components=1 && cd kokkos && mkdir -p build && cd build && cmake -D CMAKE_INSTALL_PREFIX=${KOKKOS_DIR} -D CMAKE_BUILD_TYPE=Debug -D CMAKE_CXX_COMPILER=${SCRATCH_DIR}/kokkos/bin/nvcc_wrapper -D Kokkos_ENABLE_CUDA=ON -D Kokkos_ENABLE_CUDA_LAMBDA=ON -D Kokkos_ARCH_VOLTA70=ON .. && make -j${NPROCS} install && rm -rf ${SCRATCH_DIR} ---> Using cache ---> 3de8eb5feee9 Step 16/25 : ENV ARBORX_DIR=/opt/arborx ---> Using cache ---> 17c2001650c9 Step 17/25 : RUN ARBORX_VERSION=v1.4 && ARBORX_URL=https://github.com/arborx/ArborX/archive/${ARBORX_VERSION}.tar.gz && ARBORX_ARCHIVE=arborx.tar.gz && wget --quiet ${ARBORX_URL} --output-document=${ARBORX_ARCHIVE} && mkdir arborx && tar -xf ${ARBORX_ARCHIVE} -C arborx --strip-components=1 && cd arborx && mkdir -p build && cd build && cmake -D CMAKE_INSTALL_PREFIX=${ARBORX_DIR} -D CMAKE_BUILD_TYPE=Debug -D CMAKE_CXX_COMPILER=${KOKKOS_DIR}/bin/nvcc_wrapper -D CMAKE_CXX_EXTENSIONS=OFF -D CMAKE_PREFIX_PATH=${KOKKOS_DIR} .. && make -j${NPROCS} install && cd ../.. && rm -r arborx ---> Using cache ---> c0de5b934195 Step 18/25 : ARG FFTW_VERSION=3.3.8 ---> Using cache ---> 383f4f6bbdac Step 19/25 : ENV FFTW_DIR=/opt/fftw ---> Using cache ---> 274434f84eca Step 20/25 : RUN FFTW_URL=http://www.fftw.org/fftw-${FFTW_VERSION}.tar.gz && FFTW_ARCHIVE=fftw.tar.gz && SCRATCH_DIR=/scratch && mkdir -p ${SCRATCH_DIR} && cd ${SCRATCH_DIR} && wget --quiet ${FFTW_URL} --output-document=${FFTW_ARCHIVE} && mkdir -p fftw && tar -xf ${FFTW_ARCHIVE} -C fftw --strip-components=1 && cd fftw && mkdir -p build && cd build && cmake -D CMAKE_INSTALL_PREFIX=${FFTW_DIR} -D CMAKE_BUILD_TYPE=Debug -D ENABLE_FLOAT=ON .. && make -j${NPROCS} install && cmake -D CMAKE_INSTALL_PREFIX=${FFTW_DIR} -D CMAKE_BUILD_TYPE=Debug -D ENABLE_FLOAT=OFF .. && make -j${NPROCS} install && rm -rf ${SCRATCH_DIR} ---> Using cache ---> b826b89193a6 Step 21/25 : ARG HEFFTE_VERSION=2.3.0 ---> Using cache ---> cf58a2f7e028 Step 22/25 : ENV HEFFTE_DIR=/opt/heffte ---> Using cache ---> aa5d2789a49a Step 23/25 : RUN HEFFTE_URL=https://github.com/icl-utk-edu/heffte/archive/v${HEFFTE_VERSION}.tar.gz && HEFFTE_ARCHIVE=heffte.tar.gz && SCRATCH_DIR=/scratch && mkdir -p ${SCRATCH_DIR} && cd ${SCRATCH_DIR} && wget --quiet ${HEFFTE_URL} --output-document=${HEFFTE_ARCHIVE} && mkdir -p heffte && tar -xf ${HEFFTE_ARCHIVE} -C heffte --strip-components=1 && cd heffte && mkdir -p build && cd build && cmake -D CMAKE_INSTALL_PREFIX=${HEFFTE_DIR} -D CMAKE_PREFIX_PATH=${FFTW_DIR} -D CMAKE_BUILD_TYPE=Debug -D Heffte_ENABLE_CUDA=ON -D Heffte_ENABLE_FFTW=ON .. && make -j${NPROCS} install && rm -rf ${SCRATCH_DIR} ---> Using cache ---> 0f3386a7b844 Step 24/25 : ENV HYPRE_DIR=/opt/hypre ---> Using cache ---> 61f3579e77ee Step 25/25 : RUN HYPRE_VERSION=v2.22.1 && HYPRE_URL=https://github.com/hypre-space/hypre/archive/${HYPRE_VERSION}.tar.gz && HYPRE_ARCHIVE=hypre.tar.gz && wget --quiet ${HYPRE_URL} --output-document=${HYPRE_ARCHIVE} && mkdir hypre && tar -xf ${HYPRE_ARCHIVE} -C hypre --strip-components=1 && cd hypre && mkdir -p build && cd build && cmake -D CMAKE_INSTALL_PREFIX=${HYPRE_DIR} -D CMAKE_BUILD_TYPE=Debug -D HYPRE_WITH_CUDA=ON -D HYPRE_WITH_MPI=ON ../src && make -j${NPROCS} install && cd ../.. && rm -r hypre ---> Using cache ---> 0d35b39307d7 Successfully built 0d35b39307d7 Successfully tagged 0d8a33c88dfbf24505a31d23c0b134722c1a1650:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh + docker inspect -f . 0d8a33c88dfbf24505a31d23c0b134722c1a1650 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer fetnat09 seems to be running inside container 3ae688f06eec28be1a839ff62323a06457d74572cf8a4c4821a9f28913337846 $ docker run -t -d -u 0:0 -v /tmp/ccache.kokkos:/tmp/ccache --env NVIDIA_VISIBLE_DEVICES=$NVIDIA_VISIBLE_DEVICES -w /var/jenkins/workspace/Cabana_PR-747 --volumes-from 3ae688f06eec28be1a839ff62323a06457d74572cf8a4c4821a9f28913337846 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 0d8a33c88dfbf24505a31d23c0b134722c1a1650 cat $ docker top 83b4a4b54db3fe0d3b43001d3d1acb3dcf4a6e95ff6218186c9624f673a91f23 -eo pid,comm ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] sh + ccache --zero-stats Statistics zeroed [Pipeline] sh + rm -rf build + mkdir -p build + cd build + cmake -D CMAKE_BUILD_TYPE=Debug -D CMAKE_CXX_COMPILER=/opt/kokkos/bin/nvcc_wrapper -D CMAKE_CXX_COMPILER_LAUNCHER=ccache -D CMAKE_CXX_FLAGS=-Wall -Wextra -Wpedantic -Werror -D CMAKE_PREFIX_PATH=/opt/kokkos;/opt/arborx;/opt/heffte;/opt/hypre -D MPIEXEC_MAX_NUMPROCS=1 -D MPIEXEC_PREFLAGS=--allow-run-as-root;--mca;btl_smcuda_use_cuda_ipc;0 -D Cabana_REQUIRE_MPI=ON -D Cabana_REQUIRE_ARBORX=ON -D Cabana_REQUIRE_HEFFTE=ON -D Cabana_REQUIRE_CUDA=ON -D Cabana_ENABLE_TESTING=ON -D Cabana_ENABLE_PERFORMANCE_TESTING=ON -D Cabana_ENABLE_EXAMPLES=ON .. -- The CXX compiler identification is GNU 9.4.0 -- Check for working CXX compiler: /opt/kokkos/bin/nvcc_wrapper ---> Removed intermediate container 0ed3420bee3c ---> e4b901bc7c1f Step 4/18 : RUN DISTRO=ubuntu2004 && apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/$DISTRO/x86_64/3bf863cc.pub ---> Running in b98c7ce3d673 -- Check for working CXX compiler: /opt/kokkos/bin/nvcc_wrapper -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done Warning: apt-key output should not be parsed (stdout is not a terminal) -- Enabled Kokkos devices: CUDA;SERIAL CMake Warning at /opt/kokkos/lib/cmake/Kokkos/KokkosConfigCommon.cmake:58 (MESSAGE): The installed Kokkos configuration does not support CXX extensions. Forcing -DCMAKE_CXX_EXTENSIONS=Off Call Stack (most recent call first): /opt/kokkos/lib/cmake/Kokkos/KokkosConfig.cmake:56 (INCLUDE) CMakeLists.txt:39 (find_package) -- Found Kokkos_DEVICES: CUDA -- Found Kokkos_OPTIONS: CUDA_LAMBDA Still waiting to schedule task There are no nodes with the label ‘rocm-docker&&vega&&AMD_Radeon_Instinct_MI60’ Executing: /tmp/apt-key-gpghome.EwW8SwcP5v/gpg.1.sh --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/3bf863cc.pub gpg: requesting key from 'https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/3bf863cc.pub' gpg: key A4B469963BF863CC: "cudatools " not changed gpg: Total number processed: 1 gpg: unchanged: 1  ---> Removed intermediate container b98c7ce3d673 ---> ef27630dc3d2 Step 5/18 : RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -yq bc wget ccache ninja-build python3 git vim jq libgtest-dev libopenmpi-dev && apt-get clean && rm -rf /var/lib/apt/lists/* ---> Running in 0794120a9233 -- Found MPI_CXX: /opt/openmpi/lib/libmpi.so (found version "3.1") -- Found MPI: TRUE (found version "3.1") -- Could NOT find CLANG_FORMAT: Found unsuitable version "0.0", but required is at least "14" (found CLANG_FORMAT_EXECUTABLE-NOTFOUND) -- The C compiler identification is GNU 9.4.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Looking for pthread.h -- Looking for pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- Found CUDA: /usr/local/cuda (found version "11.0") -- Could NOT find Git (missing: GIT_EXECUTABLE) -- Cabana Revision = 'Not a git repository' -- Found GTest: /usr/lib/x86_64-linux-gnu/libgtest.a (Required is at least version "1.10") -- Could NOT find VALGRIND (missing: VALGRIND_EXECUTABLE) -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) -- Could NOT find VALGRIND (missing: VALGRIND_EXECUTABLE) -- Could NOT find VALGRIND (missing: VALGRIND_EXECUTABLE) -- Configuring done Get:1 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB] Get:2 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 InRelease [1581 B] Get:3 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] Get:4 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] Get:5 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 Packages [1562 kB] Get:6 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] Get:7 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1208 kB] Get:8 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [29.8 kB] Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [3673 kB] Get:10 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [33.4 kB] Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [3616 kB] Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [1275 kB] Get:13 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [11.3 MB] Get:14 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [177 kB] Get:15 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [4148 kB] Get:16 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1504 kB] Get:17 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [32.5 kB] Get:18 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [3766 kB] Get:19 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [28.6 kB] Get:20 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [55.2 kB] Fetched 33.1 MB in 3s (12.1 MB/s) Reading package lists...-- Generating done -- Build files have been written to: /var/jenkins/workspace/Cabana_PR-747/build + make -j8 Reading package lists...Scanning dependencies of target Cabana_CommunicationPlan_MPI_test_CUDA Scanning dependencies of target Cabana_NeighborList_test_SERIAL Scanning dependencies of target Cabana_Parallel_test_CUDA Scanning dependencies of target Cabana_Halo_MPI_test_CUDA_UVM Scanning dependencies of target Cabana_Distributor_MPI_test_CUDA_UVM Scanning dependencies of target Cabana_ParameterPack_test_CUDA Scanning dependencies of target Cabana_Slice_test_CUDA Scanning dependencies of target Cabana_NeighborList_test_CUDA [ 0%] Building CXX object core/unit_test/CMakeFiles/Cabana_CommunicationPlan_MPI_test_CUDA.dir/CUDA/tstCommunicationPlan_CUDA.cpp.o [ 0%] Building CXX object core/unit_test/CMakeFiles/Cabana_NeighborList_test_SERIAL.dir/SERIAL/tstNeighborList_SERIAL.cpp.o [ 0%] Building CXX object core/unit_test/CMakeFiles/Cabana_Slice_test_CUDA.dir/CUDA/tstSlice_CUDA.cpp.o [ 1%] Building CXX object core/unit_test/CMakeFiles/Cabana_Distributor_MPI_test_CUDA_UVM.dir/CUDA_UVM/tstDistributor_CUDA_UVM.cpp.o [ 1%] Building CXX object core/unit_test/CMakeFiles/Cabana_Parallel_test_CUDA.dir/CUDA/tstParallel_CUDA.cpp.o [ 1%] Building CXX object core/unit_test/CMakeFiles/Cabana_Halo_MPI_test_CUDA_UVM.dir/CUDA_UVM/tstHalo_CUDA_UVM.cpp.o [ 1%] Building CXX object core/unit_test/CMakeFiles/Cabana_ParameterPack_test_CUDA.dir/CUDA/tstParameterPack_CUDA.cpp.o [ 1%] Building CXX object core/unit_test/CMakeFiles/Cabana_NeighborList_test_CUDA.dir/CUDA/tstNeighborList_CUDA.cpp.o Building dependency tree... Reading state information... The following additional packages will be installed: autoconf automake autotools-dev cpp-8 file gcc-8 gcc-8-base gfortran gfortran-8 gfortran-9 git-man googletest ibverbs-providers krb5-locales less libbrotli1 libcaf-openmpi-3 libcanberra0 libcbor0.6 libcoarrays-dev libcoarrays-openmpi-dev libcurl3-gnutls liberror-perl libevent-2.1-7 libevent-core-2.1-7 libevent-dev libevent-extra-2.1-7 libevent-openssl-2.1-7 libevent-pthreads-2.1-7 libfabric1 libfido2-1 libgcc-8-dev libgfortran-8-dev libgfortran-9-dev libgfortran5 libgpm2 libgssapi-krb5-2 libhwloc-dev libhwloc-plugins libhwloc15 libibverbs-dev libibverbs1 libicu66 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libltdl-dev libltdl7 libmagic-mgc libmagic1 libmpdec2 libmpx2 libnghttp2-14 libnl-3-200 libnl-3-dev libnl-route-3-200 libnl-route-3-dev libnuma-dev libnuma1 libonig5 libopenmpi3 libpmix2 libpsl5 libpsm-infinipath1 libpsm2-2 libpython3-stdlib libpython3.8 libpython3.8-minimal libpython3.8-stdlib librdmacm1 librtmp1 libsigsegv2 libssh-4 libtdb1 libtool libvorbisfile3 libxml2 libxmuu1 libxnvctrl0 m4 mime-support ocl-icd-libopencl1 openmpi-bin openmpi-common openssh-client publicsuffix python3-minimal python3.8 python3.8-minimal sound-theme-freedesktop tzdata vim-common vim-runtime xauth xxd Suggested packages: autoconf-archive gnu-standards autoconf-doc gettext distcc | icecc gcc-8-locales gcc-8-multilib gcc-8-doc gfortran-multilib gfortran-doc gfortran-8-multilib gfortran-8-doc gfortran-9-multilib gfortran-9-doc gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn libcanberra-gtk0 libcanberra-pulse gpm krb5-doc krb5-user libhwloc-contrib-plugins libtool-doc openmpi-doc gcj-jdk m4-doc opencl-icd keychain libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv python3.8-venv python3.8-doc binfmt-support ctags vim-doc vim-scripts The following NEW packages will be installed: autoconf automake autotools-dev bc ccache cpp-8 file gcc-8 gcc-8-base gfortran gfortran-8 gfortran-9 git git-man googletest ibverbs-providers jq krb5-locales less libbrotli1 libcaf-openmpi-3 libcanberra0 libcbor0.6 libcoarrays-dev libcoarrays-openmpi-dev libcurl3-gnutls liberror-perl libevent-2.1-7 libevent-core-2.1-7 libevent-dev libevent-extra-2.1-7 libevent-openssl-2.1-7 libevent-pthreads-2.1-7 libfabric1 libfido2-1 libgcc-8-dev libgfortran-8-dev libgfortran-9-dev libgfortran5 libgpm2 libgssapi-krb5-2 libgtest-dev libhwloc-dev libhwloc-plugins libhwloc15 libibverbs-dev libibverbs1 libicu66 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libltdl-dev libltdl7 libmagic-mgc libmagic1 libmpdec2 libmpx2 libnghttp2-14 libnl-3-200 libnl-3-dev libnl-route-3-200 libnl-route-3-dev libnuma-dev libnuma1 libonig5 libopenmpi-dev libopenmpi3 libpmix2 libpsl5 libpsm-infinipath1 libpsm2-2 libpython3-stdlib libpython3.8 libpython3.8-minimal libpython3.8-stdlib librdmacm1 librtmp1 libsigsegv2 libssh-4 libtdb1 libtool libvorbisfile3 libxml2 libxmuu1 libxnvctrl0 m4 mime-support ninja-build ocl-icd-libopencl1 openmpi-bin openmpi-common openssh-client publicsuffix python3 python3-minimal python3.8 python3.8-minimal sound-theme-freedesktop tzdata vim vim-common vim-runtime wget xauth xxd 0 upgraded, 107 newly installed, 0 to remove and 50 not upgraded. Need to get 83.7 MB of archives. After this operation, 353 MB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpython3.8-minimal amd64 3.8.10-0ubuntu1~20.04.9 [718 kB] Get:2 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 libxnvctrl0 555.42.02-0ubuntu1 [21.5 kB] Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3.8-minimal amd64 3.8.10-0ubuntu1~20.04.9 [1890 kB] Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-minimal amd64 3.8.2-0ubuntu2 [23.6 kB] Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 mime-support all 3.64ubuntu1 [30.6 kB] Get:6 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpdec2 amd64 2.4.2-3 [81.1 kB] Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpython3.8-stdlib amd64 3.8.10-0ubuntu1~20.04.9 [1674 kB] Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3.8 amd64 3.8.10-0ubuntu1~20.04.9 [387 kB] Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 libpython3-stdlib amd64 3.8.2-0ubuntu2 [7068 B] Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 python3 amd64 3.8.2-0ubuntu2 [47.6 kB] Get:11 http://archive.ubuntu.com/ubuntu focal/main amd64 libmagic-mgc amd64 1:5.38-4 [218 kB] Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 libmagic1 amd64 1:5.38-4 [75.9 kB] Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 file amd64 1:5.38-4 [23.3 kB] Get:14 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 less amd64 551-1ubuntu0.3 [123 kB] Get:15 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 tzdata all 2024a-0ubuntu0.20.04 [301 kB] Get:16 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libicu66 amd64 66.1-2ubuntu2.1 [8515 kB] Get:17 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libxml2 amd64 2.9.10+dfsg-5ubuntu0.20.04.7 [640 kB] Get:18 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 xxd amd64 2:8.1.2269-1ubuntu5.22 [53.2 kB] Get:19 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 vim-common all 2:8.1.2269-1ubuntu5.22 [88.2 kB] Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 krb5-locales all 1.17-6ubuntu4.4 [11.5 kB] Get:21 http://archive.ubuntu.com/ubuntu focal/main amd64 libcbor0.6 amd64 0.6.0-0ubuntu1 [21.1 kB] Get:22 http://archive.ubuntu.com/ubuntu focal/main amd64 libfido2-1 amd64 1.3.1-1ubuntu2 [47.9 kB] Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5support0 amd64 1.17-6ubuntu4.4 [31.0 kB] Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libk5crypto3 amd64 1.17-6ubuntu4.4 [79.9 kB] Get:25 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkeyutils1 amd64 1.6-6ubuntu1.1 [10.3 kB] Get:26 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5-3 amd64 1.17-6ubuntu4.4 [330 kB] Get:27 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgssapi-krb5-2 amd64 1.17-6ubuntu4.4 [121 kB] Get:28 http://archive.ubuntu.com/ubuntu focal/main amd64 libnuma1 amd64 2.0.12-1 [20.8 kB] Get:29 http://archive.ubuntu.com/ubuntu focal/main amd64 libpsl5 amd64 0.21.0-1ubuntu1 [51.5 kB] Get:30 http://archive.ubuntu.com/ubuntu focal/main amd64 libxmuu1 amd64 2:1.1.3-0ubuntu1 [9728 B] Get:31 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-client amd64 1:8.2p1-4ubuntu0.11 [670 kB] Get:32 http://archive.ubuntu.com/ubuntu focal/main amd64 publicsuffix all 20200303.0012-1 [111 kB] Get:33 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 wget amd64 1.20.3-1ubuntu2 [348 kB] Get:34 http://archive.ubuntu.com/ubuntu focal/main amd64 xauth amd64 1:1.1-0ubuntu1 [25.0 kB] Get:35 http://archive.ubuntu.com/ubuntu focal/main amd64 libsigsegv2 amd64 2.12-2 [13.9 kB] Get:36 http://archive.ubuntu.com/ubuntu focal/main amd64 m4 amd64 1.4.18-4 [199 kB] Get:37 http://archive.ubuntu.com/ubuntu focal/main amd64 autoconf all 2.69-11.1 [321 kB] Get:38 http://archive.ubuntu.com/ubuntu focal/main amd64 autotools-dev all 20180224.1 [39.6 kB] Get:39 http://archive.ubuntu.com/ubuntu focal/main amd64 automake all 1:1.16.1-4ubuntu6 [522 kB] Get:40 http://archive.ubuntu.com/ubuntu focal/main amd64 bc amd64 1.07.1-2build1 [86.3 kB] Get:41 http://archive.ubuntu.com/ubuntu focal/main amd64 ccache amd64 3.7.7-1 [121 kB] Get:42 http://archive.ubuntu.com/ubuntu focal/universe amd64 gcc-8-base amd64 8.4.0-3ubuntu2 [18.7 kB] Get:43 http://archive.ubuntu.com/ubuntu focal/universe amd64 cpp-8 amd64 8.4.0-3ubuntu2 [8945 kB] Get:44 http://archive.ubuntu.com/ubuntu focal/universe amd64 libmpx2 amd64 8.4.0-3ubuntu2 [11.8 kB] Get:45 http://archive.ubuntu.com/ubuntu focal/universe amd64 libgcc-8-dev amd64 8.4.0-3ubuntu2 [2313 kB] Get:46 http://archive.ubuntu.com/ubuntu focal/universe amd64 gcc-8 amd64 8.4.0-3ubuntu2 [9833 kB] Get:47 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgfortran5 amd64 10.5.0-1ubuntu1~20.04 [737 kB] Get:48 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgfortran-9-dev amd64 9.4.0-1ubuntu1~20.04.2 [685 kB] Get:49 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gfortran-9 amd64 9.4.0-1ubuntu1~20.04.2 [7936 kB] Get:50 http://archive.ubuntu.com/ubuntu focal/main amd64 gfortran amd64 4:9.3.0-1ubuntu2 [1372 B] Get:51 http://archive.ubuntu.com/ubuntu focal/universe amd64 libgfortran-8-dev amd64 8.4.0-3ubuntu2 [625 kB] Get:52 http://archive.ubuntu.com/ubuntu focal/universe amd64 gfortran-8 amd64 8.4.0-3ubuntu2 [9424 kB] Get:53 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libbrotli1 amd64 1.0.7-6ubuntu0.1 [267 kB] Get:54 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libnghttp2-14 amd64 1.40.0-1ubuntu0.3 [79.9 kB] Get:55 http://archive.ubuntu.com/ubuntu focal/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build1 [54.9 kB] Get:56 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libssh-4 amd64 0.9.3-2ubuntu2.5 [171 kB] Get:57 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl3-gnutls amd64 7.68.0-1ubuntu2.22 [233 kB] Get:58 http://archive.ubuntu.com/ubuntu focal/main amd64 liberror-perl all 0.17029-1 [26.5 kB] Get:59 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 git-man all 1:2.25.1-1ubuntu3.12 [887 kB] Get:60 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 git amd64 1:2.25.1-1ubuntu3.12 [4613 kB] Get:61 http://archive.ubuntu.com/ubuntu focal/universe amd64 googletest all 1.10.0-2 [623 kB] Get:62 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libnl-3-200 amd64 3.4.0-1ubuntu0.1 [54.4 kB] Get:63 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libnl-route-3-200 amd64 3.4.0-1ubuntu0.1 [151 kB] Get:64 http://archive.ubuntu.com/ubuntu focal/main amd64 libibverbs1 amd64 28.0-1ubuntu1 [53.6 kB] Get:65 http://archive.ubuntu.com/ubuntu focal/main amd64 ibverbs-providers amd64 28.0-1ubuntu1 [232 kB] Get:66 http://archive.ubuntu.com/ubuntu focal/universe amd64 libonig5 amd64 6.9.4-1 [142 kB] Get:67 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libjq1 amd64 1.6-1ubuntu0.20.04.1 [121 kB] Get:68 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 jq amd64 1.6-1ubuntu0.20.04.1 [50.2 kB] Get:69 http://archive.ubuntu.com/ubuntu focal/main amd64 libevent-2.1-7 amd64 2.1.11-stable-1 [138 kB] Get:70 http://archive.ubuntu.com/ubuntu focal/main amd64 libevent-core-2.1-7 amd64 2.1.11-stable-1 [89.1 kB] Get:71 http://archive.ubuntu.com/ubuntu focal/main amd64 libevent-pthreads-2.1-7 amd64 2.1.11-stable-1 [7372 B] Get:72 http://archive.ubuntu.com/ubuntu focal/universe amd64 libpsm-infinipath1 amd64 3.3+20.604758e7-6 [168 kB] Get:73 http://archive.ubuntu.com/ubuntu focal/universe amd64 libpsm2-2 amd64 11.2.86-1 [178 kB] Get:74 http://archive.ubuntu.com/ubuntu focal/main amd64 librdmacm1 amd64 28.0-1ubuntu1 [64.9 kB] Get:75 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libfabric1 amd64 1.6.2-3ubuntu0.1 [396 kB] Get:76 http://archive.ubuntu.com/ubuntu focal/main amd64 libltdl7 amd64 2.4.6-14 [38.5 kB] Get:77 http://archive.ubuntu.com/ubuntu focal/universe amd64 libhwloc15 amd64 2.1.0+dfsg-4 [134 kB] Get:78 http://archive.ubuntu.com/ubuntu focal/main amd64 ocl-icd-libopencl1 amd64 2.2.11-1ubuntu1 [30.3 kB] Get:79 http://archive.ubuntu.com/ubuntu focal/universe amd64 libhwloc-plugins amd64 2.1.0+dfsg-4 [14.4 kB] Get:80 http://archive.ubuntu.com/ubuntu focal/universe amd64 libpmix2 amd64 3.1.5-1 [442 kB] Get:81 http://archive.ubuntu.com/ubuntu focal/universe amd64 libopenmpi3 amd64 4.0.3-0ubuntu1 [1978 kB] Get:82 http://archive.ubuntu.com/ubuntu focal/universe amd64 libcaf-openmpi-3 amd64 2.8.0-1 [35.5 kB] Get:83 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libtdb1 amd64 1.4.5-0ubuntu0.20.04.1 [44.2 kB] Get:84 http://archive.ubuntu.com/ubuntu focal/main amd64 libvorbisfile3 amd64 1.3.6-2ubuntu1 [16.1 kB] Get:85 http://archive.ubuntu.com/ubuntu focal/main amd64 sound-theme-freedesktop all 0.8-2ubuntu1 [384 kB] Get:86 http://archive.ubuntu.com/ubuntu focal/main amd64 libcanberra0 amd64 0.30-7ubuntu1 [38.1 kB] Get:87 http://archive.ubuntu.com/ubuntu focal/universe amd64 libcoarrays-dev amd64 2.8.0-1 [28.2 kB] Get:88 http://archive.ubuntu.com/ubuntu focal/universe amd64 openmpi-common all 4.0.3-0ubuntu1 [151 kB] Get:89 http://archive.ubuntu.com/ubuntu focal/universe amd64 openmpi-bin amd64 4.0.3-0ubuntu1 [67.4 kB] Get:90 http://archive.ubuntu.com/ubuntu focal/universe amd64 libcoarrays-openmpi-dev amd64 2.8.0-1 [34.2 kB] Get:91 http://archive.ubuntu.com/ubuntu focal/main amd64 libevent-extra-2.1-7 amd64 2.1.11-stable-1 [60.0 kB] Get:92 http://archive.ubuntu.com/ubuntu focal/main amd64 libevent-openssl-2.1-7 amd64 2.1.11-stable-1 [14.3 kB] Get:93 http://archive.ubuntu.com/ubuntu focal/main amd64 libevent-dev amd64 2.1.11-stable-1 [261 kB] Get:94 http://archive.ubuntu.com/ubuntu focal/main amd64 libgpm2 amd64 1.20.7-5 [15.1 kB] Get:95 http://archive.ubuntu.com/ubuntu focal/universe amd64 libgtest-dev amd64 1.10.0-2 [1583 kB] Get:96 http://archive.ubuntu.com/ubuntu focal/main amd64 libltdl-dev amd64 2.4.6-14 [162 kB] Get:97 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libnl-3-dev amd64 3.4.0-1ubuntu0.1 [92.9 kB] Get:98 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libnl-route-3-dev amd64 3.4.0-1ubuntu0.1 [167 kB] Get:99 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpython3.8 amd64 3.8.10-0ubuntu1~20.04.9 [1625 kB] Get:100 http://archive.ubuntu.com/ubuntu focal/main amd64 libtool all 2.4.6-14 [161 kB] Get:101 http://archive.ubuntu.com/ubuntu focal/universe amd64 ninja-build amd64 1.10.0-1build1 [107 kB] Get:102 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 vim-runtime all 2:8.1.2269-1ubuntu5.22 [5877 kB] Get:103 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 vim amd64 2:8.1.2269-1ubuntu5.22 [1243 kB] Get:104 http://archive.ubuntu.com/ubuntu focal/main amd64 libnuma-dev amd64 2.0.12-1 [32.4 kB] Get:105 http://archive.ubuntu.com/ubuntu focal/universe amd64 libhwloc-dev amd64 2.1.0+dfsg-4 [205 kB] Get:106 http://archive.ubuntu.com/ubuntu focal/main amd64 libibverbs-dev amd64 28.0-1ubuntu1 [444 kB] Get:107 http://archive.ubuntu.com/ubuntu focal/universe amd64 libopenmpi-dev amd64 4.0.3-0ubuntu1 [798 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 83.7 MB in 3s (26.5 MB/s) Selecting previously unselected package libpython3.8-minimal:amd64. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14332 files and directories currently installed.) Preparing to unpack .../libpython3.8-minimal_3.8.10-0ubuntu1~20.04.9_amd64.deb ... Unpacking libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.9) ... Selecting previously unselected package python3.8-minimal. Preparing to unpack .../python3.8-minimal_3.8.10-0ubuntu1~20.04.9_amd64.deb ... Unpacking python3.8-minimal (3.8.10-0ubuntu1~20.04.9) ... Setting up libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.9) ... Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04.9) ... Selecting previously unselected package python3-minimal. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14615 files and directories currently installed.) Preparing to unpack .../0-python3-minimal_3.8.2-0ubuntu2_amd64.deb ... Unpacking python3-minimal (3.8.2-0ubuntu2) ... Selecting previously unselected package mime-support. Preparing to unpack .../1-mime-support_3.64ubuntu1_all.deb ... Unpacking mime-support (3.64ubuntu1) ... Selecting previously unselected package libmpdec2:amd64. Preparing to unpack .../2-libmpdec2_2.4.2-3_amd64.deb ... Unpacking libmpdec2:amd64 (2.4.2-3) ... Selecting previously unselected package libpython3.8-stdlib:amd64. Preparing to unpack .../3-libpython3.8-stdlib_3.8.10-0ubuntu1~20.04.9_amd64.deb ... Unpacking libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.9) ... Selecting previously unselected package python3.8. Preparing to unpack .../4-python3.8_3.8.10-0ubuntu1~20.04.9_amd64.deb ... Unpacking python3.8 (3.8.10-0ubuntu1~20.04.9) ... Selecting previously unselected package libpython3-stdlib:amd64. Preparing to unpack .../5-libpython3-stdlib_3.8.2-0ubuntu2_amd64.deb ... Unpacking libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ... Setting up python3-minimal (3.8.2-0ubuntu2) ... Selecting previously unselected package python3. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15017 files and directories currently installed.) Preparing to unpack .../00-python3_3.8.2-0ubuntu2_amd64.deb ... Unpacking python3 (3.8.2-0ubuntu2) ... Selecting previously unselected package libmagic-mgc. Preparing to unpack .../01-libmagic-mgc_1%3a5.38-4_amd64.deb ... Unpacking libmagic-mgc (1:5.38-4) ... Selecting previously unselected package libmagic1:amd64. Preparing to unpack .../02-libmagic1_1%3a5.38-4_amd64.deb ... Unpacking libmagic1:amd64 (1:5.38-4) ... Selecting previously unselected package file. Preparing to unpack .../03-file_1%3a5.38-4_amd64.deb ... Unpacking file (1:5.38-4) ... Selecting previously unselected package less. Preparing to unpack .../04-less_551-1ubuntu0.3_amd64.deb ... Unpacking less (551-1ubuntu0.3) ... Selecting previously unselected package tzdata. Preparing to unpack .../05-tzdata_2024a-0ubuntu0.20.04_all.deb ... Unpacking tzdata (2024a-0ubuntu0.20.04) ... Selecting previously unselected package libicu66:amd64. Preparing to unpack .../06-libicu66_66.1-2ubuntu2.1_amd64.deb ... Unpacking libicu66:amd64 (66.1-2ubuntu2.1) ... Selecting previously unselected package libxml2:amd64. Preparing to unpack .../07-libxml2_2.9.10+dfsg-5ubuntu0.20.04.7_amd64.deb ... Unpacking libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.7) ... Selecting previously unselected package xxd. Preparing to unpack .../08-xxd_2%3a8.1.2269-1ubuntu5.22_amd64.deb ... Unpacking xxd (2:8.1.2269-1ubuntu5.22) ... Selecting previously unselected package vim-common. Preparing to unpack .../09-vim-common_2%3a8.1.2269-1ubuntu5.22_all.deb ... Unpacking vim-common (2:8.1.2269-1ubuntu5.22) ... Selecting previously unselected package krb5-locales. Preparing to unpack .../10-krb5-locales_1.17-6ubuntu4.4_all.deb ... Unpacking krb5-locales (1.17-6ubuntu4.4) ... Selecting previously unselected package libcbor0.6:amd64. Preparing to unpack .../11-libcbor0.6_0.6.0-0ubuntu1_amd64.deb ... Unpacking libcbor0.6:amd64 (0.6.0-0ubuntu1) ... Selecting previously unselected package libfido2-1:amd64. Preparing to unpack .../12-libfido2-1_1.3.1-1ubuntu2_amd64.deb ... Unpacking libfido2-1:amd64 (1.3.1-1ubuntu2) ... Selecting previously unselected package libkrb5support0:amd64. Preparing to unpack .../13-libkrb5support0_1.17-6ubuntu4.4_amd64.deb ... Unpacking libkrb5support0:amd64 (1.17-6ubuntu4.4) ... Selecting previously unselected package libk5crypto3:amd64. Preparing to unpack .../14-libk5crypto3_1.17-6ubuntu4.4_amd64.deb ... Unpacking libk5crypto3:amd64 (1.17-6ubuntu4.4) ... Selecting previously unselected package libkeyutils1:amd64. Preparing to unpack .../15-libkeyutils1_1.6-6ubuntu1.1_amd64.deb ... Unpacking libkeyutils1:amd64 (1.6-6ubuntu1.1) ... Selecting previously unselected package libkrb5-3:amd64. Preparing to unpack .../16-libkrb5-3_1.17-6ubuntu4.4_amd64.deb ... Unpacking libkrb5-3:amd64 (1.17-6ubuntu4.4) ... Selecting previously unselected package libgssapi-krb5-2:amd64. Preparing to unpack .../17-libgssapi-krb5-2_1.17-6ubuntu4.4_amd64.deb ... Unpacking libgssapi-krb5-2:amd64 (1.17-6ubuntu4.4) ... Selecting previously unselected package libnuma1:amd64. Preparing to unpack .../18-libnuma1_2.0.12-1_amd64.deb ... Unpacking libnuma1:amd64 (2.0.12-1) ... Selecting previously unselected package libpsl5:amd64. Preparing to unpack .../19-libpsl5_0.21.0-1ubuntu1_amd64.deb ... Unpacking libpsl5:amd64 (0.21.0-1ubuntu1) ... Selecting previously unselected package libxmuu1:amd64. Preparing to unpack .../20-libxmuu1_2%3a1.1.3-0ubuntu1_amd64.deb ... Unpacking libxmuu1:amd64 (2:1.1.3-0ubuntu1) ... Selecting previously unselected package openssh-client. Preparing to unpack .../21-openssh-client_1%3a8.2p1-4ubuntu0.11_amd64.deb ... Unpacking openssh-client (1:8.2p1-4ubuntu0.11) ... Selecting previously unselected package publicsuffix. Preparing to unpack .../22-publicsuffix_20200303.0012-1_all.deb ... Unpacking publicsuffix (20200303.0012-1) ... Selecting previously unselected package wget. Preparing to unpack .../23-wget_1.20.3-1ubuntu2_amd64.deb ... Unpacking wget (1.20.3-1ubuntu2) ... Selecting previously unselected package xauth. Preparing to unpack .../24-xauth_1%3a1.1-0ubuntu1_amd64.deb ... Unpacking xauth (1:1.1-0ubuntu1) ... Selecting previously unselected package libsigsegv2:amd64. Preparing to unpack .../25-libsigsegv2_2.12-2_amd64.deb ... Unpacking libsigsegv2:amd64 (2.12-2) ... Selecting previously unselected package m4. Preparing to unpack .../26-m4_1.4.18-4_amd64.deb ... Unpacking m4 (1.4.18-4) ... Selecting previously unselected package autoconf. Preparing to unpack .../27-autoconf_2.69-11.1_all.deb ... Unpacking autoconf (2.69-11.1) ... Selecting previously unselected package autotools-dev. Preparing to unpack .../28-autotools-dev_20180224.1_all.deb ... Unpacking autotools-dev (20180224.1) ... Selecting previously unselected package automake. Preparing to unpack .../29-automake_1%3a1.16.1-4ubuntu6_all.deb ... Unpacking automake (1:1.16.1-4ubuntu6) ... Selecting previously unselected package bc. Preparing to unpack .../30-bc_1.07.1-2build1_amd64.deb ... Unpacking bc (1.07.1-2build1) ... Selecting previously unselected package ccache. Preparing to unpack .../31-ccache_3.7.7-1_amd64.deb ... Unpacking ccache (3.7.7-1) ... Selecting previously unselected package gcc-8-base:amd64. Preparing to unpack .../32-gcc-8-base_8.4.0-3ubuntu2_amd64.deb ... Unpacking gcc-8-base:amd64 (8.4.0-3ubuntu2) ... Selecting previously unselected package cpp-8. Preparing to unpack .../33-cpp-8_8.4.0-3ubuntu2_amd64.deb ... Unpacking cpp-8 (8.4.0-3ubuntu2) ... Selecting previously unselected package libmpx2:amd64. Preparing to unpack .../34-libmpx2_8.4.0-3ubuntu2_amd64.deb ... Unpacking libmpx2:amd64 (8.4.0-3ubuntu2) ... Selecting previously unselected package libgcc-8-dev:amd64. Preparing to unpack .../35-libgcc-8-dev_8.4.0-3ubuntu2_amd64.deb ... Unpacking libgcc-8-dev:amd64 (8.4.0-3ubuntu2) ... Selecting previously unselected package gcc-8. Preparing to unpack .../36-gcc-8_8.4.0-3ubuntu2_amd64.deb ... Unpacking gcc-8 (8.4.0-3ubuntu2) ... Selecting previously unselected package libgfortran5:amd64. Preparing to unpack .../37-libgfortran5_10.5.0-1ubuntu1~20.04_amd64.deb ... Unpacking libgfortran5:amd64 (10.5.0-1ubuntu1~20.04) ... Selecting previously unselected package libgfortran-9-dev:amd64. Preparing to unpack .../38-libgfortran-9-dev_9.4.0-1ubuntu1~20.04.2_amd64.deb ... Unpacking libgfortran-9-dev:amd64 (9.4.0-1ubuntu1~20.04.2) ... Selecting previously unselected package gfortran-9. Preparing to unpack .../39-gfortran-9_9.4.0-1ubuntu1~20.04.2_amd64.deb ... Unpacking gfortran-9 (9.4.0-1ubuntu1~20.04.2) ... Selecting previously unselected package gfortran. Preparing to unpack .../40-gfortran_4%3a9.3.0-1ubuntu2_amd64.deb ... Unpacking gfortran (4:9.3.0-1ubuntu2) ... Selecting previously unselected package libgfortran-8-dev:amd64. Preparing to unpack .../41-libgfortran-8-dev_8.4.0-3ubuntu2_amd64.deb ... Unpacking libgfortran-8-dev:amd64 (8.4.0-3ubuntu2) ... Selecting previously unselected package gfortran-8. Preparing to unpack .../42-gfortran-8_8.4.0-3ubuntu2_amd64.deb ... Unpacking gfortran-8 (8.4.0-3ubuntu2) ... Selecting previously unselected package libbrotli1:amd64. Preparing to unpack .../43-libbrotli1_1.0.7-6ubuntu0.1_amd64.deb ... Unpacking libbrotli1:amd64 (1.0.7-6ubuntu0.1) ... Selecting previously unselected package libnghttp2-14:amd64. Preparing to unpack .../44-libnghttp2-14_1.40.0-1ubuntu0.3_amd64.deb ... Unpacking libnghttp2-14:amd64 (1.40.0-1ubuntu0.3) ... Selecting previously unselected package librtmp1:amd64. Preparing to unpack .../45-librtmp1_2.4+20151223.gitfa8646d.1-2build1_amd64.deb ... Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ... Selecting previously unselected package libssh-4:amd64. Preparing to unpack .../46-libssh-4_0.9.3-2ubuntu2.5_amd64.deb ... Unpacking libssh-4:amd64 (0.9.3-2ubuntu2.5) ... Selecting previously unselected package libcurl3-gnutls:amd64. Preparing to unpack .../47-libcurl3-gnutls_7.68.0-1ubuntu2.22_amd64.deb ... Unpacking libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.22) ... Selecting previously unselected package liberror-perl. Preparing to unpack .../48-liberror-perl_0.17029-1_all.deb ... Unpacking liberror-perl (0.17029-1) ... Selecting previously unselected package git-man. Preparing to unpack .../49-git-man_1%3a2.25.1-1ubuntu3.12_all.deb ... Unpacking git-man (1:2.25.1-1ubuntu3.12) ... Selecting previously unselected package git. Preparing to unpack .../50-git_1%3a2.25.1-1ubuntu3.12_amd64.deb ... Unpacking git (1:2.25.1-1ubuntu3.12) ... Selecting previously unselected package googletest. Preparing to unpack .../51-googletest_1.10.0-2_all.deb ... Unpacking googletest (1.10.0-2) ... Selecting previously unselected package libnl-3-200:amd64. Preparing to unpack .../52-libnl-3-200_3.4.0-1ubuntu0.1_amd64.deb ... Unpacking libnl-3-200:amd64 (3.4.0-1ubuntu0.1) ... Selecting previously unselected package libnl-route-3-200:amd64. Preparing to unpack .../53-libnl-route-3-200_3.4.0-1ubuntu0.1_amd64.deb ... Unpacking libnl-route-3-200:amd64 (3.4.0-1ubuntu0.1) ... Selecting previously unselected package libibverbs1:amd64. Preparing to unpack .../54-libibverbs1_28.0-1ubuntu1_amd64.deb ... Unpacking libibverbs1:amd64 (28.0-1ubuntu1) ... Selecting previously unselected package ibverbs-providers:amd64. Preparing to unpack .../55-ibverbs-providers_28.0-1ubuntu1_amd64.deb ... Unpacking ibverbs-providers:amd64 (28.0-1ubuntu1) ... Selecting previously unselected package libonig5:amd64. Preparing to unpack .../56-libonig5_6.9.4-1_amd64.deb ... Unpacking libonig5:amd64 (6.9.4-1) ... Selecting previously unselected package libjq1:amd64. Preparing to unpack .../57-libjq1_1.6-1ubuntu0.20.04.1_amd64.deb ... Unpacking libjq1:amd64 (1.6-1ubuntu0.20.04.1) ... Selecting previously unselected package jq. Preparing to unpack .../58-jq_1.6-1ubuntu0.20.04.1_amd64.deb ... Unpacking jq (1.6-1ubuntu0.20.04.1) ... Selecting previously unselected package libevent-2.1-7:amd64. Preparing to unpack .../59-libevent-2.1-7_2.1.11-stable-1_amd64.deb ... Unpacking libevent-2.1-7:amd64 (2.1.11-stable-1) ... Selecting previously unselected package libevent-core-2.1-7:amd64. Preparing to unpack .../60-libevent-core-2.1-7_2.1.11-stable-1_amd64.deb ... Unpacking libevent-core-2.1-7:amd64 (2.1.11-stable-1) ... Selecting previously unselected package libevent-pthreads-2.1-7:amd64. Preparing to unpack .../61-libevent-pthreads-2.1-7_2.1.11-stable-1_amd64.deb ... Unpacking libevent-pthreads-2.1-7:amd64 (2.1.11-stable-1) ... Selecting previously unselected package libpsm-infinipath1. Preparing to unpack .../62-libpsm-infinipath1_3.3+20.604758e7-6_amd64.deb ... Unpacking libpsm-infinipath1 (3.3+20.604758e7-6) ... Selecting previously unselected package libpsm2-2. Preparing to unpack .../63-libpsm2-2_11.2.86-1_amd64.deb ... Unpacking libpsm2-2 (11.2.86-1) ... Selecting previously unselected package librdmacm1:amd64. Preparing to unpack .../64-librdmacm1_28.0-1ubuntu1_amd64.deb ... Unpacking librdmacm1:amd64 (28.0-1ubuntu1) ... Selecting previously unselected package libfabric1. Preparing to unpack .../65-libfabric1_1.6.2-3ubuntu0.1_amd64.deb ... Unpacking libfabric1 (1.6.2-3ubuntu0.1) ... Selecting previously unselected package libltdl7:amd64. Preparing to unpack .../66-libltdl7_2.4.6-14_amd64.deb ... Unpacking libltdl7:amd64 (2.4.6-14) ... Selecting previously unselected package libhwloc15:amd64. Preparing to unpack .../67-libhwloc15_2.1.0+dfsg-4_amd64.deb ... Unpacking libhwloc15:amd64 (2.1.0+dfsg-4) ... Selecting previously unselected package libxnvctrl0:amd64. Preparing to unpack .../68-libxnvctrl0_555.42.02-0ubuntu1_amd64.deb ... Unpacking libxnvctrl0:amd64 (555.42.02-0ubuntu1) ... Selecting previously unselected package ocl-icd-libopencl1:amd64. Preparing to unpack .../69-ocl-icd-libopencl1_2.2.11-1ubuntu1_amd64.deb ... Unpacking ocl-icd-libopencl1:amd64 (2.2.11-1ubuntu1) ... Selecting previously unselected package libhwloc-plugins:amd64. Preparing to unpack .../70-libhwloc-plugins_2.1.0+dfsg-4_amd64.deb ... Unpacking libhwloc-plugins:amd64 (2.1.0+dfsg-4) ... Selecting previously unselected package libpmix2:amd64. Preparing to unpack .../71-libpmix2_3.1.5-1_amd64.deb ... Unpacking libpmix2:amd64 (3.1.5-1) ... Selecting previously unselected package libopenmpi3:amd64. Preparing to unpack .../72-libopenmpi3_4.0.3-0ubuntu1_amd64.deb ... Unpacking libopenmpi3:amd64 (4.0.3-0ubuntu1) ... Selecting previously unselected package libcaf-openmpi-3:amd64. Preparing to unpack .../73-libcaf-openmpi-3_2.8.0-1_amd64.deb ... Unpacking libcaf-openmpi-3:amd64 (2.8.0-1) ... Selecting previously unselected package libtdb1:amd64. Preparing to unpack .../74-libtdb1_1.4.5-0ubuntu0.20.04.1_amd64.deb ... Unpacking libtdb1:amd64 (1.4.5-0ubuntu0.20.04.1) ... Selecting previously unselected package libvorbisfile3:amd64. Preparing to unpack .../75-libvorbisfile3_1.3.6-2ubuntu1_amd64.deb ... Unpacking libvorbisfile3:amd64 (1.3.6-2ubuntu1) ... Selecting previously unselected package sound-theme-freedesktop. Preparing to unpack .../76-sound-theme-freedesktop_0.8-2ubuntu1_all.deb ... Unpacking sound-theme-freedesktop (0.8-2ubuntu1) ... Selecting previously unselected package libcanberra0:amd64. Preparing to unpack .../77-libcanberra0_0.30-7ubuntu1_amd64.deb ... Unpacking libcanberra0:amd64 (0.30-7ubuntu1) ... Selecting previously unselected package libcoarrays-dev:amd64. Preparing to unpack .../78-libcoarrays-dev_2.8.0-1_amd64.deb ... Unpacking libcoarrays-dev:amd64 (2.8.0-1) ... Selecting previously unselected package openmpi-common. Preparing to unpack .../79-openmpi-common_4.0.3-0ubuntu1_all.deb ... Unpacking openmpi-common (4.0.3-0ubuntu1) ... Selecting previously unselected package openmpi-bin. Preparing to unpack .../80-openmpi-bin_4.0.3-0ubuntu1_amd64.deb ... Unpacking openmpi-bin (4.0.3-0ubuntu1) ... Selecting previously unselected package libcoarrays-openmpi-dev:amd64. Preparing to unpack .../81-libcoarrays-openmpi-dev_2.8.0-1_amd64.deb ... Unpacking libcoarrays-openmpi-dev:amd64 (2.8.0-1) ... Selecting previously unselected package libevent-extra-2.1-7:amd64. Preparing to unpack .../82-libevent-extra-2.1-7_2.1.11-stable-1_amd64.deb ... Unpacking libevent-extra-2.1-7:amd64 (2.1.11-stable-1) ... Selecting previously unselected package libevent-openssl-2.1-7:amd64. Preparing to unpack .../83-libevent-openssl-2.1-7_2.1.11-stable-1_amd64.deb ... Unpacking libevent-openssl-2.1-7:amd64 (2.1.11-stable-1) ... Selecting previously unselected package libevent-dev. Preparing to unpack .../84-libevent-dev_2.1.11-stable-1_amd64.deb ... Unpacking libevent-dev (2.1.11-stable-1) ... Selecting previously unselected package libgpm2:amd64. Preparing to unpack .../85-libgpm2_1.20.7-5_amd64.deb ... Unpacking libgpm2:amd64 (1.20.7-5) ... Selecting previously unselected package libgtest-dev:amd64. Preparing to unpack .../86-libgtest-dev_1.10.0-2_amd64.deb ... Unpacking libgtest-dev:amd64 (1.10.0-2) ... Selecting previously unselected package libltdl-dev:amd64. Preparing to unpack .../87-libltdl-dev_2.4.6-14_amd64.deb ... Unpacking libltdl-dev:amd64 (2.4.6-14) ... Selecting previously unselected package libnl-3-dev:amd64. Preparing to unpack .../88-libnl-3-dev_3.4.0-1ubuntu0.1_amd64.deb ... Unpacking libnl-3-dev:amd64 (3.4.0-1ubuntu0.1) ... Selecting previously unselected package libnl-route-3-dev:amd64. Preparing to unpack .../89-libnl-route-3-dev_3.4.0-1ubuntu0.1_amd64.deb ... Unpacking libnl-route-3-dev:amd64 (3.4.0-1ubuntu0.1) ... Selecting previously unselected package libpython3.8:amd64. Preparing to unpack .../90-libpython3.8_3.8.10-0ubuntu1~20.04.9_amd64.deb ... Unpacking libpython3.8:amd64 (3.8.10-0ubuntu1~20.04.9) ... Selecting previously unselected package libtool. Preparing to unpack .../91-libtool_2.4.6-14_all.deb ... Unpacking libtool (2.4.6-14) ... Selecting previously unselected package ninja-build. Preparing to unpack .../92-ninja-build_1.10.0-1build1_amd64.deb ... Unpacking ninja-build (1.10.0-1build1) ... Selecting previously unselected package vim-runtime. Preparing to unpack .../93-vim-runtime_2%3a8.1.2269-1ubuntu5.22_all.deb ... Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' Unpacking vim-runtime (2:8.1.2269-1ubuntu5.22) ... Selecting previously unselected package vim. Preparing to unpack .../94-vim_2%3a8.1.2269-1ubuntu5.22_amd64.deb ... Unpacking vim (2:8.1.2269-1ubuntu5.22) ... Selecting previously unselected package libnuma-dev:amd64. Preparing to unpack .../95-libnuma-dev_2.0.12-1_amd64.deb ... Unpacking libnuma-dev:amd64 (2.0.12-1) ... Selecting previously unselected package libhwloc-dev:amd64. Preparing to unpack .../96-libhwloc-dev_2.1.0+dfsg-4_amd64.deb ... Unpacking libhwloc-dev:amd64 (2.1.0+dfsg-4) ... Selecting previously unselected package libibverbs-dev:amd64. Preparing to unpack .../97-libibverbs-dev_28.0-1ubuntu1_amd64.deb ... Unpacking libibverbs-dev:amd64 (28.0-1ubuntu1) ... Selecting previously unselected package libopenmpi-dev:amd64. Preparing to unpack .../98-libopenmpi-dev_4.0.3-0ubuntu1_amd64.deb ... Unpacking libopenmpi-dev:amd64 (4.0.3-0ubuntu1) ... Setting up libkeyutils1:amd64 (1.6-6ubuntu1.1) ... Setting up libpsl5:amd64 (0.21.0-1ubuntu1) ... Setting up libgpm2:amd64 (1.20.7-5) ... Setting up mime-support (3.64ubuntu1) ... Setting up wget (1.20.3-1ubuntu2) ... Setting up libmagic-mgc (1:5.38-4) ... Setting up libtdb1:amd64 (1.4.5-0ubuntu0.20.04.1) ... Setting up libbrotli1:amd64 (1.0.7-6ubuntu0.1) ... Setting up ccache (3.7.7-1) ... Updating symlinks in /usr/lib/ccache ... Setting up libnghttp2-14:amd64 (1.40.0-1ubuntu0.3) ... Setting up libmagic1:amd64 (1:5.38-4) ... Setting up less (551-1ubuntu0.3) ... Setting up bc (1.07.1-2build1) ... Setting up krb5-locales (1.17-6ubuntu4.4) ... Setting up file (1:5.38-4) ... Setting up libcbor0.6:amd64 (0.6.0-0ubuntu1) ... Setting up googletest (1.10.0-2) ... Setting up xxd (2:8.1.2269-1ubuntu5.22) ... Setting up ninja-build (1.10.0-1build1) ... Setting up libkrb5support0:amd64 (1.17-6ubuntu4.4) ... Setting up libxnvctrl0:amd64 (555.42.02-0ubuntu1) ... Setting up tzdata (2024a-0ubuntu0.20.04) ... Current default time zone: 'Etc/UTC' Local time is now: Tue May 28 19:02:40 UTC 2024. Universal Time is now: Tue May 28 19:02:40 UTC 2024. Run 'dpkg-reconfigure tzdata' if you wish to change it. Setting up liberror-perl (0.17029-1) ... Setting up libvorbisfile3:amd64 (1.3.6-2ubuntu1) ... Setting up autotools-dev (20180224.1) ... Setting up vim-common (2:8.1.2269-1ubuntu5.22) ... Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ... Setting up libsigsegv2:amd64 (2.12-2) ... Setting up libevent-core-2.1-7:amd64 (2.1.11-stable-1) ... Setting up libevent-2.1-7:amd64 (2.1.11-stable-1) ... Setting up gcc-8-base:amd64 (8.4.0-3ubuntu2) ... Setting up libk5crypto3:amd64 (1.17-6ubuntu4.4) ... Setting up libltdl7:amd64 (2.4.6-14) ... Setting up libgfortran5:amd64 (10.5.0-1ubuntu1~20.04) ... Setting up libmpx2:amd64 (8.4.0-3ubuntu2) ... Setting up libnuma1:amd64 (2.0.12-1) ... Setting up sound-theme-freedesktop (0.8-2ubuntu1) ... Setting up ocl-icd-libopencl1:amd64 (2.2.11-1ubuntu1) ... Setting up libnl-3-200:amd64 (3.4.0-1ubuntu0.1) ... Setting up libpsm2-2 (11.2.86-1) ... Setting up openmpi-common (4.0.3-0ubuntu1) ... Setting up git-man (1:2.25.1-1ubuntu3.12) ... [ 1%] Building CXX object core/unit_test/CMakeFiles/Cabana_ParameterPack_test_CUDA.dir/__/__/cmake/test_harness/unit_test_main.cpp.o Setting up libkrb5-3:amd64 (1.17-6ubuntu4.4) ... Setting up libpsm-infinipath1 (3.3+20.604758e7-6) ... update-alternatives: using /usr/lib/libpsm1/libpsm_infinipath.so.1.16 to provide /usr/lib/x86_64-linux-gnu/libpsm_infinipath.so.1 (libpsm_infinipath.so.1) in auto mode Setting up libmpdec2:amd64 (2.4.2-3) ... Setting up cpp-8 (8.4.0-3ubuntu2) ... Setting up vim-runtime (2:8.1.2269-1ubuntu5.22) ... Setting up libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.9) ... Setting up libfido2-1:amd64 (1.3.1-1ubuntu2) ... Setting up python3.8 (3.8.10-0ubuntu1~20.04.9) ... Setting up publicsuffix (20200303.0012-1) ... Setting up libxmuu1:amd64 (2:1.1.3-0ubuntu1) ... Setting up libonig5:amd64 (6.9.4-1) ... Setting up libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ... Setting up libevent-pthreads-2.1-7:amd64 (2.1.11-stable-1) ... Setting up libcanberra0:amd64 (0.30-7ubuntu1) ... Setting up libevent-extra-2.1-7:amd64 (2.1.11-stable-1) ... Setting up libgtest-dev:amd64 (1.10.0-2) ... Setting up libtool (2.4.6-14) ... Setting up libjq1:amd64 (1.6-1ubuntu0.20.04.1) ... Setting up libicu66:amd64 (66.1-2ubuntu2.1) ... [ 2%] Building CXX object core/unit_test/CMakeFiles/Cabana_Slice_test_CUDA.dir/__/__/cmake/test_harness/unit_test_main.cpp.o Setting up libgfortran-9-dev:amd64 (9.4.0-1ubuntu1~20.04.2) ... Setting up libevent-openssl-2.1-7:amd64 (2.1.11-stable-1) ... Setting up m4 (1.4.18-4) ... Setting up python3 (3.8.2-0ubuntu2) ... Setting up libnuma-dev:amd64 (2.0.12-1) ... Setting up libnl-route-3-200:amd64 (3.4.0-1ubuntu0.1) ... Setting up libpython3.8:amd64 (3.8.10-0ubuntu1~20.04.9) ... Setting up libevent-dev (2.1.11-stable-1) ... Setting up libhwloc15:amd64 (2.1.0+dfsg-4) ... Setting up libgssapi-krb5-2:amd64 (1.17-6ubuntu4.4) ... Setting up libgcc-8-dev:amd64 (8.4.0-3ubuntu2) ... Setting up libssh-4:amd64 (0.9.3-2ubuntu2.5) ... Setting up autoconf (2.69-11.1) ... Setting up libnl-3-dev:amd64 (3.4.0-1ubuntu0.1) ... Setting up xauth (1:1.1-0ubuntu1) ... Setting up jq (1.6-1ubuntu0.20.04.1) ... Setting up libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.7) ... Setting up automake (1:1.16.1-4ubuntu6) ... update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.16.1.gz (of link group automake) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.16.1.gz (of link group automake) doesn't exist Setting up libgfortran-8-dev:amd64 (8.4.0-3ubuntu2) ... Setting up libibverbs1:amd64 (28.0-1ubuntu1) ... Setting up gcc-8 (8.4.0-3ubuntu2) ... Setting up vim (2:8.1.2269-1ubuntu5.22) ... update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode update-alternatives: warning: skip creation of /usr/share/man/da/man1/vi.1.gz because associated file /usr/share/man/da/man1/vim.1.gz (of link group vi) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/de/man1/vi.1.gz because associated file /usr/share/man/de/man1/vim.1.gz (of link group vi) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/fr/man1/vi.1.gz because associated file /usr/share/man/fr/man1/vim.1.gz (of link group vi) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/it/man1/vi.1.gz because associated file /usr/share/man/it/man1/vim.1.gz (of link group vi) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/ja/man1/vi.1.gz because associated file /usr/share/man/ja/man1/vim.1.gz (of link group vi) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/pl/man1/vi.1.gz because associated file /usr/share/man/pl/man1/vim.1.gz (of link group vi) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/ru/man1/vi.1.gz because associated file /usr/share/man/ru/man1/vim.1.gz (of link group vi) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/man1/vi.1.gz because associated file /usr/share/man/man1/vim.1.gz (of link group vi) doesn't exist update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode update-alternatives: warning: skip creation of /usr/share/man/da/man1/view.1.gz because associated file /usr/share/man/da/man1/vim.1.gz (of link group view) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/de/man1/view.1.gz because associated file /usr/share/man/de/man1/vim.1.gz (of link group view) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/fr/man1/view.1.gz because associated file /usr/share/man/fr/man1/vim.1.gz (of link group view) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/it/man1/view.1.gz because associated file /usr/share/man/it/man1/vim.1.gz (of link group view) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/ja/man1/view.1.gz because associated file /usr/share/man/ja/man1/vim.1.gz (of link group view) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/pl/man1/view.1.gz because associated file /usr/share/man/pl/man1/vim.1.gz (of link group view) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/ru/man1/view.1.gz because associated file /usr/share/man/ru/man1/vim.1.gz (of link group view) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/man1/view.1.gz because associated file /usr/share/man/man1/vim.1.gz (of link group view) doesn't exist update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode update-alternatives: warning: skip creation of /usr/share/man/da/man1/ex.1.gz because associated file /usr/share/man/da/man1/vim.1.gz (of link group ex) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/de/man1/ex.1.gz because associated file /usr/share/man/de/man1/vim.1.gz (of link group ex) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/fr/man1/ex.1.gz because associated file /usr/share/man/fr/man1/vim.1.gz (of link group ex) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/it/man1/ex.1.gz because associated file /usr/share/man/it/man1/vim.1.gz (of link group ex) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/ja/man1/ex.1.gz because associated file /usr/share/man/ja/man1/vim.1.gz (of link group ex) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/pl/man1/ex.1.gz because associated file /usr/share/man/pl/man1/vim.1.gz (of link group ex) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/ru/man1/ex.1.gz because associated file /usr/share/man/ru/man1/vim.1.gz (of link group ex) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/man1/ex.1.gz because associated file /usr/share/man/man1/vim.1.gz (of link group ex) doesn't exist update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode update-alternatives: warning: skip creation of /usr/share/man/da/man1/editor.1.gz because associated file /usr/share/man/da/man1/vim.1.gz (of link group editor) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/de/man1/editor.1.gz because associated file /usr/share/man/de/man1/vim.1.gz (of link group editor) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/fr/man1/editor.1.gz because associated file /usr/share/man/fr/man1/vim.1.gz (of link group editor) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/it/man1/editor.1.gz because associated file /usr/share/man/it/man1/vim.1.gz (of link group editor) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/ja/man1/editor.1.gz because associated file /usr/share/man/ja/man1/vim.1.gz (of link group editor) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/pl/man1/editor.1.gz because associated file /usr/share/man/pl/man1/vim.1.gz (of link group editor) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/ru/man1/editor.1.gz because associated file /usr/share/man/ru/man1/vim.1.gz (of link group editor) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/man1/editor.1.gz because associated file /usr/share/man/man1/vim.1.gz (of link group editor) doesn't exist Setting up gfortran-9 (9.4.0-1ubuntu1~20.04.2) ... Setting up ibverbs-providers:amd64 (28.0-1ubuntu1) ... Setting up openssh-client (1:8.2p1-4ubuntu0.11) ... Setting up gfortran-8 (8.4.0-3ubuntu2) ... Setting up libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.22) ... Setting up libhwloc-plugins:amd64 (2.1.0+dfsg-4) ... Setting up gfortran (4:9.3.0-1ubuntu2) ... update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f95 (f95) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/f95.1.gz because associated file /usr/share/man/man1/gfortran.1.gz (of link group f95) doesn't exist update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f77 (f77) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/f77.1.gz because associated file /usr/share/man/man1/gfortran.1.gz (of link group f77) doesn't exist Setting up libnl-route-3-dev:amd64 (3.4.0-1ubuntu0.1) ... Setting up libltdl-dev:amd64 (2.4.6-14) ... Setting up git (1:2.25.1-1ubuntu3.12) ... Setting up libhwloc-dev:amd64 (2.1.0+dfsg-4) ... Setting up librdmacm1:amd64 (28.0-1ubuntu1) ... Setting up libpmix2:amd64 (3.1.5-1) ... Setting up libcoarrays-dev:amd64 (2.8.0-1) ... Setting up libibverbs-dev:amd64 (28.0-1ubuntu1) ... Setting up libfabric1 (1.6.2-3ubuntu0.1) ... Setting up libopenmpi3:amd64 (4.0.3-0ubuntu1) ... Setting up libcaf-openmpi-3:amd64 (2.8.0-1) ... Setting up openmpi-bin (4.0.3-0ubuntu1) ... update-alternatives: using /usr/bin/mpirun.openmpi to provide /usr/bin/mpirun (mpirun) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/mpirun.1.gz because associated file /usr/share/man/man1/mpirun.openmpi.1.gz (of link group mpirun) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/man1/mpiexec.1.gz because associated file /usr/share/man/man1/mpiexec.openmpi.1.gz (of link group mpirun) doesn't exist update-alternatives: using /usr/bin/mpicc.openmpi to provide /usr/bin/mpicc (mpi) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/mpicc.1.gz because associated file /usr/share/man/man1/mpicc.openmpi.1.gz (of link group mpi) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/man1/mpic++.1.gz because associated file /usr/share/man/man1/mpic++.openmpi.1.gz (of link group mpi) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/man1/mpicxx.1.gz because associated file /usr/share/man/man1/mpicxx.openmpi.1.gz (of link group mpi) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/man1/mpiCC.1.gz because associated file /usr/share/man/man1/mpiCC.openmpi.1.gz (of link group mpi) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/man1/mpif77.1.gz because associated file /usr/share/man/man1/mpif77.openmpi.1.gz (of link group mpi) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/man1/mpif90.1.gz because associated file /usr/share/man/man1/mpif90.openmpi.1.gz (of link group mpi) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/man1/mpifort.1.gz because associated file /usr/share/man/man1/mpifort.openmpi.1.gz (of link group mpi) doesn't exist Setting up libcoarrays-openmpi-dev:amd64 (2.8.0-1) ... Setting up libopenmpi-dev:amd64 (4.0.3-0ubuntu1) ... update-alternatives: using /usr/lib/x86_64-linux-gnu/openmpi/include to provide /usr/include/x86_64-linux-gnu/mpi (mpi-x86_64-linux-gnu) in auto mode Processing triggers for libc-bin (2.31-0ubuntu9.12) ... [ 2%] Building CXX object core/unit_test/CMakeFiles/Cabana_Parallel_test_CUDA.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 2%] Building CXX object core/unit_test/CMakeFiles/Cabana_CommunicationPlan_MPI_test_CUDA.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o ---> Removed intermediate container 0794120a9233 ---> 0446df4cd8fb Step 6/18 : RUN KEYDUMP_URL=https://cloud.cees.ornl.gov/download && KEYDUMP_FILE=keydump && wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE} && wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE}.sig && gpg --import ${KEYDUMP_FILE} && gpg --verify ${KEYDUMP_FILE}.sig ${KEYDUMP_FILE} && rm ${KEYDUMP_FILE}* ---> Running in e34856f893a2 [ 2%] Building CXX object core/unit_test/CMakeFiles/Cabana_Halo_MPI_test_CUDA_UVM.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o gpg: directory '/root/.gnupg' created gpg: keybox '/root/.gnupg/pubring.kbx' created gpg: /root/.gnupg/trustdb.gpg: trustdb created gpg: key 48822FDA51C1DA7A: public key "Damien Lebrun-Grandie " imported gpg: key A2C794A986419D8A: public key "Tom Stellard " imported gpg: key 0FC3042E345AD05D: public key "Hans Wennborg " imported gpg: key EC8FEF3A7BFB4EDA: 24 signatures not checked due to missing keys gpg: key EC8FEF3A7BFB4EDA: public key "Brad King" imported gpg: key 379CE192D401AB61: public key "Bintray (by JFrog) " imported gpg: Total number processed: 5 gpg: imported: 5 gpg: no ultimately trusted keys found gpg: Signature made Thu May 7 23:44:59 2020 UTC gpg: using RSA key 061CFF3BA41AA45D25BCE7097A0994F834C86684 gpg: Good signature from "Damien Lebrun-Grandie " [unknown] gpg: WARNING: This key is not certified with a trusted signature! gpg: There is no indication that the signature belongs to the owner. Primary key fingerprint: E226 98C7 0BF0 7BDA 37E1 4154 4882 2FDA 51C1 DA7A Subkey fingerprint: 061C FF3B A41A A45D 25BC E709 7A09 94F8 34C8 6684 [ 2%] Building CXX object core/unit_test/CMakeFiles/Cabana_Distributor_MPI_test_CUDA_UVM.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o ---> Removed intermediate container e34856f893a2 ---> 551675bda146 Step 7/18 : ARG CMAKE_VERSION=3.26.3 ---> Running in 89f8c1aa5a1c ---> Removed intermediate container 89f8c1aa5a1c ---> c90adb485419 Step 8/18 : ENV CMAKE_DIR=/opt/cmake ---> Running in a507f66318d1 [ 3%] Linking CXX executable Cabana_ParameterPack_test_CUDA ---> Removed intermediate container a507f66318d1 ---> 7356c9c921fd Step 9/18 : RUN CMAKE_KEY=2D2CEF1034921684 && CMAKE_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION} && CMAKE_SCRIPT=cmake-${CMAKE_VERSION}-Linux-x86_64.sh && CMAKE_SHA256=cmake-${CMAKE_VERSION}-SHA-256.txt && wget --quiet ${CMAKE_URL}/${CMAKE_SHA256} && wget --quiet ${CMAKE_URL}/${CMAKE_SHA256}.asc && wget --quiet ${CMAKE_URL}/${CMAKE_SCRIPT} && gpg --verify ${CMAKE_SHA256}.asc ${CMAKE_SHA256} && grep -i ${CMAKE_SCRIPT} ${CMAKE_SHA256} | sed -e s/linux/Linux/ | sha256sum --check && mkdir -p ${CMAKE_DIR} && sh ${CMAKE_SCRIPT} --skip-license --prefix=${CMAKE_DIR} && rm cmake* ---> Running in 5e5ca7018871 [ 3%] Linking CXX executable Cabana_Slice_test_CUDA [ 3%] Linking CXX executable Cabana_Parallel_test_CUDA [ 3%] Built target Cabana_ParameterPack_test_CUDA gpg: Signature made Tue Apr 4 19:39:52 2023 UTC gpg: using RSA key C6C265324BBEBDC350B513D02D2CEF1034921684 gpg: Good signature from "Brad King" [unknown] gpg: aka "Brad King " [unknown] gpg: aka "[jpeg image of size 4005]" [unknown] gpg: Note: This key has expired! Primary key fingerprint: CBA2 3971 357C 2E65 90D9 EFD3 EC8F EF3A 7BFB 4EDA Subkey fingerprint: C6C2 6532 4BBE BDC3 50B5 13D0 2D2C EF10 3492 1684 cmake-3.26.3-Linux-x86_64.sh: OK CMake Installer Version: 3.26.3, Copyright (c) Kitware This is a self-extracting archive. The archive will be extracted to: /opt/cmake Using target directory: /opt/cmake Extracting, please wait... Scanning dependencies of target Cabana_Tuple_test_SERIAL [ 3%] Building CXX object core/unit_test/CMakeFiles/Cabana_Tuple_test_SERIAL.dir/SERIAL/tstTuple_SERIAL.cpp.o [ 4%] Linking CXX executable Cabana_CommunicationPlan_MPI_test_CUDA [ 4%] Building CXX object core/unit_test/CMakeFiles/Cabana_NeighborList_test_SERIAL.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 4%] Built target Cabana_Slice_test_CUDA Scanning dependencies of target Cabana_Slice_test_SERIAL [ 4%] Building CXX object core/unit_test/CMakeFiles/Cabana_Slice_test_SERIAL.dir/SERIAL/tstSlice_SERIAL.cpp.o [ 4%] Built target Cabana_Parallel_test_CUDA Scanning dependencies of target Cabana_DeepCopy_test_CUDA_UVM [ 4%] Built target Cabana_CommunicationPlan_MPI_test_CUDA Unpacking finished successfully [ 4%] Building CXX object core/unit_test/CMakeFiles/Cabana_DeepCopy_test_CUDA_UVM.dir/CUDA_UVM/tstDeepCopy_CUDA_UVM.cpp.o Scanning dependencies of target Cabana_LinkedCellList_test_CUDA_UVM [ 4%] Building CXX object core/unit_test/CMakeFiles/Cabana_LinkedCellList_test_CUDA_UVM.dir/CUDA_UVM/tstLinkedCellList_CUDA_UVM.cpp.o [ 4%] Linking CXX executable Cabana_NeighborList_test_SERIAL [ 4%] Built target Cabana_NeighborList_test_SERIAL Scanning dependencies of target Cabana_SoA_test [ 4%] Building CXX object core/unit_test/CMakeFiles/Cabana_SoA_test.dir/tstSoA.cpp.o [ 4%] Linking CXX executable Cabana_Halo_MPI_test_CUDA_UVM [ 5%] Linking CXX executable Cabana_Distributor_MPI_test_CUDA_UVM [ 5%] Built target Cabana_Halo_MPI_test_CUDA_UVM Scanning dependencies of target Cabana_AoSoA_test_CUDA [ 5%] Building CXX object core/unit_test/CMakeFiles/Cabana_AoSoA_test_CUDA.dir/CUDA/tstAoSoA_CUDA.cpp.o [ 5%] Built target Cabana_Distributor_MPI_test_CUDA_UVM [ 5%] Building CXX object core/unit_test/CMakeFiles/Cabana_AoSoA_test_CUDA.dir/__/__/cmake/test_harness/unit_test_main.cpp.o ---> Removed intermediate container 5e5ca7018871 ---> 2b0aef496f31 Step 10/18 : ENV PATH=${CMAKE_DIR}/bin:$PATH ---> Running in 29da8e0c9bf0 [ 5%] Building CXX object core/unit_test/CMakeFiles/Cabana_NeighborList_test_CUDA.dir/__/__/cmake/test_harness/unit_test_main.cpp.o ---> Removed intermediate container 29da8e0c9bf0 ---> 8b879579a5dc Step 11/18 : ARG DPCPP_VERSION=2023.0.0 ---> Running in 94228af552d5 [ 6%] Building CXX object core/unit_test/CMakeFiles/Cabana_DeepCopy_test_CUDA_UVM.dir/__/__/cmake/test_harness/unit_test_main.cpp.o ---> Removed intermediate container 94228af552d5 ---> 69effaabefeb Step 12/18 : RUN wget https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2023.PUB && apt-key add GPG-PUB-KEY-INTEL-SW-PRODUCTS-2023.PUB && echo "deb https://apt.repos.intel.com/oneapi all main" | tee /etc/apt/sources.list.d/oneAPI.list && apt-get update -o Dir::Etc::sourcelist="sources.list.d/oneAPI.list" -o APT::Get::List-Cleanup="0" && apt-get install -y intel-oneapi-compiler-dpcpp-cpp-${DPCPP_VERSION} && apt-get clean && rm -rf /var/lib/apt/lists/* ---> Running in e84441b75116 --2024-05-28 19:03:48-- https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2023.PUB Resolving apt.repos.intel.com (apt.repos.intel.com)... 23.66.70.239, 2600:1407:3c00:158f::a87, 2600:1407:3c00:158b::a87 Connecting to apt.repos.intel.com (apt.repos.intel.com)|23.66.70.239|:443... connected. Scanning dependencies of target Cabana_CommunicationPlan_MPI_test_CUDA_UVM [ 6%] Linking CXX executable Cabana_NeighborList_test_CUDA HTTP request sent, awaiting response... 200 OK Length: 4738 (4.6K) [application/vnd.exstream-package] Saving to: 'GPG-PUB-KEY-INTEL-SW-PRODUCTS-2023.PUB'  0K .... 100% 1.09G=0s 2024-05-28 19:03:48 (1.09 GB/s) - 'GPG-PUB-KEY-INTEL-SW-PRODUCTS-2023.PUB' saved [4738/4738] Warning: apt-key output should not be parsed (stdout is not a terminal) [ 6%] Building CXX object core/unit_test/CMakeFiles/Cabana_CommunicationPlan_MPI_test_CUDA_UVM.dir/CUDA_UVM/tstCommunicationPlan_CUDA_UVM.cpp.o OK deb https://apt.repos.intel.com/oneapi all main Get:1 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 InRelease [1581 B] Get:2 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 Packages [1562 kB] Get:3 https://apt.repos.intel.com/oneapi all InRelease [5676 B] Get:4 https://apt.repos.intel.com/oneapi all/main amd64 Packages [508 kB] Get:5 https://apt.repos.intel.com/oneapi all/main all Packages [146 kB] Fetched 2223 kB in 1s (1573 kB/s) Reading package lists... Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: intel-oneapi-common-licensing-2023.0.0 intel-oneapi-common-licensing-2023.1.0 intel-oneapi-common-licensing-2023.2.0 intel-oneapi-common-licensing-2024.1 intel-oneapi-common-oneapi-vars-2024.1 intel-oneapi-common-vars intel-oneapi-compiler-cpp-eclipse-cfg intel-oneapi-compiler-cpp-eclipse-cfg-2024.1 intel-oneapi-compiler-dpcpp-cpp-common-2023.0.0 intel-oneapi-compiler-dpcpp-cpp-runtime-2023.0.0 intel-oneapi-compiler-dpcpp-eclipse-cfg intel-oneapi-compiler-dpcpp-eclipse-cfg-2024.1 intel-oneapi-compiler-shared-2023.0.0 intel-oneapi-compiler-shared-common-2023.0.0 intel-oneapi-compiler-shared-runtime-2023.0.0 intel-oneapi-condaindex intel-oneapi-dev-utilities-2021.8.0 intel-oneapi-dev-utilities-eclipse-cfg intel-oneapi-dpcpp-cpp-2023.0.0 intel-oneapi-dpcpp-debugger-2023.0.0 intel-oneapi-dpcpp-debugger-eclipse-cfg intel-oneapi-icc-eclipse-plugin-cpp-2023.0.0 intel-oneapi-libdpstd-devel-2022.0.0 intel-oneapi-openmp-2023.0.0 intel-oneapi-openmp-common-2023.0.0 intel-oneapi-tbb-2021.8.0 intel-oneapi-tbb-common-2021.8.0 intel-oneapi-tbb-common-devel-2021.8.0 intel-oneapi-tbb-devel-2021.8.0 The following NEW packages will be installed: intel-oneapi-common-licensing-2023.0.0 intel-oneapi-common-licensing-2023.1.0 intel-oneapi-common-licensing-2023.2.0 intel-oneapi-common-licensing-2024.1 intel-oneapi-common-oneapi-vars-2024.1 intel-oneapi-common-vars intel-oneapi-compiler-cpp-eclipse-cfg intel-oneapi-compiler-cpp-eclipse-cfg-2024.1 intel-oneapi-compiler-dpcpp-cpp-2023.0.0 intel-oneapi-compiler-dpcpp-cpp-common-2023.0.0 intel-oneapi-compiler-dpcpp-cpp-runtime-2023.0.0 intel-oneapi-compiler-dpcpp-eclipse-cfg intel-oneapi-compiler-dpcpp-eclipse-cfg-2024.1 intel-oneapi-compiler-shared-2023.0.0 intel-oneapi-compiler-shared-common-2023.0.0 intel-oneapi-compiler-shared-runtime-2023.0.0 intel-oneapi-condaindex intel-oneapi-dev-utilities-2021.8.0 intel-oneapi-dev-utilities-eclipse-cfg intel-oneapi-dpcpp-cpp-2023.0.0 intel-oneapi-dpcpp-debugger-2023.0.0 intel-oneapi-dpcpp-debugger-eclipse-cfg intel-oneapi-icc-eclipse-plugin-cpp-2023.0.0 intel-oneapi-libdpstd-devel-2022.0.0 intel-oneapi-openmp-2023.0.0 intel-oneapi-openmp-common-2023.0.0 intel-oneapi-tbb-2021.8.0 intel-oneapi-tbb-common-2021.8.0 intel-oneapi-tbb-common-devel-2021.8.0 intel-oneapi-tbb-devel-2021.8.0 0 upgraded, 30 newly installed, 0 to remove and 2 not upgraded. Need to get 1215 MB of archives. After this operation, 4742 MB of additional disk space will be used. Get:1 https://apt.repos.intel.com/oneapi all/main all intel-oneapi-common-licensing-2023.0.0 all 2023.0.0-25325 [30.5 kB] Get:2 https://apt.repos.intel.com/oneapi all/main all intel-oneapi-common-licensing-2023.1.0 all 2023.1.0-43473 [30.5 kB] Get:3 https://apt.repos.intel.com/oneapi all/main all intel-oneapi-common-licensing-2023.2.0 all 2023.2.0-49462 [30.4 kB] Get:4 https://apt.repos.intel.com/oneapi all/main all intel-oneapi-common-licensing-2024.1 all 2024.1.0-579 [30.7 kB] Get:5 https://apt.repos.intel.com/oneapi all/main all intel-oneapi-common-oneapi-vars-2024.1 all 2024.1.0-579 [10.4 kB] Get:6 https://apt.repos.intel.com/oneapi all/main all intel-oneapi-common-vars all 2024.1.0-579 [12.2 kB] Get:7 https://apt.repos.intel.com/oneapi all/main all intel-oneapi-compiler-cpp-eclipse-cfg-2024.1 all 2024.1.2-995 [2816 B] Get:8 https://apt.repos.intel.com/oneapi all/main all intel-oneapi-compiler-cpp-eclipse-cfg all 2024.1.2-995 [1824 B] Get:9 https://apt.repos.intel.com/oneapi all/main all intel-oneapi-compiler-dpcpp-eclipse-cfg-2024.1 all 2024.1.2-995 [2472 B] Get:10 https://apt.repos.intel.com/oneapi all/main all intel-oneapi-compiler-dpcpp-eclipse-cfg all 2024.1.2-995 [1808 B] Get:11 https://apt.repos.intel.com/oneapi all/main all intel-oneapi-icc-eclipse-plugin-cpp-2023.0.0 all 2023.0.0-25370 [1976 B] Get:12 https://apt.repos.intel.com/oneapi all/main all intel-oneapi-compiler-dpcpp-cpp-common-2023.0.0 all 2023.0.0-25370 [1858 kB] [ 7%] Building CXX object core/unit_test/CMakeFiles/Cabana_Slice_test_SERIAL.dir/__/__/cmake/test_harness/unit_test_main.cpp.o Get:13 https://apt.repos.intel.com/oneapi all/main amd64 intel-oneapi-condaindex amd64 2023.2.0-49417 [676 kB] Get:14 https://apt.repos.intel.com/oneapi all/main all intel-oneapi-openmp-common-2023.0.0 all 2023.0.0-25370 [19.2 kB] [ 8%] Building CXX object core/unit_test/CMakeFiles/Cabana_Tuple_test_SERIAL.dir/__/__/cmake/test_harness/unit_test_main.cpp.o Get:15 https://apt.repos.intel.com/oneapi all/main amd64 intel-oneapi-openmp-2023.0.0 amd64 2023.0.0-25370 [221 MB] [ 8%] Linking CXX executable Cabana_Slice_test_SERIAL [ 8%] Building CXX object core/unit_test/CMakeFiles/Cabana_SoA_test.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 8%] Linking CXX executable Cabana_Tuple_test_SERIAL [ 8%] Built target Cabana_NeighborList_test_CUDA Scanning dependencies of target Cabana_CartesianGrid_test [ 8%] Built target Cabana_Slice_test_SERIAL [ 9%] Building CXX object core/unit_test/CMakeFiles/Cabana_CartesianGrid_test.dir/tstCartesianGrid.cpp.o [ 9%] Linking CXX executable Cabana_SoA_test Scanning dependencies of target Cabana_ParticleInit_test_CUDA_UVM [ 9%] Built target Cabana_Tuple_test_SERIAL Scanning dependencies of target Cabana_ParticleInit_test_SERIAL [ 10%] Building CXX object core/unit_test/CMakeFiles/Cabana_ParticleInit_test_CUDA_UVM.dir/CUDA_UVM/tstParticleInit_CUDA_UVM.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Cabana_ParticleInit_test_SERIAL.dir/SERIAL/tstParticleInit_SERIAL.cpp.o [ 10%] Built target Cabana_SoA_test Scanning dependencies of target Cabana_Index_test [ 10%] Building CXX object core/unit_test/CMakeFiles/Cabana_Index_test.dir/tstIndex.cpp.o Get:16 https://apt.repos.intel.com/oneapi all/main amd64 intel-oneapi-compiler-shared-runtime-2023.0.0 amd64 2023.0.0-25370 [144 MB] [ 10%] Building CXX object core/unit_test/CMakeFiles/Cabana_LinkedCellList_test_CUDA_UVM.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 10%] Linking CXX executable Cabana_LinkedCellList_test_CUDA_UVM Get:17 https://apt.repos.intel.com/oneapi all/main all intel-oneapi-tbb-common-2021.8.0 all 2021.8.0-25334 [21.2 kB] Get:18 https://apt.repos.intel.com/oneapi all/main amd64 intel-oneapi-tbb-2021.8.0 amd64 2021.8.0-25334 [2162 kB] Get:19 https://apt.repos.intel.com/oneapi all/main amd64 intel-oneapi-compiler-dpcpp-cpp-runtime-2023.0.0 amd64 2023.0.0-25370 [31.6 MB] Get:20 https://apt.repos.intel.com/oneapi all/main all intel-oneapi-compiler-shared-common-2023.0.0 all 2023.0.0-25370 [100 MB] [ 10%] Built target Cabana_LinkedCellList_test_CUDA_UVM Scanning dependencies of target Cabana_Version_test [ 10%] Building CXX object core/unit_test/CMakeFiles/Cabana_Version_test.dir/tstVersion.cpp.o Get:21 https://apt.repos.intel.com/oneapi all/main all intel-oneapi-dpcpp-debugger-eclipse-cfg all 2023.1.0-43513 [2004 B] Get:22 https://apt.repos.intel.com/oneapi all/main amd64 intel-oneapi-dpcpp-debugger-2023.0.0 amd64 2023.0.0-25336 [196 MB] [ 10%] Building CXX object core/unit_test/CMakeFiles/Cabana_CartesianGrid_test.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 10%] Linking CXX executable Cabana_CartesianGrid_test [ 10%] Building CXX object core/unit_test/CMakeFiles/Cabana_CommunicationPlan_MPI_test_CUDA_UVM.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 10%] Linking CXX executable Cabana_AoSoA_test_CUDA [ 10%] Linking CXX executable Cabana_CommunicationPlan_MPI_test_CUDA_UVM Get:23 https://apt.repos.intel.com/oneapi all/main amd64 intel-oneapi-compiler-shared-2023.0.0 amd64 2023.0.0-25370 [16.6 MB] Get:24 https://apt.repos.intel.com/oneapi all/main all intel-oneapi-tbb-common-devel-2021.8.0 all 2021.8.0-25334 [182 kB] Get:25 https://apt.repos.intel.com/oneapi all/main amd64 intel-oneapi-tbb-devel-2021.8.0 amd64 2021.8.0-25334 [890 kB] Get:26 https://apt.repos.intel.com/oneapi all/main all intel-oneapi-dev-utilities-eclipse-cfg all 2021.10.0-49423 [1976 B] Get:27 https://apt.repos.intel.com/oneapi all/main amd64 intel-oneapi-dev-utilities-2021.8.0 amd64 2021.8.0-25328 [11.4 MB] [ 10%] Building CXX object core/unit_test/CMakeFiles/Cabana_Index_test.dir/__/__/cmake/test_harness/unit_test_main.cpp.o Get:28 https://apt.repos.intel.com/oneapi all/main amd64 intel-oneapi-dpcpp-cpp-2023.0.0 amd64 2023.0.0-25370 [488 MB] [ 10%] Linking CXX executable Cabana_Index_test [ 10%] Built target Cabana_CartesianGrid_test [ 10%] Built target Cabana_CommunicationPlan_MPI_test_CUDA_UVM [ 10%] Built target Cabana_AoSoA_test_CUDA Scanning dependencies of target Cabana_NeighborListArborX_test_SERIAL Scanning dependencies of target Cabana_AoSoA_test_SERIAL Scanning dependencies of target Cabana_DeepCopy_test_SERIAL [ 10%] Building CXX object core/unit_test/CMakeFiles/Cabana_DeepCopy_test_SERIAL.dir/SERIAL/tstDeepCopy_SERIAL.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Cabana_AoSoA_test_SERIAL.dir/SERIAL/tstAoSoA_SERIAL.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Cabana_NeighborListArborX_test_SERIAL.dir/SERIAL/tstNeighborListArborX_SERIAL.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Cabana_Version_test.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 10%] Built target Cabana_Index_test Scanning dependencies of target Cabana_LinkedCellList_test_CUDA [ 10%] Linking CXX executable Cabana_Version_test [ 11%] Building CXX object core/unit_test/CMakeFiles/Cabana_LinkedCellList_test_CUDA.dir/CUDA/tstLinkedCellList_CUDA.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Cabana_ParticleInit_test_SERIAL.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 11%] Built target Cabana_Version_test [ 11%] Building CXX object core/unit_test/CMakeFiles/Cabana_DeepCopy_test_SERIAL.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 11%] Linking CXX executable Cabana_ParticleInit_test_SERIAL [ 11%] Building CXX object core/unit_test/CMakeFiles/Cabana_ParticleInit_test_CUDA_UVM.dir/__/__/cmake/test_harness/unit_test_main.cpp.o Scanning dependencies of target Cabana_Distributor_MPI_test_CUDA [ 12%] Building CXX object core/unit_test/CMakeFiles/Cabana_Distributor_MPI_test_CUDA.dir/CUDA/tstDistributor_CUDA.cpp.o [ 12%] Linking CXX executable Cabana_ParticleInit_test_CUDA_UVM [ 12%] Built target Cabana_ParticleInit_test_SERIAL Scanning dependencies of target Cabana_Halo_MPI_test_CUDA [ 12%] Building CXX object core/unit_test/CMakeFiles/Cabana_Halo_MPI_test_CUDA.dir/CUDA/tstHalo_CUDA.cpp.o [ 12%] Built target Cabana_ParticleInit_test_CUDA_UVM Scanning dependencies of target Cabana_DeepCopy_test_CUDA [ 12%] Building CXX object core/unit_test/CMakeFiles/Cabana_DeepCopy_test_CUDA.dir/CUDA/tstDeepCopy_CUDA.cpp.o Get:29 https://apt.repos.intel.com/oneapi all/main amd64 intel-oneapi-libdpstd-devel-2022.0.0 amd64 2022.0.0-25335 [214 kB] Get:30 https://apt.repos.intel.com/oneapi all/main amd64 intel-oneapi-compiler-dpcpp-cpp-2023.0.0 amd64 2023.0.0-25370 [1776 B] debconf: delaying package configuration, since apt-utils is not installed Fetched 1215 MB in 1min 8s (17.8 MB/s) Selecting previously unselected package intel-oneapi-common-licensing-2023.0.0. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 22947 files and directories currently installed.) Preparing to unpack .../00-intel-oneapi-common-licensing-2023.0.0_2023.0.0-25325_all.deb ... Unpacking intel-oneapi-common-licensing-2023.0.0 (2023.0.0-25325) ... Selecting previously unselected package intel-oneapi-common-licensing-2023.1.0. Preparing to unpack .../01-intel-oneapi-common-licensing-2023.1.0_2023.1.0-43473_all.deb ... Unpacking intel-oneapi-common-licensing-2023.1.0 (2023.1.0-43473) ... Selecting previously unselected package intel-oneapi-common-licensing-2023.2.0. Preparing to unpack .../02-intel-oneapi-common-licensing-2023.2.0_2023.2.0-49462_all.deb ... Unpacking intel-oneapi-common-licensing-2023.2.0 (2023.2.0-49462) ... Selecting previously unselected package intel-oneapi-common-licensing-2024.1. Preparing to unpack .../03-intel-oneapi-common-licensing-2024.1_2024.1.0-579_all.deb ... Unpacking intel-oneapi-common-licensing-2024.1 (2024.1.0-579) ... Selecting previously unselected package intel-oneapi-common-oneapi-vars-2024.1. Preparing to unpack .../04-intel-oneapi-common-oneapi-vars-2024.1_2024.1.0-579_all.deb ... Unpacking intel-oneapi-common-oneapi-vars-2024.1 (2024.1.0-579) ... Selecting previously unselected package intel-oneapi-common-vars. Preparing to unpack .../05-intel-oneapi-common-vars_2024.1.0-579_all.deb ... Unpacking intel-oneapi-common-vars (2024.1.0-579) ... Selecting previously unselected package intel-oneapi-compiler-cpp-eclipse-cfg-2024.1. Preparing to unpack .../06-intel-oneapi-compiler-cpp-eclipse-cfg-2024.1_2024.1.2-995_all.deb ... Unpacking intel-oneapi-compiler-cpp-eclipse-cfg-2024.1 (2024.1.2-995) ... Selecting previously unselected package intel-oneapi-compiler-cpp-eclipse-cfg. Preparing to unpack .../07-intel-oneapi-compiler-cpp-eclipse-cfg_2024.1.2-995_all.deb ... Unpacking intel-oneapi-compiler-cpp-eclipse-cfg (2024.1.2-995) ... Selecting previously unselected package intel-oneapi-compiler-dpcpp-eclipse-cfg-2024.1. Preparing to unpack .../08-intel-oneapi-compiler-dpcpp-eclipse-cfg-2024.1_2024.1.2-995_all.deb ... Unpacking intel-oneapi-compiler-dpcpp-eclipse-cfg-2024.1 (2024.1.2-995) ... Selecting previously unselected package intel-oneapi-compiler-dpcpp-eclipse-cfg. Preparing to unpack .../09-intel-oneapi-compiler-dpcpp-eclipse-cfg_2024.1.2-995_all.deb ... Unpacking intel-oneapi-compiler-dpcpp-eclipse-cfg (2024.1.2-995) ... Selecting previously unselected package intel-oneapi-icc-eclipse-plugin-cpp-2023.0.0. Preparing to unpack .../10-intel-oneapi-icc-eclipse-plugin-cpp-2023.0.0_2023.0.0-25370_all.deb ... Unpacking intel-oneapi-icc-eclipse-plugin-cpp-2023.0.0 (2023.0.0-25370) ... Selecting previously unselected package intel-oneapi-compiler-dpcpp-cpp-common-2023.0.0. Preparing to unpack .../11-intel-oneapi-compiler-dpcpp-cpp-common-2023.0.0_2023.0.0-25370_all.deb ... Unpacking intel-oneapi-compiler-dpcpp-cpp-common-2023.0.0 (2023.0.0-25370) ... Selecting previously unselected package intel-oneapi-condaindex. Preparing to unpack .../12-intel-oneapi-condaindex_2023.2.0-49417_amd64.deb ... Unpacking intel-oneapi-condaindex (2023.2.0-49417) ... Selecting previously unselected package intel-oneapi-openmp-common-2023.0.0. Preparing to unpack .../13-intel-oneapi-openmp-common-2023.0.0_2023.0.0-25370_all.deb ... Unpacking intel-oneapi-openmp-common-2023.0.0 (2023.0.0-25370) ... Selecting previously unselected package intel-oneapi-openmp-2023.0.0. Preparing to unpack .../14-intel-oneapi-openmp-2023.0.0_2023.0.0-25370_amd64.deb ... Unpacking intel-oneapi-openmp-2023.0.0 (2023.0.0-25370) ... [ 12%] Building CXX object core/unit_test/CMakeFiles/Cabana_AoSoA_test_SERIAL.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 12%] Linking CXX executable Cabana_AoSoA_test_SERIAL Selecting previously unselected package intel-oneapi-compiler-shared-runtime-2023.0.0. Preparing to unpack .../15-intel-oneapi-compiler-shared-runtime-2023.0.0_2023.0.0-25370_amd64.deb ... Unpacking intel-oneapi-compiler-shared-runtime-2023.0.0 (2023.0.0-25370) ... [ 12%] Built target Cabana_AoSoA_test_SERIAL Scanning dependencies of target Cabana_LinkedCellList_test_SERIAL [ 13%] Building CXX object core/unit_test/CMakeFiles/Cabana_LinkedCellList_test_SERIAL.dir/SERIAL/tstLinkedCellList_SERIAL.cpp.o Selecting previously unselected package intel-oneapi-tbb-common-2021.8.0. Preparing to unpack .../16-intel-oneapi-tbb-common-2021.8.0_2021.8.0-25334_all.deb ... Unpacking intel-oneapi-tbb-common-2021.8.0 (2021.8.0-25334) ... Selecting previously unselected package intel-oneapi-tbb-2021.8.0. Preparing to unpack .../17-intel-oneapi-tbb-2021.8.0_2021.8.0-25334_amd64.deb ... Unpacking intel-oneapi-tbb-2021.8.0 (2021.8.0-25334) ... Selecting previously unselected package intel-oneapi-compiler-dpcpp-cpp-runtime-2023.0.0. Preparing to unpack .../18-intel-oneapi-compiler-dpcpp-cpp-runtime-2023.0.0_2023.0.0-25370_amd64.deb ... Unpacking intel-oneapi-compiler-dpcpp-cpp-runtime-2023.0.0 (2023.0.0-25370) ... Selecting previously unselected package intel-oneapi-compiler-shared-common-2023.0.0. Preparing to unpack .../19-intel-oneapi-compiler-shared-common-2023.0.0_2023.0.0-25370_all.deb ... Unpacking intel-oneapi-compiler-shared-common-2023.0.0 (2023.0.0-25370) ... [ 13%] Linking CXX executable Cabana_DeepCopy_test_CUDA_UVM Selecting previously unselected package intel-oneapi-dpcpp-debugger-eclipse-cfg. Preparing to unpack .../20-intel-oneapi-dpcpp-debugger-eclipse-cfg_2023.1.0-43513_all.deb ... Unpacking intel-oneapi-dpcpp-debugger-eclipse-cfg (2023.1.0-43513) ... Selecting previously unselected package intel-oneapi-dpcpp-debugger-2023.0.0. Preparing to unpack .../21-intel-oneapi-dpcpp-debugger-2023.0.0_2023.0.0-25336_amd64.deb ... Unpacking intel-oneapi-dpcpp-debugger-2023.0.0 (2023.0.0-25336) ... [ 13%] Linking CXX executable Cabana_DeepCopy_test_SERIAL [ 13%] Building CXX object core/unit_test/CMakeFiles/Cabana_LinkedCellList_test_CUDA.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 13%] Built target Cabana_DeepCopy_test_CUDA_UVM Selecting previously unselected package intel-oneapi-compiler-shared-2023.0.0. Preparing to unpack .../22-intel-oneapi-compiler-shared-2023.0.0_2023.0.0-25370_amd64.deb ... Unpacking intel-oneapi-compiler-shared-2023.0.0 (2023.0.0-25370) ... Selecting previously unselected package intel-oneapi-tbb-common-devel-2021.8.0. Preparing to unpack .../23-intel-oneapi-tbb-common-devel-2021.8.0_2021.8.0-25334_all.deb ... Unpacking intel-oneapi-tbb-common-devel-2021.8.0 (2021.8.0-25334) ... Selecting previously unselected package intel-oneapi-tbb-devel-2021.8.0. Preparing to unpack .../24-intel-oneapi-tbb-devel-2021.8.0_2021.8.0-25334_amd64.deb ... Unpacking intel-oneapi-tbb-devel-2021.8.0 (2021.8.0-25334) ... Selecting previously unselected package intel-oneapi-dev-utilities-eclipse-cfg. Preparing to unpack .../25-intel-oneapi-dev-utilities-eclipse-cfg_2021.10.0-49423_all.deb ... Unpacking intel-oneapi-dev-utilities-eclipse-cfg (2021.10.0-49423) ... Scanning dependencies of target Cabana_ParameterPack_test_SERIAL Selecting previously unselected package intel-oneapi-dev-utilities-2021.8.0. Preparing to unpack .../26-intel-oneapi-dev-utilities-2021.8.0_2021.8.0-25328_amd64.deb ... Unpacking intel-oneapi-dev-utilities-2021.8.0 (2021.8.0-25328) ... [ 13%] Linking CXX executable Cabana_LinkedCellList_test_CUDA [ 13%] Building CXX object core/unit_test/CMakeFiles/Cabana_ParameterPack_test_SERIAL.dir/SERIAL/tstParameterPack_SERIAL.cpp.o Selecting previously unselected package intel-oneapi-dpcpp-cpp-2023.0.0. Preparing to unpack .../27-intel-oneapi-dpcpp-cpp-2023.0.0_2023.0.0-25370_amd64.deb ... Unpacking intel-oneapi-dpcpp-cpp-2023.0.0 (2023.0.0-25370) ... [ 13%] Built target Cabana_DeepCopy_test_SERIAL Scanning dependencies of target Cabana_Parallel_test_SERIAL [ 13%] Building CXX object core/unit_test/CMakeFiles/Cabana_Parallel_test_SERIAL.dir/SERIAL/tstParallel_SERIAL.cpp.o [ 13%] Built target Cabana_LinkedCellList_test_CUDA Scanning dependencies of target Cabana_ParticleInit_test_CUDA [ 13%] Building CXX object core/unit_test/CMakeFiles/Cabana_Distributor_MPI_test_CUDA.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Cabana_ParticleInit_test_CUDA.dir/CUDA/tstParticleInit_CUDA.cpp.o [ 13%] Linking CXX executable Cabana_Distributor_MPI_test_CUDA [ 13%] Building CXX object core/unit_test/CMakeFiles/Cabana_Halo_MPI_test_CUDA.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 14%] Linking CXX executable Cabana_Halo_MPI_test_CUDA [ 14%] Built target Cabana_Distributor_MPI_test_CUDA Scanning dependencies of target Cabana_ParticleList_test_CUDA [ 15%] Building CXX object core/unit_test/CMakeFiles/Cabana_ParticleList_test_CUDA.dir/CUDA/tstParticleList_CUDA.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Cabana_NeighborListArborX_test_SERIAL.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 16%] Built target Cabana_Halo_MPI_test_CUDA [ 16%] Linking CXX executable Cabana_NeighborListArborX_test_SERIAL Scanning dependencies of target Cabana_Sort_test_CUDA [ 17%] Building CXX object core/unit_test/CMakeFiles/Cabana_Sort_test_CUDA.dir/CUDA/tstSort_CUDA.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Cabana_ParameterPack_test_SERIAL.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Cabana_LinkedCellList_test_SERIAL.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Cabana_Parallel_test_SERIAL.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 18%] Linking CXX executable Cabana_ParameterPack_test_SERIAL [ 18%] Linking CXX executable Cabana_LinkedCellList_test_SERIAL [ 18%] Built target Cabana_NeighborListArborX_test_SERIAL [ 18%] Linking CXX executable Cabana_Parallel_test_SERIAL Scanning dependencies of target Cabana_Slice_test_CUDA_UVM [ 18%] Building CXX object core/unit_test/CMakeFiles/Cabana_Slice_test_CUDA_UVM.dir/CUDA_UVM/tstSlice_CUDA_UVM.cpp.o [ 18%] Built target Cabana_ParameterPack_test_SERIAL [ 18%] Built target Cabana_LinkedCellList_test_SERIAL Scanning dependencies of target Cabana_NeighborListArborX_test_CUDA_UVM [ 18%] Building CXX object core/unit_test/CMakeFiles/Cabana_NeighborListArborX_test_CUDA_UVM.dir/CUDA_UVM/tstNeighborListArborX_CUDA_UVM.cpp.o Scanning dependencies of target Cabana_Tuple_test_CUDA [ 18%] Built target Cabana_Parallel_test_SERIAL [ 18%] Building CXX object core/unit_test/CMakeFiles/Cabana_Tuple_test_CUDA.dir/CUDA/tstTuple_CUDA.cpp.o Scanning dependencies of target Cabana_ParticleList_test_SERIAL [ 18%] Building CXX object core/unit_test/CMakeFiles/Cabana_ParticleList_test_SERIAL.dir/SERIAL/tstParticleList_SERIAL.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Cabana_ParticleInit_test_CUDA.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 18%] Linking CXX executable Cabana_ParticleInit_test_CUDA [ 18%] Built target Cabana_ParticleInit_test_CUDA Scanning dependencies of target Cabana_ParticleList_test_CUDA_UVM [ 18%] Building CXX object core/unit_test/CMakeFiles/Cabana_ParticleList_test_CUDA_UVM.dir/CUDA_UVM/tstParticleList_CUDA_UVM.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Cabana_ParticleList_test_CUDA.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 18%] Linking CXX executable Cabana_ParticleList_test_CUDA [ 18%] Building CXX object core/unit_test/CMakeFiles/Cabana_DeepCopy_test_CUDA.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 18%] Linking CXX executable Cabana_DeepCopy_test_CUDA [ 18%] Built target Cabana_ParticleList_test_CUDA Scanning dependencies of target Cabana_NeighborListArborX_test_CUDA [ 18%] Building CXX object core/unit_test/CMakeFiles/Cabana_ParticleList_test_SERIAL.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 18%] Linking CXX executable Cabana_ParticleList_test_SERIAL [ 18%] Building CXX object core/unit_test/CMakeFiles/Cabana_NeighborListArborX_test_CUDA.dir/CUDA/tstNeighborListArborX_CUDA.cpp.o [ 18%] Built target Cabana_DeepCopy_test_CUDA Scanning dependencies of target Cabana_Halo_MPI_test_SERIAL Selecting previously unselected package intel-oneapi-libdpstd-devel-2022.0.0. Preparing to unpack .../28-intel-oneapi-libdpstd-devel-2022.0.0_2022.0.0-25335_amd64.deb ... Unpacking intel-oneapi-libdpstd-devel-2022.0.0 (2022.0.0-25335) ... Selecting previously unselected package intel-oneapi-compiler-dpcpp-cpp-2023.0.0. Preparing to unpack .../29-intel-oneapi-compiler-dpcpp-cpp-2023.0.0_2023.0.0-25370_amd64.deb ... Unpacking intel-oneapi-compiler-dpcpp-cpp-2023.0.0 (2023.0.0-25370) ... Setting up intel-oneapi-common-licensing-2023.1.0 (2023.1.0-43473) ... Setting up intel-oneapi-common-oneapi-vars-2024.1 (2024.1.0-579) ... Setting up intel-oneapi-common-licensing-2023.0.0 (2023.0.0-25325) ... Setting up intel-oneapi-icc-eclipse-plugin-cpp-2023.0.0 (2023.0.0-25370) ... Setting up intel-oneapi-condaindex (2023.2.0-49417) ... Setting up intel-oneapi-common-licensing-2024.1 (2024.1.0-579) ... Setting up intel-oneapi-common-licensing-2023.2.0 (2023.2.0-49462) ... Setting up intel-oneapi-common-vars (2024.1.0-579) ... Setting up intel-oneapi-dpcpp-debugger-eclipse-cfg (2023.1.0-43513) ... Setting up intel-oneapi-compiler-shared-common-2023.0.0 (2023.0.0-25370) ... Setting up intel-oneapi-compiler-cpp-eclipse-cfg-2024.1 (2024.1.2-995) ... Setting up intel-oneapi-openmp-common-2023.0.0 (2023.0.0-25370) ... Setting up intel-oneapi-compiler-dpcpp-eclipse-cfg-2024.1 (2024.1.2-995) ... Setting up intel-oneapi-dev-utilities-eclipse-cfg (2021.10.0-49423) ... Setting up intel-oneapi-libdpstd-devel-2022.0.0 (2022.0.0-25335) ... [ 18%] Building CXX object core/unit_test/CMakeFiles/Cabana_Tuple_test_CUDA.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Cabana_Halo_MPI_test_SERIAL.dir/SERIAL/tstHalo_SERIAL.cpp.o [ 19%] Linking CXX executable Cabana_Tuple_test_CUDA [ 19%] Building CXX object core/unit_test/CMakeFiles/Cabana_Slice_test_CUDA_UVM.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 19%] Built target Cabana_ParticleList_test_SERIAL Scanning dependencies of target Cabana_Sort_test_SERIAL [ 19%] Building CXX object core/unit_test/CMakeFiles/Cabana_Sort_test_SERIAL.dir/SERIAL/tstSort_SERIAL.cpp.o [ 19%] Linking CXX executable Cabana_Slice_test_CUDA_UVM [ 19%] Building CXX object core/unit_test/CMakeFiles/Cabana_Sort_test_CUDA.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 19%] Linking CXX executable Cabana_Sort_test_CUDA [ 19%] Built target Cabana_Tuple_test_CUDA Scanning dependencies of target Cabana_AoSoA_test_CUDA_UVM [ 20%] Building CXX object core/unit_test/CMakeFiles/Cabana_AoSoA_test_CUDA_UVM.dir/CUDA_UVM/tstAoSoA_CUDA_UVM.cpp.o [ 20%] Built target Cabana_Sort_test_CUDA [ 20%] Building CXX object core/unit_test/CMakeFiles/Cabana_AoSoA_test_CUDA_UVM.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 20%] Built target Cabana_Slice_test_CUDA_UVM Scanning dependencies of target Cabana_NeighborList_test_CUDA_UVM Scanning dependencies of target Cabana_Distributor_MPI_test_SERIAL [ 20%] Building CXX object core/unit_test/CMakeFiles/Cabana_NeighborList_test_CUDA_UVM.dir/CUDA_UVM/tstNeighborList_CUDA_UVM.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Cabana_Distributor_MPI_test_SERIAL.dir/SERIAL/tstDistributor_SERIAL.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Cabana_ParticleList_test_CUDA_UVM.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 21%] Linking CXX executable Cabana_ParticleList_test_CUDA_UVM Setting up intel-oneapi-tbb-common-2021.8.0 (2021.8.0-25334) ... Setting up intel-oneapi-dpcpp-debugger-2023.0.0 (2023.0.0-25336) ... Setting up intel-oneapi-compiler-cpp-eclipse-cfg (2024.1.2-995) ... Setting up intel-oneapi-openmp-2023.0.0 (2023.0.0-25370) ... find: '/opt/intel//oneapi/compiler/latest/lib/pkgconfig': No such file or directory Setting up intel-oneapi-dev-utilities-2021.8.0 (2021.8.0-25328) ... Setting up intel-oneapi-tbb-2021.8.0 (2021.8.0-25334) ... Setting up intel-oneapi-compiler-dpcpp-eclipse-cfg (2024.1.2-995) ... Setting up intel-oneapi-compiler-dpcpp-cpp-common-2023.0.0 (2023.0.0-25370) ... Setting up intel-oneapi-tbb-common-devel-2021.8.0 (2021.8.0-25334) ... Setting up intel-oneapi-compiler-shared-runtime-2023.0.0 (2023.0.0-25370) ... Setting up intel-oneapi-compiler-dpcpp-cpp-runtime-2023.0.0 (2023.0.0-25370) ... Setting up intel-oneapi-compiler-shared-2023.0.0 (2023.0.0-25370) ... Setting up intel-oneapi-tbb-devel-2021.8.0 (2021.8.0-25334) ... Setting up intel-oneapi-dpcpp-cpp-2023.0.0 (2023.0.0-25370) ... Setting up intel-oneapi-compiler-dpcpp-cpp-2023.0.0 (2023.0.0-25370) ... [ 21%] Built target Cabana_ParticleList_test_CUDA_UVM Scanning dependencies of target Cabana_Parallel_test_CUDA_UVM [ 22%] Building CXX object core/unit_test/CMakeFiles/Cabana_Halo_MPI_test_SERIAL.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Cabana_Parallel_test_CUDA_UVM.dir/CUDA_UVM/tstParallel_CUDA_UVM.cpp.o [ 22%] Linking CXX executable Cabana_Halo_MPI_test_SERIAL [ 22%] Building CXX object core/unit_test/CMakeFiles/Cabana_Sort_test_SERIAL.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 22%] Built target Cabana_Halo_MPI_test_SERIAL Scanning dependencies of target Cabana_Sort_test_CUDA_UVM [ 22%] Building CXX object core/unit_test/CMakeFiles/Cabana_Sort_test_CUDA_UVM.dir/CUDA_UVM/tstSort_CUDA_UVM.cpp.o [ 22%] Linking CXX executable Cabana_Sort_test_SERIAL [ 22%] Built target Cabana_Sort_test_SERIAL [ 22%] Building CXX object core/unit_test/CMakeFiles/Cabana_NeighborListArborX_test_CUDA.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 22%] Linking CXX executable Cabana_AoSoA_test_CUDA_UVM [ 22%] Building CXX object core/unit_test/CMakeFiles/Cabana_NeighborListArborX_test_CUDA_UVM.dir/__/__/cmake/test_harness/unit_test_main.cpp.o Scanning dependencies of target Cabana_Tuple_test_CUDA_UVM [ 22%] Building CXX object core/unit_test/CMakeFiles/Cabana_Tuple_test_CUDA_UVM.dir/CUDA_UVM/tstTuple_CUDA_UVM.cpp.o [ 22%] Built target Cabana_AoSoA_test_CUDA_UVM Scanning dependencies of target Cabana_ParameterPack_test_CUDA_UVM [ 22%] Building CXX object core/unit_test/CMakeFiles/Cabana_ParameterPack_test_CUDA_UVM.dir/CUDA_UVM/tstParameterPack_CUDA_UVM.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Cabana_Distributor_MPI_test_SERIAL.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 22%] Linking CXX executable Cabana_NeighborListArborX_test_CUDA_UVM [ 22%] Linking CXX executable Cabana_Distributor_MPI_test_SERIAL [ 22%] Building CXX object core/unit_test/CMakeFiles/Cabana_Parallel_test_CUDA_UVM.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 23%] Linking CXX executable Cabana_Parallel_test_CUDA_UVM [ 23%] Built target Cabana_Distributor_MPI_test_SERIAL [ 23%] Built target Cabana_NeighborListArborX_test_CUDA_UVM Scanning dependencies of target Cabana_CommunicationPlan_MPI_test_SERIAL [ 23%] Building CXX object core/unit_test/CMakeFiles/Cabana_CommunicationPlan_MPI_test_SERIAL.dir/SERIAL/tstCommunicationPlan_SERIAL.cpp.o Scanning dependencies of target Grid_FastFourierTransform_MPI_test_CUDA_UVM [ 23%] Building CXX object grid/unit_test/CMakeFiles/Grid_FastFourierTransform_MPI_test_CUDA_UVM.dir/CUDA_UVM/tstFastFourierTransform_CUDA_UVM.cpp.o [ 23%] Built target Cabana_Parallel_test_CUDA_UVM [ 23%] Building CXX object core/unit_test/CMakeFiles/Cabana_ParameterPack_test_CUDA_UVM.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Cabana_Sort_test_CUDA_UVM.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Cabana_NeighborList_test_CUDA_UVM.dir/__/__/cmake/test_harness/unit_test_main.cpp.o Scanning dependencies of target Grid_HypreSemiStructuredSolverMulti_MPI_test_CUDA_UVM [ 25%] Building CXX object grid/unit_test/CMakeFiles/Grid_HypreSemiStructuredSolverMulti_MPI_test_CUDA_UVM.dir/CUDA_UVM/tstHypreSemiStructuredSolverMulti_CUDA_UVM.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Cabana_Tuple_test_CUDA_UVM.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 25%] Linking CXX executable Cabana_Tuple_test_CUDA_UVM [ 25%] Linking CXX executable Cabana_ParameterPack_test_CUDA_UVM [ 26%] Linking CXX executable Cabana_Sort_test_CUDA_UVM [ 26%] Built target Cabana_ParameterPack_test_CUDA_UVM [ 26%] Built target Cabana_Tuple_test_CUDA_UVM Scanning dependencies of target Grid_HypreStructuredSolver3d_MPI_test_CUDA_UVM ---> Removed intermediate container e84441b75116 ---> 40dec2d81a8f Step 13/18 : ENV DPCPP=/opt/intel/oneapi/compiler/${DPCPP_VERSION}/linux/bin-llvm/clang++ ---> Running in 90e7d19012b6 ---> Removed intermediate container 90e7d19012b6 ---> c102059f3cac Step 14/18 : RUN wget https://cloud.cees.ornl.gov/download/oneapi-for-nvidia-gpus-${DPCPP_VERSION}-linux.sh && chmod +x oneapi-for-nvidia-gpus-${DPCPP_VERSION}-linux.sh && ./oneapi-for-nvidia-gpus-${DPCPP_VERSION}-linux.sh -y && rm oneapi-for-nvidia-gpus-${DPCPP_VERSION}-linux.sh ---> Running in 1008b533981d Scanning dependencies of target Grid_SparseLocalGrid_MPI_test_CUDA_UVM [ 27%] Building CXX object grid/unit_test/CMakeFiles/Grid_HypreStructuredSolver3d_MPI_test_CUDA_UVM.dir/CUDA_UVM/tstHypreStructuredSolver3d_CUDA_UVM.cpp.o [ 27%] Building CXX object grid/unit_test/CMakeFiles/Grid_SparseLocalGrid_MPI_test_CUDA_UVM.dir/CUDA_UVM/tstSparseLocalGrid_CUDA_UVM.cpp.o --2024-05-28 19:09:07-- https://cloud.cees.ornl.gov/download/oneapi-for-nvidia-gpus-2023.0.0-linux.sh Resolving cloud.cees.ornl.gov (cloud.cees.ornl.gov)... 128.219.185.170 Connecting to cloud.cees.ornl.gov (cloud.cees.ornl.gov)|128.219.185.170|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 3048760 (2.9M) [application/octet-stream] Saving to: 'oneapi-for-nvidia-gpus-2023.0.0-linux.sh'  0K .......... .......... .......... .......... .......... 1% 189M 0s 50K .......... .......... .......... .......... .......... 3% 253M 0s 100K .......... .......... .......... .......... .......... 5% 17.6M 0s 150K .......... .......... .......... .......... .......... 6% 203M 0s 200K .......... .......... .......... .......... .......... 8% 213M 0s 250K .......... .......... .......... .......... .......... 10% 168M 0s 300K .......... .......... .......... .......... .......... 11% 229M 0s 350K .......... .......... .......... .......... .......... 13% 182M 0s 400K .......... .......... .......... .......... .......... 15% 219M 0s 450K .......... .......... .......... .......... .......... 16% 218M 0s 500K .......... .......... .......... .......... .......... 18% 152M 0s 550K .......... .......... .......... .......... .......... 20% 217M 0s 600K .......... .......... .......... .......... .......... 21% 180M 0s 650K .......... .......... .......... .......... .......... 23% 141M 0s 700K .......... .......... .......... .......... .......... 25% 251M 0s 750K .......... .......... .......... .......... .......... 26% 183M 0s 800K .......... .......... .......... .......... .......... 28% 176M 0s 850K .......... .......... .......... .......... .......... 30% 245M 0s 900K .......... .......... .......... .......... .......... 31% 142M 0s 950K .......... .......... .......... .......... .......... 33% 209M 0s 1000K .......... .......... .......... .......... .......... 35% 241M 0s 1050K .......... .......... .......... .......... .......... 36% 147M 0s 1100K .......... .......... .......... .......... .......... 38% 236M 0s 1150K .......... .......... .......... .......... .......... 40% 197M 0s 1200K .......... .......... .......... .......... .......... 41% 251M 0s 1250K .......... .......... .......... .......... .......... 43% 227M 0s 1300K .......... .......... .......... .......... .......... 45% 220M 0s 1350K .......... .......... .......... .......... .......... 47% 170M 0s 1400K .......... .......... .......... .......... .......... 48% 237M 0s 1450K .......... .......... .......... .......... .......... 50% 240M 0s 1500K .......... .......... .......... .......... .......... 52% 228M 0s 1550K .......... .......... .......... .......... .......... 53% 210M 0s 1600K .......... .......... .......... .......... .......... 55% 256M 0s 1650K .......... .......... .......... .......... .......... 57% 268M 0s 1700K .......... .......... .......... .......... .......... 58% 234M 0s 1750K .......... .......... .......... .......... .......... 60% 209M 0s 1800K .......... .......... .......... .......... .......... 62% 236M 0s 1850K .......... .......... .......... .......... .......... 63% 271M 0s 1900K .......... .......... .......... .......... .......... 65% 210M 0s 1950K .......... .......... .......... .......... .......... 67% 214M 0s 2000K .......... .......... .......... .......... .......... 68% 204M 0s 2050K .......... .......... .......... .......... .......... 70% 237M 0s 2100K .......... .......... .......... .......... .......... 72% 238M 0s 2150K .......... .......... .......... .......... .......... 73% 208M 0s 2200K .......... .......... .......... .......... .......... 75% 236M 0s 2250K .......... .......... .......... .......... .......... 77% 227M 0s 2300K .......... .......... .......... .......... .......... 78% 240M 0s 2350K .......... .......... .......... .......... .......... 80% 196M 0s 2400K .......... .......... .......... .......... .......... 82% 214M 0s 2450K .......... .......... .......... .......... .......... 83% 218M 0s 2500K .......... .......... .......... .......... .......... 85% 198M 0s 2550K .......... .......... .......... .......... .......... 87% 210M 0s 2600K .......... .......... .......... .......... .......... 89% 216M 0s 2650K .......... .......... .......... .......... .......... 90% 205M 0s 2700K .......... .......... .......... .......... .......... 92% 203M 0s 2750K .......... .......... .......... .......... .......... 94% 186M 0s 2800K .......... .......... .......... .......... .......... 95% 227M 0s 2850K .......... .......... .......... .......... .......... 97% 216M 0s 2900K .......... .......... .......... .......... .......... 99% 220M 0s 2950K .......... .......... ....... 100% 206M=0.02s 2024-05-28 19:09:07 (177 MB/s) - 'oneapi-for-nvidia-gpus-2023.0.0-linux.sh' saved [3048760/3048760]  oneAPI for NVIDIA GPUs 2023.0.0 installer Found oneAPI DPC++/C++ Compiler 2023.0.0 in /opt/intel/oneapi/. By installing this software, you accept the oneAPI for NVIDIA GPUs License Agreement. * CUDA plugin library installed in /opt/intel/oneapi/compiler/2023.0.0/linux/lib/. * License installed in /opt/intel/oneapi/licensing/2023.0.0/. * Documentation installed in /opt/intel/oneapi/compiler/2023.0.0/documentation/en/oneAPI_for_NVIDIA_GPUs/. Installation complete. [ 27%] Built target Cabana_Sort_test_CUDA_UVM [ 27%] Building CXX object grid/unit_test/CMakeFiles/Grid_SparseLocalGrid_MPI_test_CUDA_UVM.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 27%] Linking CXX executable Cabana_NeighborList_test_CUDA_UVM ---> Removed intermediate container 1008b533981d ---> 58b60dca3996 Step 15/18 : ARG KOKKOS_VERSION=4.1.00 ---> Running in 7025f6a09bda [ 28%] Building CXX object core/unit_test/CMakeFiles/Cabana_CommunicationPlan_MPI_test_SERIAL.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 28%] Linking CXX executable Cabana_CommunicationPlan_MPI_test_SERIAL [ 28%] Building CXX object grid/unit_test/CMakeFiles/Grid_HypreSemiStructuredSolverMulti_MPI_test_CUDA_UVM.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 28%] Built target Cabana_NeighborList_test_CUDA_UVM Scanning dependencies of target Grid_GlobalGrid_MPI_test_CUDA [ 29%] Building CXX object grid/unit_test/CMakeFiles/Grid_GlobalGrid_MPI_test_CUDA.dir/CUDA/tstGlobalGrid_CUDA.cpp.o ---> Removed intermediate container 7025f6a09bda ---> 535a45742a9f Step 16/18 : ARG KOKKOS_OPTIONS="-DKokkos_ENABLE_SYCL=ON -DCMAKE_CXX_FLAGS=-Wno-unknown-cuda-version -DKokkos_ENABLE_UNSUPPORTED_ARCHS=ON -DKokkos_ARCH_VOLTA70=ON -DCMAKE_CXX_STANDARD=17" ---> Running in 7153f4ec4c0a [ 30%] Linking CXX executable Cabana_NeighborListArborX_test_CUDA [ 30%] Built target Cabana_CommunicationPlan_MPI_test_SERIAL Scanning dependencies of target Grid_SparseHalo_MPI_test_SERIAL [ 30%] Building CXX object grid/unit_test/CMakeFiles/Grid_SparseHalo_MPI_test_SERIAL.dir/SERIAL/tstSparseHalo_SERIAL.cpp.o ---> Removed intermediate container 7153f4ec4c0a ---> 3789d33ffc9e Step 17/18 : ENV KOKKOS_DIR=/opt/kokkos ---> Running in 56466c53098e [ 30%] Building CXX object grid/unit_test/CMakeFiles/Grid_HypreStructuredSolver3d_MPI_test_CUDA_UVM.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 30%] Built target Cabana_NeighborListArborX_test_CUDA Scanning dependencies of target Grid_SparseDimPartitioner_MPI_test_SERIAL [ 30%] Building CXX object grid/unit_test/CMakeFiles/Grid_SparseDimPartitioner_MPI_test_SERIAL.dir/SERIAL/tstSparseDimPartitioner_SERIAL.cpp.o Scanning dependencies of target Grid_IndexConversion_MPI_test_CUDA [ 30%] Building CXX object grid/unit_test/CMakeFiles/Grid_IndexConversion_MPI_test_CUDA.dir/CUDA/tstIndexConversion_CUDA.cpp.o [ 31%] Building CXX object grid/unit_test/CMakeFiles/Grid_FastFourierTransform_MPI_test_CUDA_UVM.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 31%] Linking CXX executable Grid_FastFourierTransform_MPI_test_CUDA_UVM ---> Removed intermediate container 56466c53098e ---> 78a5b60a8bb4 Step 18/18 : RUN . /opt/intel/oneapi/setvars.sh --include-intel-llvm && KOKKOS_URL=https://github.com/kokkos/kokkos/archive/${KOKKOS_VERSION}.tar.gz && KOKKOS_ARCHIVE=kokkos-${KOKKOS_HASH}.tar.gz && SCRATCH_DIR=/scratch && mkdir -p ${SCRATCH_DIR} && cd ${SCRATCH_DIR} && wget --quiet ${KOKKOS_URL} --output-document=${KOKKOS_ARCHIVE} && mkdir -p kokkos && tar -xf ${KOKKOS_ARCHIVE} -C kokkos --strip-components=1 && cd kokkos && mkdir -p build && cd build && cmake -D CMAKE_BUILD_TYPE=Release -D CMAKE_INSTALL_PREFIX=${KOKKOS_DIR} -D CMAKE_CXX_COMPILER=${DPCPP} ${KOKKOS_OPTIONS} .. && make -j${NPROCS} install && rm -rf ${SCRATCH_DIR} ---> Running in df8ad3e1e15e [ 31%] Linking CXX executable Grid_SparseLocalGrid_MPI_test_CUDA_UVM :: initializing oneAPI environment ... dash: SH_VERSION = unknown args: Using "$@" for setvars.sh arguments: :: compiler -- latest :: debugger -- latest :: dev-utilities -- latest :: dpl -- latest :: tbb -- latest :: oneAPI environment initialized :: [ 31%] Linking CXX executable Grid_HypreSemiStructuredSolverMulti_MPI_test_CUDA_UVM -- Setting default Kokkos CXX standard to 17 -- The CXX compiler identification is IntelLLVM 2023.0.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /opt/intel/oneapi/compiler/2023.0.0/linux/bin-llvm/clang++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Kokkos version: 4.1.00 -- The project name is: Kokkos -- Using internal gtest for testing -- SERIAL backend is being turned on to ensure there is at least one Host space. To change this, you must enable another host execution space and configure with -DKokkos_ENABLE_SERIAL=OFF or change CMakeCache.txt -- Using -std=gnu++17 for C++17 extensions as feature -- Performing Test KOKKOS_IMPL_SYCL_DEVICE_GLOBAL_SUPPORTED [ 31%] Built target Grid_FastFourierTransform_MPI_test_CUDA_UVM [ 31%] Built target Grid_SparseLocalGrid_MPI_test_CUDA_UVM Scanning dependencies of target Grid_Interpolation3d_MPI_test_SERIAL Scanning dependencies of target Grid_FastFourierTransform_MPI_test_SERIAL [ 31%] Building CXX object grid/unit_test/CMakeFiles/Grid_FastFourierTransform_MPI_test_SERIAL.dir/SERIAL/tstFastFourierTransform_SERIAL.cpp.o [ 31%] Building CXX object grid/unit_test/CMakeFiles/Grid_Interpolation3d_MPI_test_SERIAL.dir/SERIAL/tstInterpolation3d_SERIAL.cpp.o [ 31%] Built target Grid_HypreSemiStructuredSolverMulti_MPI_test_CUDA_UVM -- Performing Test KOKKOS_IMPL_SYCL_DEVICE_GLOBAL_SUPPORTED - Success -- Built-in Execution Spaces: -- Device Parallel: Kokkos::Experimental::SYCL -- Host Parallel: NoTypeDefined -- Host Serial: SERIAL -- -- Architectures: -- VOLTA70 -- Found TPLLIBDL: /usr/include -- Looking for C++ include oneapi/dpl/execution Scanning dependencies of target Grid_HypreSemiStructuredSolver_MPI_test_SERIAL [ 31%] Building CXX object grid/unit_test/CMakeFiles/Grid_HypreSemiStructuredSolver_MPI_test_SERIAL.dir/SERIAL/tstHypreSemiStructuredSolver_SERIAL.cpp.o [ 31%] Linking CXX executable Grid_HypreStructuredSolver3d_MPI_test_CUDA_UVM [ 31%] Building CXX object grid/unit_test/CMakeFiles/Grid_GlobalGrid_MPI_test_CUDA.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o -- Looking for C++ include oneapi/dpl/execution - found -- Looking for C++ include oneapi/dpl/algorithm [ 31%] Linking CXX executable Grid_GlobalGrid_MPI_test_CUDA [ 31%] Built target Grid_HypreStructuredSolver3d_MPI_test_CUDA_UVM Scanning dependencies of target Grid_SplineEvaluation2d_MPI_test_SERIAL -- Looking for C++ include oneapi/dpl/algorithm - found -- Performing Test KOKKOS_NO_TBB_CONFLICT [ 31%] Building CXX object grid/unit_test/CMakeFiles/Grid_SplineEvaluation2d_MPI_test_SERIAL.dir/SERIAL/tstSplineEvaluation2d_SERIAL.cpp.o -- Performing Test KOKKOS_NO_TBB_CONFLICT - Failed -- Using internal desul_atomics copy -- Kokkos Devices: SERIAL;SYCL, Kokkos Backends: SERIAL;SYCL -- Configuring done (15.3s) -- Generating done (0.4s) -- Build files have been written to: /scratch/kokkos/build [ 3%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o [ 10%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o [ 10%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o [ 10%] Built target AlwaysCheckGit [ 13%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o [ 17%] Linking CXX static library libkokkossimd.a [ 17%] Built target kokkossimd [ 20%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o [ 24%] Linking CXX static library libimpl_git_version.a [ 24%] Built target impl_git_version [ 27%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o [ 31%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o [ 34%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o [ 31%] Built target Grid_GlobalGrid_MPI_test_CUDA [ 37%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o Scanning dependencies of target Grid_Splines_MPI_test_CUDA_UVM [ 41%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o [ 31%] Building CXX object grid/unit_test/CMakeFiles/Grid_Splines_MPI_test_CUDA_UVM.dir/CUDA_UVM/tstSplines_CUDA_UVM.cpp.o [ 44%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o [ 32%] Building CXX object grid/unit_test/CMakeFiles/Grid_SparseDimPartitioner_MPI_test_SERIAL.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o /var/jenkins/workspace/Cabana_PR-747/grid/unit_test/tstSparseHalo.hpp(601): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::__shared_count") from a __host__ __device__ function("") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/unit_test/tstSparseHalo.hpp(601): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::~__shared_count") from a __host__ __device__ function("") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/src/Cabana_Grid_SparseIndexSpace.hpp(1009): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::~__shared_count") from a __host__ __device__ function("Cabana::Grid::Experimental::SparseArray< ::Cabana::MemberTypes , ::Kokkos::HostSpace, ::Cabana::Grid::Node, ::Cabana::Grid::SparseMesh , ::Cabana::Grid::SparseMap< ::Kokkos::Serial, (unsigned long long)4ull, ( ::Cabana::Grid::HashTypes)0, unsigned long, unsigned long> > ::~SparseArray") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/src/Cabana_Grid_SparseIndexSpace.hpp(1009): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::~__shared_count") from a __host__ __device__ function("Cabana::Grid::Experimental::SparseArray< ::Cabana::MemberTypes , ::Kokkos::HostSpace, ::Cabana::Grid::Node, ::Cabana::Grid::SparseMesh , ::Cabana::Grid::SparseMap< ::Kokkos::Serial, (unsigned long long)4ull, ( ::Cabana::Grid::HashTypes)0, unsigned long, unsigned long> > ::~SparseArray [subobject]") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/src/Cabana_Grid_SparseHalo.hpp(922): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::__shared_count") from a __host__ __device__ function("") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/src/Cabana_Grid_SparseHalo.hpp(922): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::~__shared_count") from a __host__ __device__ function("") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/src/Cabana_Grid_SparseHalo.hpp(1184): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::__shared_count") from a __host__ __device__ function("") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/src/Cabana_Grid_SparseHalo.hpp(1184): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::~__shared_count") from a __host__ __device__ function("") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/src/Cabana_Grid_SparseHalo.hpp(1184): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::__shared_count") from a __host__ __device__ function("") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/src/Cabana_Grid_SparseHalo.hpp(1184): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::~__shared_count") from a __host__ __device__ function("") is not allowed [ 32%] Building CXX object grid/unit_test/CMakeFiles/Grid_SparseHalo_MPI_test_SERIAL.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 48%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o [ 51%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemorySpace.cpp.o [ 55%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o [ 58%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o [ 62%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Spinwait.cpp.o [ 65%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o [ 32%] Building CXX object grid/unit_test/CMakeFiles/Grid_IndexConversion_MPI_test_CUDA.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 32%] Linking CXX executable Grid_SparseDimPartitioner_MPI_test_SERIAL [ 32%] Linking CXX executable Grid_IndexConversion_MPI_test_CUDA [ 33%] Linking CXX executable Grid_SparseHalo_MPI_test_SERIAL [ 68%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o [ 72%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o [ 33%] Building CXX object grid/unit_test/CMakeFiles/Grid_HypreSemiStructuredSolver_MPI_test_SERIAL.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 75%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial_Task.cpp.o [ 33%] Built target Grid_IndexConversion_MPI_test_CUDA [ 33%] Built target Grid_SparseDimPartitioner_MPI_test_SERIAL [ 79%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/SYCL/Kokkos_SYCL.cpp.o [ 33%] Built target Grid_SparseHalo_MPI_test_SERIAL Scanning dependencies of target Grid_LocalMesh3d_MPI_test_SERIAL [ 33%] Linking CXX executable Grid_HypreSemiStructuredSolver_MPI_test_SERIAL Scanning dependencies of target Grid_IndexConversion_MPI_test_SERIAL [ 82%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/SYCL/Kokkos_SYCL_Instance.cpp.o Scanning dependencies of target Grid_GlobalMesh_MPI_test_CUDA_UVM [ 33%] Building CXX object grid/unit_test/CMakeFiles/Grid_IndexConversion_MPI_test_SERIAL.dir/SERIAL/tstIndexConversion_SERIAL.cpp.o [ 33%] Building CXX object grid/unit_test/CMakeFiles/Grid_LocalMesh3d_MPI_test_SERIAL.dir/SERIAL/tstLocalMesh3d_SERIAL.cpp.o [ 33%] Building CXX object grid/unit_test/CMakeFiles/Grid_GlobalMesh_MPI_test_CUDA_UVM.dir/CUDA_UVM/tstGlobalMesh_CUDA_UVM.cpp.o [ 86%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/SYCL/Kokkos_SYCL_Space.cpp.o [ 89%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_SYCL.cpp.o [ 33%] Building CXX object grid/unit_test/CMakeFiles/Grid_Interpolation3d_MPI_test_SERIAL.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 33%] Linking CXX executable Grid_Interpolation3d_MPI_test_SERIAL [ 33%] Built target Grid_HypreSemiStructuredSolver_MPI_test_SERIAL Scanning dependencies of target Grid_ParticleGridDistributor2d_MPI_test_CUDA [ 33%] Building CXX object grid/unit_test/CMakeFiles/Grid_ParticleGridDistributor2d_MPI_test_CUDA.dir/CUDA/tstParticleGridDistributor2d_CUDA.cpp.o [ 93%] Linking CXX static library libkokkoscore.a [ 93%] Built target kokkoscore [ 96%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o [ 33%] Building CXX object grid/unit_test/CMakeFiles/Grid_SplineEvaluation2d_MPI_test_SERIAL.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 34%] Linking CXX executable Grid_SplineEvaluation2d_MPI_test_SERIAL [ 34%] Built target Grid_Interpolation3d_MPI_test_SERIAL [ 34%] Building CXX object grid/unit_test/CMakeFiles/Grid_Splines_MPI_test_CUDA_UVM.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 34%] Building CXX object grid/unit_test/CMakeFiles/Grid_FastFourierTransform_MPI_test_SERIAL.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 34%] Linking CXX executable Grid_FastFourierTransform_MPI_test_SERIAL [ 34%] Building CXX object grid/unit_test/CMakeFiles/Grid_ParticleGridDistributor2d_MPI_test_CUDA.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [100%] Linking CXX static library libkokkoscontainers.a [100%] Built target kokkoscontainers Install the project... -- Install configuration: "Release" -- Installing: /opt/kokkos/include -- Installing: /opt/kokkos/include/Kokkos_Crs.hpp -- Installing: /opt/kokkos/include/Kokkos_HostSpace.hpp -- Installing: /opt/kokkos/include/Kokkos_AnonymousSpace.hpp -- Installing: /opt/kokkos/include/Kokkos_Complex.hpp -- Installing: /opt/kokkos/include/Kokkos_Extents.hpp -- Installing: /opt/kokkos/include/Kokkos_Rank.hpp -- Installing: /opt/kokkos/include/KokkosExp_MDRangePolicy.hpp -- Installing: /opt/kokkos/include/Kokkos_Half.hpp -- Installing: /opt/kokkos/include/Kokkos_UniqueToken.hpp -- Installing: /opt/kokkos/include/Kokkos_Atomics_Desul_Config.hpp -- Installing: /opt/kokkos/include/Kokkos_LogicalSpaces.hpp -- Installing: /opt/kokkos/include/Kokkos_Atomic.hpp -- Installing: /opt/kokkos/include/Kokkos_GraphNode.hpp -- Installing: /opt/kokkos/include/Kokkos_BitManipulation.hpp -- Installing: /opt/kokkos/include/Kokkos_View.hpp -- Installing: /opt/kokkos/include/Kokkos_TaskScheduler.hpp -- Installing: /opt/kokkos/include/Kokkos_ScratchSpace.hpp -- Installing: /opt/kokkos/include/Serial -- Installing: /opt/kokkos/include/Serial/Kokkos_Serial_Task.hpp -- Installing: /opt/kokkos/include/Serial/Kokkos_Serial_Parallel_Range.hpp -- Installing: /opt/kokkos/include/Serial/Kokkos_Serial.hpp -- Installing: /opt/kokkos/include/Serial/Kokkos_Serial_UniqueToken.hpp -- Installing: /opt/kokkos/include/Serial/Kokkos_Serial_ZeroMemset.hpp -- Installing: /opt/kokkos/include/Serial/Kokkos_Serial_Parallel_MDRange.hpp -- Installing: /opt/kokkos/include/Serial/Kokkos_Serial_WorkGraphPolicy.hpp -- Installing: /opt/kokkos/include/Serial/Kokkos_Serial_MDRangePolicy.hpp -- Installing: /opt/kokkos/include/Serial/Kokkos_Serial_Parallel_Team.hpp -- Installing: /opt/kokkos/include/Kokkos_ReductionIdentity.hpp -- Installing: /opt/kokkos/include/Kokkos_Atomics_Desul_Volatile_Wrapper.hpp -- Installing: /opt/kokkos/include/Kokkos_MathematicalConstants.hpp -- Installing: /opt/kokkos/include/Kokkos_Timer.hpp -- Installing: /opt/kokkos/include/Kokkos_Concepts.hpp -- Installing: /opt/kokkos/include/Kokkos_MemoryTraits.hpp -- Installing: /opt/kokkos/include/Kokkos_Profiling_ScopedRegion.hpp -- Installing: /opt/kokkos/include/Threads -- Installing: /opt/kokkos/include/Threads/Kokkos_Threads_Parallel_MDRange.hpp -- Installing: /opt/kokkos/include/Threads/Kokkos_Threads.hpp -- Installing: /opt/kokkos/include/Threads/Kokkos_Threads_Parallel_Range.hpp -- Installing: /opt/kokkos/include/Threads/Kokkos_ThreadsExec.hpp -- Installing: /opt/kokkos/include/Threads/Kokkos_ThreadsTeam.hpp -- Installing: /opt/kokkos/include/Threads/Kokkos_Threads_WorkGraphPolicy.hpp -- Installing: /opt/kokkos/include/Threads/Kokkos_Threads_UniqueToken.hpp -- Installing: /opt/kokkos/include/Threads/Kokkos_Threads_MDRangePolicy.hpp -- Installing: /opt/kokkos/include/Threads/Kokkos_Threads_Parallel_Team.hpp -- Installing: /opt/kokkos/include/Kokkos_Parallel.hpp -- Installing: /opt/kokkos/include/Kokkos_Atomics_Desul_Wrapper.hpp -- Installing: /opt/kokkos/include/Kokkos_DetectionIdiom.hpp -- Installing: /opt/kokkos/include/Kokkos_PointerOwnership.hpp -- Installing: /opt/kokkos/include/Kokkos_Profiling_ProfileSection.hpp -- Installing: /opt/kokkos/include/HPX -- Installing: /opt/kokkos/include/HPX/Kokkos_HPX_Task.hpp -- Installing: /opt/kokkos/include/HPX/Kokkos_HPX_MDRangePolicy.hpp -- Installing: /opt/kokkos/include/HPX/Kokkos_HPX.hpp -- Installing: /opt/kokkos/include/HPX/Kokkos_HPX_WorkGraphPolicy.hpp -- Installing: /opt/kokkos/include/Kokkos_CopyViews.hpp -- Installing: /opt/kokkos/include/traits -- Installing: /opt/kokkos/include/traits/Kokkos_OccupancyControlTrait.hpp -- Installing: /opt/kokkos/include/traits/Kokkos_IndexTypeTrait.hpp -- Installing: /opt/kokkos/include/traits/Kokkos_IterationPatternTrait.hpp -- Installing: /opt/kokkos/include/traits/Kokkos_Traits_fwd.hpp -- Installing: /opt/kokkos/include/traits/Kokkos_WorkTagTrait.hpp -- Installing: /opt/kokkos/include/traits/Kokkos_PolicyTraitAdaptor.hpp -- Installing: /opt/kokkos/include/traits/Kokkos_LaunchBoundsTrait.hpp -- Installing: /opt/kokkos/include/traits/Kokkos_ScheduleTrait.hpp -- Installing: /opt/kokkos/include/traits/Kokkos_GraphKernelTrait.hpp -- Installing: /opt/kokkos/include/traits/Kokkos_PolicyTraitMatcher.hpp -- Installing: /opt/kokkos/include/traits/Kokkos_WorkItemPropertyTrait.hpp -- Installing: /opt/kokkos/include/traits/Kokkos_ExecutionSpaceTrait.hpp -- Installing: /opt/kokkos/include/KokkosExp_InterOp.hpp -- Installing: /opt/kokkos/include/Kokkos_hwloc.hpp -- Installing: /opt/kokkos/include/Kokkos_Macros.hpp -- Installing: /opt/kokkos/include/fwd -- Installing: /opt/kokkos/include/fwd/Kokkos_Fwd_OPENMP.hpp -- Installing: /opt/kokkos/include/fwd/Kokkos_Fwd_OPENACC.hpp -- Installing: /opt/kokkos/include/fwd/Kokkos_Fwd_OPENMPTARGET.hpp -- Installing: /opt/kokkos/include/fwd/Kokkos_Fwd_HBWSpace.hpp -- Installing: /opt/kokkos/include/fwd/Kokkos_Fwd_SYCL.hpp -- Installing: /opt/kokkos/include/fwd/Kokkos_Fwd_THREADS.hpp -- Installing: /opt/kokkos/include/fwd/Kokkos_Fwd_SERIAL.hpp -- Installing: /opt/kokkos/include/fwd/Kokkos_Fwd_HPX.hpp -- Installing: /opt/kokkos/include/fwd/Kokkos_Fwd_HIP.hpp -- Installing: /opt/kokkos/include/fwd/Kokkos_Fwd_CUDA.hpp -- Installing: /opt/kokkos/include/Kokkos_MathematicalFunctions.hpp -- Installing: /opt/kokkos/include/OpenMPTarget -- Installing: /opt/kokkos/include/OpenMPTarget/Kokkos_OpenMPTarget_Parallel_Common.hpp -- Installing: /opt/kokkos/include/OpenMPTarget/Kokkos_OpenMPTarget_Parallel.hpp -- Installing: /opt/kokkos/include/OpenMPTarget/Kokkos_OpenMPTarget_Reducer.hpp -- Installing: /opt/kokkos/include/OpenMPTarget/Kokkos_OpenMPTarget_UniqueToken.hpp -- Installing: /opt/kokkos/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelScan_Team.hpp -- Installing: /opt/kokkos/include/OpenMPTarget/Kokkos_OpenMPTarget_MDRangePolicy.hpp -- Installing: /opt/kokkos/include/OpenMPTarget/Kokkos_OpenMPTarget.hpp -- Installing: /opt/kokkos/include/OpenMPTarget/Kokkos_OpenMPTarget_Parallel_MDRange.hpp -- Installing: /opt/kokkos/include/OpenMPTarget/Kokkos_OpenMPTargetSpace.hpp -- Installing: /opt/kokkos/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelScan_Range.hpp -- Installing: /opt/kokkos/include/OpenMPTarget/Kokkos_OpenMPTarget_Task.hpp -- Installing: /opt/kokkos/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelReduce_Range.hpp -- Installing: /opt/kokkos/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelReduce_Team.hpp -- Installing: /opt/kokkos/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelFor_Team.hpp -- Installing: /opt/kokkos/include/OpenMPTarget/Kokkos_OpenMPTarget_Error.hpp -- Installing: /opt/kokkos/include/OpenMPTarget/Kokkos_OpenMPTarget_Instance.hpp -- Installing: /opt/kokkos/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelFor_Range.hpp -- Installing: /opt/kokkos/include/OpenMPTarget/Kokkos_OpenMPTarget_Abort.hpp -- Installing: /opt/kokkos/include/Kokkos_Parallel_Reduce.hpp -- Installing: /opt/kokkos/include/Kokkos_Array.hpp -- Installing: /opt/kokkos/include/Kokkos_MathematicalSpecialFunctions.hpp -- Installing: /opt/kokkos/include/Kokkos_Graph_fwd.hpp -- Installing: /opt/kokkos/include/OpenACC -- Installing: /opt/kokkos/include/OpenACC/Kokkos_OpenACC_SharedAllocationRecord.hpp -- Installing: /opt/kokkos/include/OpenACC/Kokkos_OpenACC_ParallelReduce_Range.hpp -- Installing: /opt/kokkos/include/OpenACC/Kokkos_OpenACC_DeepCopy.hpp -- Installing: /opt/kokkos/include/OpenACC/Kokkos_OpenACC_Traits.hpp -- Installing: /opt/kokkos/include/OpenACC/Kokkos_OpenACC_Team.hpp -- Installing: /opt/kokkos/include/OpenACC/Kokkos_OpenACC_ParallelReduce_Team.hpp -- Installing: /opt/kokkos/include/OpenACC/Kokkos_OpenACC_MDRangePolicy.hpp -- Installing: /opt/kokkos/include/OpenACC/Kokkos_OpenACC_ParallelFor_Range.hpp -- Installing: /opt/kokkos/include/OpenACC/Kokkos_OpenACC_ParallelFor_MDRange.hpp -- Installing: /opt/kokkos/include/OpenACC/Kokkos_OpenACC_Macros.hpp -- Installing: /opt/kokkos/include/OpenACC/Kokkos_OpenACC_ParallelFor_Team.hpp -- Installing: /opt/kokkos/include/OpenACC/Kokkos_OpenACC_Instance.hpp -- Installing: /opt/kokkos/include/OpenACC/Kokkos_OpenACC_ParallelScan_Range.hpp -- Installing: /opt/kokkos/include/OpenACC/Kokkos_OpenACC.hpp -- Installing: /opt/kokkos/include/OpenACC/Kokkos_OpenACC_ScheduleType.hpp -- Installing: /opt/kokkos/include/OpenACC/Kokkos_OpenACC_FunctorAdapter.hpp -- Installing: /opt/kokkos/include/OpenACC/Kokkos_OpenACCSpace.hpp -- Installing: /opt/kokkos/include/OpenACC/Kokkos_OpenACC_ParallelReduce_MDRange.hpp -- Installing: /opt/kokkos/include/decl -- Installing: /opt/kokkos/include/decl/Kokkos_Declare_SYCL.hpp -- Installing: /opt/kokkos/include/decl/Kokkos_Declare_OPENMP.hpp -- Installing: /opt/kokkos/include/decl/Kokkos_Declare_HBWSpace.hpp -- Installing: /opt/kokkos/include/decl/Kokkos_Declare_HIP.hpp -- Installing: /opt/kokkos/include/decl/Kokkos_Declare_OPENACC.hpp -- Installing: /opt/kokkos/include/decl/Kokkos_Declare_SERIAL.hpp -- Installing: /opt/kokkos/include/decl/Kokkos_Declare_OPENMPTARGET.hpp -- Installing: /opt/kokkos/include/decl/Kokkos_Declare_THREADS.hpp -- Installing: /opt/kokkos/include/decl/Kokkos_Declare_CUDA.hpp -- Installing: /opt/kokkos/include/decl/Kokkos_Declare_HPX.hpp -- Installing: /opt/kokkos/include/Kokkos_MemoryPool.hpp -- Installing: /opt/kokkos/include/setup -- Installing: /opt/kokkos/include/setup/Kokkos_Setup_Cuda.hpp -- Installing: /opt/kokkos/include/setup/Kokkos_Setup_SYCL.hpp -- Installing: /opt/kokkos/include/setup/Kokkos_Setup_HIP.hpp -- Installing: /opt/kokkos/include/Kokkos_WorkGraphPolicy.hpp -- Installing: /opt/kokkos/include/Kokkos_MinMaxClamp.hpp -- Installing: /opt/kokkos/include/Kokkos_Tuners.hpp -- Installing: /opt/kokkos/include/Kokkos_HBWSpace.hpp -- Installing: /opt/kokkos/include/Kokkos_NumericTraits.hpp -- Installing: /opt/kokkos/include/Kokkos_MasterLock.hpp -- Installing: /opt/kokkos/include/Kokkos_AcquireUniqueTokenImpl.hpp -- Installing: /opt/kokkos/include/SYCL -- Installing: /opt/kokkos/include/SYCL/Kokkos_SYCL_Instance.hpp -- Installing: /opt/kokkos/include/SYCL/Kokkos_SYCL_MDRangePolicy.hpp -- Installing: /opt/kokkos/include/SYCL/Kokkos_SYCL_Half_Conversion.hpp -- Installing: /opt/kokkos/include/SYCL/Kokkos_SYCL_Parallel_Team.hpp -- Installing: /opt/kokkos/include/SYCL/Kokkos_SYCL.hpp -- Installing: /opt/kokkos/include/SYCL/Kokkos_SYCL_Space.hpp -- Installing: /opt/kokkos/include/SYCL/Kokkos_SYCL_ZeroMemset.hpp -- Installing: /opt/kokkos/include/SYCL/Kokkos_SYCL_Team.hpp -- Installing: /opt/kokkos/include/SYCL/Kokkos_SYCL_UniqueToken.hpp -- Installing: /opt/kokkos/include/SYCL/Kokkos_SYCL_Parallel_Range.hpp -- Installing: /opt/kokkos/include/SYCL/Kokkos_SYCL_Parallel_Reduce.hpp -- Installing: /opt/kokkos/include/SYCL/Kokkos_SYCL_DeepCopy.hpp -- Installing: /opt/kokkos/include/SYCL/Kokkos_SYCL_Abort.hpp -- Installing: /opt/kokkos/include/SYCL/Kokkos_SYCL_Half_Impl_Type.hpp -- Installing: /opt/kokkos/include/SYCL/Kokkos_SYCL_Parallel_Scan.hpp -- Installing: /opt/kokkos/include/Kokkos_Vectorization.hpp -- Installing: /opt/kokkos/include/Kokkos_Future.hpp -- Installing: /opt/kokkos/include/HIP -- Installing: /opt/kokkos/include/HIP/Kokkos_HIP_KernelLaunch.hpp -- Installing: /opt/kokkos/include/HIP/Kokkos_HIP_Parallel_Team.hpp -- Installing: /opt/kokkos/include/HIP/Kokkos_HIP_Space.hpp -- Installing: /opt/kokkos/include/HIP/Kokkos_HIP_ReduceScan.hpp -- Installing: /opt/kokkos/include/HIP/Kokkos_HIP_Error.hpp -- Installing: /opt/kokkos/include/HIP/Kokkos_HIP_Instance.hpp -- Installing: /opt/kokkos/include/HIP/Kokkos_HIP_Team.hpp -- Installing: /opt/kokkos/include/HIP/Kokkos_HIP_WorkGraphPolicy.hpp -- Installing: /opt/kokkos/include/HIP/Kokkos_HIP_Abort.hpp -- Installing: /opt/kokkos/include/HIP/Kokkos_HIP_UniqueToken.hpp -- Installing: /opt/kokkos/include/HIP/Kokkos_HIP_Vectorization.hpp -- Installing: /opt/kokkos/include/HIP/Kokkos_HIP_ZeroMemset.hpp -- Installing: /opt/kokkos/include/HIP/Kokkos_HIP_Half_Conversion.hpp -- Installing: /opt/kokkos/include/HIP/Kokkos_HIP_Shuffle_Reduce.hpp -- Installing: /opt/kokkos/include/HIP/Kokkos_HIP_Half_Impl_Type.hpp -- Installing: /opt/kokkos/include/HIP/Kokkos_HIP_Parallel_Range.hpp -- Installing: /opt/kokkos/include/HIP/Kokkos_HIP_Parallel_MDRange.hpp -- Installing: /opt/kokkos/include/HIP/Kokkos_HIP.hpp -- Installing: /opt/kokkos/include/HIP/Kokkos_HIP_BlockSize_Deduction.hpp -- Installing: /opt/kokkos/include/HIP/Kokkos_HIP_DeepCopy.hpp -- Installing: /opt/kokkos/include/HIP/Kokkos_HIP_SharedAllocationRecord.hpp -- Installing: /opt/kokkos/include/HIP/Kokkos_HIP_MDRangePolicy.hpp -- Installing: /opt/kokkos/include/impl -- Installing: /opt/kokkos/include/impl/Kokkos_TaskPolicyData.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_AnalyzePolicy.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_GraphImpl_fwd.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_Volatile_Load.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_MemorySpace.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_TaskQueueCommon.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_Default_GraphNode_Impl.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_DeviceManagement.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_BitOps.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_ParseCommandLineArgumentsAndEnvironmentVariables.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_CPUDiscovery.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_StringManipulation.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_SharedAlloc_timpl.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_HostThreadTeam.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_HostSharedPtr.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_Profiling_DeviceInfo.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_SimpleTaskScheduler.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_HostSpace_deepcopy.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_Profiling_Interface.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_HostSpace_ZeroMemset.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_TaskNode.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_GraphImpl.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_ViewUniformType.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_TaskQueue_impl.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_QuadPrecisionMath.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_ChaseLev.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_GraphNodeCustomization.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_TaskQueueMemoryManager.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_Command_Line_Parsing.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_TaskQueue.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_Half_FloatingPointWrapper.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_Default_Graph_fwd.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_TaskQueueMultiple_impl.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_Spinwait.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_Traits.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_ViewCtor.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_VLAEmulation.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_FixedBufferMemoryPool.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_Profiling.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_ViewTracker.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_Memory_Fence.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_HostBarrier.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_EBO.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_Atomic_View.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_InitializationSettings.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_LinkedListNode.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_TaskResult.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_Default_GraphNodeKernel.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_TaskBase.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_ZeroMemset_fwd.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_SingleTaskQueue.hpp -- Installing: /opt/kokkos/include/impl/KokkosExp_ViewMapping.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_SharedAlloc.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_Error.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_ClockTic.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_FunctorAnalysis.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_Stacktrace.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_ViewMapping.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_TeamMDPolicy.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_ViewArray.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_LIFO.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_Profiling_C_Interface.h -- Installing: /opt/kokkos/include/impl/Kokkos_Half_NumericTraits.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_GraphNodeImpl.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_ExecSpaceManager.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_TaskQueueMultiple.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_Tools_Generic.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_GraphImpl_Utilities.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_Default_Graph_Impl.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_MultipleTaskQueue.hpp -- Installing: /opt/kokkos/include/impl/KokkosExp_IterateTileGPU.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_ConcurrentBitset.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_NvidiaGpuArchitectures.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_ViewLayoutTiled.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_OptionalRef.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_TaskTeamMember.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_Combined_Reducer.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_Utilities.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_Tools.hpp -- Installing: /opt/kokkos/include/impl/KokkosExp_Host_IterateTile.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_MemoryPoolAllocator.hpp -- Installing: /opt/kokkos/include/Kokkos_TaskScheduler_fwd.hpp -- Installing: /opt/kokkos/include/OpenMP -- Installing: /opt/kokkos/include/OpenMP/Kokkos_OpenMP_Team.hpp -- Installing: /opt/kokkos/include/OpenMP/Kokkos_OpenMP_UniqueToken.hpp -- Installing: /opt/kokkos/include/OpenMP/Kokkos_OpenMP_MDRangePolicy.hpp -- Installing: /opt/kokkos/include/OpenMP/Kokkos_OpenMP.hpp -- Installing: /opt/kokkos/include/OpenMP/Kokkos_OpenMP_Parallel.hpp -- Installing: /opt/kokkos/include/OpenMP/Kokkos_OpenMP_Instance.hpp -- Installing: /opt/kokkos/include/OpenMP/Kokkos_OpenMP_WorkGraphPolicy.hpp -- Installing: /opt/kokkos/include/OpenMP/Kokkos_OpenMP_Task.hpp -- Installing: /opt/kokkos/include/Cuda -- Installing: /opt/kokkos/include/Cuda/Kokkos_Cuda_ZeroMemset.hpp -- Installing: /opt/kokkos/include/Cuda/Kokkos_Cuda_Parallel_MDRange.hpp -- Installing: /opt/kokkos/include/Cuda/Kokkos_Cuda_Graph_Impl.hpp -- Installing: /opt/kokkos/include/Cuda/Kokkos_Cuda_Vectorization.hpp -- Installing: /opt/kokkos/include/Cuda/Kokkos_CudaSpace.hpp -- Installing: /opt/kokkos/include/Cuda/Kokkos_Cuda_GraphNodeKernel.hpp -- Installing: /opt/kokkos/include/Cuda/Kokkos_Cuda_BlockSize_Deduction.hpp -- Installing: /opt/kokkos/include/Cuda/Kokkos_Cuda_GraphNode_Impl.hpp -- Installing: /opt/kokkos/include/Cuda/Kokkos_Cuda.hpp -- Installing: /opt/kokkos/include/Cuda/Kokkos_Cuda_KernelLaunch.hpp -- Installing: /opt/kokkos/include/Cuda/Kokkos_Cuda_UniqueToken.hpp -- Installing: /opt/kokkos/include/Cuda/Kokkos_Cuda_abort.hpp -- Installing: /opt/kokkos/include/Cuda/Kokkos_Cuda_WorkGraphPolicy.hpp -- Installing: /opt/kokkos/include/Cuda/Kokkos_Cuda_Half_Conversion.hpp -- Installing: /opt/kokkos/include/Cuda/Kokkos_Cuda_Parallel_Range.hpp -- Installing: /opt/kokkos/include/Cuda/Kokkos_Cuda_Instance.hpp -- Installing: /opt/kokkos/include/Cuda/Kokkos_Cuda_Error.hpp -- Installing: /opt/kokkos/include/Cuda/Kokkos_Cuda_Task.hpp -- Installing: /opt/kokkos/include/Cuda/Kokkos_Cuda_View.hpp -- Installing: /opt/kokkos/include/Cuda/Kokkos_Cuda_ReduceScan.hpp -- Installing: /opt/kokkos/include/Cuda/Kokkos_Cuda_Team.hpp -- Installing: /opt/kokkos/include/Cuda/Kokkos_Cuda_Half_Impl_Type.hpp -- Installing: /opt/kokkos/include/Cuda/Kokkos_Cuda_MDRangePolicy.hpp -- Installing: /opt/kokkos/include/Cuda/Kokkos_Cuda_Parallel_Team.hpp -- Installing: /opt/kokkos/include/Kokkos_Core_fwd.hpp -- Installing: /opt/kokkos/include/Kokkos_Layout.hpp -- Installing: /opt/kokkos/include/Kokkos_ExecPolicy.hpp -- Installing: /opt/kokkos/include/Kokkos_Graph.hpp -- Installing: /opt/kokkos/include/Kokkos_Pair.hpp -- Installing: /opt/kokkos/include/Kokkos_Core.hpp -- Installing: /opt/kokkos/include/View -- Installing: /opt/kokkos/include/View/MDSpan -- Installing: /opt/kokkos/include/View/MDSpan/Kokkos_MDSpan_Header.hpp -- Installing: /opt/kokkos/include/View/MDSpan/Kokkos_MDSpan_Extents.hpp -- Installing: /opt/kokkos/include/View/Hooks -- Installing: /opt/kokkos/include/View/Hooks/Kokkos_ViewHooks.hpp -- Installing: /opt/kokkos/include/desul -- Installing: /opt/kokkos/include/desul/atomics -- Installing: /opt/kokkos/include/desul/atomics/Compare_Exchange_SYCL.hpp -- Installing: /opt/kokkos/include/desul/atomics/Lock_Based_Fetch_Op_SYCL.hpp -- Installing: /opt/kokkos/include/desul/atomics/Lock_Based_Fetch_Op_Host.hpp -- Installing: /opt/kokkos/include/desul/atomics/Thread_Fence.hpp -- Installing: /opt/kokkos/include/desul/atomics/Adapt_GCC.hpp -- Installing: /opt/kokkos/include/desul/atomics/Thread_Fence_SYCL.hpp -- Installing: /opt/kokkos/include/desul/atomics/Thread_Fence_ScopeCaller.hpp -- Installing: /opt/kokkos/include/desul/atomics/Adapt_SYCL.hpp -- Installing: /opt/kokkos/include/desul/atomics/Atomic_Ref.hpp -- Installing: /opt/kokkos/include/desul/atomics/Compare_Exchange_OpenMP.hpp -- Installing: /opt/kokkos/include/desul/atomics/Fetch_Op_CUDA.hpp -- Installing: /opt/kokkos/include/desul/atomics/Adapt_CXX.hpp -- Installing: /opt/kokkos/include/desul/atomics/Fetch_Op.hpp -- Installing: /opt/kokkos/include/desul/atomics/openmp -- Installing: /opt/kokkos/include/desul/atomics/openmp/OpenMP_40.hpp -- Installing: /opt/kokkos/include/desul/atomics/openmp/OpenMP_40_op.inc -- Installing: /opt/kokkos/include/desul/atomics/Lock_Array_CUDA.hpp -- Installing: /opt/kokkos/include/desul/atomics/Fetch_Op_GCC.hpp -- Installing: /opt/kokkos/include/desul/atomics/Lock_Based_Fetch_Op.hpp -- Installing: /opt/kokkos/include/desul/atomics/Thread_Fence_GCC.hpp -- Installing: /opt/kokkos/include/desul/atomics/Generic.hpp -- Installing: /opt/kokkos/include/desul/atomics/Lock_Array_HIP.hpp -- Installing: /opt/kokkos/include/desul/atomics/Operator_Function_Objects.hpp -- Installing: /opt/kokkos/include/desul/atomics/Compare_Exchange_CUDA.hpp -- Installing: /opt/kokkos/include/desul/atomics/Compare_Exchange_GCC.hpp -- Installing: /opt/kokkos/include/desul/atomics/Lock_Based_Fetch_Op_CUDA.hpp -- Installing: /opt/kokkos/include/desul/atomics/Lock_Free_Fetch_Op.hpp -- Installing: /opt/kokkos/include/desul/atomics/Lock_Based_Fetch_Op_HIP.hpp -- Installing: /opt/kokkos/include/desul/atomics/Fetch_Op_Generic.hpp -- Installing: /opt/kokkos/include/desul/atomics/Thread_Fence_CUDA.hpp -- Installing: /opt/kokkos/include/desul/atomics/Common.hpp -- Installing: /opt/kokkos/include/desul/atomics/Compare_Exchange_ScopeCaller.hpp -- Installing: /opt/kokkos/include/desul/atomics/Compare_Exchange_MSVC.hpp -- Installing: /opt/kokkos/include/desul/atomics/Fetch_Op_ScopeCaller.hpp -- Installing: /opt/kokkos/include/desul/atomics/Lock_Array.hpp -- Installing: /opt/kokkos/include/desul/atomics/Fetch_Op_SYCL.hpp -- Installing: /opt/kokkos/include/desul/atomics/Fetch_Op_HIP.hpp -- Installing: /opt/kokkos/include/desul/atomics/cuda -- Installing: /opt/kokkos/include/desul/atomics/cuda/CUDA_asm.hpp -- Installing: /opt/kokkos/include/desul/atomics/cuda/cuda_cc7_asm_atomic_op.inc_predicate -- Installing: /opt/kokkos/include/desul/atomics/cuda/cuda_cc7_asm_exchange_op.inc -- Installing: /opt/kokkos/include/desul/atomics/cuda/cuda_cc7_asm_atomic_op.inc_generic -- Installing: /opt/kokkos/include/desul/atomics/cuda/CUDA_asm_exchange.hpp -- Installing: /opt/kokkos/include/desul/atomics/cuda/cuda_cc7_asm_exchange_memorder.inc -- Installing: /opt/kokkos/include/desul/atomics/cuda/cuda_cc7_asm_memorder.inc -- Installing: /opt/kokkos/include/desul/atomics/cuda/cuda_cc7_asm_atomic_fetch_op.inc_generic -- Installing: /opt/kokkos/include/desul/atomics/cuda/cuda_cc7_asm_atomic_fetch_op.inc_predicate -- Installing: /opt/kokkos/include/desul/atomics/cuda/cuda_cc7_asm.inc -- Installing: /opt/kokkos/include/desul/atomics/cuda/cuda_cc7_asm_atomic_op.inc -- Installing: /opt/kokkos/include/desul/atomics/cuda/cuda_cc7_asm_atomic_fetch_op.inc_forceglobal -- Installing: /opt/kokkos/include/desul/atomics/cuda/cuda_cc7_asm_atomic_op.inc_isglobal -- Installing: /opt/kokkos/include/desul/atomics/cuda/cuda_cc7_asm_exchange.inc -- Installing: /opt/kokkos/include/desul/atomics/cuda/cuda_cc7_asm_atomic_fetch_op.inc -- Installing: /opt/kokkos/include/desul/atomics/cuda/cuda_cc7_asm_atomic_op.inc_forceglobal -- Installing: /opt/kokkos/include/desul/atomics/cuda/cuda_cc7_asm_atomic_fetch_op.inc_isglobal -- Installing: /opt/kokkos/include/desul/atomics/Lock_Array_SYCL.hpp -- Installing: /opt/kokkos/include/desul/atomics/Thread_Fence_HIP.hpp -- Installing: /opt/kokkos/include/desul/atomics/Thread_Fence_MSVC.hpp -- Installing: /opt/kokkos/include/desul/atomics/Macros.hpp -- Installing: /opt/kokkos/include/desul/atomics/Fetch_Op_OpenMP.hpp -- Installing: /opt/kokkos/include/desul/atomics/Compare_Exchange.hpp -- Installing: /opt/kokkos/include/desul/atomics/Thread_Fence_OpenMP.hpp -- Installing: /opt/kokkos/include/desul/atomics/Compare_Exchange_HIP.hpp -- Installing: /opt/kokkos/include/desul/atomics.hpp -- Up-to-date: /opt/kokkos/include/desul -- Up-to-date: /opt/kokkos/include/desul/atomics -- Installing: /opt/kokkos/include/desul/atomics/Config.hpp -- Installing: /opt/kokkos/lib/libkokkoscore.a -- Up-to-date: /opt/kokkos/lib/libkokkoscore.a -- Up-to-date: /opt/kokkos/include -- Installing: /opt/kokkos/include/Kokkos_OffsetView.hpp -- Installing: /opt/kokkos/include/Kokkos_Functional.hpp -- Installing: /opt/kokkos/include/Kokkos_Vector.hpp -- Installing: /opt/kokkos/include/Kokkos_Bitset.hpp -- Installing: /opt/kokkos/include/Kokkos_ErrorReporter.hpp -- Installing: /opt/kokkos/include/Kokkos_DualView.hpp -- Installing: /opt/kokkos/include/Kokkos_UnorderedMap.hpp -- Installing: /opt/kokkos/include/Kokkos_ScatterView.hpp -- Installing: /opt/kokkos/include/Kokkos_DynamicView.hpp -- Up-to-date: /opt/kokkos/include/impl -- Installing: /opt/kokkos/include/impl/Kokkos_Functional_impl.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_UnorderedMap_impl.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_Bitset_impl.hpp -- Installing: /opt/kokkos/include/impl/Kokkos_StaticCrsGraph_factory.hpp -- Installing: /opt/kokkos/include/Kokkos_StaticCrsGraph.hpp -- Installing: /opt/kokkos/include/Kokkos_DynRankView.hpp -- Installing: /opt/kokkos/lib/libkokkoscontainers.a -- Up-to-date: /opt/kokkos/lib/libkokkoscontainers.a -- Up-to-date: /opt/kokkos/include -- Installing: /opt/kokkos/include/Kokkos_Random.hpp -- Installing: /opt/kokkos/include/Kokkos_StdAlgorithms.hpp -- Installing: /opt/kokkos/include/std_algorithms -- Installing: /opt/kokkos/include/std_algorithms/Kokkos_Count.hpp -- Installing: /opt/kokkos/include/std_algorithms/Kokkos_ReverseCopy.hpp -- Installing: /opt/kokkos/include/std_algorithms/Kokkos_Rotate.hpp -- Installing: /opt/kokkos/include/std_algorithms/Kokkos_Fill.hpp -- Installing: /opt/kokkos/include/std_algorithms/Kokkos_IsSorted.hpp -- Installing: /opt/kokkos/include/std_algorithms/Kokkos_CountIf.hpp -- Installing: /opt/kokkos/include/std_algorithms/Kokkos_PartitionCopy.hpp -- Installing: /opt/kokkos/include/std_algorithms/Kokkos_RemoveCopy.hpp -- Installing: /opt/kokkos/include/std_algorithms/Kokkos_CopyIf.hpp -- Installing: /opt/kokkos/include/std_algorithms/Kokkos_MaxElement.hpp -- Installing: /opt/kokkos/include/std_algorithms/Kokkos_Reduce.hpp -- Installing: /opt/kokkos/include/std_algorithms/Kokkos_IsSortedUntil.hpp -- Installing: /opt/kokkos/include/std_algorithms/Kokkos_ReplaceCopy.hpp -- Installing: /opt/kokkos/include/std_algorithms/Kokkos_BeginEnd.hpp -- Installing: /opt/kokkos/include/std_algorithms/Kokkos_TransformInclusiveScan.hpp -- Installing: /opt/kokkos/include/std_algorithms/Kokkos_RotateCopy.hpp -- Installing: /opt/kokkos/include/std_algorithms/Kokkos_Search.hpp -- Installing: /opt/kokkos/include/std_algorithms/Kokkos_Distance.hpp -- Installing: /opt/kokkos/include/std_algorithms/Kokkos_IterSwap.hpp -- Installing: /opt/kokkos/include/std_algorithms/Kokkos_FillN.hpp -- Installing: /opt/kokkos/include/std_algorithms/Kokkos_AdjacentFind.hpp -- Installing: /opt/kokkos/include/std_algorithms/Kokkos_FindEnd.hpp -- Installing: /opt/kokkos/include/std_algorithms/Kokkos_FindIfNot.hpp -- Installing: /opt/kokkos/include/std_algorithms/Kokkos_UniqueCopy.hpp -- Installing: /opt/kokkos/include/std_algorithms/Kokkos_Move.hpp -- Installing: /opt/kokkos/include/std_algorithms/Kokkos_AnyOf.hpp -- Installing: /opt/kokkos/include/std_algorithms/Kokkos_AdjacentDifference.hpp -- Installing: /opt/kokkos/include/std_algorithms/Kokkos_InclusiveScan.hpp -- Installing: /opt/kokkos/include/std_algorithms/Kokkos_MinElement.hpp -- Installing: /opt/kokkos/include/std_algorithms/Kokkos_ShiftRight.hpp -- Installing: /opt/kokkos/include/std_algorithms/Kokkos_Reverse.hpp -- Installing: /opt/kokkos/include/std_algorithms/Kokkos_IsPartitioned.hpp -- Installing: /opt/kokkos/include/std_algorithms/Kokkos_Transform.hpp -- Installing: /opt/kokkos/include/std_algorithms/Kokkos_ShiftLeft.hpp -- Installing: /opt/kokkos/include/std_algorithms/Kokkos_ForEach.hpp -- Installing: /opt/kokkos/include/std_algorithms/Kokkos_FindFirstOf.hpp -- Installing: /opt/kokkos/include/std_algorithms/Kokkos_Remove.hpp -- Installing: /opt/kokkos/include/std_algorithms/Kokkos_SwapRanges.hpp -- Installing: /opt/kokkos/include/std_algorithms/Kokkos_Equal.hpp -- Installing: /opt/kokkos/include/std_algorithms/Kokkos_Find.hpp -- Installing: /opt/kokkos/include/std_algorithms/Kokkos_GenerateN.hpp -- Installing: /opt/kokkos/include/std_algorithms/Kokkos_PartitionPoint.hpp -- Installing: /opt/kokkos/include/std_algorithms/Kokkos_CopyBackward.hpp -- Installing: /opt/kokkos/include/std_algorithms/Kokkos_LexicographicalCompare.hpp -- Installing: /opt/kokkos/include/std_algorithms/Kokkos_Unique.hpp -- Installing: /opt/kokkos/include/std_algorithms/Kokkos_Generate.hpp -- Installing: /opt/kokkos/include/std_algorithms/Kokkos_TransformReduce.hpp Scanning dependencies of target Grid_Parallel_MPI_test_CUDA [ 35%] Building CXX object grid/unit_test/CMakeFiles/Grid_Parallel_MPI_test_CUDA.dir/CUDA/tstParallel_CUDA.cpp.o -- Installing: /opt/kokkos/include/std_algorithms/Kokkos_Replace.hpp -- Installing: /opt/kokkos/include/std_algorithms/Kokkos_TransformExclusiveScan.hpp -- Installing: /opt/kokkos/include/std_algorithms/Kokkos_ReplaceCopyIf.hpp -- Installing: /opt/kokkos/include/std_algorithms/Kokkos_Swap.hpp -- Installing: /opt/kokkos/include/std_algorithms/Kokkos_RemoveCopyIf.hpp -- Installing: /opt/kokkos/include/std_algorithms/Kokkos_SearchN.hpp -- Installing: /opt/kokkos/include/std_algorithms/Kokkos_ReplaceIf.hpp -- Installing: /opt/kokkos/include/std_algorithms/Kokkos_RemoveIf.hpp -- Installing: /opt/kokkos/include/std_algorithms/Kokkos_MinMaxElement.hpp -- Installing: /opt/kokkos/include/std_algorithms/Kokkos_Mismatch.hpp -- Installing: /opt/kokkos/include/std_algorithms/impl -- Installing: /opt/kokkos/include/std_algorithms/impl/Kokkos_ReverseCopy.hpp -- Installing: /opt/kokkos/include/std_algorithms/impl/Kokkos_ReducerWithArbitraryJoinerNoNeutralElement.hpp -- Installing: /opt/kokkos/include/std_algorithms/impl/Kokkos_Rotate.hpp -- Installing: /opt/kokkos/include/std_algorithms/impl/Kokkos_IsSorted.hpp -- Installing: /opt/kokkos/include/std_algorithms/impl/Kokkos_PartitionCopy.hpp -- Installing: /opt/kokkos/include/std_algorithms/impl/Kokkos_CopyIf.hpp -- Installing: /opt/kokkos/include/std_algorithms/impl/Kokkos_FindIfOrNot.hpp -- Installing: /opt/kokkos/include/std_algorithms/impl/Kokkos_IdentityReferenceUnaryFunctor.hpp -- Installing: /opt/kokkos/include/std_algorithms/impl/Kokkos_CopyCopyN.hpp -- Installing: /opt/kokkos/include/std_algorithms/impl/Kokkos_Reduce.hpp -- Installing: /opt/kokkos/include/std_algorithms/impl/Kokkos_HelperPredicates.hpp -- Installing: /opt/kokkos/include/std_algorithms/impl/Kokkos_IsSortedUntil.hpp -- Installing: /opt/kokkos/include/std_algorithms/impl/Kokkos_ReplaceCopy.hpp -- Installing: /opt/kokkos/include/std_algorithms/impl/Kokkos_TransformInclusiveScan.hpp -- Installing: /opt/kokkos/include/std_algorithms/impl/Kokkos_RotateCopy.hpp -- Installing: /opt/kokkos/include/std_algorithms/impl/Kokkos_Constraints.hpp -- Installing: /opt/kokkos/include/std_algorithms/impl/Kokkos_Search.hpp -- Installing: /opt/kokkos/include/std_algorithms/impl/Kokkos_ForEachForEachN.hpp -- Installing: /opt/kokkos/include/std_algorithms/impl/Kokkos_AdjacentFind.hpp -- Installing: /opt/kokkos/include/std_algorithms/impl/Kokkos_FindEnd.hpp -- Installing: /opt/kokkos/include/std_algorithms/impl/Kokkos_UniqueCopy.hpp -- Installing: /opt/kokkos/include/std_algorithms/impl/Kokkos_Move.hpp -- Installing: /opt/kokkos/include/std_algorithms/impl/Kokkos_AdjacentDifference.hpp -- Installing: /opt/kokkos/include/std_algorithms/impl/Kokkos_InclusiveScan.hpp -- Installing: /opt/kokkos/include/std_algorithms/impl/Kokkos_ShiftRight.hpp -- Installing: /opt/kokkos/include/std_algorithms/impl/Kokkos_MinMaxMinmaxElement.hpp -- Installing: /opt/kokkos/include/std_algorithms/impl/Kokkos_Reverse.hpp -- Installing: /opt/kokkos/include/std_algorithms/impl/Kokkos_IsPartitioned.hpp -- Installing: /opt/kokkos/include/std_algorithms/impl/Kokkos_Transform.hpp -- Installing: /opt/kokkos/include/std_algorithms/impl/Kokkos_ShiftLeft.hpp -- Installing: /opt/kokkos/include/std_algorithms/impl/Kokkos_FindFirstOf.hpp -- Installing: /opt/kokkos/include/std_algorithms/impl/Kokkos_SwapRanges.hpp -- Installing: /opt/kokkos/include/std_algorithms/impl/Kokkos_ValueWrapperForNoNeutralElement.hpp -- Installing: /opt/kokkos/include/std_algorithms/impl/Kokkos_Equal.hpp -- Installing: /opt/kokkos/include/std_algorithms/impl/Kokkos_GenerateGenerateN.hpp -- Installing: /opt/kokkos/include/std_algorithms/impl/Kokkos_PartitionPoint.hpp -- Installing: /opt/kokkos/include/std_algorithms/impl/Kokkos_CopyBackward.hpp -- Installing: /opt/kokkos/include/std_algorithms/impl/Kokkos_LexicographicalCompare.hpp -- Installing: /opt/kokkos/include/std_algorithms/impl/Kokkos_Unique.hpp -- Installing: /opt/kokkos/include/std_algorithms/impl/Kokkos_FillFillN.hpp -- Installing: /opt/kokkos/include/std_algorithms/impl/Kokkos_TransformReduce.hpp -- Installing: /opt/kokkos/include/std_algorithms/impl/Kokkos_Replace.hpp -- Installing: /opt/kokkos/include/std_algorithms/impl/Kokkos_TransformExclusiveScan.hpp -- Installing: /opt/kokkos/include/std_algorithms/impl/Kokkos_ReplaceCopyIf.hpp -- Installing: /opt/kokkos/include/std_algorithms/impl/Kokkos_RemoveAllVariants.hpp -- Installing: /opt/kokkos/include/std_algorithms/impl/Kokkos_CountCountIf.hpp -- Installing: /opt/kokkos/include/std_algorithms/impl/Kokkos_SearchN.hpp -- Installing: /opt/kokkos/include/std_algorithms/impl/Kokkos_ReplaceIf.hpp -- Installing: /opt/kokkos/include/std_algorithms/impl/Kokkos_AllOfAnyOfNoneOf.hpp -- Installing: /opt/kokkos/include/std_algorithms/impl/Kokkos_Mismatch.hpp -- Installing: /opt/kokkos/include/std_algorithms/impl/Kokkos_ExclusiveScan.hpp -- Installing: /opt/kokkos/include/std_algorithms/impl/Kokkos_MoveBackward.hpp -- Installing: /opt/kokkos/include/std_algorithms/impl/Kokkos_RandomAccessIterator.hpp -- Installing: /opt/kokkos/include/std_algorithms/Kokkos_AllOf.hpp -- Installing: /opt/kokkos/include/std_algorithms/Kokkos_Copy.hpp -- Installing: /opt/kokkos/include/std_algorithms/Kokkos_CopyN.hpp -- Installing: /opt/kokkos/include/std_algorithms/Kokkos_ExclusiveScan.hpp -- Installing: /opt/kokkos/include/std_algorithms/Kokkos_MoveBackward.hpp -- Installing: /opt/kokkos/include/std_algorithms/Kokkos_FindIf.hpp -- Installing: /opt/kokkos/include/std_algorithms/Kokkos_ForEachN.hpp -- Installing: /opt/kokkos/include/std_algorithms/Kokkos_NoneOf.hpp -- Installing: /opt/kokkos/include/Kokkos_Sort.hpp -- Installing: /opt/kokkos/include/Kokkos_NestedSort.hpp -- Up-to-date: /opt/kokkos/include -- Installing: /opt/kokkos/include/Kokkos_SIMD_Common.hpp -- Installing: /opt/kokkos/include/Kokkos_SIMD_NEON.hpp -- Installing: /opt/kokkos/include/Kokkos_SIMD_AVX2.hpp -- Installing: /opt/kokkos/include/Kokkos_SIMD.hpp -- Installing: /opt/kokkos/include/Kokkos_SIMD_Scalar.hpp -- Installing: /opt/kokkos/include/Kokkos_SIMD_AVX512.hpp -- Installing: /opt/kokkos/lib/libkokkossimd.a -- Up-to-date: /opt/kokkos/lib/libkokkossimd.a -- Installing: /opt/kokkos/lib/cmake/Kokkos/KokkosConfig.cmake -- Installing: /opt/kokkos/lib/cmake/Kokkos/KokkosConfigCommon.cmake -- Installing: /opt/kokkos/lib/cmake/Kokkos/KokkosConfigVersion.cmake -- Installing: /opt/kokkos/lib/cmake/Kokkos/KokkosTargets.cmake -- Installing: /opt/kokkos/lib/cmake/Kokkos/KokkosTargets-release.cmake -- Installing: /opt/kokkos/include/KokkosCore_config.h -- Installing: /opt/kokkos/bin/nvcc_wrapper -- Installing: /opt/kokkos/bin/hpcbind -- Installing: /opt/kokkos/bin/kokkos_launch_compiler -- Up-to-date: /opt/kokkos/include/KokkosCore_config.h -- Installing: /opt/kokkos/include/KokkosCore_Config_FwdBackend.hpp -- Installing: /opt/kokkos/include/KokkosCore_Config_SetupBackend.hpp -- Installing: /opt/kokkos/include/KokkosCore_Config_DeclareBackend.hpp -- Installing: /opt/kokkos/include/KokkosCore_Config_PostInclude.hpp [ 35%] Built target Grid_SplineEvaluation2d_MPI_test_SERIAL Scanning dependencies of target Grid_SparseLocalGrid_MPI_test_CUDA [ 35%] Building CXX object grid/unit_test/CMakeFiles/Grid_SparseLocalGrid_MPI_test_CUDA.dir/CUDA/tstSparseLocalGrid_CUDA.cpp.o [ 35%] Built target Grid_FastFourierTransform_MPI_test_SERIAL Scanning dependencies of target Grid_ParticleGridDistributor3d_MPI_test_SERIAL [ 35%] Building CXX object grid/unit_test/CMakeFiles/Grid_GlobalMesh_MPI_test_CUDA_UVM.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 35%] Building CXX object grid/unit_test/CMakeFiles/Grid_ParticleGridDistributor3d_MPI_test_SERIAL.dir/SERIAL/tstParticleGridDistributor3d_SERIAL.cpp.o [ 35%] Building CXX object grid/unit_test/CMakeFiles/Grid_LocalMesh3d_MPI_test_SERIAL.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 35%] Linking CXX executable Grid_LocalMesh3d_MPI_test_SERIAL ---> Removed intermediate container df8ad3e1e15e ---> d2783b909fd8 Successfully built d2783b909fd8 Successfully tagged bc188d359cf4abfc5efaf88071798abd700292da:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh + docker inspect -f . bc188d359cf4abfc5efaf88071798abd700292da . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer fetnat05 seems to be running inside container 6f56bc156060384f4e853d69ba2c4279b68b846a4462c1523c74aab406a239df $ docker run -t -d -u 0:0 -v /tmp/ccache.kokkos:/tmp/ccache -w /var/jenkins/workspace/Cabana_PR-747 --volumes-from 6f56bc156060384f4e853d69ba2c4279b68b846a4462c1523c74aab406a239df -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** bc188d359cf4abfc5efaf88071798abd700292da cat $ docker top 8ea3e2af245474f376c3554174209075e79d4c9a19ab8c0f5db2174ccfc5cb2c -eo pid,comm ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] sh + ccache --zero-stats Statistics zeroed [Pipeline] sh + . /opt/intel/oneapi/setvars.sh --include-intel-llvm + script_name=setvars.sh + config_file= + config_array= + component_array= + warning_tally=0 + posix_nl= + save_args + echo + script_args= + _setvars_this_script_name=setvars.sh + _setvars_get_proc_name /var/jenkins/workspace/Cabana_PR-747@tmp/durable-3660d7b1/script.sh.copy + [ -n ] + script=/var/jenkins/workspace/Cabana_PR-747@tmp/durable-3660d7b1/script.sh.copy + [ -L /var/jenkins/workspace/Cabana_PR-747@tmp/durable-3660d7b1/script.sh.copy ] + basename -- /var/jenkins/workspace/Cabana_PR-747@tmp/durable-3660d7b1/script.sh.copy + [ setvars.sh = script.sh.copy ] + sourcer= + sourced_nm= + ps -p 49 -o comm= + sourced_sh=sh + _setvars_get_proc_name /var/jenkins/workspace/Cabana_PR-747@tmp/durable-3660d7b1/script.sh.copy + [ -n ] + script=/var/jenkins/workspace/Cabana_PR-747@tmp/durable-3660d7b1/script.sh.copy + [ -L /var/jenkins/workspace/Cabana_PR-747@tmp/durable-3660d7b1/script.sh.copy ] + basename -- /var/jenkins/workspace/Cabana_PR-747@tmp/durable-3660d7b1/script.sh.copy + proc_name=script.sh.copy + [ -n ] + [ -n ] + [ -n ] + [ dash = sh ] + [ sh = sh ] + printf %s: %s script.sh.copy SH_VERSION = unknown + sourcer=script.sh.copy: SH_VERSION = unknown + sourced_nm=/var/jenkins/workspace/Cabana_PR-747@tmp/durable-3660d7b1/script.sh.copy: 370: /opt/intel/oneapi/setvars.sh: Bad substitution + : + printf %s /var/jenkins/workspace/Cabana_PR-747@tmp/durable-3660d7b1/script.sh.copy: 370: /opt/intel/oneapi/setvars.sh: Bad substitution + grep -Eq sh: [0-9]+: .*setvars\.sh: + [ -eq 0 ] /var/jenkins/workspace/Cabana_PR-747@tmp/durable-3660d7b1/script.sh.copy: 371: [: Illegal number: + [ = /var/jenkins/workspace/Cabana_PR-747@tmp/durable-3660d7b1/script.sh.copy: 370: /opt/intel/oneapi/setvars.sh: Bad substitution ] + get_script_path /var/jenkins/workspace/Cabana_PR-747@tmp/durable-3660d7b1/script.sh.copy: 370: /opt/intel/oneapi/setvars.sh: Bad substitution + script=/var/jenkins/workspace/Cabana_PR-747@tmp/durable-3660d7b1/script.sh.copy: 370: /opt/intel/oneapi/setvars.sh: Bad substitution + [ -L /var/jenkins/workspace/Cabana_PR-747@tmp/durable-3660d7b1/script.sh.copy: 370: /opt/intel/oneapi/setvars.sh: Bad substitution ] + command dirname -- /var/jenkins/workspace/Cabana_PR-747@tmp/durable-3660d7b1/script.sh.copy: 370: /opt/intel/oneapi/setvars.sh: Bad substitution + script_dir=/var/jenkins/workspace/Cabana_PR-747@tmp/durable-3660d7b1/script.sh.copy: 370: /opt/intel/oneapi + [ -n ] + command cd /var/jenkins/workspace/Cabana_PR-747@tmp/durable-3660d7b1/script.sh.copy: 370: /opt/intel/oneapi /var/jenkins/workspace/Cabana_PR-747@tmp/durable-3660d7b1/script.sh.copy: 269: cd: can't cd to /var/jenkins/workspace/Cabana_PR-747@tmp/durable-3660d7b1/script.sh.copy: 370: /opt/intel/oneapi + script_dir= + script_root= Post stage [Pipeline] sh + ccache --show-stats cache directory /tmp/ccache primary config /tmp/ccache/ccache.conf secondary config (readonly) /etc/ccache.conf stats updated Tue May 28 19:10:52 2024 stats zeroed Tue May 28 19:10:52 2024 cache hit (direct) 0 cache hit (preprocessed) 0 cache miss 0 cache hit rate 0.00 % cleanups performed 0 files in cache 4874 cache size 4.5 GB max cache size 10.0 GB [Pipeline] } $ docker stop --time=1 8ea3e2af245474f376c3554174209075e79d4c9a19ab8c0f5db2174ccfc5cb2c [ 35%] Built target Grid_LocalMesh3d_MPI_test_SERIAL $ docker rm -f --volumes 8ea3e2af245474f376c3554174209075e79d4c9a19ab8c0f5db2174ccfc5cb2c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [ 35%] Building CXX object grid/unit_test/CMakeFiles/Grid_IndexConversion_MPI_test_SERIAL.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [Pipeline] // stage [Pipeline] } Failed in branch SYCL Scanning dependencies of target Grid_Array3d_MPI_test_CUDA [ 35%] Linking CXX executable Grid_IndexConversion_MPI_test_SERIAL [ 35%] Building CXX object grid/unit_test/CMakeFiles/Grid_Array3d_MPI_test_CUDA.dir/CUDA/tstArray3d_CUDA.cpp.o [ 35%] Linking CXX executable Grid_Splines_MPI_test_CUDA_UVM [ 35%] Built target Grid_IndexConversion_MPI_test_SERIAL [ 36%] Building CXX object grid/unit_test/CMakeFiles/Grid_SparseLocalGrid_MPI_test_CUDA.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o Scanning dependencies of target Grid_LocalMesh2d_MPI_test_CUDA_UVM [ 36%] Building CXX object grid/unit_test/CMakeFiles/Grid_LocalMesh2d_MPI_test_CUDA_UVM.dir/CUDA_UVM/tstLocalMesh2d_CUDA_UVM.cpp.o [ 36%] Linking CXX executable Grid_SparseLocalGrid_MPI_test_CUDA [ 36%] Built target Grid_Splines_MPI_test_CUDA_UVM Scanning dependencies of target Grid_SplineEvaluation3d_MPI_test_SERIAL [ 36%] Building CXX object grid/unit_test/CMakeFiles/Grid_SplineEvaluation3d_MPI_test_SERIAL.dir/SERIAL/tstSplineEvaluation3d_SERIAL.cpp.o [ 36%] Linking CXX executable Grid_GlobalMesh_MPI_test_CUDA_UVM [ 37%] Linking CXX executable Grid_ParticleGridDistributor2d_MPI_test_CUDA [ 37%] Built target Grid_SparseLocalGrid_MPI_test_CUDA [ 37%] Building CXX object grid/unit_test/CMakeFiles/Grid_Parallel_MPI_test_CUDA.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o Scanning dependencies of target Grid_GlobalMesh_MPI_test_CUDA [ 37%] Built target Grid_GlobalMesh_MPI_test_CUDA_UVM [ 37%] Building CXX object grid/unit_test/CMakeFiles/Grid_GlobalMesh_MPI_test_CUDA.dir/CUDA/tstGlobalMesh_CUDA.cpp.o Scanning dependencies of target Grid_ParticleGridDistributor2d_MPI_test_SERIAL [ 37%] Building CXX object grid/unit_test/CMakeFiles/Grid_ParticleGridDistributor2d_MPI_test_SERIAL.dir/SERIAL/tstParticleGridDistributor2d_SERIAL.cpp.o [ 37%] Linking CXX executable Grid_Parallel_MPI_test_CUDA [ 37%] Built target Grid_ParticleGridDistributor2d_MPI_test_CUDA Scanning dependencies of target Grid_LocalMesh2d_MPI_test_CUDA [ 37%] Building CXX object grid/unit_test/CMakeFiles/Grid_LocalMesh2d_MPI_test_CUDA.dir/CUDA/tstLocalMesh2d_CUDA.cpp.o [ 37%] Building CXX object grid/unit_test/CMakeFiles/Grid_ParticleGridDistributor3d_MPI_test_SERIAL.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 37%] Linking CXX executable Grid_ParticleGridDistributor3d_MPI_test_SERIAL [ 37%] Built target Grid_Parallel_MPI_test_CUDA Scanning dependencies of target Grid_SparseIndexSpace_MPI_test_CUDA [ 37%] Building CXX object grid/unit_test/CMakeFiles/Grid_SparseIndexSpace_MPI_test_CUDA.dir/CUDA/tstSparseIndexSpace_CUDA.cpp.o [ 37%] Built target Grid_ParticleGridDistributor3d_MPI_test_SERIAL Scanning dependencies of target Grid_Interpolation2d_MPI_test_SERIAL [ 37%] Building CXX object grid/unit_test/CMakeFiles/Grid_Interpolation2d_MPI_test_SERIAL.dir/SERIAL/tstInterpolation2d_SERIAL.cpp.o [ 37%] Building CXX object grid/unit_test/CMakeFiles/Grid_GlobalMesh_MPI_test_CUDA.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 37%] Building CXX object grid/unit_test/CMakeFiles/Grid_SplineEvaluation3d_MPI_test_SERIAL.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 37%] Linking CXX executable Grid_SplineEvaluation3d_MPI_test_SERIAL [ 38%] Linking CXX executable Grid_GlobalMesh_MPI_test_CUDA [ 39%] Building CXX object grid/unit_test/CMakeFiles/Grid_Array3d_MPI_test_CUDA.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 39%] Linking CXX executable Grid_Array3d_MPI_test_CUDA [ 39%] Building CXX object grid/unit_test/CMakeFiles/Grid_LocalMesh2d_MPI_test_CUDA_UVM.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 39%] Built target Grid_SplineEvaluation3d_MPI_test_SERIAL [ 39%] Linking CXX executable Grid_LocalMesh2d_MPI_test_CUDA_UVM Scanning dependencies of target Grid_HypreStructuredSolver2d_MPI_test_SERIAL [ 39%] Building CXX object grid/unit_test/CMakeFiles/Grid_HypreStructuredSolver2d_MPI_test_SERIAL.dir/SERIAL/tstHypreStructuredSolver2d_SERIAL.cpp.o [ 39%] Built target Grid_GlobalMesh_MPI_test_CUDA [ 39%] Built target Grid_Array3d_MPI_test_CUDA Scanning dependencies of target Grid_Parallel_MPI_test_CUDA_UVM [ 39%] Building CXX object grid/unit_test/CMakeFiles/Grid_Parallel_MPI_test_CUDA_UVM.dir/CUDA_UVM/tstParallel_CUDA_UVM.cpp.o Scanning dependencies of target Grid_SparseIndexSpace_MPI_test_SERIAL [ 39%] Building CXX object grid/unit_test/CMakeFiles/Grid_SparseIndexSpace_MPI_test_SERIAL.dir/SERIAL/tstSparseIndexSpace_SERIAL.cpp.o [ 40%] Building CXX object grid/unit_test/CMakeFiles/Grid_ParticleGridDistributor2d_MPI_test_SERIAL.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 40%] Built target Grid_LocalMesh2d_MPI_test_CUDA_UVM [ 40%] Building CXX object grid/unit_test/CMakeFiles/Grid_Parallel_MPI_test_CUDA_UVM.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 40%] Linking CXX executable Grid_ParticleGridDistributor2d_MPI_test_SERIAL Scanning dependencies of target Grid_GlobalMesh_MPI_test_SERIAL [ 40%] Building CXX object grid/unit_test/CMakeFiles/Grid_GlobalMesh_MPI_test_SERIAL.dir/SERIAL/tstGlobalMesh_SERIAL.cpp.o [ 40%] Building CXX object grid/unit_test/CMakeFiles/Grid_LocalMesh2d_MPI_test_CUDA.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 40%] Built target Grid_ParticleGridDistributor2d_MPI_test_SERIAL [ 41%] Linking CXX executable Grid_LocalMesh2d_MPI_test_CUDA Scanning dependencies of target Grid_Halo3d_MPI_test_SERIAL [ 41%] Building CXX object grid/unit_test/CMakeFiles/Grid_Halo3d_MPI_test_SERIAL.dir/SERIAL/tstHalo3d_SERIAL.cpp.o [ 41%] Built target Grid_LocalMesh2d_MPI_test_CUDA Scanning dependencies of target Grid_Array3d_MPI_test_SERIAL [ 42%] Building CXX object grid/unit_test/CMakeFiles/Grid_Array3d_MPI_test_SERIAL.dir/SERIAL/tstArray3d_SERIAL.cpp.o [ 42%] Building CXX object grid/unit_test/CMakeFiles/Grid_Interpolation2d_MPI_test_SERIAL.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 43%] Linking CXX executable Grid_Interpolation2d_MPI_test_SERIAL [ 43%] Building CXX object grid/unit_test/CMakeFiles/Grid_SparseIndexSpace_MPI_test_CUDA.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 44%] Building CXX object grid/unit_test/CMakeFiles/Grid_HypreStructuredSolver2d_MPI_test_SERIAL.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 44%] Linking CXX executable Grid_HypreStructuredSolver2d_MPI_test_SERIAL [ 45%] Building CXX object grid/unit_test/CMakeFiles/Grid_GlobalMesh_MPI_test_SERIAL.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 45%] Linking CXX executable Grid_SparseIndexSpace_MPI_test_CUDA [ 45%] Built target Grid_Interpolation2d_MPI_test_SERIAL Scanning dependencies of target Grid_ParticleInit_MPI_test_CUDA [ 46%] Building CXX object grid/unit_test/CMakeFiles/Grid_ParticleInit_MPI_test_CUDA.dir/CUDA/tstParticleInit_CUDA.cpp.o [ 46%] Linking CXX executable Grid_GlobalMesh_MPI_test_SERIAL [ 46%] Built target Grid_SparseIndexSpace_MPI_test_CUDA [ 46%] Built target Grid_HypreStructuredSolver2d_MPI_test_SERIAL [ 46%] Building CXX object grid/unit_test/CMakeFiles/Grid_Array3d_MPI_test_SERIAL.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o Scanning dependencies of target Grid_ParticleList_MPI_test_SERIAL [ 46%] Building CXX object grid/unit_test/CMakeFiles/Grid_ParticleInit_MPI_test_CUDA.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 46%] Building CXX object grid/unit_test/CMakeFiles/Grid_ParticleList_MPI_test_SERIAL.dir/SERIAL/tstParticleList_SERIAL.cpp.o Scanning dependencies of target Grid_Splines_MPI_test_SERIAL [ 47%] Building CXX object grid/unit_test/CMakeFiles/Grid_Splines_MPI_test_SERIAL.dir/SERIAL/tstSplines_SERIAL.cpp.o [ 47%] Building CXX object grid/unit_test/CMakeFiles/Grid_SparseIndexSpace_MPI_test_SERIAL.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 47%] Built target Grid_GlobalMesh_MPI_test_SERIAL [ 47%] Linking CXX executable Grid_SparseIndexSpace_MPI_test_SERIAL Scanning dependencies of target Grid_Partitioner_MPI_test_CUDA_UVM [ 48%] Building CXX object grid/unit_test/CMakeFiles/Grid_Partitioner_MPI_test_CUDA_UVM.dir/CUDA_UVM/tstPartitioner_CUDA_UVM.cpp.o [ 48%] Linking CXX executable Grid_Parallel_MPI_test_CUDA_UVM [ 48%] Built target Grid_SparseIndexSpace_MPI_test_SERIAL Scanning dependencies of target Grid_Array2d_MPI_test_SERIAL [ 48%] Building CXX object grid/unit_test/CMakeFiles/Grid_Array2d_MPI_test_SERIAL.dir/SERIAL/tstArray2d_SERIAL.cpp.o [ 48%] Built target Grid_Parallel_MPI_test_CUDA_UVM Scanning dependencies of target Grid_SparseHalo_MPI_test_CUDA_UVM [ 48%] Linking CXX executable Grid_Array3d_MPI_test_SERIAL [ 49%] Building CXX object grid/unit_test/CMakeFiles/Grid_Halo3d_MPI_test_SERIAL.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 50%] Building CXX object grid/unit_test/CMakeFiles/Grid_SparseHalo_MPI_test_CUDA_UVM.dir/CUDA_UVM/tstSparseHalo_CUDA_UVM.cpp.o [ 50%] Linking CXX executable Grid_Halo3d_MPI_test_SERIAL [ 50%] Built target Grid_Array3d_MPI_test_SERIAL [ 50%] Building CXX object grid/unit_test/CMakeFiles/Grid_Array2d_MPI_test_SERIAL.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 50%] Building CXX object grid/unit_test/CMakeFiles/Grid_Partitioner_MPI_test_CUDA_UVM.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 50%] Built target Grid_Halo3d_MPI_test_SERIAL Scanning dependencies of target Grid_LocalGrid_MPI_test_SERIAL [ 51%] Building CXX object grid/unit_test/CMakeFiles/Grid_ParticleList_MPI_test_SERIAL.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 52%] Building CXX object grid/unit_test/CMakeFiles/Grid_LocalGrid_MPI_test_SERIAL.dir/SERIAL/tstLocalGrid_SERIAL.cpp.o [ 52%] Linking CXX executable Grid_Partitioner_MPI_test_CUDA_UVM Scanning dependencies of target Grid_IndexSpace_MPI_test_SERIAL [ 53%] Building CXX object grid/unit_test/CMakeFiles/Grid_IndexSpace_MPI_test_SERIAL.dir/SERIAL/tstIndexSpace_SERIAL.cpp.o [ 53%] Built target Grid_Partitioner_MPI_test_CUDA_UVM [ 53%] Linking CXX executable Grid_ParticleInit_MPI_test_CUDA Scanning dependencies of target Grid_GlobalGrid_MPI_test_SERIAL [ 53%] Linking CXX executable Grid_ParticleList_MPI_test_SERIAL [ 54%] Building CXX object grid/unit_test/CMakeFiles/Grid_GlobalGrid_MPI_test_SERIAL.dir/SERIAL/tstGlobalGrid_SERIAL.cpp.o [ 54%] Building CXX object grid/unit_test/CMakeFiles/Grid_Splines_MPI_test_SERIAL.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 54%] Linking CXX executable Grid_Splines_MPI_test_SERIAL [ 54%] Built target Grid_ParticleInit_MPI_test_CUDA Scanning dependencies of target Grid_HypreSemiStructuredSolverMulti_MPI_test_CUDA [ 54%] Built target Grid_ParticleList_MPI_test_SERIAL [ 54%] Building CXX object grid/unit_test/CMakeFiles/Grid_HypreSemiStructuredSolverMulti_MPI_test_CUDA.dir/CUDA/tstHypreSemiStructuredSolverMulti_CUDA.cpp.o Scanning dependencies of target Grid_ParticleGridDistributor3d_MPI_test_CUDA_UVM [ 54%] Built target Grid_Splines_MPI_test_SERIAL [ 54%] Building CXX object grid/unit_test/CMakeFiles/Grid_ParticleGridDistributor3d_MPI_test_CUDA_UVM.dir/CUDA_UVM/tstParticleGridDistributor3d_CUDA_UVM.cpp.o Scanning dependencies of target Grid_HypreSemiStructuredSolverMulti_MPI_test_SERIAL [ 54%] Building CXX object grid/unit_test/CMakeFiles/Grid_HypreSemiStructuredSolverMulti_MPI_test_SERIAL.dir/SERIAL/tstHypreSemiStructuredSolverMulti_SERIAL.cpp.o [ 54%] Linking CXX executable Grid_Array2d_MPI_test_SERIAL [ 54%] Built target Grid_Array2d_MPI_test_SERIAL [ 54%] Building CXX object grid/unit_test/CMakeFiles/Grid_HypreSemiStructuredSolverMulti_MPI_test_SERIAL.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 54%] Building CXX object grid/unit_test/CMakeFiles/Grid_GlobalGrid_MPI_test_SERIAL.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 54%] Building CXX object grid/unit_test/CMakeFiles/Grid_IndexSpace_MPI_test_SERIAL.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 55%] Building CXX object grid/unit_test/CMakeFiles/Grid_ParticleGridDistributor3d_MPI_test_CUDA_UVM.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o /var/jenkins/workspace/Cabana_PR-747/grid/unit_test/tstSparseHalo.hpp(601): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::__shared_count") from a __host__ __device__ function("") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/unit_test/tstSparseHalo.hpp(601): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::~__shared_count") from a __host__ __device__ function("") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/src/Cabana_Grid_SparseIndexSpace.hpp(1009): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::~__shared_count") from a __host__ __device__ function("Cabana::Grid::Experimental::SparseArray< ::Cabana::MemberTypes , ::Kokkos::CudaUVMSpace, ::Cabana::Grid::Node, ::Cabana::Grid::SparseMesh , ::Cabana::Grid::SparseMap< ::Kokkos::Cuda, (unsigned long long)4ull, ( ::Cabana::Grid::HashTypes)0, unsigned long, unsigned long> > ::~SparseArray") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/src/Cabana_Grid_SparseIndexSpace.hpp(1009): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::~__shared_count") from a __host__ __device__ function("Cabana::Grid::Experimental::SparseArray< ::Cabana::MemberTypes , ::Kokkos::CudaUVMSpace, ::Cabana::Grid::Node, ::Cabana::Grid::SparseMesh , ::Cabana::Grid::SparseMap< ::Kokkos::Cuda, (unsigned long long)4ull, ( ::Cabana::Grid::HashTypes)0, unsigned long, unsigned long> > ::~SparseArray [subobject]") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/src/Cabana_Grid_SparseHalo.hpp(922): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::__shared_count") from a __host__ __device__ function("") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/src/Cabana_Grid_SparseHalo.hpp(922): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::~__shared_count") from a __host__ __device__ function("") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/src/Cabana_Grid_SparseHalo.hpp(1184): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::__shared_count") from a __host__ __device__ function("") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/src/Cabana_Grid_SparseHalo.hpp(1184): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::~__shared_count") from a __host__ __device__ function("") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/src/Cabana_Grid_SparseHalo.hpp(1184): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::__shared_count") from a __host__ __device__ function("") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/src/Cabana_Grid_SparseHalo.hpp(1184): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::~__shared_count") from a __host__ __device__ function("") is not allowed [ 55%] Building CXX object grid/unit_test/CMakeFiles/Grid_SparseHalo_MPI_test_CUDA_UVM.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 55%] Building CXX object grid/unit_test/CMakeFiles/Grid_LocalGrid_MPI_test_SERIAL.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o Scanning dependencies of target Grid_SparseArray_MPI_test_SERIAL [ 55%] Linking CXX executable Grid_SparseHalo_MPI_test_CUDA_UVM [ 55%] Building CXX object grid/unit_test/CMakeFiles/Grid_SparseArray_MPI_test_SERIAL.dir/SERIAL/tstSparseArray_SERIAL.cpp.o [ 55%] Linking CXX executable Grid_LocalGrid_MPI_test_SERIAL [ 55%] Linking CXX executable Grid_IndexSpace_MPI_test_SERIAL [ 55%] Linking CXX executable Grid_GlobalGrid_MPI_test_SERIAL [ 55%] Built target Grid_LocalGrid_MPI_test_SERIAL Scanning dependencies of target Grid_HypreStructuredSolver3d_MPI_test_SERIAL [ 55%] Built target Grid_IndexSpace_MPI_test_SERIAL [ 55%] Building CXX object grid/unit_test/CMakeFiles/Grid_HypreStructuredSolver3d_MPI_test_SERIAL.dir/SERIAL/tstHypreStructuredSolver3d_SERIAL.cpp.o [ 55%] Built target Grid_SparseHalo_MPI_test_CUDA_UVM Scanning dependencies of target Grid_GlobalParticleComm_MPI_test_SERIAL [ 55%] Built target Grid_GlobalGrid_MPI_test_SERIAL [ 55%] Building CXX object grid/unit_test/CMakeFiles/Grid_GlobalParticleComm_MPI_test_SERIAL.dir/SERIAL/tstGlobalParticleComm_SERIAL.cpp.o Scanning dependencies of target Grid_LocalMesh2d_MPI_test_SERIAL [ 55%] Building CXX object grid/unit_test/CMakeFiles/Grid_LocalMesh2d_MPI_test_SERIAL.dir/SERIAL/tstLocalMesh2d_SERIAL.cpp.o Scanning dependencies of target Grid_SparseIndexSpace_MPI_test_CUDA_UVM [ 55%] Building CXX object grid/unit_test/CMakeFiles/Grid_SparseIndexSpace_MPI_test_CUDA_UVM.dir/CUDA_UVM/tstSparseIndexSpace_CUDA_UVM.cpp.o [ 55%] Linking CXX executable Grid_HypreSemiStructuredSolverMulti_MPI_test_SERIAL [ 55%] Built target Grid_HypreSemiStructuredSolverMulti_MPI_test_SERIAL Scanning dependencies of target Grid_BovWriter_MPI_test_SERIAL [ 55%] Building CXX object grid/unit_test/CMakeFiles/Grid_BovWriter_MPI_test_SERIAL.dir/SERIAL/tstBovWriter_SERIAL.cpp.o [ 55%] Linking CXX executable Grid_ParticleGridDistributor3d_MPI_test_CUDA_UVM [ 55%] Building CXX object grid/unit_test/CMakeFiles/Grid_HypreSemiStructuredSolverMulti_MPI_test_CUDA.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 55%] Linking CXX executable Grid_HypreSemiStructuredSolverMulti_MPI_test_CUDA [ 55%] Built target Grid_ParticleGridDistributor3d_MPI_test_CUDA_UVM Scanning dependencies of target Grid_ParticleList_MPI_test_CUDA_UVM [ 55%] Building CXX object grid/unit_test/CMakeFiles/Grid_HypreStructuredSolver3d_MPI_test_SERIAL.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 55%] Building CXX object grid/unit_test/CMakeFiles/Grid_ParticleList_MPI_test_CUDA_UVM.dir/CUDA_UVM/tstParticleList_CUDA_UVM.cpp.o [ 55%] Built target Grid_HypreSemiStructuredSolverMulti_MPI_test_CUDA Scanning dependencies of target Grid_Halo2d_MPI_test_SERIAL [ 56%] Linking CXX executable Grid_HypreStructuredSolver3d_MPI_test_SERIAL [ 56%] Building CXX object grid/unit_test/CMakeFiles/Grid_Halo2d_MPI_test_SERIAL.dir/SERIAL/tstHalo2d_SERIAL.cpp.o /var/jenkins/workspace/Cabana_PR-747/grid/unit_test/tstSparseArray.hpp(367): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::__shared_count") from a __host__ __device__ function("") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/unit_test/tstSparseArray.hpp(367): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::~__shared_count") from a __host__ __device__ function("") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/unit_test/tstSparseArray.hpp(367): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::__shared_count") from a __host__ __device__ function("") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/unit_test/tstSparseArray.hpp(367): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::~__shared_count") from a __host__ __device__ function("") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/unit_test/tstSparseArray.hpp(554): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::__shared_count") from a __host__ __device__ function("") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/unit_test/tstSparseArray.hpp(554): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::~__shared_count") from a __host__ __device__ function("") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/unit_test/tstSparseArray.hpp(554): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::__shared_count") from a __host__ __device__ function("") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/unit_test/tstSparseArray.hpp(554): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::~__shared_count") from a __host__ __device__ function("") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/src/Cabana_Grid_SparseIndexSpace.hpp(1009): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::~__shared_count") from a __host__ __device__ function("Cabana::Grid::Experimental::SparseArray< ::Cabana::MemberTypes , ::Kokkos::HostSpace, ::Cabana::Grid::Node, ::Cabana::Grid::SparseMesh , ::Cabana::Grid::SparseMap< ::Kokkos::Serial, (unsigned long long)4ull, ( ::Cabana::Grid::HashTypes)0, unsigned long, unsigned long> > ::~SparseArray") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/src/Cabana_Grid_SparseIndexSpace.hpp(1009): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::~__shared_count") from a __host__ __device__ function("Cabana::Grid::Experimental::SparseArray< ::Cabana::MemberTypes , ::Kokkos::HostSpace, ::Cabana::Grid::Node, ::Cabana::Grid::SparseMesh , ::Cabana::Grid::SparseMap< ::Kokkos::Serial, (unsigned long long)4ull, ( ::Cabana::Grid::HashTypes)0, unsigned long, unsigned long> > ::~SparseArray [subobject]") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/src/Cabana_Grid_SparseIndexSpace.hpp(1009): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::~__shared_count") from a __host__ __device__ function("Cabana::Grid::Experimental::SparseArray< ::Cabana::MemberTypes , ::Kokkos::HostSpace, ::Cabana::Grid::Cell, ::Cabana::Grid::SparseMesh , ::Cabana::Grid::SparseMap< ::Kokkos::Serial, (unsigned long long)4ull, ( ::Cabana::Grid::HashTypes)0, unsigned long, unsigned long> > ::~SparseArray") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/src/Cabana_Grid_SparseIndexSpace.hpp(1009): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::~__shared_count") from a __host__ __device__ function("Cabana::Grid::Experimental::SparseArray< ::Cabana::MemberTypes , ::Kokkos::HostSpace, ::Cabana::Grid::Cell, ::Cabana::Grid::SparseMesh , ::Cabana::Grid::SparseMap< ::Kokkos::Serial, (unsigned long long)4ull, ( ::Cabana::Grid::HashTypes)0, unsigned long, unsigned long> > ::~SparseArray [subobject]") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/src/Cabana_Grid_SparseIndexSpace.hpp(1009): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::~__shared_count") from a __host__ __device__ function("Cabana::Grid::Experimental::SparseArray< ::Cabana::MemberTypes , ::Kokkos::HostSpace, ::Cabana::Grid::Node, ::Cabana::Grid::SparseMesh , ::Cabana::Grid::SparseMap< ::Kokkos::Serial, (unsigned long long)4ull, ( ::Cabana::Grid::HashTypes)0, unsigned long, unsigned long> > ::~SparseArray") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/src/Cabana_Grid_SparseIndexSpace.hpp(1009): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::~__shared_count") from a __host__ __device__ function("Cabana::Grid::Experimental::SparseArray< ::Cabana::MemberTypes , ::Kokkos::HostSpace, ::Cabana::Grid::Node, ::Cabana::Grid::SparseMesh , ::Cabana::Grid::SparseMap< ::Kokkos::Serial, (unsigned long long)4ull, ( ::Cabana::Grid::HashTypes)0, unsigned long, unsigned long> > ::~SparseArray [subobject]") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/src/Cabana_Grid_SparseIndexSpace.hpp(1009): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::~__shared_count") from a __host__ __device__ function("Cabana::Grid::Experimental::SparseArray< ::Cabana::MemberTypes , ::Kokkos::HostSpace, ::Cabana::Grid::Cell, ::Cabana::Grid::SparseMesh , ::Cabana::Grid::SparseMap< ::Kokkos::Serial, (unsigned long long)4ull, ( ::Cabana::Grid::HashTypes)0, unsigned long, unsigned long> > ::~SparseArray") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/src/Cabana_Grid_SparseIndexSpace.hpp(1009): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::~__shared_count") from a __host__ __device__ function("Cabana::Grid::Experimental::SparseArray< ::Cabana::MemberTypes , ::Kokkos::HostSpace, ::Cabana::Grid::Cell, ::Cabana::Grid::SparseMesh , ::Cabana::Grid::SparseMap< ::Kokkos::Serial, (unsigned long long)4ull, ( ::Cabana::Grid::HashTypes)0, unsigned long, unsigned long> > ::~SparseArray [subobject]") is not allowed [ 56%] Building CXX object grid/unit_test/CMakeFiles/Grid_SparseArray_MPI_test_SERIAL.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 56%] Building CXX object grid/unit_test/CMakeFiles/Grid_LocalMesh2d_MPI_test_SERIAL.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 56%] Building CXX object grid/unit_test/CMakeFiles/Grid_GlobalParticleComm_MPI_test_SERIAL.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 56%] Linking CXX executable Grid_SparseArray_MPI_test_SERIAL [ 57%] Linking CXX executable Grid_LocalMesh2d_MPI_test_SERIAL [ 57%] Linking CXX executable Grid_GlobalParticleComm_MPI_test_SERIAL [ 57%] Built target Grid_HypreStructuredSolver3d_MPI_test_SERIAL Scanning dependencies of target Grid_SparseLocalGrid_MPI_test_SERIAL [ 58%] Building CXX object grid/unit_test/CMakeFiles/Grid_SparseLocalGrid_MPI_test_SERIAL.dir/SERIAL/tstSparseLocalGrid_SERIAL.cpp.o [ 58%] Built target Grid_SparseArray_MPI_test_SERIAL [ 58%] Built target Grid_GlobalParticleComm_MPI_test_SERIAL [ 58%] Built target Grid_LocalMesh2d_MPI_test_SERIAL Scanning dependencies of target Grid_GlobalParticleComm_MPI_test_CUDA_UVM Scanning dependencies of target Grid_LocalMesh3d_MPI_test_CUDA [ 58%] Building CXX object grid/unit_test/CMakeFiles/Grid_LocalMesh3d_MPI_test_CUDA.dir/CUDA/tstLocalMesh3d_CUDA.cpp.o Scanning dependencies of target Grid_Array2d_MPI_test_CUDA [ 58%] Building CXX object grid/unit_test/CMakeFiles/Grid_GlobalParticleComm_MPI_test_CUDA_UVM.dir/CUDA_UVM/tstGlobalParticleComm_CUDA_UVM.cpp.o [ 58%] Building CXX object grid/unit_test/CMakeFiles/Grid_Array2d_MPI_test_CUDA.dir/CUDA/tstArray2d_CUDA.cpp.o [ 58%] Building CXX object grid/unit_test/CMakeFiles/Grid_BovWriter_MPI_test_SERIAL.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 59%] Linking CXX executable Grid_BovWriter_MPI_test_SERIAL [ 59%] Building CXX object grid/unit_test/CMakeFiles/Grid_SparseIndexSpace_MPI_test_CUDA_UVM.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 59%] Built target Grid_BovWriter_MPI_test_SERIAL Scanning dependencies of target Grid_Halo3d_MPI_test_CUDA [ 59%] Building CXX object grid/unit_test/CMakeFiles/Grid_Halo3d_MPI_test_CUDA.dir/CUDA/tstHalo3d_CUDA.cpp.o [ 60%] Linking CXX executable Grid_SparseIndexSpace_MPI_test_CUDA_UVM [ 60%] Building CXX object grid/unit_test/CMakeFiles/Grid_Halo2d_MPI_test_SERIAL.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 60%] Linking CXX executable Grid_Halo2d_MPI_test_SERIAL [ 60%] Building CXX object grid/unit_test/CMakeFiles/Grid_SparseLocalGrid_MPI_test_SERIAL.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 60%] Built target Grid_SparseIndexSpace_MPI_test_CUDA_UVM [ 60%] Linking CXX executable Grid_SparseLocalGrid_MPI_test_SERIAL Scanning dependencies of target Grid_Halo2d_MPI_test_CUDA [ 61%] Building CXX object grid/unit_test/CMakeFiles/Grid_Halo2d_MPI_test_CUDA.dir/CUDA/tstHalo2d_CUDA.cpp.o [ 61%] Built target Grid_Halo2d_MPI_test_SERIAL Scanning dependencies of target Grid_IndexSpace_MPI_test_CUDA [ 61%] Building CXX object grid/unit_test/CMakeFiles/Grid_IndexSpace_MPI_test_CUDA.dir/CUDA/tstIndexSpace_CUDA.cpp.o [ 61%] Built target Grid_SparseLocalGrid_MPI_test_SERIAL Scanning dependencies of target Grid_Interpolation2d_MPI_test_CUDA [ 61%] Building CXX object grid/unit_test/CMakeFiles/Grid_ParticleList_MPI_test_CUDA_UVM.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 61%] Linking CXX executable Grid_ParticleList_MPI_test_CUDA_UVM [ 61%] Building CXX object grid/unit_test/CMakeFiles/Grid_Interpolation2d_MPI_test_CUDA.dir/CUDA/tstInterpolation2d_CUDA.cpp.o [ 61%] Building CXX object grid/unit_test/CMakeFiles/Grid_LocalMesh3d_MPI_test_CUDA.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 61%] Linking CXX executable Grid_LocalMesh3d_MPI_test_CUDA [ 61%] Building CXX object grid/unit_test/CMakeFiles/Grid_Array2d_MPI_test_CUDA.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 61%] Built target Grid_ParticleList_MPI_test_CUDA_UVM Scanning dependencies of target Grid_FastFourierTransform_MPI_test_CUDA [ 61%] Built target Grid_LocalMesh3d_MPI_test_CUDA [ 61%] Building CXX object grid/unit_test/CMakeFiles/Grid_FastFourierTransform_MPI_test_CUDA.dir/CUDA/tstFastFourierTransform_CUDA.cpp.o Scanning dependencies of target Grid_ParticleGridDistributor3d_MPI_test_CUDA [ 61%] Linking CXX executable Grid_Array2d_MPI_test_CUDA [ 61%] Building CXX object grid/unit_test/CMakeFiles/Grid_ParticleGridDistributor3d_MPI_test_CUDA.dir/CUDA/tstParticleGridDistributor3d_CUDA.cpp.o [ 61%] Built target Grid_Array2d_MPI_test_CUDA [ 62%] Building CXX object grid/unit_test/CMakeFiles/Grid_IndexSpace_MPI_test_CUDA.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 62%] Building CXX object grid/unit_test/CMakeFiles/Grid_Halo3d_MPI_test_CUDA.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 63%] Building CXX object grid/unit_test/CMakeFiles/Grid_GlobalParticleComm_MPI_test_CUDA_UVM.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o Scanning dependencies of target Grid_SplineEvaluation3d_MPI_test_CUDA [ 63%] Building CXX object grid/unit_test/CMakeFiles/Grid_SplineEvaluation3d_MPI_test_CUDA.dir/CUDA/tstSplineEvaluation3d_CUDA.cpp.o [ 63%] Linking CXX executable Grid_GlobalParticleComm_MPI_test_CUDA_UVM [ 64%] Linking CXX executable Grid_Halo3d_MPI_test_CUDA [ 64%] Built target Grid_GlobalParticleComm_MPI_test_CUDA_UVM [ 64%] Building CXX object grid/unit_test/CMakeFiles/Grid_SplineEvaluation3d_MPI_test_CUDA.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 64%] Linking CXX executable Grid_IndexSpace_MPI_test_CUDA [ 64%] Building CXX object grid/unit_test/CMakeFiles/Grid_ParticleGridDistributor3d_MPI_test_CUDA.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 64%] Building CXX object grid/unit_test/CMakeFiles/Grid_Interpolation2d_MPI_test_CUDA.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 64%] Building CXX object grid/unit_test/CMakeFiles/Grid_Halo2d_MPI_test_CUDA.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 64%] Linking CXX executable Grid_Halo2d_MPI_test_CUDA Scanning dependencies of target Grid_SplineEvaluation2d_MPI_test_CUDA [ 64%] Building CXX object grid/unit_test/CMakeFiles/Grid_SplineEvaluation2d_MPI_test_CUDA.dir/CUDA/tstSplineEvaluation2d_CUDA.cpp.o [ 64%] Built target Grid_Halo3d_MPI_test_CUDA [ 64%] Built target Grid_IndexSpace_MPI_test_CUDA Scanning dependencies of target Grid_Interpolation3d_MPI_test_CUDA Scanning dependencies of target Grid_BovWriter_MPI_test_CUDA [ 64%] Building CXX object grid/unit_test/CMakeFiles/Grid_Interpolation3d_MPI_test_CUDA.dir/CUDA/tstInterpolation3d_CUDA.cpp.o [ 64%] Building CXX object grid/unit_test/CMakeFiles/Grid_BovWriter_MPI_test_CUDA.dir/CUDA/tstBovWriter_CUDA.cpp.o [ 64%] Built target Grid_Halo2d_MPI_test_CUDA Scanning dependencies of target Grid_HypreStructuredSolver2d_MPI_test_CUDA_UVM [ 64%] Building CXX object grid/unit_test/CMakeFiles/Grid_HypreStructuredSolver2d_MPI_test_CUDA_UVM.dir/CUDA_UVM/tstHypreStructuredSolver2d_CUDA_UVM.cpp.o [ 64%] Linking CXX executable Grid_Interpolation2d_MPI_test_CUDA [ 64%] Built target Grid_Interpolation2d_MPI_test_CUDA [ 64%] Building CXX object grid/unit_test/CMakeFiles/Grid_Interpolation3d_MPI_test_CUDA.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 64%] Linking CXX executable Grid_ParticleGridDistributor3d_MPI_test_CUDA [ 64%] Building CXX object grid/unit_test/CMakeFiles/Grid_HypreStructuredSolver2d_MPI_test_CUDA_UVM.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 64%] Building CXX object grid/unit_test/CMakeFiles/Grid_FastFourierTransform_MPI_test_CUDA.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 64%] Building CXX object grid/unit_test/CMakeFiles/Grid_BovWriter_MPI_test_CUDA.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 64%] Linking CXX executable Grid_FastFourierTransform_MPI_test_CUDA Scanning dependencies of target Grid_Partitioner_MPI_test_CUDA [ 64%] Building CXX object grid/unit_test/CMakeFiles/Grid_Partitioner_MPI_test_CUDA.dir/CUDA/tstPartitioner_CUDA.cpp.o [ 64%] Linking CXX executable Grid_SplineEvaluation3d_MPI_test_CUDA [ 64%] Built target Grid_ParticleGridDistributor3d_MPI_test_CUDA Scanning dependencies of target Grid_ParticleList_MPI_test_CUDA [ 64%] Building CXX object grid/unit_test/CMakeFiles/Grid_ParticleList_MPI_test_CUDA.dir/CUDA/tstParticleList_CUDA.cpp.o [ 64%] Built target Grid_FastFourierTransform_MPI_test_CUDA Scanning dependencies of target Grid_GlobalParticleComm_MPI_test_CUDA [ 64%] Building CXX object grid/unit_test/CMakeFiles/Grid_GlobalParticleComm_MPI_test_CUDA.dir/CUDA/tstGlobalParticleComm_CUDA.cpp.o [ 64%] Built target Grid_SplineEvaluation3d_MPI_test_CUDA Scanning dependencies of target Grid_SparseArray_MPI_test_CUDA [ 65%] Building CXX object grid/unit_test/CMakeFiles/Grid_SparseArray_MPI_test_CUDA.dir/CUDA/tstSparseArray_CUDA.cpp.o [ 65%] Building CXX object grid/unit_test/CMakeFiles/Grid_SplineEvaluation2d_MPI_test_CUDA.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 65%] Linking CXX executable Grid_SplineEvaluation2d_MPI_test_CUDA [ 66%] Linking CXX executable Grid_BovWriter_MPI_test_CUDA [ 66%] Linking CXX executable Grid_HypreStructuredSolver2d_MPI_test_CUDA_UVM [ 66%] Built target Grid_SplineEvaluation2d_MPI_test_CUDA [ 66%] Building CXX object grid/unit_test/CMakeFiles/Grid_Partitioner_MPI_test_CUDA.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 66%] Built target Grid_HypreStructuredSolver2d_MPI_test_CUDA_UVM [ 66%] Built target Grid_BovWriter_MPI_test_CUDA [ 66%] Building CXX object grid/unit_test/CMakeFiles/Grid_GlobalParticleComm_MPI_test_CUDA.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o Scanning dependencies of target Grid_SparseDimPartitioner_MPI_test_CUDA Scanning dependencies of target Grid_Array2d_MPI_test_CUDA_UVM [ 66%] Building CXX object grid/unit_test/CMakeFiles/Grid_SparseDimPartitioner_MPI_test_CUDA.dir/CUDA/tstSparseDimPartitioner_CUDA.cpp.o [ 66%] Building CXX object grid/unit_test/CMakeFiles/Grid_Array2d_MPI_test_CUDA_UVM.dir/CUDA_UVM/tstArray2d_CUDA_UVM.cpp.o [ 66%] Linking CXX executable Grid_Interpolation3d_MPI_test_CUDA Scanning dependencies of target Grid_LocalGrid_MPI_test_CUDA [ 66%] Building CXX object grid/unit_test/CMakeFiles/Grid_LocalGrid_MPI_test_CUDA.dir/CUDA/tstLocalGrid_CUDA.cpp.o [ 66%] Linking CXX executable Grid_Partitioner_MPI_test_CUDA [ 66%] Built target Grid_Interpolation3d_MPI_test_CUDA [ 66%] Built target Grid_Partitioner_MPI_test_CUDA Scanning dependencies of target Grid_SparseHalo_MPI_test_CUDA [ 66%] Building CXX object grid/unit_test/CMakeFiles/Grid_SparseHalo_MPI_test_CUDA.dir/CUDA/tstSparseHalo_CUDA.cpp.o Scanning dependencies of target Grid_Array3d_MPI_test_CUDA_UVM [ 66%] Building CXX object grid/unit_test/CMakeFiles/Grid_Array3d_MPI_test_CUDA_UVM.dir/CUDA_UVM/tstArray3d_CUDA_UVM.cpp.o [ 66%] Building CXX object grid/unit_test/CMakeFiles/Grid_ParticleList_MPI_test_CUDA.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 67%] Linking CXX executable Grid_ParticleList_MPI_test_CUDA [ 68%] Building CXX object grid/unit_test/CMakeFiles/Grid_LocalGrid_MPI_test_CUDA.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 68%] Linking CXX executable Grid_LocalGrid_MPI_test_CUDA [ 68%] Linking CXX executable Grid_GlobalParticleComm_MPI_test_CUDA [ 68%] Built target Grid_ParticleList_MPI_test_CUDA Scanning dependencies of target Grid_IndexSpace_MPI_test_CUDA_UVM [ 68%] Building CXX object grid/unit_test/CMakeFiles/Grid_IndexSpace_MPI_test_CUDA_UVM.dir/CUDA_UVM/tstIndexSpace_CUDA_UVM.cpp.o [ 68%] Built target Grid_LocalGrid_MPI_test_CUDA Scanning dependencies of target Grid_HypreStructuredSolver3d_MPI_test_CUDA [ 68%] Building CXX object grid/unit_test/CMakeFiles/Grid_HypreStructuredSolver3d_MPI_test_CUDA.dir/CUDA/tstHypreStructuredSolver3d_CUDA.cpp.o [ 68%] Built target Grid_GlobalParticleComm_MPI_test_CUDA [ 69%] Building CXX object grid/unit_test/CMakeFiles/Grid_SparseDimPartitioner_MPI_test_CUDA.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o Scanning dependencies of target Grid_Parallel_MPI_test_SERIAL [ 70%] Building CXX object grid/unit_test/CMakeFiles/Grid_Parallel_MPI_test_SERIAL.dir/SERIAL/tstParallel_SERIAL.cpp.o /var/jenkins/workspace/Cabana_PR-747/grid/unit_test/tstSparseArray.hpp(367): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::__shared_count") from a __host__ __device__ function("") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/unit_test/tstSparseArray.hpp(367): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::~__shared_count") from a __host__ __device__ function("") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/unit_test/tstSparseArray.hpp(367): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::__shared_count") from a __host__ __device__ function("") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/unit_test/tstSparseArray.hpp(367): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::~__shared_count") from a __host__ __device__ function("") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/unit_test/tstSparseArray.hpp(554): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::__shared_count") from a __host__ __device__ function("") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/unit_test/tstSparseArray.hpp(554): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::~__shared_count") from a __host__ __device__ function("") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/unit_test/tstSparseArray.hpp(554): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::__shared_count") from a __host__ __device__ function("") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/unit_test/tstSparseArray.hpp(554): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::~__shared_count") from a __host__ __device__ function("") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/src/Cabana_Grid_SparseIndexSpace.hpp(1009): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::~__shared_count") from a __host__ __device__ function("Cabana::Grid::Experimental::SparseArray< ::Cabana::MemberTypes , ::Kokkos::CudaSpace, ::Cabana::Grid::Node, ::Cabana::Grid::SparseMesh , ::Cabana::Grid::SparseMap< ::Kokkos::Cuda, (unsigned long long)4ull, ( ::Cabana::Grid::HashTypes)0, unsigned long, unsigned long> > ::~SparseArray") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/src/Cabana_Grid_SparseIndexSpace.hpp(1009): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::~__shared_count") from a __host__ __device__ function("Cabana::Grid::Experimental::SparseArray< ::Cabana::MemberTypes , ::Kokkos::CudaSpace, ::Cabana::Grid::Node, ::Cabana::Grid::SparseMesh , ::Cabana::Grid::SparseMap< ::Kokkos::Cuda, (unsigned long long)4ull, ( ::Cabana::Grid::HashTypes)0, unsigned long, unsigned long> > ::~SparseArray [subobject]") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/src/Cabana_Grid_SparseIndexSpace.hpp(1009): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::~__shared_count") from a __host__ __device__ function("Cabana::Grid::Experimental::SparseArray< ::Cabana::MemberTypes , ::Kokkos::CudaSpace, ::Cabana::Grid::Cell, ::Cabana::Grid::SparseMesh , ::Cabana::Grid::SparseMap< ::Kokkos::Cuda, (unsigned long long)4ull, ( ::Cabana::Grid::HashTypes)0, unsigned long, unsigned long> > ::~SparseArray") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/src/Cabana_Grid_SparseIndexSpace.hpp(1009): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::~__shared_count") from a __host__ __device__ function("Cabana::Grid::Experimental::SparseArray< ::Cabana::MemberTypes , ::Kokkos::CudaSpace, ::Cabana::Grid::Cell, ::Cabana::Grid::SparseMesh , ::Cabana::Grid::SparseMap< ::Kokkos::Cuda, (unsigned long long)4ull, ( ::Cabana::Grid::HashTypes)0, unsigned long, unsigned long> > ::~SparseArray [subobject]") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/src/Cabana_Grid_SparseIndexSpace.hpp(1009): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::~__shared_count") from a __host__ __device__ function("Cabana::Grid::Experimental::SparseArray< ::Cabana::MemberTypes , ::Kokkos::CudaSpace, ::Cabana::Grid::Node, ::Cabana::Grid::SparseMesh , ::Cabana::Grid::SparseMap< ::Kokkos::Cuda, (unsigned long long)4ull, ( ::Cabana::Grid::HashTypes)0, unsigned long, unsigned long> > ::~SparseArray") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/src/Cabana_Grid_SparseIndexSpace.hpp(1009): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::~__shared_count") from a __host__ __device__ function("Cabana::Grid::Experimental::SparseArray< ::Cabana::MemberTypes , ::Kokkos::CudaSpace, ::Cabana::Grid::Node, ::Cabana::Grid::SparseMesh , ::Cabana::Grid::SparseMap< ::Kokkos::Cuda, (unsigned long long)4ull, ( ::Cabana::Grid::HashTypes)0, unsigned long, unsigned long> > ::~SparseArray [subobject]") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/src/Cabana_Grid_SparseIndexSpace.hpp(1009): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::~__shared_count") from a __host__ __device__ function("Cabana::Grid::Experimental::SparseArray< ::Cabana::MemberTypes , ::Kokkos::CudaSpace, ::Cabana::Grid::Cell, ::Cabana::Grid::SparseMesh , ::Cabana::Grid::SparseMap< ::Kokkos::Cuda, (unsigned long long)4ull, ( ::Cabana::Grid::HashTypes)0, unsigned long, unsigned long> > ::~SparseArray") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/src/Cabana_Grid_SparseIndexSpace.hpp(1009): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::~__shared_count") from a __host__ __device__ function("Cabana::Grid::Experimental::SparseArray< ::Cabana::MemberTypes , ::Kokkos::CudaSpace, ::Cabana::Grid::Cell, ::Cabana::Grid::SparseMesh , ::Cabana::Grid::SparseMap< ::Kokkos::Cuda, (unsigned long long)4ull, ( ::Cabana::Grid::HashTypes)0, unsigned long, unsigned long> > ::~SparseArray [subobject]") is not allowed [ 70%] Building CXX object grid/unit_test/CMakeFiles/Grid_SparseArray_MPI_test_CUDA.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 70%] Linking CXX executable Grid_SparseDimPartitioner_MPI_test_CUDA [ 70%] Linking CXX executable Grid_SparseArray_MPI_test_CUDA [ 71%] Building CXX object grid/unit_test/CMakeFiles/Grid_Array2d_MPI_test_CUDA_UVM.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 71%] Linking CXX executable Grid_Array2d_MPI_test_CUDA_UVM [ 71%] Built target Grid_SparseDimPartitioner_MPI_test_CUDA [ 71%] Built target Grid_SparseArray_MPI_test_CUDA Scanning dependencies of target Grid_HypreStructuredSolver2d_MPI_test_CUDA Scanning dependencies of target Grid_HypreSemiStructuredSolver_MPI_test_CUDA [ 71%] Building CXX object grid/unit_test/CMakeFiles/Grid_HypreStructuredSolver2d_MPI_test_CUDA.dir/CUDA/tstHypreStructuredSolver2d_CUDA.cpp.o [ 72%] Building CXX object grid/unit_test/CMakeFiles/Grid_HypreSemiStructuredSolver_MPI_test_CUDA.dir/CUDA/tstHypreSemiStructuredSolver_CUDA.cpp.o [ 72%] Built target Grid_Array2d_MPI_test_CUDA_UVM Scanning dependencies of target Grid_GlobalGrid_MPI_test_CUDA_UVM [ 72%] Building CXX object grid/unit_test/CMakeFiles/Grid_GlobalGrid_MPI_test_CUDA_UVM.dir/CUDA_UVM/tstGlobalGrid_CUDA_UVM.cpp.o [ 72%] Building CXX object grid/unit_test/CMakeFiles/Grid_Array3d_MPI_test_CUDA_UVM.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 72%] Linking CXX executable Grid_Array3d_MPI_test_CUDA_UVM /var/jenkins/workspace/Cabana_PR-747/grid/unit_test/tstSparseHalo.hpp(601): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::__shared_count") from a __host__ __device__ function("") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/unit_test/tstSparseHalo.hpp(601): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::~__shared_count") from a __host__ __device__ function("") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/src/Cabana_Grid_SparseIndexSpace.hpp(1009): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::~__shared_count") from a __host__ __device__ function("Cabana::Grid::Experimental::SparseArray< ::Cabana::MemberTypes , ::Kokkos::CudaSpace, ::Cabana::Grid::Node, ::Cabana::Grid::SparseMesh , ::Cabana::Grid::SparseMap< ::Kokkos::Cuda, (unsigned long long)4ull, ( ::Cabana::Grid::HashTypes)0, unsigned long, unsigned long> > ::~SparseArray") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/src/Cabana_Grid_SparseIndexSpace.hpp(1009): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::~__shared_count") from a __host__ __device__ function("Cabana::Grid::Experimental::SparseArray< ::Cabana::MemberTypes , ::Kokkos::CudaSpace, ::Cabana::Grid::Node, ::Cabana::Grid::SparseMesh , ::Cabana::Grid::SparseMap< ::Kokkos::Cuda, (unsigned long long)4ull, ( ::Cabana::Grid::HashTypes)0, unsigned long, unsigned long> > ::~SparseArray [subobject]") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/src/Cabana_Grid_SparseHalo.hpp(922): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::__shared_count") from a __host__ __device__ function("") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/src/Cabana_Grid_SparseHalo.hpp(922): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::~__shared_count") from a __host__ __device__ function("") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/src/Cabana_Grid_SparseHalo.hpp(1184): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::__shared_count") from a __host__ __device__ function("") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/src/Cabana_Grid_SparseHalo.hpp(1184): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::~__shared_count") from a __host__ __device__ function("") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/src/Cabana_Grid_SparseHalo.hpp(1184): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::__shared_count") from a __host__ __device__ function("") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/src/Cabana_Grid_SparseHalo.hpp(1184): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::~__shared_count") from a __host__ __device__ function("") is not allowed [ 72%] Building CXX object grid/unit_test/CMakeFiles/Grid_SparseHalo_MPI_test_CUDA.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 72%] Linking CXX executable Grid_SparseHalo_MPI_test_CUDA [ 72%] Built target Grid_Array3d_MPI_test_CUDA_UVM Scanning dependencies of target Grid_Halo3d_MPI_test_CUDA_UVM [ 72%] Building CXX object grid/unit_test/CMakeFiles/Grid_Halo3d_MPI_test_CUDA_UVM.dir/CUDA_UVM/tstHalo3d_CUDA_UVM.cpp.o [ 72%] Built target Grid_SparseHalo_MPI_test_CUDA Scanning dependencies of target Grid_LocalGrid_MPI_test_CUDA_UVM [ 72%] Building CXX object grid/unit_test/CMakeFiles/Grid_LocalGrid_MPI_test_CUDA_UVM.dir/CUDA_UVM/tstLocalGrid_CUDA_UVM.cpp.o [ 72%] Building CXX object grid/unit_test/CMakeFiles/Grid_IndexSpace_MPI_test_CUDA_UVM.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 72%] Linking CXX executable Grid_IndexSpace_MPI_test_CUDA_UVM [ 72%] Building CXX object grid/unit_test/CMakeFiles/Grid_Parallel_MPI_test_SERIAL.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 72%] Linking CXX executable Grid_Parallel_MPI_test_SERIAL [ 72%] Built target Grid_IndexSpace_MPI_test_CUDA_UVM Scanning dependencies of target Grid_HypreSemiStructuredSolver_MPI_test_CUDA_UVM [ 72%] Building CXX object grid/unit_test/CMakeFiles/Grid_HypreSemiStructuredSolver_MPI_test_CUDA_UVM.dir/CUDA_UVM/tstHypreSemiStructuredSolver_CUDA_UVM.cpp.o [ 72%] Built target Grid_Parallel_MPI_test_SERIAL [ 72%] Building CXX object grid/unit_test/CMakeFiles/Grid_HypreStructuredSolver3d_MPI_test_CUDA.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 72%] Building CXX object grid/unit_test/CMakeFiles/Grid_GlobalGrid_MPI_test_CUDA_UVM.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o Scanning dependencies of target Grid_ParticleInit_MPI_test_SERIAL [ 72%] Linking CXX executable Grid_HypreStructuredSolver3d_MPI_test_CUDA [ 72%] Building CXX object grid/unit_test/CMakeFiles/Grid_ParticleInit_MPI_test_SERIAL.dir/SERIAL/tstParticleInit_SERIAL.cpp.o [ 72%] Linking CXX executable Grid_GlobalGrid_MPI_test_CUDA_UVM [ 72%] Built target Grid_GlobalGrid_MPI_test_CUDA_UVM Scanning dependencies of target Grid_LocalMesh3d_MPI_test_CUDA_UVM [ 72%] Building CXX object grid/unit_test/CMakeFiles/Grid_LocalMesh3d_MPI_test_CUDA_UVM.dir/CUDA_UVM/tstLocalMesh3d_CUDA_UVM.cpp.o [ 72%] Built target Grid_HypreStructuredSolver3d_MPI_test_CUDA Scanning dependencies of target Grid_Halo2d_MPI_test_CUDA_UVM [ 73%] Building CXX object grid/unit_test/CMakeFiles/Grid_HypreStructuredSolver2d_MPI_test_CUDA.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 73%] Building CXX object grid/unit_test/CMakeFiles/Grid_Halo2d_MPI_test_CUDA_UVM.dir/CUDA_UVM/tstHalo2d_CUDA_UVM.cpp.o [ 73%] Linking CXX executable Grid_HypreStructuredSolver2d_MPI_test_CUDA [ 73%] Building CXX object grid/unit_test/CMakeFiles/Grid_HypreSemiStructuredSolver_MPI_test_CUDA.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 73%] Building CXX object grid/unit_test/CMakeFiles/Grid_LocalGrid_MPI_test_CUDA_UVM.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 73%] Linking CXX executable Grid_LocalGrid_MPI_test_CUDA_UVM [ 73%] Linking CXX executable Grid_HypreSemiStructuredSolver_MPI_test_CUDA [ 73%] Built target Grid_HypreStructuredSolver2d_MPI_test_CUDA Scanning dependencies of target Grid_Splines_MPI_test_CUDA [ 73%] Building CXX object grid/unit_test/CMakeFiles/Grid_Splines_MPI_test_CUDA.dir/CUDA/tstSplines_CUDA.cpp.o [ 73%] Built target Grid_LocalGrid_MPI_test_CUDA_UVM [ 73%] Building CXX object grid/unit_test/CMakeFiles/Grid_Halo3d_MPI_test_CUDA_UVM.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 73%] Building CXX object grid/unit_test/CMakeFiles/Grid_Halo2d_MPI_test_CUDA_UVM.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 73%] Building CXX object grid/unit_test/CMakeFiles/Grid_ParticleInit_MPI_test_SERIAL.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 73%] Linking CXX executable Grid_Halo3d_MPI_test_CUDA_UVM [ 73%] Built target Grid_HypreSemiStructuredSolver_MPI_test_CUDA Scanning dependencies of target Grid_Interpolation3d_MPI_test_CUDA_UVM [ 73%] Building CXX object grid/unit_test/CMakeFiles/Grid_Interpolation3d_MPI_test_CUDA_UVM.dir/CUDA_UVM/tstInterpolation3d_CUDA_UVM.cpp.o Scanning dependencies of target Grid_IndexConversion_MPI_test_CUDA_UVM [ 73%] Building CXX object grid/unit_test/CMakeFiles/Grid_IndexConversion_MPI_test_CUDA_UVM.dir/CUDA_UVM/tstIndexConversion_CUDA_UVM.cpp.o [ 73%] Building CXX object grid/unit_test/CMakeFiles/Grid_HypreSemiStructuredSolver_MPI_test_CUDA_UVM.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 74%] Linking CXX executable Grid_HypreSemiStructuredSolver_MPI_test_CUDA_UVM [ 74%] Built target Grid_Halo3d_MPI_test_CUDA_UVM Scanning dependencies of target Grid_ParticleInit_MPI_test_CUDA_UVM [ 74%] Building CXX object grid/unit_test/CMakeFiles/Grid_ParticleInit_MPI_test_CUDA_UVM.dir/CUDA_UVM/tstParticleInit_CUDA_UVM.cpp.o [ 74%] Built target Grid_HypreSemiStructuredSolver_MPI_test_CUDA_UVM Scanning dependencies of target Grid_ParticleGridDistributor2d_MPI_test_CUDA_UVM [ 74%] Building CXX object grid/unit_test/CMakeFiles/Grid_ParticleGridDistributor2d_MPI_test_CUDA_UVM.dir/CUDA_UVM/tstParticleGridDistributor2d_CUDA_UVM.cpp.o [ 74%] Linking CXX executable Grid_ParticleInit_MPI_test_SERIAL [ 74%] Built target Grid_ParticleInit_MPI_test_SERIAL [ 75%] Building CXX object grid/unit_test/CMakeFiles/Grid_LocalMesh3d_MPI_test_CUDA_UVM.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o Scanning dependencies of target Grid_SplineEvaluation3d_MPI_test_CUDA_UVM [ 75%] Building CXX object grid/unit_test/CMakeFiles/Grid_SplineEvaluation3d_MPI_test_CUDA_UVM.dir/CUDA_UVM/tstSplineEvaluation3d_CUDA_UVM.cpp.o [ 75%] Linking CXX executable Grid_LocalMesh3d_MPI_test_CUDA_UVM [ 76%] Building CXX object grid/unit_test/CMakeFiles/Grid_Splines_MPI_test_CUDA.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 76%] Linking CXX executable Grid_Splines_MPI_test_CUDA [ 77%] Linking CXX executable Grid_Halo2d_MPI_test_CUDA_UVM [ 77%] Built target Grid_LocalMesh3d_MPI_test_CUDA_UVM [ 78%] Building CXX object grid/unit_test/CMakeFiles/Grid_SplineEvaluation3d_MPI_test_CUDA_UVM.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o Scanning dependencies of target Grid_BovWriter_MPI_test_CUDA_UVM [ 78%] Built target Grid_Splines_MPI_test_CUDA [ 78%] Building CXX object grid/unit_test/CMakeFiles/Grid_BovWriter_MPI_test_CUDA_UVM.dir/CUDA_UVM/tstBovWriter_CUDA_UVM.cpp.o Scanning dependencies of target Grid_Partitioner_MPI_test_SERIAL [ 78%] Building CXX object grid/unit_test/CMakeFiles/Grid_Partitioner_MPI_test_SERIAL.dir/SERIAL/tstPartitioner_SERIAL.cpp.o [ 78%] Built target Grid_Halo2d_MPI_test_CUDA_UVM Scanning dependencies of target Grid_SplineEvaluation2d_MPI_test_CUDA_UVM [ 79%] Building CXX object grid/unit_test/CMakeFiles/Grid_SplineEvaluation2d_MPI_test_CUDA_UVM.dir/CUDA_UVM/tstSplineEvaluation2d_CUDA_UVM.cpp.o [ 79%] Building CXX object grid/unit_test/CMakeFiles/Grid_IndexConversion_MPI_test_CUDA_UVM.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 80%] Linking CXX executable Grid_IndexConversion_MPI_test_CUDA_UVM [ 81%] Building CXX object grid/unit_test/CMakeFiles/Grid_Interpolation3d_MPI_test_CUDA_UVM.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 81%] Linking CXX executable Grid_Interpolation3d_MPI_test_CUDA_UVM [ 81%] Building CXX object grid/unit_test/CMakeFiles/Grid_ParticleInit_MPI_test_CUDA_UVM.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 81%] Built target Grid_IndexConversion_MPI_test_CUDA_UVM [ 81%] Building CXX object grid/unit_test/CMakeFiles/Grid_ParticleGridDistributor2d_MPI_test_CUDA_UVM.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o Scanning dependencies of target Grid_Interpolation2d_MPI_test_CUDA_UVM [ 81%] Linking CXX executable Grid_ParticleGridDistributor2d_MPI_test_CUDA_UVM [ 82%] Linking CXX executable Grid_ParticleInit_MPI_test_CUDA_UVM [ 83%] Building CXX object grid/unit_test/CMakeFiles/Grid_Interpolation2d_MPI_test_CUDA_UVM.dir/CUDA_UVM/tstInterpolation2d_CUDA_UVM.cpp.o [ 83%] Built target Grid_Interpolation3d_MPI_test_CUDA_UVM Scanning dependencies of target Grid_SparseArray_MPI_test_CUDA_UVM [ 83%] Built target Grid_ParticleGridDistributor2d_MPI_test_CUDA_UVM [ 83%] Built target Grid_ParticleInit_MPI_test_CUDA_UVM [ 83%] Building CXX object grid/unit_test/CMakeFiles/Grid_SparseArray_MPI_test_CUDA_UVM.dir/CUDA_UVM/tstSparseArray_CUDA_UVM.cpp.o [ 83%] Linking CXX executable Grid_SplineEvaluation3d_MPI_test_CUDA_UVM Scanning dependencies of target Grid_SparseDimPartitioner_MPI_test_CUDA_UVM Scanning dependencies of target HelloWorld [ 83%] Building CXX object grid/unit_test/CMakeFiles/Grid_SparseDimPartitioner_MPI_test_CUDA_UVM.dir/CUDA_UVM/tstSparseDimPartitioner_CUDA_UVM.cpp.o [ 84%] Building CXX object example/core_tutorial/01_hello_world/CMakeFiles/HelloWorld.dir/hello_world.cpp.o [ 84%] Building CXX object grid/unit_test/CMakeFiles/Grid_Partitioner_MPI_test_SERIAL.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 84%] Linking CXX executable Grid_Partitioner_MPI_test_SERIAL [ 84%] Built target Grid_SplineEvaluation3d_MPI_test_CUDA_UVM [ 84%] Building CXX object grid/unit_test/CMakeFiles/Grid_SparseDimPartitioner_MPI_test_CUDA_UVM.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 84%] Built target Grid_Partitioner_MPI_test_SERIAL [ 84%] Building CXX object grid/unit_test/CMakeFiles/Grid_SparseArray_MPI_test_CUDA_UVM.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o Scanning dependencies of target Tuple [ 84%] Building CXX object example/core_tutorial/02_tuple/CMakeFiles/Tuple.dir/tuple_example.cpp.o Scanning dependencies of target StructOfArrays [ 84%] Building CXX object example/core_tutorial/03_struct_of_arrays/CMakeFiles/StructOfArrays.dir/soa_example.cpp.o [ 84%] Building CXX object grid/unit_test/CMakeFiles/Grid_BovWriter_MPI_test_CUDA_UVM.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 84%] Linking CXX executable Grid_BovWriter_MPI_test_CUDA_UVM [ 84%] Building CXX object grid/unit_test/CMakeFiles/Grid_SplineEvaluation2d_MPI_test_CUDA_UVM.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 84%] Linking CXX executable Grid_SplineEvaluation2d_MPI_test_CUDA_UVM [ 84%] Built target Grid_BovWriter_MPI_test_CUDA_UVM [ 84%] Built target Grid_SplineEvaluation2d_MPI_test_CUDA_UVM Scanning dependencies of target AdvancedUnmanagedAoSoA Scanning dependencies of target ArrayOfStructsOfArrays [ 84%] Building CXX object example/core_tutorial/04_aosoa_advanced_unmanaged/CMakeFiles/AdvancedUnmanagedAoSoA.dir/advanced_aosoa_unmanaged.cpp.o [ 84%] Building CXX object example/core_tutorial/04_aosoa/CMakeFiles/ArrayOfStructsOfArrays.dir/aosoa_example.cpp.o [ 84%] Linking CXX executable HelloWorld [ 84%] Linking CXX executable Tuple [ 84%] Built target HelloWorld [ 84%] Building CXX object grid/unit_test/CMakeFiles/Grid_Interpolation2d_MPI_test_CUDA_UVM.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o Scanning dependencies of target Slice [ 84%] Building CXX object example/core_tutorial/05_slice/CMakeFiles/Slice.dir/slice_example.cpp.o [ 84%] Linking CXX executable Grid_Interpolation2d_MPI_test_CUDA_UVM [ 84%] Linking CXX executable Grid_SparseDimPartitioner_MPI_test_CUDA_UVM [ 84%] Built target Tuple Scanning dependencies of target DeepCopy [ 84%] Building CXX object example/core_tutorial/06_deep_copy/CMakeFiles/DeepCopy.dir/deep_copy_example.cpp.o [ 84%] Linking CXX executable StructOfArrays [ 84%] Built target Grid_Interpolation2d_MPI_test_CUDA_UVM Scanning dependencies of target Sorting [ 84%] Built target Grid_SparseDimPartitioner_MPI_test_CUDA_UVM Scanning dependencies of target LinkedCellList [ 85%] Building CXX object example/core_tutorial/07_sorting/CMakeFiles/Sorting.dir/sorting_example.cpp.o [ 85%] Building CXX object example/core_tutorial/08_linked_cell_list/CMakeFiles/LinkedCellList.dir/linked_cell_list_example.cpp.o [ 85%] Built target StructOfArrays Scanning dependencies of target VerletList [ 85%] Building CXX object example/core_tutorial/09_neighbor_list/CMakeFiles/VerletList.dir/verlet_list_example.cpp.o [ 85%] Linking CXX executable ArrayOfStructsOfArrays [ 85%] Linking CXX executable AdvancedUnmanagedAoSoA [ 85%] Built target ArrayOfStructsOfArrays Scanning dependencies of target ArborXList [ 85%] Building CXX object example/core_tutorial/09_neighbor_list_arborx/CMakeFiles/ArborXList.dir/arborx_neighborlist_example.cpp.o [ 85%] Built target AdvancedUnmanagedAoSoA Scanning dependencies of target NeighParallelFor [ 85%] Building CXX object example/core_tutorial/10_neighbor_parallel_for/CMakeFiles/NeighParallelFor.dir/neighbor_parallel_for_example.cpp.o /var/jenkins/workspace/Cabana_PR-747/grid/unit_test/tstSparseArray.hpp(367): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::__shared_count") from a __host__ __device__ function("") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/unit_test/tstSparseArray.hpp(367): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::~__shared_count") from a __host__ __device__ function("") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/unit_test/tstSparseArray.hpp(367): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::__shared_count") from a __host__ __device__ function("") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/unit_test/tstSparseArray.hpp(367): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::~__shared_count") from a __host__ __device__ function("") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/unit_test/tstSparseArray.hpp(554): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::__shared_count") from a __host__ __device__ function("") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/unit_test/tstSparseArray.hpp(554): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::~__shared_count") from a __host__ __device__ function("") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/unit_test/tstSparseArray.hpp(554): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::__shared_count") from a __host__ __device__ function("") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/unit_test/tstSparseArray.hpp(554): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::~__shared_count") from a __host__ __device__ function("") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/src/Cabana_Grid_SparseIndexSpace.hpp(1009): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::~__shared_count") from a __host__ __device__ function("Cabana::Grid::Experimental::SparseArray< ::Cabana::MemberTypes , ::Kokkos::CudaUVMSpace, ::Cabana::Grid::Node, ::Cabana::Grid::SparseMesh , ::Cabana::Grid::SparseMap< ::Kokkos::Cuda, (unsigned long long)4ull, ( ::Cabana::Grid::HashTypes)0, unsigned long, unsigned long> > ::~SparseArray") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/src/Cabana_Grid_SparseIndexSpace.hpp(1009): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::~__shared_count") from a __host__ __device__ function("Cabana::Grid::Experimental::SparseArray< ::Cabana::MemberTypes , ::Kokkos::CudaUVMSpace, ::Cabana::Grid::Node, ::Cabana::Grid::SparseMesh , ::Cabana::Grid::SparseMap< ::Kokkos::Cuda, (unsigned long long)4ull, ( ::Cabana::Grid::HashTypes)0, unsigned long, unsigned long> > ::~SparseArray [subobject]") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/src/Cabana_Grid_SparseIndexSpace.hpp(1009): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::~__shared_count") from a __host__ __device__ function("Cabana::Grid::Experimental::SparseArray< ::Cabana::MemberTypes , ::Kokkos::CudaUVMSpace, ::Cabana::Grid::Cell, ::Cabana::Grid::SparseMesh , ::Cabana::Grid::SparseMap< ::Kokkos::Cuda, (unsigned long long)4ull, ( ::Cabana::Grid::HashTypes)0, unsigned long, unsigned long> > ::~SparseArray") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/src/Cabana_Grid_SparseIndexSpace.hpp(1009): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::~__shared_count") from a __host__ __device__ function("Cabana::Grid::Experimental::SparseArray< ::Cabana::MemberTypes , ::Kokkos::CudaUVMSpace, ::Cabana::Grid::Cell, ::Cabana::Grid::SparseMesh , ::Cabana::Grid::SparseMap< ::Kokkos::Cuda, (unsigned long long)4ull, ( ::Cabana::Grid::HashTypes)0, unsigned long, unsigned long> > ::~SparseArray [subobject]") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/src/Cabana_Grid_SparseIndexSpace.hpp(1009): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::~__shared_count") from a __host__ __device__ function("Cabana::Grid::Experimental::SparseArray< ::Cabana::MemberTypes , ::Kokkos::CudaUVMSpace, ::Cabana::Grid::Node, ::Cabana::Grid::SparseMesh , ::Cabana::Grid::SparseMap< ::Kokkos::Cuda, (unsigned long long)4ull, ( ::Cabana::Grid::HashTypes)0, unsigned long, unsigned long> > ::~SparseArray") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/src/Cabana_Grid_SparseIndexSpace.hpp(1009): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::~__shared_count") from a __host__ __device__ function("Cabana::Grid::Experimental::SparseArray< ::Cabana::MemberTypes , ::Kokkos::CudaUVMSpace, ::Cabana::Grid::Node, ::Cabana::Grid::SparseMesh , ::Cabana::Grid::SparseMap< ::Kokkos::Cuda, (unsigned long long)4ull, ( ::Cabana::Grid::HashTypes)0, unsigned long, unsigned long> > ::~SparseArray [subobject]") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/src/Cabana_Grid_SparseIndexSpace.hpp(1009): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::~__shared_count") from a __host__ __device__ function("Cabana::Grid::Experimental::SparseArray< ::Cabana::MemberTypes , ::Kokkos::CudaUVMSpace, ::Cabana::Grid::Cell, ::Cabana::Grid::SparseMesh , ::Cabana::Grid::SparseMap< ::Kokkos::Cuda, (unsigned long long)4ull, ( ::Cabana::Grid::HashTypes)0, unsigned long, unsigned long> > ::~SparseArray") is not allowed /var/jenkins/workspace/Cabana_PR-747/grid/src/Cabana_Grid_SparseIndexSpace.hpp(1009): warning: calling a __host__ function("std::__shared_count<( ::__gnu_cxx::_Lock_policy)2> ::~__shared_count") from a __host__ __device__ function("Cabana::Grid::Experimental::SparseArray< ::Cabana::MemberTypes , ::Kokkos::CudaUVMSpace, ::Cabana::Grid::Cell, ::Cabana::Grid::SparseMesh , ::Cabana::Grid::SparseMap< ::Kokkos::Cuda, (unsigned long long)4ull, ( ::Cabana::Grid::HashTypes)0, unsigned long, unsigned long> > ::~SparseArray [subobject]") is not allowed [ 86%] Linking CXX executable Grid_SparseArray_MPI_test_CUDA_UVM [ 86%] Built target Grid_SparseArray_MPI_test_CUDA_UVM [ 86%] Linking CXX executable Slice Scanning dependencies of target SimdParallelFor [ 86%] Building CXX object example/core_tutorial/10_simd_parallel_for/CMakeFiles/SimdParallelFor.dir/simd_parallel_for_example.cpp.o [ 86%] Built target Slice Scanning dependencies of target Migration [ 86%] Building CXX object example/core_tutorial/11_migration/CMakeFiles/Migration.dir/migration_example.cpp.o [ 86%] Linking CXX executable LinkedCellList [ 86%] Linking CXX executable Sorting [ 87%] Linking CXX executable VerletList [ 87%] Built target LinkedCellList Scanning dependencies of target HaloExchange [ 88%] Building CXX object example/core_tutorial/12_halo_exchange/CMakeFiles/HaloExchange.dir/halo_exchange_example.cpp.o [ 88%] Built target Sorting Scanning dependencies of target AdvancedCudaSlice [ 88%] Linking CXX executable DeepCopy [ 88%] Building CXX object example/core_tutorial/05_slice_advanced_cuda/CMakeFiles/AdvancedCudaSlice.dir/advanced_slice_cuda.cpp.o [ 88%] Built target VerletList Scanning dependencies of target MeshTypes [ 89%] Linking CXX executable ArborXList [ 90%] Building CXX object example/grid_tutorial/01_types/CMakeFiles/MeshTypes.dir/types_example.cpp.o [ 91%] Linking CXX executable NeighParallelFor [ 91%] Built target DeepCopy [ 91%] Built target ArborXList [ 91%] Built target NeighParallelFor Scanning dependencies of target GlobalMesh [ 91%] Building CXX object example/grid_tutorial/02_global_mesh/CMakeFiles/GlobalMesh.dir/global_mesh_example.cpp.o Scanning dependencies of target GlobalGrid Scanning dependencies of target Partitioner [ 92%] Building CXX object example/grid_tutorial/04_global_grid/CMakeFiles/GlobalGrid.dir/global_grid_example.cpp.o [ 93%] Building CXX object example/grid_tutorial/03_partitioner/CMakeFiles/Partitioner.dir/partitioner_example.cpp.o [ 93%] Linking CXX executable SimdParallelFor [ 93%] Built target SimdParallelFor Scanning dependencies of target IndexSpace [ 93%] Building CXX object example/grid_tutorial/05_index_space/CMakeFiles/IndexSpace.dir/index_space_example.cpp.o [ 93%] Linking CXX executable Migration [ 93%] Built target Migration Scanning dependencies of target LocalGrid [ 93%] Building CXX object example/grid_tutorial/06_local_grid/CMakeFiles/LocalGrid.dir/local_grid_example.cpp.o [ 93%] Linking CXX executable HaloExchange [ 93%] Linking CXX executable MeshTypes [ 93%] Linking CXX executable Partitioner [ 93%] Linking CXX executable AdvancedCudaSlice [ 93%] Linking CXX executable GlobalMesh [ 93%] Built target HaloExchange Scanning dependencies of target LocalMesh [ 93%] Built target MeshTypes [ 93%] Building CXX object example/grid_tutorial/07_local_mesh/CMakeFiles/LocalMesh.dir/local_mesh_example.cpp.o [ 93%] Linking CXX executable GlobalGrid Scanning dependencies of target Array [ 93%] Building CXX object example/grid_tutorial/08_array/CMakeFiles/Array.dir/array_example.cpp.o [ 93%] Built target AdvancedCudaSlice [ 93%] Built target GlobalMesh [ 93%] Built target Partitioner Scanning dependencies of target GridParallel [ 93%] Building CXX object example/grid_tutorial/09_grid_parallel/CMakeFiles/GridParallel.dir/grid_parallel_example.cpp.o Scanning dependencies of target HeffteFFT Scanning dependencies of target StructuredSolver [ 93%] Building CXX object example/grid_tutorial/10_fft_heffte/CMakeFiles/HeffteFFT.dir/heffte_fast_fourier_transform_example.cpp.o [ 94%] Building CXX object example/grid_tutorial/11_structured_solver/CMakeFiles/StructuredSolver.dir/structured_solver_example.cpp.o [ 94%] Built target GlobalGrid Scanning dependencies of target Halo [ 94%] Linking CXX executable IndexSpace [ 94%] Building CXX object example/grid_tutorial/12_halo/CMakeFiles/Halo.dir/halo_example.cpp.o [ 94%] Built target IndexSpace Scanning dependencies of target Spline [ 94%] Building CXX object example/grid_tutorial/14_spline/CMakeFiles/Spline.dir/spline_example.cpp.o [ 94%] Linking CXX executable LocalGrid [ 94%] Built target LocalGrid Scanning dependencies of target Interpolation [ 94%] Linking CXX executable LocalMesh [ 94%] Building CXX object example/grid_tutorial/15_interpolation/CMakeFiles/Interpolation.dir/interpolation_example.cpp.o [ 95%] Linking CXX executable GridParallel [ 95%] Linking CXX executable Array [ 95%] Linking CXX executable Halo [ 95%] Built target LocalMesh Scanning dependencies of target LinkedCellPerformance [ 96%] Building CXX object benchmark/core/CMakeFiles/LinkedCellPerformance.dir/Cabana_LinkedCellPerformance.cpp.o [ 96%] Linking CXX executable HeffteFFT [ 96%] Built target Array [ 96%] Built target GridParallel Scanning dependencies of target NeighborArborXPerformance [ 96%] Linking CXX executable StructuredSolver Scanning dependencies of target BinSortPerformance [ 97%] Building CXX object benchmark/core/CMakeFiles/BinSortPerformance.dir/Cabana_BinSortPerformance.cpp.o [ 97%] Building CXX object benchmark/core/CMakeFiles/NeighborArborXPerformance.dir/Cabana_NeighborArborXPerformance.cpp.o [ 97%] Built target Halo Scanning dependencies of target NeighborVerletPerformance [ 97%] Building CXX object benchmark/core/CMakeFiles/NeighborVerletPerformance.dir/Cabana_NeighborVerletPerformance.cpp.o [ 97%] Built target HeffteFFT Scanning dependencies of target CommPerformance [ 98%] Building CXX object benchmark/core/CMakeFiles/CommPerformance.dir/Cabana_CommPerformance.cpp.o [ 98%] Built target StructuredSolver Scanning dependencies of target HaloPerformance [ 98%] Linking CXX executable Spline [ 98%] Building CXX object benchmark/grid/CMakeFiles/HaloPerformance.dir/Cabana_Grid_HaloPerformance.cpp.o [ 98%] Built target Spline Scanning dependencies of target SparsePartitionerPerformance [ 98%] Building CXX object benchmark/grid/CMakeFiles/SparsePartitionerPerformance.dir/Cabana_Grid_SparsePartitionerPerformance.cpp.o [ 99%] Linking CXX executable Interpolation [ 99%] Built target Interpolation Scanning dependencies of target SparseMapPerformance [ 99%] Building CXX object benchmark/grid/CMakeFiles/SparseMapPerformance.dir/Cabana_Grid_SparseMapPerformance.cpp.o [ 99%] Linking CXX executable LinkedCellPerformance [ 99%] Linking CXX executable BinSortPerformance [ 99%] Built target LinkedCellPerformance Scanning dependencies of target FastFourierTransformPerformance [ 99%] Built target BinSortPerformance Scanning dependencies of target InterpolationPerformance [ 99%] Building CXX object benchmark/grid/CMakeFiles/FastFourierTransformPerformance.dir/Cabana_Grid_FastFourierTransformPerformance.cpp.o [ 99%] Building CXX object benchmark/grid/CMakeFiles/InterpolationPerformance.dir/Cabana_Grid_InterpolationPerformance.cpp.o [ 99%] Linking CXX executable HaloPerformance [ 99%] Linking CXX executable NeighborVerletPerformance [ 99%] Built target HaloPerformance [ 99%] Built target NeighborVerletPerformance [100%] Linking CXX executable SparsePartitionerPerformance [100%] Linking CXX executable NeighborArborXPerformance [100%] Linking CXX executable CommPerformance [100%] Built target SparsePartitionerPerformance [100%] Built target NeighborArborXPerformance [100%] Built target CommPerformance [100%] Linking CXX executable SparseMapPerformance [100%] Built target SparseMapPerformance [100%] Linking CXX executable FastFourierTransformPerformance [100%] Built target FastFourierTransformPerformance [100%] Linking CXX executable InterpolationPerformance [100%] Built target InterpolationPerformance + ctest --output-on-failure Test project /var/jenkins/workspace/Cabana_PR-747/build Start 1: Cabana_Version_test 1/191 Test #1: Cabana_Version_test .......................................... Passed 1.68 sec Start 2: Cabana_Index_test 2/191 Test #2: Cabana_Index_test ............................................ Passed 1.39 sec Start 3: Cabana_CartesianGrid_test 3/191 Test #3: Cabana_CartesianGrid_test .................................... Passed 1.39 sec Start 4: Cabana_SoA_test 4/191 Test #4: Cabana_SoA_test .............................................. Passed 1.39 sec Start 5: Cabana_AoSoA_test_SERIAL 5/191 Test #5: Cabana_AoSoA_test_SERIAL ..................................... Passed 1.39 sec Start 6: Cabana_DeepCopy_test_SERIAL 6/191 Test #6: Cabana_DeepCopy_test_SERIAL .................................. Passed 1.43 sec Start 7: Cabana_LinkedCellList_test_SERIAL 7/191 Test #7: Cabana_LinkedCellList_test_SERIAL ............................ Passed 1.40 sec Start 8: Cabana_NeighborList_test_SERIAL 8/191 Test #8: Cabana_NeighborList_test_SERIAL .............................. Passed 4.22 sec Start 9: Cabana_Parallel_test_SERIAL 9/191 Test #9: Cabana_Parallel_test_SERIAL .................................. Passed 1.38 sec Start 10: Cabana_ParameterPack_test_SERIAL 10/191 Test #10: Cabana_ParameterPack_test_SERIAL ............................. Passed 1.39 sec Start 11: Cabana_ParticleInit_test_SERIAL 11/191 Test #11: Cabana_ParticleInit_test_SERIAL .............................. Passed 1.41 sec Start 12: Cabana_ParticleList_test_SERIAL 12/191 Test #12: Cabana_ParticleList_test_SERIAL .............................. Passed 1.39 sec Start 13: Cabana_Slice_test_SERIAL 13/191 Test #13: Cabana_Slice_test_SERIAL ..................................... Passed 1.39 sec Start 14: Cabana_Sort_test_SERIAL 14/191 Test #14: Cabana_Sort_test_SERIAL ...................................... Passed 1.45 sec Start 15: Cabana_Tuple_test_SERIAL 15/191 Test #15: Cabana_Tuple_test_SERIAL ..................................... Passed 1.38 sec Start 16: Cabana_NeighborListArborX_test_SERIAL 16/191 Test #16: Cabana_NeighborListArborX_test_SERIAL ........................ Passed 1.98 sec Start 17: Cabana_AoSoA_test_CUDA 17/191 Test #17: Cabana_AoSoA_test_CUDA ....................................... Passed 1.40 sec Start 18: Cabana_DeepCopy_test_CUDA 18/191 Test #18: Cabana_DeepCopy_test_CUDA .................................... Passed 1.46 sec Start 19: Cabana_LinkedCellList_test_CUDA 19/191 Test #19: Cabana_LinkedCellList_test_CUDA .............................. Passed 1.43 sec Start 20: Cabana_NeighborList_test_CUDA 20/191 Test #20: Cabana_NeighborList_test_CUDA ................................ Passed 1.74 sec Start 21: Cabana_Parallel_test_CUDA 21/191 Test #21: Cabana_Parallel_test_CUDA .................................... Passed 1.45 sec Start 22: Cabana_ParameterPack_test_CUDA 22/191 Test #22: Cabana_ParameterPack_test_CUDA ............................... Passed 1.39 sec Start 23: Cabana_ParticleInit_test_CUDA 23/191 Test #23: Cabana_ParticleInit_test_CUDA ................................ Passed 1.60 sec Start 24: Cabana_ParticleList_test_CUDA 24/191 Test #24: Cabana_ParticleList_test_CUDA ................................ Passed 1.40 sec Start 25: Cabana_Slice_test_CUDA 25/191 Test #25: Cabana_Slice_test_CUDA ....................................... Passed 1.39 sec Start 26: Cabana_Sort_test_CUDA 26/191 Test #26: Cabana_Sort_test_CUDA ........................................ Passed 1.44 sec Start 27: Cabana_Tuple_test_CUDA 27/191 Test #27: Cabana_Tuple_test_CUDA ....................................... Passed 1.39 sec Start 28: Cabana_NeighborListArborX_test_CUDA 28/191 Test #28: Cabana_NeighborListArborX_test_CUDA .......................... Passed 1.55 sec Start 29: Cabana_AoSoA_test_CUDA_UVM 29/191 Test #29: Cabana_AoSoA_test_CUDA_UVM ................................... Passed 1.42 sec Start 30: Cabana_DeepCopy_test_CUDA_UVM 30/191 Test #30: Cabana_DeepCopy_test_CUDA_UVM ................................ Passed 1.50 sec Start 31: Cabana_LinkedCellList_test_CUDA_UVM 31/191 Test #31: Cabana_LinkedCellList_test_CUDA_UVM .......................... Passed 1.44 sec Start 32: Cabana_NeighborList_test_CUDA_UVM 32/191 Test #32: Cabana_NeighborList_test_CUDA_UVM ............................ Passed 1.84 sec Start 33: Cabana_Parallel_test_CUDA_UVM 33/191 Test #33: Cabana_Parallel_test_CUDA_UVM ................................ Passed 1.40 sec Start 34: Cabana_ParameterPack_test_CUDA_UVM 34/191 Test #34: Cabana_ParameterPack_test_CUDA_UVM ........................... Passed 1.41 sec Start 35: Cabana_ParticleInit_test_CUDA_UVM 35/191 Test #35: Cabana_ParticleInit_test_CUDA_UVM ............................ Passed 1.59 sec Start 36: Cabana_ParticleList_test_CUDA_UVM 36/191 Test #36: Cabana_ParticleList_test_CUDA_UVM ............................ Passed 1.40 sec Start 37: Cabana_Slice_test_CUDA_UVM 37/191 Test #37: Cabana_Slice_test_CUDA_UVM ................................... Passed 1.41 sec Start 38: Cabana_Sort_test_CUDA_UVM 38/191 Test #38: Cabana_Sort_test_CUDA_UVM .................................... Passed 1.45 sec Start 39: Cabana_Tuple_test_CUDA_UVM 39/191 Test #39: Cabana_Tuple_test_CUDA_UVM ................................... Passed 1.40 sec Start 40: Cabana_NeighborListArborX_test_CUDA_UVM 40/191 Test #40: Cabana_NeighborListArborX_test_CUDA_UVM ...................... Passed 1.60 sec Start 41: Cabana_CommunicationPlan_MPI_test_SERIAL_np_1 41/191 Test #41: Cabana_CommunicationPlan_MPI_test_SERIAL_np_1 ................ Passed 2.18 sec Start 42: Cabana_Distributor_MPI_test_SERIAL_np_1 42/191 Test #42: Cabana_Distributor_MPI_test_SERIAL_np_1 ...................... Passed 1.67 sec Start 43: Cabana_Halo_MPI_test_SERIAL_np_1 43/191 Test #43: Cabana_Halo_MPI_test_SERIAL_np_1 ............................. Passed 1.67 sec Start 44: Cabana_CommunicationPlan_MPI_test_CUDA_np_1 44/191 Test #44: Cabana_CommunicationPlan_MPI_test_CUDA_np_1 .................. Passed 1.71 sec Start 45: Cabana_Distributor_MPI_test_CUDA_np_1 45/191 Test #45: Cabana_Distributor_MPI_test_CUDA_np_1 ........................ Passed 1.70 sec Start 46: Cabana_Halo_MPI_test_CUDA_np_1 46/191 Test #46: Cabana_Halo_MPI_test_CUDA_np_1 ............................... Passed 1.72 sec Start 47: Cabana_CommunicationPlan_MPI_test_CUDA_UVM_np_1 47/191 Test #47: Cabana_CommunicationPlan_MPI_test_CUDA_UVM_np_1 .............. Passed 1.74 sec Start 48: Cabana_Distributor_MPI_test_CUDA_UVM_np_1 48/191 Test #48: Cabana_Distributor_MPI_test_CUDA_UVM_np_1 .................... Passed 1.77 sec Start 49: Cabana_Halo_MPI_test_CUDA_UVM_np_1 49/191 Test #49: Cabana_Halo_MPI_test_CUDA_UVM_np_1 ........................... Passed 1.78 sec Start 50: Grid_GlobalMesh_MPI_test_SERIAL 50/191 Test #50: Grid_GlobalMesh_MPI_test_SERIAL .............................. Passed 1.38 sec Start 51: Grid_IndexSpace_MPI_test_SERIAL 51/191 Test #51: Grid_IndexSpace_MPI_test_SERIAL .............................. Passed 1.39 sec Start 52: Grid_SparseIndexSpace_MPI_test_SERIAL 52/191 Test #52: Grid_SparseIndexSpace_MPI_test_SERIAL ........................ Passed 1.48 sec Start 53: Grid_Splines_MPI_test_SERIAL 53/191 Test #53: Grid_Splines_MPI_test_SERIAL ................................. Passed 1.39 sec Start 54: Grid_GlobalMesh_MPI_test_CUDA 54/191 Test #54: Grid_GlobalMesh_MPI_test_CUDA ................................ Passed 1.39 sec Start 55: Grid_IndexSpace_MPI_test_CUDA 55/191 Test #55: Grid_IndexSpace_MPI_test_CUDA ................................ Passed 1.40 sec Start 56: Grid_SparseIndexSpace_MPI_test_CUDA 56/191 Test #56: Grid_SparseIndexSpace_MPI_test_CUDA .......................... Passed 1.50 sec Start 57: Grid_Splines_MPI_test_CUDA 57/191 Test #57: Grid_Splines_MPI_test_CUDA ................................... Passed 1.41 sec Start 58: Grid_GlobalMesh_MPI_test_CUDA_UVM 58/191 Test #58: Grid_GlobalMesh_MPI_test_CUDA_UVM ............................ Passed 1.39 sec Start 59: Grid_IndexSpace_MPI_test_CUDA_UVM 59/191 Test #59: Grid_IndexSpace_MPI_test_CUDA_UVM ............................ Passed 1.42 sec Start 60: Grid_SparseIndexSpace_MPI_test_CUDA_UVM 60/191 Test #60: Grid_SparseIndexSpace_MPI_test_CUDA_UVM ...................... Passed 1.51 sec Start 61: Grid_Splines_MPI_test_CUDA_UVM 61/191 Test #61: Grid_Splines_MPI_test_CUDA_UVM ............................... Passed 1.39 sec Start 62: Grid_GlobalGrid_MPI_test_SERIAL_np_1 62/191 Test #62: Grid_GlobalGrid_MPI_test_SERIAL_np_1 ......................... Passed 1.73 sec Start 63: Grid_GlobalParticleComm_MPI_test_SERIAL_np_1 63/191 Test #63: Grid_GlobalParticleComm_MPI_test_SERIAL_np_1 ................. Passed 1.69 sec Start 64: Grid_LocalGrid_MPI_test_SERIAL_np_1 64/191 Test #64: Grid_LocalGrid_MPI_test_SERIAL_np_1 .......................... Passed 1.69 sec Start 65: Grid_IndexConversion_MPI_test_SERIAL_np_1 65/191 Test #65: Grid_IndexConversion_MPI_test_SERIAL_np_1 .................... Passed 4.50 sec Start 66: Grid_LocalMesh3d_MPI_test_SERIAL_np_1 66/191 Test #66: Grid_LocalMesh3d_MPI_test_SERIAL_np_1 ........................ Passed 3.66 sec Start 67: Grid_LocalMesh2d_MPI_test_SERIAL_np_1 67/191 Test #67: Grid_LocalMesh2d_MPI_test_SERIAL_np_1 ........................ Passed 1.70 sec Start 68: Grid_Array3d_MPI_test_SERIAL_np_1 68/191 Test #68: Grid_Array3d_MPI_test_SERIAL_np_1 ............................ Passed 1.88 sec Start 69: Grid_Array2d_MPI_test_SERIAL_np_1 69/191 Test #69: Grid_Array2d_MPI_test_SERIAL_np_1 ............................ Passed 1.70 sec Start 70: Grid_Halo3d_MPI_test_SERIAL_np_1 70/191 Test #70: Grid_Halo3d_MPI_test_SERIAL_np_1 ............................. Passed 3.26 sec Start 71: Grid_Halo2d_MPI_test_SERIAL_np_1 71/191 Test #71: Grid_Halo2d_MPI_test_SERIAL_np_1 ............................. Passed 1.76 sec Start 72: Grid_ParticleInit_MPI_test_SERIAL_np_1 72/191 Test #72: Grid_ParticleInit_MPI_test_SERIAL_np_1 ....................... Passed 2.16 sec Start 73: Grid_ParticleGridDistributor2d_MPI_test_SERIAL_np_1 73/191 Test #73: Grid_ParticleGridDistributor2d_MPI_test_SERIAL_np_1 .......... Passed 1.69 sec Start 74: Grid_ParticleGridDistributor3d_MPI_test_SERIAL_np_1 74/191 Test #74: Grid_ParticleGridDistributor3d_MPI_test_SERIAL_np_1 .......... Passed 1.81 sec Start 75: Grid_SplineEvaluation3d_MPI_test_SERIAL_np_1 75/191 Test #75: Grid_SplineEvaluation3d_MPI_test_SERIAL_np_1 ................. Passed 2.76 sec Start 76: Grid_SplineEvaluation2d_MPI_test_SERIAL_np_1 76/191 Test #76: Grid_SplineEvaluation2d_MPI_test_SERIAL_np_1 ................. Passed 1.71 sec Start 77: Grid_Interpolation3d_MPI_test_SERIAL_np_1 77/191 Test #77: Grid_Interpolation3d_MPI_test_SERIAL_np_1 .................... Passed 2.00 sec Start 78: Grid_Interpolation2d_MPI_test_SERIAL_np_1 78/191 Test #78: Grid_Interpolation2d_MPI_test_SERIAL_np_1 .................... Passed 1.69 sec Start 79: Grid_BovWriter_MPI_test_SERIAL_np_1 79/191 Test #79: Grid_BovWriter_MPI_test_SERIAL_np_1 .......................... Passed 1.96 sec Start 80: Grid_Parallel_MPI_test_SERIAL_np_1 80/191 Test #80: Grid_Parallel_MPI_test_SERIAL_np_1 ........................... Passed 1.85 sec Start 81: Grid_Partitioner_MPI_test_SERIAL_np_1 81/191 Test #81: Grid_Partitioner_MPI_test_SERIAL_np_1 ........................ Passed 1.71 sec Start 82: Grid_ParticleList_MPI_test_SERIAL_np_1 82/191 Test #82: Grid_ParticleList_MPI_test_SERIAL_np_1 ....................... Passed 1.71 sec Start 83: Grid_SparseArray_MPI_test_SERIAL_np_1 83/191 Test #83: Grid_SparseArray_MPI_test_SERIAL_np_1 ........................ Passed 2.14 sec Start 84: Grid_SparseDimPartitioner_MPI_test_SERIAL_np_1 84/191 Test #84: Grid_SparseDimPartitioner_MPI_test_SERIAL_np_1 ............... Passed 2.02 sec Start 85: Grid_SparseHalo_MPI_test_SERIAL_np_1 85/191 Test #85: Grid_SparseHalo_MPI_test_SERIAL_np_1 ......................... Passed 1.97 sec Start 86: Grid_SparseLocalGrid_MPI_test_SERIAL_np_1 86/191 Test #86: Grid_SparseLocalGrid_MPI_test_SERIAL_np_1 .................... Passed 1.91 sec Start 87: Grid_HypreStructuredSolver3d_MPI_test_SERIAL_np_1 87/191 Test #87: Grid_HypreStructuredSolver3d_MPI_test_SERIAL_np_1 ............ Passed 1.89 sec Start 88: Grid_HypreStructuredSolver2d_MPI_test_SERIAL_np_1 88/191 Test #88: Grid_HypreStructuredSolver2d_MPI_test_SERIAL_np_1 ............ Passed 1.89 sec Start 89: Grid_HypreSemiStructuredSolver_MPI_test_SERIAL_np_1 89/191 Test #89: Grid_HypreSemiStructuredSolver_MPI_test_SERIAL_np_1 .......... Passed 1.92 sec Start 90: Grid_HypreSemiStructuredSolverMulti_MPI_test_SERIAL_np_1 90/191 Test #90: Grid_HypreSemiStructuredSolverMulti_MPI_test_SERIAL_np_1 ..... Passed 1.88 sec Start 91: Grid_FastFourierTransform_MPI_test_SERIAL_np_1 91/191 Test #91: Grid_FastFourierTransform_MPI_test_SERIAL_np_1 ............... Passed 2.07 sec Start 92: Grid_GlobalGrid_MPI_test_CUDA_np_1 92/191 Test #92: Grid_GlobalGrid_MPI_test_CUDA_np_1 ........................... Passed 1.85 sec Start 93: Grid_GlobalParticleComm_MPI_test_CUDA_np_1 93/191 Test #93: Grid_GlobalParticleComm_MPI_test_CUDA_np_1 ................... Passed 1.94 sec Start 94: Grid_LocalGrid_MPI_test_CUDA_np_1 94/191 Test #94: Grid_LocalGrid_MPI_test_CUDA_np_1 ............................ Passed 1.74 sec Start 95: Grid_IndexConversion_MPI_test_CUDA_np_1 95/191 Test #95: Grid_IndexConversion_MPI_test_CUDA_np_1 ...................... Passed 3.34 sec Start 96: Grid_LocalMesh3d_MPI_test_CUDA_np_1 96/191 Test #96: Grid_LocalMesh3d_MPI_test_CUDA_np_1 .......................... Passed 3.47 sec Start 97: Grid_LocalMesh2d_MPI_test_CUDA_np_1 97/191 Test #97: Grid_LocalMesh2d_MPI_test_CUDA_np_1 .......................... Passed 1.72 sec Start 98: Grid_Array3d_MPI_test_CUDA_np_1 98/191 Test #98: Grid_Array3d_MPI_test_CUDA_np_1 .............................. Passed 1.77 sec Start 99: Grid_Array2d_MPI_test_CUDA_np_1 99/191 Test #99: Grid_Array2d_MPI_test_CUDA_np_1 .............................. Passed 1.72 sec Start 100: Grid_Halo3d_MPI_test_CUDA_np_1 100/191 Test #100: Grid_Halo3d_MPI_test_CUDA_np_1 ............................... Passed 2.66 sec Start 101: Grid_Halo2d_MPI_test_CUDA_np_1 101/191 Test #101: Grid_Halo2d_MPI_test_CUDA_np_1 ............................... Passed 1.75 sec Start 102: Grid_ParticleInit_MPI_test_CUDA_np_1 102/191 Test #102: Grid_ParticleInit_MPI_test_CUDA_np_1 ......................... Passed 1.99 sec Start 103: Grid_ParticleGridDistributor2d_MPI_test_CUDA_np_1 103/191 Test #103: Grid_ParticleGridDistributor2d_MPI_test_CUDA_np_1 ............ Passed 1.74 sec Start 104: Grid_ParticleGridDistributor3d_MPI_test_CUDA_np_1 104/191 Test #104: Grid_ParticleGridDistributor3d_MPI_test_CUDA_np_1 ............ Passed 1.79 sec Start 105: Grid_SplineEvaluation3d_MPI_test_CUDA_np_1 105/191 Test #105: Grid_SplineEvaluation3d_MPI_test_CUDA_np_1 ................... Passed 2.76 sec Start 106: Grid_SplineEvaluation2d_MPI_test_CUDA_np_1 106/191 Test #106: Grid_SplineEvaluation2d_MPI_test_CUDA_np_1 ................... Passed 1.87 sec Start 107: Grid_Interpolation3d_MPI_test_CUDA_np_1 107/191 Test #107: Grid_Interpolation3d_MPI_test_CUDA_np_1 ...................... Passed 1.88 sec Start 108: Grid_Interpolation2d_MPI_test_CUDA_np_1 108/191 Test #108: Grid_Interpolation2d_MPI_test_CUDA_np_1 ...................... Passed 1.82 sec Start 109: Grid_BovWriter_MPI_test_CUDA_np_1 109/191 Test #109: Grid_BovWriter_MPI_test_CUDA_np_1 ............................ Passed 1.93 sec Start 110: Grid_Parallel_MPI_test_CUDA_np_1 110/191 Test #110: Grid_Parallel_MPI_test_CUDA_np_1 ............................. Passed 1.85 sec Start 111: Grid_Partitioner_MPI_test_CUDA_np_1 111/191 Test #111: Grid_Partitioner_MPI_test_CUDA_np_1 .......................... Passed 1.79 sec Start 112: Grid_ParticleList_MPI_test_CUDA_np_1 112/191 Test #112: Grid_ParticleList_MPI_test_CUDA_np_1 ......................... Passed 1.77 sec Start 113: Grid_SparseArray_MPI_test_CUDA_np_1 113/191 Test #113: Grid_SparseArray_MPI_test_CUDA_np_1 .......................... Passed 1.86 sec Start 114: Grid_SparseDimPartitioner_MPI_test_CUDA_np_1 114/191 Test #114: Grid_SparseDimPartitioner_MPI_test_CUDA_np_1 ................. Passed 1.90 sec Start 115: Grid_SparseHalo_MPI_test_CUDA_np_1 115/191 Test #115: Grid_SparseHalo_MPI_test_CUDA_np_1 ........................... Passed 1.79 sec Start 116: Grid_SparseLocalGrid_MPI_test_CUDA_np_1 116/191 Test #116: Grid_SparseLocalGrid_MPI_test_CUDA_np_1 ...................... Passed 1.76 sec Start 117: Grid_HypreStructuredSolver3d_MPI_test_CUDA_np_1 117/191 Test #117: Grid_HypreStructuredSolver3d_MPI_test_CUDA_np_1 .............. Passed 2.35 sec Start 118: Grid_HypreStructuredSolver2d_MPI_test_CUDA_np_1 118/191 Test #118: Grid_HypreStructuredSolver2d_MPI_test_CUDA_np_1 .............. Passed 2.51 sec Start 119: Grid_HypreSemiStructuredSolver_MPI_test_CUDA_np_1 119/191 Test #119: Grid_HypreSemiStructuredSolver_MPI_test_CUDA_np_1 ............ Passed 2.71 sec Start 120: Grid_HypreSemiStructuredSolverMulti_MPI_test_CUDA_np_1 120/191 Test #120: Grid_HypreSemiStructuredSolverMulti_MPI_test_CUDA_np_1 ....... Passed 3.01 sec Start 121: Grid_FastFourierTransform_MPI_test_CUDA_np_1 121/191 Test #121: Grid_FastFourierTransform_MPI_test_CUDA_np_1 ................. Passed 4.45 sec Start 122: Grid_GlobalGrid_MPI_test_CUDA_UVM_np_1 122/191 Test #122: Grid_GlobalGrid_MPI_test_CUDA_UVM_np_1 ....................... Passed 1.81 sec Start 123: Grid_GlobalParticleComm_MPI_test_CUDA_UVM_np_1 123/191 Test #123: Grid_GlobalParticleComm_MPI_test_CUDA_UVM_np_1 ............... Passed 1.78 sec Start 124: Grid_LocalGrid_MPI_test_CUDA_UVM_np_1 124/191 Test #124: Grid_LocalGrid_MPI_test_CUDA_UVM_np_1 ........................ Passed 1.70 sec Start 125: Grid_IndexConversion_MPI_test_CUDA_UVM_np_1 125/191 Test #125: Grid_IndexConversion_MPI_test_CUDA_UVM_np_1 .................. Passed 3.65 sec Start 126: Grid_LocalMesh3d_MPI_test_CUDA_UVM_np_1 126/191 Test #126: Grid_LocalMesh3d_MPI_test_CUDA_UVM_np_1 ...................... Passed 3.48 sec Start 127: Grid_LocalMesh2d_MPI_test_CUDA_UVM_np_1 127/191 Test #127: Grid_LocalMesh2d_MPI_test_CUDA_UVM_np_1 ...................... Passed 1.72 sec Start 128: Grid_Array3d_MPI_test_CUDA_UVM_np_1 128/191 Test #128: Grid_Array3d_MPI_test_CUDA_UVM_np_1 .......................... Passed 1.81 sec Start 129: Grid_Array2d_MPI_test_CUDA_UVM_np_1 129/191 Test #129: Grid_Array2d_MPI_test_CUDA_UVM_np_1 .......................... Passed 1.71 sec Start 130: Grid_Halo3d_MPI_test_CUDA_UVM_np_1 130/191 Test #130: Grid_Halo3d_MPI_test_CUDA_UVM_np_1 ........................... Passed 2.84 sec Start 131: Grid_Halo2d_MPI_test_CUDA_UVM_np_1 131/191 Test #131: Grid_Halo2d_MPI_test_CUDA_UVM_np_1 ........................... Passed 1.79 sec Start 132: Grid_ParticleInit_MPI_test_CUDA_UVM_np_1 132/191 Test #132: Grid_ParticleInit_MPI_test_CUDA_UVM_np_1 ..................... Passed 1.98 sec Start 133: Grid_ParticleGridDistributor2d_MPI_test_CUDA_UVM_np_1 133/191 Test #133: Grid_ParticleGridDistributor2d_MPI_test_CUDA_UVM_np_1 ........ Passed 1.74 sec Start 134: Grid_ParticleGridDistributor3d_MPI_test_CUDA_UVM_np_1 134/191 Test #134: Grid_ParticleGridDistributor3d_MPI_test_CUDA_UVM_np_1 ........ Passed 1.80 sec Start 135: Grid_SplineEvaluation3d_MPI_test_CUDA_UVM_np_1 135/191 Test #135: Grid_SplineEvaluation3d_MPI_test_CUDA_UVM_np_1 ............... Passed 2.71 sec Start 136: Grid_SplineEvaluation2d_MPI_test_CUDA_UVM_np_1 136/191 Test #136: Grid_SplineEvaluation2d_MPI_test_CUDA_UVM_np_1 ............... Passed 1.70 sec Start 137: Grid_Interpolation3d_MPI_test_CUDA_UVM_np_1 137/191 Test #137: Grid_Interpolation3d_MPI_test_CUDA_UVM_np_1 .................. Passed 1.81 sec Start 138: Grid_Interpolation2d_MPI_test_CUDA_UVM_np_1 138/191 Test #138: Grid_Interpolation2d_MPI_test_CUDA_UVM_np_1 .................. Passed 1.72 sec Start 139: Grid_BovWriter_MPI_test_CUDA_UVM_np_1 139/191 Test #139: Grid_BovWriter_MPI_test_CUDA_UVM_np_1 ........................ Passed 1.92 sec Start 140: Grid_Parallel_MPI_test_CUDA_UVM_np_1 140/191 Test #140: Grid_Parallel_MPI_test_CUDA_UVM_np_1 ......................... Passed 1.81 sec Start 141: Grid_Partitioner_MPI_test_CUDA_UVM_np_1 141/191 Test #141: Grid_Partitioner_MPI_test_CUDA_UVM_np_1 ...................... Passed 1.67 sec Start 142: Grid_ParticleList_MPI_test_CUDA_UVM_np_1 142/191 Test #142: Grid_ParticleList_MPI_test_CUDA_UVM_np_1 ..................... Passed 1.72 sec Start 143: Grid_SparseArray_MPI_test_CUDA_UVM_np_1 143/191 Test #143: Grid_SparseArray_MPI_test_CUDA_UVM_np_1 ...................... Passed 1.80 sec Start 144: Grid_SparseDimPartitioner_MPI_test_CUDA_UVM_np_1 144/191 Test #144: Grid_SparseDimPartitioner_MPI_test_CUDA_UVM_np_1 ............. Passed 1.81 sec Start 145: Grid_SparseHalo_MPI_test_CUDA_UVM_np_1 145/191 Test #145: Grid_SparseHalo_MPI_test_CUDA_UVM_np_1 ....................... Passed 1.70 sec Start 146: Grid_SparseLocalGrid_MPI_test_CUDA_UVM_np_1 146/191 Test #146: Grid_SparseLocalGrid_MPI_test_CUDA_UVM_np_1 .................. Passed 1.74 sec Start 147: Grid_HypreStructuredSolver3d_MPI_test_CUDA_UVM_np_1 147/191 Test #147: Grid_HypreStructuredSolver3d_MPI_test_CUDA_UVM_np_1 .......... Passed 1.67 sec Start 148: Grid_HypreStructuredSolver2d_MPI_test_CUDA_UVM_np_1 148/191 Test #148: Grid_HypreStructuredSolver2d_MPI_test_CUDA_UVM_np_1 .......... Passed 1.77 sec Start 149: Grid_HypreSemiStructuredSolver_MPI_test_CUDA_UVM_np_1 149/191 Test #149: Grid_HypreSemiStructuredSolver_MPI_test_CUDA_UVM_np_1 ........ Passed 1.93 sec Start 150: Grid_HypreSemiStructuredSolverMulti_MPI_test_CUDA_UVM_np_1 150/191 Test #150: Grid_HypreSemiStructuredSolverMulti_MPI_test_CUDA_UVM_np_1 ... Passed 1.85 sec Start 151: Grid_FastFourierTransform_MPI_test_CUDA_UVM_np_1 151/191 Test #151: Grid_FastFourierTransform_MPI_test_CUDA_UVM_np_1 ............. Passed 2.90 sec Start 152: Core_tutorial_01 152/191 Test #152: Core_tutorial_01 ............................................. Passed 1.39 sec Start 153: Core_tutorial_02 153/191 Test #153: Core_tutorial_02 ............................................. Passed 1.37 sec Start 154: Core_tutorial_03 154/191 Test #154: Core_tutorial_03 ............................................. Passed 1.38 sec Start 155: Core_tutorial_04_unmanaged 155/191 Test #155: Core_tutorial_04_unmanaged ................................... Passed 1.37 sec Start 156: Core_tutorial_04 156/191 Test #156: Core_tutorial_04 ............................................. Passed 1.37 sec Start 157: Core_tutorial_05 157/191 Test #157: Core_tutorial_05 ............................................. Passed 1.38 sec Start 158: Core_tutorial_06 158/191 Test #158: Core_tutorial_06 ............................................. Passed 1.37 sec Start 159: Core_tutorial_07 159/191 Test #159: Core_tutorial_07 ............................................. Passed 1.39 sec Start 160: Core_tutorial_08 160/191 Test #160: Core_tutorial_08 ............................................. Passed 1.37 sec Start 161: Core_tutorial_09 161/191 Test #161: Core_tutorial_09 ............................................. Passed 1.38 sec Start 162: Core_tutorial_09_arborx 162/191 Test #162: Core_tutorial_09_arborx ...................................... Passed 1.37 sec Start 163: Core_tutorial_10_neighbor 163/191 Test #163: Core_tutorial_10_neighbor .................................... Passed 1.36 sec Start 164: Core_tutorial_10_simd 164/191 Test #164: Core_tutorial_10_simd ........................................ Passed 1.36 sec Start 165: Core_tutorial_11 165/191 Test #165: Core_tutorial_11 ............................................. Passed 1.79 sec Start 166: Core_tutorial_12 166/191 Test #166: Core_tutorial_12 ............................................. Passed 1.90 sec Start 167: Core_tutorial_05_cuda 167/191 Test #167: Core_tutorial_05_cuda ........................................ Passed 1.36 sec Start 168: Grid_tutorial_01 168/191 Test #168: Grid_tutorial_01 ............................................. Passed 1.36 sec Start 169: Grid_tutorial_02 169/191 Test #169: Grid_tutorial_02 ............................................. Passed 1.36 sec Start 170: Grid_tutorial_03 170/191 Test #170: Grid_tutorial_03 ............................................. Passed 1.66 sec Start 171: Grid_tutorial_04 171/191 Test #171: Grid_tutorial_04 ............................................. Passed 1.67 sec Start 172: Grid_tutorial_05 172/191 Test #172: Grid_tutorial_05 ............................................. Passed 1.37 sec Start 173: Grid_tutorial_06 173/191 Test #173: Grid_tutorial_06 ............................................. Passed 1.66 sec Start 174: Grid_tutorial_07 174/191 Test #174: Grid_tutorial_07 ............................................. Passed 1.65 sec Start 175: Grid_tutorial_08 175/191 Test #175: Grid_tutorial_08 ............................................. Passed 1.69 sec Start 176: Grid_tutorial_09 176/191 Test #176: Grid_tutorial_09 ............................................. Passed 1.86 sec Start 177: Grid_tutorial_10 177/191 Test #177: Grid_tutorial_10 ............................................. Passed 1.69 sec Start 178: Grid_tutorial_11 178/191 Test #178: Grid_tutorial_11 ............................................. Passed 1.83 sec Start 179: Grid_tutorial_12 179/191 Test #179: Grid_tutorial_12 ............................................. Passed 1.67 sec Start 180: Grid_tutorial_14 180/191 Test #180: Grid_tutorial_14 ............................................. Passed 1.66 sec Start 181: Grid_tutorial_15 181/191 Test #181: Grid_tutorial_15 ............................................. Passed 1.66 sec Start 182: Cabana_Performance_BinSort 182/191 Test #182: Cabana_Performance_BinSort ................................... Passed 1.89 sec Start 183: Cabana_Performance_NeighborVerlet 183/191 Test #183: Cabana_Performance_NeighborVerlet ............................ Passed 2.29 sec Start 184: Cabana_Performance_NeighborArborX 184/191 Test #184: Cabana_Performance_NeighborArborX ............................ Passed 3.11 sec Start 185: Cabana_Performance_LinkedCell 185/191 Test #185: Cabana_Performance_LinkedCell ................................ Passed 1.45 sec Start 186: Cabana_Performance_Comm 186/191 Test #186: Cabana_Performance_Comm ...................................... Passed 2.63 sec Start 187: Cabana_Grid_Performance_SparseMap 187/191 Test #187: Cabana_Grid_Performance_SparseMap ............................ Passed 1.71 sec Start 188: Cabana_Grid_Performance_SparsePartitioner 188/191 Test #188: Cabana_Grid_Performance_SparsePartitioner .................... Passed 2.83 sec Start 189: Cabana_Grid_Performance_Halo 189/191 Test #189: Cabana_Grid_Performance_Halo ................................. Passed 1.70 sec Start 190: Cabana_Grid_Performance_Interpolation 190/191 Test #190: Cabana_Grid_Performance_Interpolation ........................ Passed 54.97 sec Start 191: Cabana_Grid_Performance_FastFourierTransform 191/191 Test #191: Cabana_Grid_Performance_FastFourierTransform ................. Passed 2.98 sec 100% tests passed, 0 tests failed out of 191 Total Test time (real) = 404.07 sec Post stage [Pipeline] sh + ccache --show-stats cache directory /tmp/ccache primary config /tmp/ccache/ccache.conf secondary config (readonly) /etc/ccache.conf stats updated Tue May 28 19:24:25 2024 stats zeroed Tue May 28 19:01:46 2024 cache hit (direct) 131 cache hit (preprocessed) 9 cache miss 202 cache hit rate 40.94 % cleanups performed 0 files in cache 3259 cache size 6.5 GB max cache size 10.0 GB [Pipeline] } $ docker stop --time=1 83b4a4b54db3fe0d3b43001d3d1acb3dcf4a6e95ff6218186c9624f673a91f23 $ docker rm -f --volumes 83b4a4b54db3fe0d3b43001d3d1acb3dcf4a6e95ff6218186c9624f673a91f23 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } Cancelling nested steps due to timeout [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } Failed in branch ROCM-5.2-HIPCC-DEBUG [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] End of Pipeline ERROR: script returned exit code 2 GitHub has been notified of this commit’s build result Finished: FAILURE