Pull request #742 updated Connecting to https://api.github.com using 476720/****** Obtained .jenkins from d17969f9a433ce411146a1298b2045e0ad58ab8e [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 [Pipeline] node [Pipeline] node Running on fetnat06 in /var/jenkins/workspace/Cabana_PR-742 [Pipeline] { Running on fetnat07 in /var/jenkins/workspace/Cabana_PR-742 [Pipeline] checkout [Pipeline] { The recommended git tool is: NONE using credential Jenkins ORNL [Pipeline] checkout Cloning the remote Git repository Cloning with configured refspecs honoured and without tags The recommended git tool is: NONE Cloning repository https://github.com/ECP-copa/Cabana.git > git init /var/jenkins/workspace/Cabana_PR-742 # 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/742/head:refs/remotes/origin/PR-742 # timeout=10 using credential Jenkins ORNL > git rev-parse --resolve-git-dir /var/jenkins/workspace/Cabana_PR-742/.git # timeout=10 Fetching changes from the remote Git repository Fetching without tags Fetching without tags Checking out Revision d17969f9a433ce411146a1298b2045e0ad58ab8e (PR-742) Commit message: "Attempt at deprecation" > git config remote.origin.url https://github.com/ECP-copa/Cabana.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/742/head:refs/remotes/origin/PR-742 # 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/742/head:refs/remotes/origin/PR-742 # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d17969f9a433ce411146a1298b2045e0ad58ab8e # timeout=10 > git rev-list --no-walk 9b6603490045aca6d5c5a2bb9b5d4b64532f91bc # timeout=10 Checking out Revision d17969f9a433ce411146a1298b2045e0ad58ab8e (PR-742) > 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 > 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/742/head:refs/remotes/origin/PR-742 # timeout=10 > git config core.sparsecheckout # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] readFile [Pipeline] sh + docker build -t a8fa4a56122f51cf0612d3e8e0e1c3478d8d0d00 -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 ---> Using cache ---> eb4521c67836 Step 4/18 : RUN DISTRO=ubuntu2004 && apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/$DISTRO/x86_64/3bf863cc.pub ---> Using cache ---> d66077b85dca 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 69acca21e952 Commit message: "Attempt at deprecation" > git checkout -f d17969f9a433ce411146a1298b2045e0ad58ab8e # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] readFile [Pipeline] sh + docker build -t c00c234c82774b77c09188653c4b1a397b9061ff --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 ---> 8ed9928d6fb2 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 ---> 4a1afb2f7b89 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 ---> a1754e67e187 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 ---> 8d62c1de3963 Step 7/25 : ENV CMAKE_DIR=/opt/cmake ---> Using cache ---> a50d9312c28c 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 ---> d9ff76c618f2 Step 9/25 : ENV PATH=${CMAKE_DIR}/bin:$PATH ---> Using cache ---> 18ea48550d45 Step 10/25 : ENV OPENMPI_DIR=/opt/openmpi ---> Using cache ---> bb87d9555d00 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 ---> feb465c6d09c Step 12/25 : ENV PATH=${OPENMPI_DIR}/bin:$PATH ---> Using cache ---> e2a4f7a93261 Step 13/25 : ARG KOKKOS_VERSION=4.1.00 ---> Using cache ---> 8896f5afe069 Step 14/25 : ENV KOKKOS_DIR=/opt/kokkos ---> Using cache ---> cf0fd8bd5577 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 ---> 31fa09ccee21 Step 16/25 : ENV ARBORX_DIR=/opt/arborx ---> Using cache ---> 6dd43e48f3e6 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 ---> c8d2a409b6c1 Step 18/25 : ARG FFTW_VERSION=3.3.8 ---> Using cache ---> fbb77a67e140 Step 19/25 : ENV FFTW_DIR=/opt/fftw ---> Using cache ---> 3850c52f13f3 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 ---> 19e3f7e19a1d Step 21/25 : ARG HEFFTE_VERSION=2.3.0 ---> Using cache ---> 9b011ab49ec6 Step 22/25 : ENV HEFFTE_DIR=/opt/heffte ---> Using cache ---> dd59d89ac67d 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 ---> 38d517346adb Step 24/25 : ENV HYPRE_DIR=/opt/hypre ---> Using cache ---> a7539d9e5473 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 ---> a4b2056a9257 Successfully built a4b2056a9257 Successfully tagged c00c234c82774b77c09188653c4b1a397b9061ff:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh + docker inspect -f . c00c234c82774b77c09188653c4b1a397b9061ff . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer fetnat07 seems to be running inside container 10ebff79d13c0ca9eb13c34387395f2e0b5c026bcc7a518a0f7ce14231b6c516 $ 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-742 --volumes-from 10ebff79d13c0ca9eb13c34387395f2e0b5c026bcc7a518a0f7ce14231b6c516 -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 ******** -e ******** c00c234c82774b77c09188653c4b1a397b9061ff cat 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 [1461 kB] Get:6 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] Get:7 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [33.4 kB] Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [1275 kB] Get:9 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [11.3 MB] Get:10 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [177 kB] Get:11 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [32.4 kB] Get:12 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [3574 kB] Get:13 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3967 kB] Get:14 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1489 kB] Get:15 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [28.6 kB] Get:16 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [55.2 kB] Get:17 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [29.7 kB] Get:18 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1194 kB] Get:19 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [3492 kB] Get:20 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [3424 kB] $ docker top 04e4b0a237c526766cb2a7d189405541d18a0cfc52c5f852b3bcc96064465e5c -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 Fetched 32.2 MB in 3s (12.7 MB/s) Reading package lists...+ ccache --zero-stats Statistics zeroed [Pipeline] sh + rm -rf build Reading package lists... 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 38 not upgraded. Need to get 83.7 MB of archives. After this operation, 353 MB of additional disk space will be used. Get:1 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 libxnvctrl0 550.54.15-0ubuntu1 [21.4 kB] Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpython3.8-minimal amd64 3.8.10-0ubuntu1~20.04.9 [718 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.2 [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] Still waiting to schedule task There are no nodes with the label ‘rocm-docker&&vega&&AMD_Radeon_Instinct_MI60’ 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] + 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 .. 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.2 [79.4 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.21 [232 kB] -- The CXX compiler identification is GNU 9.4.0 -- Check for working CXX compiler: /opt/kokkos/bin/nvcc_wrapper 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.11 [887 kB] Get:60 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 git amd64 1:2.25.1-1ubuntu3.11 [4605 kB] -- Check for working CXX compiler: /opt/kokkos/bin/nvcc_wrapper -- works -- Detecting CXX compiler ABI info 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] -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- 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 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] -- Found MPI_CXX: /opt/openmpi/lib/libmpi.so (found version "3.1") -- Found MPI: TRUE (found version "3.1") 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] -- 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 Get:102 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 vim-runtime all 2:8.1.2269-1ubuntu5.22 [5877 kB] -- 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") 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] -- 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: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 15s (5611 kB/s) Selecting previously unselected package libpython3.8-minimal:amd64. (Reading database ... (Reading database ... 5% -- Generating done -- Build files have been written to: /var/jenkins/workspace/Cabana_PR-742/build + make -j8 (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) ... Scanning dependencies of target Cabana_NeighborList_test_CUDA Scanning dependencies of target Cabana_CommunicationPlan_MPI_test_CUDA Scanning dependencies of target Cabana_NeighborList_test_SERIAL Scanning dependencies of target Cabana_Slice_test_CUDA Scanning dependencies of target Cabana_ParameterPack_test_CUDA Scanning dependencies of target Cabana_Parallel_test_CUDA Scanning dependencies of target Cabana_Distributor_MPI_test_CUDA_UVM Scanning dependencies of target Cabana_Halo_MPI_test_CUDA_UVM [ 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_ParameterPack_test_CUDA.dir/CUDA/tstParameterPack_CUDA.cpp.o [ 0%] Building CXX object core/unit_test/CMakeFiles/Cabana_Slice_test_CUDA.dir/CUDA/tstSlice_CUDA.cpp.o [ 0%] Building CXX object core/unit_test/CMakeFiles/Cabana_NeighborList_test_CUDA.dir/CUDA/tstNeighborList_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_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 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) ... [ 1%] Building CXX object core/unit_test/CMakeFiles/Cabana_ParameterPack_test_CUDA.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 2%] Building CXX object core/unit_test/CMakeFiles/Cabana_Slice_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 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) ... [ 3%] Linking CXX executable Cabana_ParameterPack_test_CUDA [ 3%] Linking CXX executable Cabana_Slice_test_CUDA [ 4%] Linking CXX executable Cabana_CommunicationPlan_MPI_test_CUDA 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) ... [ 4%] Building CXX object core/unit_test/CMakeFiles/Cabana_Distributor_MPI_test_CUDA_UVM.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 4%] Building CXX object core/unit_test/CMakeFiles/Cabana_Parallel_test_CUDA.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 4%] Building CXX object core/unit_test/CMakeFiles/Cabana_Halo_MPI_test_CUDA_UVM.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 4%] Building CXX object core/unit_test/CMakeFiles/Cabana_NeighborList_test_SERIAL.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 4%] Building CXX object core/unit_test/CMakeFiles/Cabana_NeighborList_test_CUDA.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 5%] Linking CXX executable Cabana_Distributor_MPI_test_CUDA_UVM [ 5%] Linking CXX executable Cabana_Halo_MPI_test_CUDA_UVM [ 5%] Linking CXX executable Cabana_NeighborList_test_CUDA [ 5%] Linking CXX executable Cabana_NeighborList_test_SERIAL [ 5%] Linking CXX executable Cabana_Parallel_test_CUDA 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) ... [ 5%] Built target Cabana_Slice_test_CUDA [ 5%] Built target Cabana_ParameterPack_test_CUDA [ 5%] Built target Cabana_CommunicationPlan_MPI_test_CUDA 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) ... Scanning dependencies of target Cabana_Slice_test_SERIAL Scanning dependencies of target Cabana_Tuple_test_SERIAL [ 5%] Building CXX object core/unit_test/CMakeFiles/Cabana_Slice_test_SERIAL.dir/SERIAL/tstSlice_SERIAL.cpp.o [ 5%] Building CXX object core/unit_test/CMakeFiles/Cabana_Tuple_test_SERIAL.dir/SERIAL/tstTuple_SERIAL.cpp.o Scanning dependencies of target Cabana_DeepCopy_test_CUDA_UVM [ 5%] Building CXX object core/unit_test/CMakeFiles/Cabana_DeepCopy_test_CUDA_UVM.dir/CUDA_UVM/tstDeepCopy_CUDA_UVM.cpp.o [ 5%] Built target Cabana_Parallel_test_CUDA [ 5%] Built target Cabana_Distributor_MPI_test_CUDA_UVM [ 6%] Building CXX object core/unit_test/CMakeFiles/Cabana_Slice_test_SERIAL.dir/__/__/cmake/test_harness/unit_test_main.cpp.o Scanning dependencies of target Cabana_LinkedCellList_test_CUDA_UVM Selecting previously unselected package less. Preparing to unpack .../04-less_551-1ubuntu0.2_amd64.deb ... Unpacking less (551-1ubuntu0.2) ... Selecting previously unselected package tzdata. Preparing to unpack .../05-tzdata_2024a-0ubuntu0.20.04_all.deb ... Unpacking tzdata (2024a-0ubuntu0.20.04) ... [ 6%] Building CXX object core/unit_test/CMakeFiles/Cabana_LinkedCellList_test_CUDA_UVM.dir/CUDA_UVM/tstLinkedCellList_CUDA_UVM.cpp.o Scanning dependencies of target Cabana_SoA_test [ 6%] Linking CXX executable Cabana_Slice_test_SERIAL [ 6%] Building CXX object core/unit_test/CMakeFiles/Cabana_SoA_test.dir/tstSoA.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Cabana_DeepCopy_test_CUDA_UVM.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 7%] Built target Cabana_Halo_MPI_test_CUDA_UVM [ 7%] Building CXX object core/unit_test/CMakeFiles/Cabana_LinkedCellList_test_CUDA_UVM.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Cabana_Tuple_test_SERIAL.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 8%] Linking CXX executable Cabana_DeepCopy_test_CUDA_UVM [ 8%] Building CXX object core/unit_test/CMakeFiles/Cabana_SoA_test.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 8%] Built target Cabana_NeighborList_test_SERIAL [ 8%] Built target Cabana_NeighborList_test_CUDA [ 8%] Linking CXX executable Cabana_Tuple_test_SERIAL [ 8%] Linking CXX executable Cabana_LinkedCellList_test_CUDA_UVM Scanning dependencies of target Cabana_AoSoA_test_CUDA [ 8%] Building CXX object core/unit_test/CMakeFiles/Cabana_AoSoA_test_CUDA.dir/CUDA/tstAoSoA_CUDA.cpp.o Scanning dependencies of target Cabana_CommunicationPlan_MPI_test_CUDA_UVM Scanning dependencies of target Cabana_CartesianGrid_test [ 8%] Building CXX object core/unit_test/CMakeFiles/Cabana_CommunicationPlan_MPI_test_CUDA_UVM.dir/CUDA_UVM/tstCommunicationPlan_CUDA_UVM.cpp.o [ 8%] Linking CXX executable Cabana_SoA_test [ 9%] Building CXX object core/unit_test/CMakeFiles/Cabana_CartesianGrid_test.dir/tstCartesianGrid.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Cabana_AoSoA_test_CUDA.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Cabana_CommunicationPlan_MPI_test_CUDA_UVM.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Cabana_CartesianGrid_test.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 9%] Linking CXX executable Cabana_AoSoA_test_CUDA [ 9%] Linking CXX executable Cabana_CommunicationPlan_MPI_test_CUDA_UVM [ 9%] Linking CXX executable Cabana_CartesianGrid_test [ 9%] Built target Cabana_Slice_test_SERIAL Scanning dependencies of target Cabana_ParticleInit_test_CUDA_UVM [ 10%] Building CXX object core/unit_test/CMakeFiles/Cabana_ParticleInit_test_CUDA_UVM.dir/CUDA_UVM/tstParticleInit_CUDA_UVM.cpp.o [ 10%] Built target Cabana_SoA_test [ 10%] Building CXX object core/unit_test/CMakeFiles/Cabana_ParticleInit_test_CUDA_UVM.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 10%] Built target Cabana_LinkedCellList_test_CUDA_UVM [ 10%] Built target Cabana_Tuple_test_SERIAL [ 10%] Built target Cabana_DeepCopy_test_CUDA_UVM Scanning dependencies of target Cabana_ParticleInit_test_SERIAL [ 10%] Building CXX object core/unit_test/CMakeFiles/Cabana_ParticleInit_test_SERIAL.dir/SERIAL/tstParticleInit_SERIAL.cpp.o Scanning dependencies of target Cabana_Version_test [ 10%] Linking CXX executable Cabana_ParticleInit_test_CUDA_UVM [ 10%] Building CXX object core/unit_test/CMakeFiles/Cabana_Version_test.dir/tstVersion.cpp.o Scanning dependencies of target Cabana_Index_test [ 10%] Building CXX object core/unit_test/CMakeFiles/Cabana_Index_test.dir/tstIndex.cpp.o [ 10%] Built target Cabana_CommunicationPlan_MPI_test_CUDA_UVM [ 10%] Built target Cabana_AoSoA_test_CUDA [ 10%] Building CXX object core/unit_test/CMakeFiles/Cabana_Index_test.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 10%] Built target Cabana_CartesianGrid_test [ 10%] Building CXX object core/unit_test/CMakeFiles/Cabana_ParticleInit_test_SERIAL.dir/__/__/cmake/test_harness/unit_test_main.cpp.o Scanning dependencies of target Cabana_NeighborListArborX_test_SERIAL [ 10%] Building CXX object core/unit_test/CMakeFiles/Cabana_Version_test.dir/__/__/cmake/test_harness/unit_test_main.cpp.o 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_NeighborListArborX_test_SERIAL.dir/SERIAL/tstNeighborListArborX_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_DeepCopy_test_SERIAL.dir/SERIAL/tstDeepCopy_SERIAL.cpp.o [ 10%] Linking CXX executable Cabana_ParticleInit_test_SERIAL [ 10%] Linking CXX executable Cabana_Version_test [ 10%] Building CXX object core/unit_test/CMakeFiles/Cabana_DeepCopy_test_SERIAL.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 10%] Linking CXX executable Cabana_Index_test [ 11%] Building CXX object core/unit_test/CMakeFiles/Cabana_NeighborListArborX_test_SERIAL.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Cabana_AoSoA_test_SERIAL.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 11%] Linking CXX executable Cabana_DeepCopy_test_SERIAL Scanning dependencies of target Cabana_LinkedCellList_test_CUDA [ 11%] Linking CXX executable Cabana_NeighborListArborX_test_SERIAL [ 12%] Building CXX object core/unit_test/CMakeFiles/Cabana_LinkedCellList_test_CUDA.dir/CUDA/tstLinkedCellList_CUDA.cpp.o [ 12%] Linking CXX executable Cabana_AoSoA_test_SERIAL Selecting previously unselected package libicu66:amd64. Preparing to unpack .../06-libicu66_66.1-2ubuntu2.1_amd64.deb ... Unpacking libicu66:amd64 (66.1-2ubuntu2.1) ... [ 12%] Building CXX object core/unit_test/CMakeFiles/Cabana_LinkedCellList_test_CUDA.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 12%] Linking CXX executable Cabana_LinkedCellList_test_CUDA 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 ... [ 12%] Built target Cabana_ParticleInit_test_SERIAL Scanning dependencies of target Cabana_Distributor_MPI_test_CUDA [ 13%] Building CXX object core/unit_test/CMakeFiles/Cabana_Distributor_MPI_test_CUDA.dir/CUDA/tstDistributor_CUDA.cpp.o [ 13%] Built target Cabana_Version_test [ 13%] Built target Cabana_ParticleInit_test_CUDA_UVM Scanning dependencies of target Cabana_Halo_MPI_test_CUDA Scanning dependencies of target Cabana_DeepCopy_test_CUDA [ 13%] Building CXX object core/unit_test/CMakeFiles/Cabana_Halo_MPI_test_CUDA.dir/CUDA/tstHalo_CUDA.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Cabana_DeepCopy_test_CUDA.dir/CUDA/tstDeepCopy_CUDA.cpp.o 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) ... [ 13%] Built target Cabana_AoSoA_test_SERIAL [ 13%] Building CXX object core/unit_test/CMakeFiles/Cabana_DeepCopy_test_CUDA.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 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_Halo_MPI_test_CUDA.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 13%] Built target Cabana_Index_test [ 13%] Built target Cabana_DeepCopy_test_SERIAL 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) ... Scanning dependencies of target Cabana_ParameterPack_test_SERIAL [ 13%] Built target Cabana_NeighborListArborX_test_SERIAL [ 13%] Building CXX object core/unit_test/CMakeFiles/Cabana_ParameterPack_test_SERIAL.dir/SERIAL/tstParameterPack_SERIAL.cpp.o Scanning dependencies of target Cabana_LinkedCellList_test_SERIAL [ 13%] Built target Cabana_LinkedCellList_test_CUDA [ 14%] Building CXX object core/unit_test/CMakeFiles/Cabana_LinkedCellList_test_SERIAL.dir/SERIAL/tstLinkedCellList_SERIAL.cpp.o Scanning dependencies of target Cabana_Parallel_test_SERIAL [ 15%] Linking CXX executable Cabana_DeepCopy_test_CUDA [ 15%] Linking CXX executable Cabana_Distributor_MPI_test_CUDA [ 15%] Building CXX object core/unit_test/CMakeFiles/Cabana_ParameterPack_test_SERIAL.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 16%] Linking CXX executable Cabana_Halo_MPI_test_CUDA Scanning dependencies of target Cabana_ParticleInit_test_CUDA [ 16%] Building CXX object core/unit_test/CMakeFiles/Cabana_Parallel_test_SERIAL.dir/SERIAL/tstParallel_SERIAL.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Cabana_ParticleInit_test_CUDA.dir/CUDA/tstParticleInit_CUDA.cpp.o 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) ... Scanning dependencies of target Cabana_ParticleList_test_CUDA [ 16%] Building CXX object core/unit_test/CMakeFiles/Cabana_ParticleInit_test_CUDA.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 16%] Linking CXX executable Cabana_ParameterPack_test_SERIAL [ 17%] Building CXX object core/unit_test/CMakeFiles/Cabana_ParticleList_test_CUDA.dir/CUDA/tstParticleList_CUDA.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Cabana_LinkedCellList_test_SERIAL.dir/__/__/cmake/test_harness/unit_test_main.cpp.o 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 ... [ 17%] Linking CXX executable Cabana_ParticleInit_test_CUDA [ 17%] Building CXX object core/unit_test/CMakeFiles/Cabana_Parallel_test_SERIAL.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Cabana_ParticleList_test_CUDA.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 17%] Linking CXX executable Cabana_LinkedCellList_test_SERIAL [ 17%] Linking CXX executable Cabana_Parallel_test_SERIAL [ 17%] Linking CXX executable Cabana_ParticleList_test_CUDA 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) ... [ 17%] Built target Cabana_ParameterPack_test_SERIAL [ 17%] Built target Cabana_Halo_MPI_test_CUDA [ 17%] Built target Cabana_Distributor_MPI_test_CUDA [ 17%] Built target Cabana_DeepCopy_test_CUDA Scanning dependencies of target Cabana_Tuple_test_CUDA Scanning dependencies of target Cabana_NeighborListArborX_test_CUDA_UVM [ 17%] Building CXX object core/unit_test/CMakeFiles/Cabana_Tuple_test_CUDA.dir/CUDA/tstTuple_CUDA.cpp.o Scanning dependencies of target Cabana_Slice_test_CUDA_UVM [ 17%] Building CXX object core/unit_test/CMakeFiles/Cabana_NeighborListArborX_test_CUDA_UVM.dir/CUDA_UVM/tstNeighborListArborX_CUDA_UVM.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Cabana_Slice_test_CUDA_UVM.dir/CUDA_UVM/tstSlice_CUDA_UVM.cpp.o Scanning dependencies of target Cabana_Sort_test_CUDA [ 18%] Building CXX object core/unit_test/CMakeFiles/Cabana_Sort_test_CUDA.dir/CUDA/tstSort_CUDA.cpp.o [ 18%] Built target Cabana_LinkedCellList_test_SERIAL [ 18%] Building CXX object core/unit_test/CMakeFiles/Cabana_Sort_test_CUDA.dir/__/__/cmake/test_harness/unit_test_main.cpp.o 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) ... [ 18%] Built target Cabana_ParticleList_test_CUDA [ 18%] Building CXX object core/unit_test/CMakeFiles/Cabana_Slice_test_CUDA_UVM.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 18%] Built target Cabana_Parallel_test_SERIAL [ 18%] Built target Cabana_ParticleInit_test_CUDA Scanning dependencies of target Cabana_ParticleList_test_SERIAL [ 18%] Building CXX object core/unit_test/CMakeFiles/Cabana_NeighborListArborX_test_CUDA_UVM.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Cabana_ParticleList_test_SERIAL.dir/SERIAL/tstParticleList_SERIAL.cpp.o Scanning dependencies of target Cabana_ParticleList_test_CUDA_UVM Scanning dependencies of target Cabana_NeighborListArborX_test_CUDA [ 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_Tuple_test_CUDA.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 18%] Linking CXX executable Cabana_Slice_test_CUDA_UVM [ 18%] Building CXX object core/unit_test/CMakeFiles/Cabana_NeighborListArborX_test_CUDA.dir/CUDA/tstNeighborListArborX_CUDA.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Cabana_ParticleList_test_SERIAL.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Cabana_NeighborListArborX_test_CUDA.dir/__/__/cmake/test_harness/unit_test_main.cpp.o Selecting previously unselected package publicsuffix. Preparing to unpack .../22-publicsuffix_20200303.0012-1_all.deb ... Unpacking publicsuffix (20200303.0012-1) ... [ 18%] Linking CXX executable Cabana_NeighborListArborX_test_CUDA_UVM [ 19%] Linking CXX executable Cabana_Tuple_test_CUDA [ 19%] Linking CXX executable Cabana_Sort_test_CUDA [ 19%] Building CXX object core/unit_test/CMakeFiles/Cabana_ParticleList_test_CUDA_UVM.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 19%] Linking CXX executable Cabana_ParticleList_test_SERIAL [ 20%] Linking CXX executable Cabana_ParticleList_test_CUDA_UVM Scanning dependencies of target Cabana_Halo_MPI_test_SERIAL [ 20%] Building CXX object core/unit_test/CMakeFiles/Cabana_Halo_MPI_test_SERIAL.dir/SERIAL/tstHalo_SERIAL.cpp.o 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) ... [ 21%] Linking CXX executable Cabana_NeighborListArborX_test_CUDA [ 22%] Building CXX object core/unit_test/CMakeFiles/Cabana_Halo_MPI_test_SERIAL.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o 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) ... [ 22%] Linking CXX executable Cabana_Halo_MPI_test_SERIAL 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) ... [ 22%] Built target Cabana_ParticleList_test_CUDA_UVM [ 22%] Built target Cabana_Tuple_test_CUDA [ 22%] Built target Cabana_Sort_test_CUDA [ 22%] Built target Cabana_Slice_test_CUDA_UVM Scanning dependencies of target Cabana_Sort_test_SERIAL Selecting previously unselected package automake. Preparing to unpack .../29-automake_1%3a1.16.1-4ubuntu6_all.deb ... Unpacking automake (1:1.16.1-4ubuntu6) ... Scanning dependencies of target Cabana_AoSoA_test_CUDA_UVM Scanning dependencies of target Cabana_NeighborList_test_CUDA_UVM [ 23%] Building CXX object core/unit_test/CMakeFiles/Cabana_NeighborList_test_CUDA_UVM.dir/CUDA_UVM/tstNeighborList_CUDA_UVM.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Cabana_AoSoA_test_CUDA_UVM.dir/CUDA_UVM/tstAoSoA_CUDA_UVM.cpp.o Scanning dependencies of target Cabana_Distributor_MPI_test_SERIAL [ 23%] Building CXX object core/unit_test/CMakeFiles/Cabana_Sort_test_SERIAL.dir/SERIAL/tstSort_SERIAL.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Cabana_Distributor_MPI_test_SERIAL.dir/SERIAL/tstDistributor_SERIAL.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Cabana_AoSoA_test_CUDA_UVM.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 23%] Built target Cabana_ParticleList_test_SERIAL [ 23%] Linking CXX executable Cabana_AoSoA_test_CUDA_UVM 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) ... Scanning dependencies of target Cabana_Parallel_test_CUDA_UVM [ 24%] Building CXX object core/unit_test/CMakeFiles/Cabana_Sort_test_SERIAL.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 [ 24%] Building CXX object core/unit_test/CMakeFiles/Cabana_Parallel_test_CUDA_UVM.dir/CUDA_UVM/tstParallel_CUDA_UVM.cpp.o [ 24%] Linking CXX executable Cabana_Sort_test_SERIAL [ 24%] Built target Cabana_NeighborListArborX_test_CUDA_UVM [ 24%] Building CXX object core/unit_test/CMakeFiles/Cabana_Parallel_test_CUDA_UVM.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 24%] Linking CXX executable Cabana_NeighborList_test_CUDA_UVM 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) ... [ 24%] Building CXX object core/unit_test/CMakeFiles/Cabana_Distributor_MPI_test_SERIAL.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 24%] Built target Cabana_Halo_MPI_test_SERIAL Scanning dependencies of target Cabana_Sort_test_CUDA_UVM [ 24%] Linking CXX executable Cabana_Distributor_MPI_test_SERIAL [ 25%] Building CXX object core/unit_test/CMakeFiles/Cabana_Sort_test_CUDA_UVM.dir/CUDA_UVM/tstSort_CUDA_UVM.cpp.o [ 25%] Linking CXX executable Cabana_Parallel_test_CUDA_UVM [ 25%] Built target Cabana_NeighborListArborX_test_CUDA Scanning dependencies of target Cabana_Tuple_test_CUDA_UVM Scanning dependencies of target Cabana_ParameterPack_test_CUDA_UVM [ 25%] Building CXX object core/unit_test/CMakeFiles/Cabana_ParameterPack_test_CUDA_UVM.dir/CUDA_UVM/tstParameterPack_CUDA_UVM.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Cabana_Tuple_test_CUDA_UVM.dir/CUDA_UVM/tstTuple_CUDA_UVM.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Cabana_ParameterPack_test_CUDA_UVM.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Cabana_Sort_test_CUDA_UVM.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 25%] Linking CXX executable Cabana_ParameterPack_test_CUDA_UVM [ 26%] Linking CXX executable Cabana_Sort_test_CUDA_UVM [ 26%] Building CXX object core/unit_test/CMakeFiles/Cabana_Tuple_test_CUDA_UVM.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 26%] Linking CXX executable Cabana_Tuple_test_CUDA_UVM 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) ... [ 26%] Built target Cabana_AoSoA_test_CUDA_UVM [ 26%] Built target Cabana_Distributor_MPI_test_SERIAL [ 26%] Built target Cabana_Sort_test_SERIAL Scanning dependencies of target Cabana_CommunicationPlan_MPI_test_SERIAL [ 26%] Building CXX object core/unit_test/CMakeFiles/Cabana_CommunicationPlan_MPI_test_SERIAL.dir/SERIAL/tstCommunicationPlan_SERIAL.cpp.o [ 26%] Built target Cabana_Parallel_test_CUDA_UVM 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) ... Scanning dependencies of target Grid_HypreStructuredSolver3d_MPI_test_CUDA_UVM Scanning dependencies of target Grid_HypreSemiStructuredSolverMulti_MPI_test_CUDA_UVM [ 26%] Built target Cabana_ParameterPack_test_CUDA_UVM [ 26%] Built target Cabana_NeighborList_test_CUDA_UVM [ 27%] Building CXX object grid/unit_test/CMakeFiles/Grid_HypreSemiStructuredSolverMulti_MPI_test_CUDA_UVM.dir/CUDA_UVM/tstHypreSemiStructuredSolverMulti_CUDA_UVM.cpp.o Scanning dependencies of target Grid_FastFourierTransform_MPI_test_CUDA_UVM [ 28%] Building CXX object grid/unit_test/CMakeFiles/Grid_HypreStructuredSolver3d_MPI_test_CUDA_UVM.dir/CUDA_UVM/tstHypreStructuredSolver3d_CUDA_UVM.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Cabana_CommunicationPlan_MPI_test_SERIAL.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 29%] Building CXX object grid/unit_test/CMakeFiles/Grid_FastFourierTransform_MPI_test_CUDA_UVM.dir/CUDA_UVM/tstFastFourierTransform_CUDA_UVM.cpp.o Scanning dependencies of target Grid_GlobalGrid_MPI_test_CUDA Scanning dependencies of target Grid_SparseLocalGrid_MPI_test_CUDA_UVM [ 29%] Building CXX object grid/unit_test/CMakeFiles/Grid_SparseLocalGrid_MPI_test_CUDA_UVM.dir/CUDA_UVM/tstSparseLocalGrid_CUDA_UVM.cpp.o [ 30%] Building CXX object grid/unit_test/CMakeFiles/Grid_GlobalGrid_MPI_test_CUDA.dir/CUDA/tstGlobalGrid_CUDA.cpp.o [ 30%] Linking CXX executable Cabana_CommunicationPlan_MPI_test_SERIAL [ 30%] Built target Cabana_Sort_test_CUDA_UVM [ 30%] Building CXX object grid/unit_test/CMakeFiles/Grid_HypreStructuredSolver3d_MPI_test_CUDA_UVM.dir/__/__/cmake/test_harness/mpi_unit_test_main.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%] Built target Cabana_Tuple_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 [ 31%] Building CXX object grid/unit_test/CMakeFiles/Grid_SparseLocalGrid_MPI_test_CUDA_UVM.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 31%] Building CXX object grid/unit_test/CMakeFiles/Grid_HypreSemiStructuredSolverMulti_MPI_test_CUDA_UVM.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o Scanning dependencies of target Grid_SparseHalo_MPI_test_SERIAL [ 31%] Linking CXX executable Grid_FastFourierTransform_MPI_test_CUDA_UVM 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) ... [ 31%] Building CXX object grid/unit_test/CMakeFiles/Grid_SparseHalo_MPI_test_SERIAL.dir/SERIAL/tstSparseHalo_SERIAL.cpp.o [ 31%] Linking CXX executable Grid_GlobalGrid_MPI_test_CUDA [ 31%] Linking CXX executable Grid_SparseLocalGrid_MPI_test_CUDA_UVM 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) ... /var/jenkins/workspace/Cabana_PR-742/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-742/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-742/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-742/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-742/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-742/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-742/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-742/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-742/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-742/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 [ 31%] Building CXX object grid/unit_test/CMakeFiles/Grid_SparseHalo_MPI_test_SERIAL.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o Scanning dependencies of target Grid_SparseDimPartitioner_MPI_test_SERIAL [ 31%] Building CXX object grid/unit_test/CMakeFiles/Grid_SparseDimPartitioner_MPI_test_SERIAL.dir/SERIAL/tstSparseDimPartitioner_SERIAL.cpp.o [ 32%] Linking CXX executable Grid_SparseHalo_MPI_test_SERIAL [ 32%] Built target Cabana_CommunicationPlan_MPI_test_SERIAL Scanning dependencies of target Grid_IndexConversion_MPI_test_CUDA [ 33%] Building CXX object grid/unit_test/CMakeFiles/Grid_SparseDimPartitioner_MPI_test_SERIAL.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 33%] Building CXX object grid/unit_test/CMakeFiles/Grid_IndexConversion_MPI_test_CUDA.dir/CUDA/tstIndexConversion_CUDA.cpp.o 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) ... [ 33%] Linking CXX executable Grid_SparseDimPartitioner_MPI_test_SERIAL [ 33%] Building CXX object grid/unit_test/CMakeFiles/Grid_IndexConversion_MPI_test_CUDA.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 33%] Linking CXX executable Grid_HypreSemiStructuredSolverMulti_MPI_test_CUDA_UVM [ 33%] Linking CXX executable Grid_HypreStructuredSolver3d_MPI_test_CUDA_UVM [ 33%] Linking CXX executable Grid_IndexConversion_MPI_test_CUDA 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) ... [ 33%] Built target Grid_GlobalGrid_MPI_test_CUDA [ 33%] Built target Grid_SparseLocalGrid_MPI_test_CUDA_UVM [ 33%] Built target Grid_FastFourierTransform_MPI_test_CUDA_UVM Scanning dependencies of target Grid_FastFourierTransform_MPI_test_SERIAL Selecting previously unselected package libbrotli1:amd64. Preparing to unpack .../43-libbrotli1_1.0.7-6ubuntu0.1_amd64.deb ... [ 33%] Building CXX object grid/unit_test/CMakeFiles/Grid_FastFourierTransform_MPI_test_SERIAL.dir/SERIAL/tstFastFourierTransform_SERIAL.cpp.o Scanning dependencies of target Grid_Interpolation3d_MPI_test_SERIAL [ 33%] Built target Grid_SparseHalo_MPI_test_SERIAL [ 33%] Building CXX object grid/unit_test/CMakeFiles/Grid_FastFourierTransform_MPI_test_SERIAL.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o Scanning dependencies of target Grid_HypreSemiStructuredSolver_MPI_test_SERIAL [ 33%] Building CXX object grid/unit_test/CMakeFiles/Grid_Interpolation3d_MPI_test_SERIAL.dir/SERIAL/tstInterpolation3d_SERIAL.cpp.o [ 33%] Linking CXX executable Grid_FastFourierTransform_MPI_test_SERIAL [ 33%] Building CXX object grid/unit_test/CMakeFiles/Grid_HypreSemiStructuredSolver_MPI_test_SERIAL.dir/SERIAL/tstHypreSemiStructuredSolver_SERIAL.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%] Building CXX object grid/unit_test/CMakeFiles/Grid_HypreSemiStructuredSolver_MPI_test_SERIAL.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o Unpacking libbrotli1:amd64 (1.0.7-6ubuntu0.1) ... [ 33%] Linking CXX executable Grid_Interpolation3d_MPI_test_SERIAL Scanning dependencies of target Grid_SplineEvaluation2d_MPI_test_SERIAL [ 33%] Building CXX object grid/unit_test/CMakeFiles/Grid_SplineEvaluation2d_MPI_test_SERIAL.dir/SERIAL/tstSplineEvaluation2d_SERIAL.cpp.o Selecting previously unselected package libnghttp2-14:amd64. Preparing to unpack .../44-libnghttp2-14_1.40.0-1ubuntu0.2_amd64.deb ... Unpacking libnghttp2-14:amd64 (1.40.0-1ubuntu0.2) ... [ 33%] Built target Grid_HypreSemiStructuredSolverMulti_MPI_test_CUDA_UVM [ 33%] Built target Grid_HypreStructuredSolver3d_MPI_test_CUDA_UVM [ 33%] Building CXX object grid/unit_test/CMakeFiles/Grid_SplineEvaluation2d_MPI_test_SERIAL.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 33%] Built target Grid_SparseDimPartitioner_MPI_test_SERIAL Selecting previously unselected package librtmp1:amd64. Preparing to unpack .../45-librtmp1_2.4+20151223.gitfa8646d.1-2build1_amd64.deb ... Scanning dependencies of target Grid_Splines_MPI_test_CUDA_UVM Scanning dependencies of target Grid_IndexConversion_MPI_test_SERIAL [ 33%] Built target Grid_IndexConversion_MPI_test_CUDA [ 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_Splines_MPI_test_CUDA_UVM.dir/CUDA_UVM/tstSplines_CUDA_UVM.cpp.o Scanning dependencies of target Grid_LocalMesh3d_MPI_test_SERIAL Scanning dependencies of target Grid_GlobalMesh_MPI_test_CUDA_UVM [ 34%] Linking CXX executable Grid_SplineEvaluation2d_MPI_test_SERIAL [ 34%] Building CXX object grid/unit_test/CMakeFiles/Grid_GlobalMesh_MPI_test_CUDA_UVM.dir/CUDA_UVM/tstGlobalMesh_CUDA_UVM.cpp.o [ 34%] Building CXX object grid/unit_test/CMakeFiles/Grid_LocalMesh3d_MPI_test_SERIAL.dir/SERIAL/tstLocalMesh3d_SERIAL.cpp.o [ 34%] Building CXX object grid/unit_test/CMakeFiles/Grid_Splines_MPI_test_CUDA_UVM.dir/__/__/cmake/test_harness/unit_test_main.cpp.o Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ... [ 34%] Building CXX object grid/unit_test/CMakeFiles/Grid_GlobalMesh_MPI_test_CUDA_UVM.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 34%] Building CXX object grid/unit_test/CMakeFiles/Grid_IndexConversion_MPI_test_SERIAL.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 34%] Linking CXX executable Grid_Splines_MPI_test_CUDA_UVM [ 34%] Building CXX object grid/unit_test/CMakeFiles/Grid_LocalMesh3d_MPI_test_SERIAL.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 34%] Linking CXX executable Grid_GlobalMesh_MPI_test_CUDA_UVM [ 34%] Linking CXX executable Grid_LocalMesh3d_MPI_test_SERIAL [ 34%] Linking CXX executable Grid_IndexConversion_MPI_test_SERIAL 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.21_amd64.deb ... Unpacking libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.21) ... [ 34%] Linking CXX executable Grid_HypreSemiStructuredSolver_MPI_test_SERIAL [ 34%] Built target Grid_Interpolation3d_MPI_test_SERIAL [ 34%] Built target Grid_FastFourierTransform_MPI_test_SERIAL Scanning dependencies of target Grid_ParticleGridDistributor2d_MPI_test_CUDA Selecting previously unselected package liberror-perl. Preparing to unpack .../48-liberror-perl_0.17029-1_all.deb ... Unpacking liberror-perl (0.17029-1) ... 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 [ 35%] Building CXX object grid/unit_test/CMakeFiles/Grid_ParticleGridDistributor2d_MPI_test_CUDA.dir/CUDA/tstParticleGridDistributor2d_CUDA.cpp.o [ 35%] Building CXX object grid/unit_test/CMakeFiles/Grid_Parallel_MPI_test_CUDA.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 35%] Linking CXX executable Grid_Parallel_MPI_test_CUDA Selecting previously unselected package git-man. Preparing to unpack .../49-git-man_1%3a2.25.1-1ubuntu3.11_all.deb ... Unpacking git-man (1:2.25.1-1ubuntu3.11) ... [ 35%] Building CXX object grid/unit_test/CMakeFiles/Grid_ParticleGridDistributor2d_MPI_test_CUDA.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 36%] Linking CXX executable Grid_ParticleGridDistributor2d_MPI_test_CUDA Selecting previously unselected package git. Preparing to unpack .../50-git_1%3a2.25.1-1ubuntu3.11_amd64.deb ... Unpacking git (1:2.25.1-1ubuntu3.11) ... [ 36%] Built target Grid_Splines_MPI_test_CUDA_UVM [ 36%] Built target Grid_SplineEvaluation2d_MPI_test_SERIAL [ 36%] Built target Grid_LocalMesh3d_MPI_test_SERIAL Scanning dependencies of target Grid_ParticleGridDistributor3d_MPI_test_SERIAL Scanning dependencies of target Grid_SparseLocalGrid_MPI_test_CUDA Scanning dependencies of target Grid_Array3d_MPI_test_CUDA [ 36%] Building CXX object grid/unit_test/CMakeFiles/Grid_SparseLocalGrid_MPI_test_CUDA.dir/CUDA/tstSparseLocalGrid_CUDA.cpp.o [ 36%] Building CXX object grid/unit_test/CMakeFiles/Grid_ParticleGridDistributor3d_MPI_test_SERIAL.dir/SERIAL/tstParticleGridDistributor3d_SERIAL.cpp.o [ 36%] Building CXX object grid/unit_test/CMakeFiles/Grid_Array3d_MPI_test_CUDA.dir/CUDA/tstArray3d_CUDA.cpp.o [ 37%] Building CXX object grid/unit_test/CMakeFiles/Grid_SparseLocalGrid_MPI_test_CUDA.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 38%] Building CXX object grid/unit_test/CMakeFiles/Grid_Array3d_MPI_test_CUDA.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 38%] Built target Grid_GlobalMesh_MPI_test_CUDA_UVM [ 38%] Building CXX object grid/unit_test/CMakeFiles/Grid_ParticleGridDistributor3d_MPI_test_SERIAL.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 38%] Built target Grid_IndexConversion_MPI_test_SERIAL [ 38%] Built target Grid_HypreSemiStructuredSolver_MPI_test_SERIAL Scanning dependencies of target Grid_LocalMesh2d_MPI_test_CUDA_UVM Scanning dependencies of target Grid_GlobalMesh_MPI_test_CUDA [ 38%] Building CXX object grid/unit_test/CMakeFiles/Grid_GlobalMesh_MPI_test_CUDA.dir/CUDA/tstGlobalMesh_CUDA.cpp.o Scanning dependencies of target Grid_SplineEvaluation3d_MPI_test_SERIAL [ 38%] Building CXX object grid/unit_test/CMakeFiles/Grid_LocalMesh2d_MPI_test_CUDA_UVM.dir/CUDA_UVM/tstLocalMesh2d_CUDA_UVM.cpp.o [ 38%] Building CXX object grid/unit_test/CMakeFiles/Grid_SplineEvaluation3d_MPI_test_SERIAL.dir/SERIAL/tstSplineEvaluation3d_SERIAL.cpp.o [ 38%] Linking CXX executable Grid_SparseLocalGrid_MPI_test_CUDA [ 38%] Linking CXX executable Grid_Array3d_MPI_test_CUDA [ 38%] Linking CXX executable Grid_ParticleGridDistributor3d_MPI_test_SERIAL [ 38%] Building CXX object grid/unit_test/CMakeFiles/Grid_GlobalMesh_MPI_test_CUDA.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 38%] Building CXX object grid/unit_test/CMakeFiles/Grid_SplineEvaluation3d_MPI_test_SERIAL.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 38%] Building CXX object grid/unit_test/CMakeFiles/Grid_LocalMesh2d_MPI_test_CUDA_UVM.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 39%] Linking CXX executable Grid_GlobalMesh_MPI_test_CUDA [ 39%] Linking CXX executable Grid_LocalMesh2d_MPI_test_CUDA_UVM [ 39%] Linking CXX executable Grid_SplineEvaluation3d_MPI_test_SERIAL Selecting previously unselected package googletest. Preparing to unpack .../51-googletest_1.10.0-2_all.deb ... Unpacking googletest (1.10.0-2) ... [ 39%] Built target Grid_Parallel_MPI_test_CUDA [ 39%] Built target Grid_ParticleGridDistributor2d_MPI_test_CUDA Selecting previously unselected package libnl-3-200:amd64. Preparing to unpack .../52-libnl-3-200_3.4.0-1ubuntu0.1_amd64.deb ... Scanning dependencies of target Grid_ParticleGridDistributor2d_MPI_test_SERIAL Scanning dependencies of target Grid_LocalMesh2d_MPI_test_CUDA [ 39%] Built target Grid_SparseLocalGrid_MPI_test_CUDA [ 39%] Building CXX object grid/unit_test/CMakeFiles/Grid_LocalMesh2d_MPI_test_CUDA.dir/CUDA/tstLocalMesh2d_CUDA.cpp.o [ 39%] Building CXX object grid/unit_test/CMakeFiles/Grid_ParticleGridDistributor2d_MPI_test_SERIAL.dir/SERIAL/tstParticleGridDistributor2d_SERIAL.cpp.o Scanning dependencies of target Grid_SparseIndexSpace_MPI_test_CUDA [ 39%] Building CXX object grid/unit_test/CMakeFiles/Grid_LocalMesh2d_MPI_test_CUDA.dir/__/__/cmake/test_harness/mpi_unit_test_main.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%] Building CXX object grid/unit_test/CMakeFiles/Grid_SparseIndexSpace_MPI_test_CUDA.dir/CUDA/tstSparseIndexSpace_CUDA.cpp.o 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) ... [ 41%] Linking CXX executable Grid_LocalMesh2d_MPI_test_CUDA [ 41%] Linking CXX executable Grid_ParticleGridDistributor2d_MPI_test_SERIAL [ 41%] Building CXX object grid/unit_test/CMakeFiles/Grid_SparseIndexSpace_MPI_test_CUDA.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 41%] Linking CXX executable Grid_SparseIndexSpace_MPI_test_CUDA [ 41%] Built target Grid_Array3d_MPI_test_CUDA 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. Scanning dependencies of target Grid_Interpolation2d_MPI_test_SERIAL [ 41%] Building CXX object grid/unit_test/CMakeFiles/Grid_Interpolation2d_MPI_test_SERIAL.dir/SERIAL/tstInterpolation2d_SERIAL.cpp.o [ 41%] Built target Grid_GlobalMesh_MPI_test_CUDA Scanning dependencies of target Grid_HypreStructuredSolver2d_MPI_test_SERIAL [ 41%] Building CXX object grid/unit_test/CMakeFiles/Grid_Interpolation2d_MPI_test_SERIAL.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 41%] Building CXX object grid/unit_test/CMakeFiles/Grid_HypreStructuredSolver2d_MPI_test_SERIAL.dir/SERIAL/tstHypreStructuredSolver2d_SERIAL.cpp.o 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) ... [ 42%] Built target Grid_ParticleGridDistributor3d_MPI_test_SERIAL [ 42%] Linking CXX executable Grid_Interpolation2d_MPI_test_SERIAL [ 42%] Built target Grid_LocalMesh2d_MPI_test_CUDA_UVM [ 43%] Building CXX object grid/unit_test/CMakeFiles/Grid_HypreStructuredSolver2d_MPI_test_SERIAL.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o Scanning dependencies of target Grid_Parallel_MPI_test_CUDA_UVM [ 43%] Building CXX object grid/unit_test/CMakeFiles/Grid_Parallel_MPI_test_CUDA_UVM.dir/CUDA_UVM/tstParallel_CUDA_UVM.cpp.o [ 43%] Built target Grid_SplineEvaluation3d_MPI_test_SERIAL 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) ... Scanning dependencies of target Grid_SparseIndexSpace_MPI_test_SERIAL Scanning dependencies of target Grid_GlobalMesh_MPI_test_SERIAL [ 43%] Building CXX object grid/unit_test/CMakeFiles/Grid_SparseIndexSpace_MPI_test_SERIAL.dir/SERIAL/tstSparseIndexSpace_SERIAL.cpp.o [ 43%] Building CXX object grid/unit_test/CMakeFiles/Grid_GlobalMesh_MPI_test_SERIAL.dir/SERIAL/tstGlobalMesh_SERIAL.cpp.o [ 43%] Building CXX object grid/unit_test/CMakeFiles/Grid_Parallel_MPI_test_CUDA_UVM.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 43%] Building CXX object grid/unit_test/CMakeFiles/Grid_SparseIndexSpace_MPI_test_SERIAL.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 44%] Building CXX object grid/unit_test/CMakeFiles/Grid_GlobalMesh_MPI_test_SERIAL.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 44%] Linking CXX executable Grid_Parallel_MPI_test_CUDA_UVM 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) ... [ 44%] Linking CXX executable Grid_SparseIndexSpace_MPI_test_SERIAL [ 44%] Built target Grid_ParticleGridDistributor2d_MPI_test_SERIAL [ 44%] Linking CXX executable Grid_GlobalMesh_MPI_test_SERIAL Scanning dependencies of target Grid_Halo3d_MPI_test_SERIAL 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) ... [ 44%] Built target Grid_LocalMesh2d_MPI_test_CUDA [ 44%] Building CXX object grid/unit_test/CMakeFiles/Grid_Halo3d_MPI_test_SERIAL.dir/SERIAL/tstHalo3d_SERIAL.cpp.o Scanning dependencies of target Grid_Array3d_MPI_test_SERIAL [ 45%] Building CXX object grid/unit_test/CMakeFiles/Grid_Array3d_MPI_test_SERIAL.dir/SERIAL/tstArray3d_SERIAL.cpp.o [ 45%] Linking CXX executable Grid_HypreStructuredSolver2d_MPI_test_SERIAL [ 46%] Building CXX object grid/unit_test/CMakeFiles/Grid_Halo3d_MPI_test_SERIAL.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o 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) ... [ 46%] Linking CXX executable Grid_Halo3d_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 [ 46%] Linking CXX executable Grid_Array3d_MPI_test_SERIAL 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) ... [ 46%] Built target Grid_SparseIndexSpace_MPI_test_CUDA [ 46%] Built target Grid_Interpolation2d_MPI_test_SERIAL Selecting previously unselected package librdmacm1:amd64. Preparing to unpack .../64-librdmacm1_28.0-1ubuntu1_amd64.deb ... Unpacking librdmacm1:amd64 (28.0-1ubuntu1) ... Scanning dependencies of target Grid_ParticleInit_MPI_test_CUDA [ 47%] Building CXX object grid/unit_test/CMakeFiles/Grid_ParticleInit_MPI_test_CUDA.dir/CUDA/tstParticleInit_CUDA.cpp.o [ 47%] Built target Grid_Parallel_MPI_test_CUDA_UVM Scanning dependencies of target Grid_ParticleList_MPI_test_SERIAL [ 47%] Building CXX object grid/unit_test/CMakeFiles/Grid_ParticleList_MPI_test_SERIAL.dir/SERIAL/tstParticleList_SERIAL.cpp.o Selecting previously unselected package libfabric1. Preparing to unpack .../65-libfabric1_1.6.2-3ubuntu0.1_amd64.deb ... Unpacking libfabric1 (1.6.2-3ubuntu0.1) ... Scanning dependencies of target Grid_Splines_MPI_test_SERIAL [ 48%] Building CXX object grid/unit_test/CMakeFiles/Grid_Splines_MPI_test_SERIAL.dir/SERIAL/tstSplines_SERIAL.cpp.o [ 48%] Building CXX object grid/unit_test/CMakeFiles/Grid_ParticleInit_MPI_test_CUDA.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 48%] Building CXX object grid/unit_test/CMakeFiles/Grid_Splines_MPI_test_SERIAL.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 48%] Linking CXX executable Grid_ParticleInit_MPI_test_CUDA [ 49%] Building CXX object grid/unit_test/CMakeFiles/Grid_ParticleList_MPI_test_SERIAL.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 49%] Linking CXX executable Grid_Splines_MPI_test_SERIAL Selecting previously unselected package libltdl7:amd64. Preparing to unpack .../66-libltdl7_2.4.6-14_amd64.deb ... Unpacking libltdl7:amd64 (2.4.6-14) ... [ 49%] Built target Grid_SparseIndexSpace_MPI_test_SERIAL [ 49%] Built target Grid_GlobalMesh_MPI_test_SERIAL Scanning dependencies of target Grid_Array2d_MPI_test_SERIAL [ 49%] Linking CXX executable Grid_ParticleList_MPI_test_SERIAL Scanning dependencies of target Grid_Partitioner_MPI_test_CUDA_UVM [ 49%] Building CXX object grid/unit_test/CMakeFiles/Grid_Array2d_MPI_test_SERIAL.dir/SERIAL/tstArray2d_SERIAL.cpp.o 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_550.54.15-0ubuntu1_amd64.deb ... Unpacking libxnvctrl0:amd64 (550.54.15-0ubuntu1) ... [ 50%] Building CXX object grid/unit_test/CMakeFiles/Grid_Partitioner_MPI_test_CUDA_UVM.dir/CUDA_UVM/tstPartitioner_CUDA_UVM.cpp.o [ 50%] Built target Grid_HypreStructuredSolver2d_MPI_test_SERIAL Scanning dependencies of target Grid_SparseHalo_MPI_test_CUDA_UVM 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 ... [ 50%] Built target Grid_Halo3d_MPI_test_SERIAL [ 50%] Building CXX object grid/unit_test/CMakeFiles/Grid_Partitioner_MPI_test_CUDA_UVM.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 51%] Building CXX object grid/unit_test/CMakeFiles/Grid_SparseHalo_MPI_test_CUDA_UVM.dir/CUDA_UVM/tstSparseHalo_CUDA_UVM.cpp.o [ 51%] Building CXX object grid/unit_test/CMakeFiles/Grid_Array2d_MPI_test_SERIAL.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 51%] Building CXX object grid/unit_test/CMakeFiles/Grid_SparseHalo_MPI_test_CUDA_UVM.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 51%] Built target Grid_Array3d_MPI_test_SERIAL [ 51%] Linking CXX executable Grid_Partitioner_MPI_test_CUDA_UVM 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) ... /var/jenkins/workspace/Cabana_PR-742/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-742/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-742/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-742/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-742/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-742/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-742/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-742/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-742/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-742/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 [ 51%] Linking CXX executable Grid_Array2d_MPI_test_SERIAL [ 51%] Linking CXX executable Grid_SparseHalo_MPI_test_CUDA_UVM Scanning dependencies of target Grid_LocalGrid_MPI_test_SERIAL [ 52%] Building CXX object grid/unit_test/CMakeFiles/Grid_LocalGrid_MPI_test_SERIAL.dir/SERIAL/tstLocalGrid_SERIAL.cpp.o [ 52%] 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_IndexSpace_MPI_test_SERIAL [ 53%] Building CXX object grid/unit_test/CMakeFiles/Grid_IndexSpace_MPI_test_SERIAL.dir/SERIAL/tstIndexSpace_SERIAL.cpp.o Selecting previously unselected package libopenmpi3:amd64. Preparing to unpack .../72-libopenmpi3_4.0.3-0ubuntu1_amd64.deb ... Unpacking libopenmpi3:amd64 (4.0.3-0ubuntu1) ... [ 53%] Built target Grid_Splines_MPI_test_SERIAL [ 53%] Linking CXX executable Grid_LocalGrid_MPI_test_SERIAL [ 53%] Building CXX object grid/unit_test/CMakeFiles/Grid_IndexSpace_MPI_test_SERIAL.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 53%] Linking CXX executable Grid_IndexSpace_MPI_test_SERIAL Scanning dependencies of target Grid_GlobalGrid_MPI_test_SERIAL [ 53%] Built target Grid_ParticleInit_MPI_test_CUDA [ 54%] Building CXX object grid/unit_test/CMakeFiles/Grid_GlobalGrid_MPI_test_SERIAL.dir/SERIAL/tstGlobalGrid_SERIAL.cpp.o Scanning dependencies of target Grid_HypreSemiStructuredSolverMulti_MPI_test_CUDA [ 54%] Building CXX object grid/unit_test/CMakeFiles/Grid_HypreSemiStructuredSolverMulti_MPI_test_CUDA.dir/CUDA/tstHypreSemiStructuredSolverMulti_CUDA.cpp.o [ 54%] Built target Grid_ParticleList_MPI_test_SERIAL [ 54%] Building CXX object grid/unit_test/CMakeFiles/Grid_HypreSemiStructuredSolverMulti_MPI_test_CUDA.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 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) ... [ 54%] Linking CXX executable Grid_GlobalGrid_MPI_test_SERIAL 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) ... [ 54%] Built target Grid_Partitioner_MPI_test_CUDA_UVM Scanning dependencies of target Grid_ParticleGridDistributor3d_MPI_test_CUDA_UVM [ 54%] Built target Grid_SparseHalo_MPI_test_CUDA_UVM [ 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 Selecting previously unselected package libcanberra0:amd64. Preparing to unpack .../77-libcanberra0_0.30-7ubuntu1_amd64.deb ... Unpacking libcanberra0:amd64 (0.30-7ubuntu1) ... [ 54%] Building CXX object grid/unit_test/CMakeFiles/Grid_HypreSemiStructuredSolverMulti_MPI_test_SERIAL.dir/SERIAL/tstHypreSemiStructuredSolverMulti_SERIAL.cpp.o Scanning dependencies of target Grid_SparseArray_MPI_test_SERIAL [ 54%] Built target Grid_Array2d_MPI_test_SERIAL [ 54%] Building CXX object grid/unit_test/CMakeFiles/Grid_SparseArray_MPI_test_SERIAL.dir/SERIAL/tstSparseArray_SERIAL.cpp.o [ 54%] Built target Grid_LocalGrid_MPI_test_SERIAL [ 54%] Building CXX object grid/unit_test/CMakeFiles/Grid_SparseArray_MPI_test_SERIAL.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o Scanning dependencies of target Grid_HypreStructuredSolver3d_MPI_test_SERIAL [ 55%] Building CXX object grid/unit_test/CMakeFiles/Grid_ParticleGridDistributor3d_MPI_test_CUDA_UVM.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 55%] Building CXX object grid/unit_test/CMakeFiles/Grid_HypreStructuredSolver3d_MPI_test_SERIAL.dir/SERIAL/tstHypreStructuredSolver3d_SERIAL.cpp.o /var/jenkins/workspace/Cabana_PR-742/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-742/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-742/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-742/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-742/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-742/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-742/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-742/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-742/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-742/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-742/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-742/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-742/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-742/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-742/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-742/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 [ 55%] Building CXX object grid/unit_test/CMakeFiles/Grid_HypreStructuredSolver3d_MPI_test_SERIAL.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o 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) ... [ 55%] Linking CXX executable Grid_SparseArray_MPI_test_SERIAL [ 55%] Linking CXX executable Grid_ParticleGridDistributor3d_MPI_test_CUDA_UVM [ 55%] Built target Grid_IndexSpace_MPI_test_SERIAL Scanning dependencies of target Grid_LocalMesh2d_MPI_test_SERIAL 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) ... Scanning dependencies of target Grid_GlobalParticleComm_MPI_test_SERIAL [ 55%] Building CXX object grid/unit_test/CMakeFiles/Grid_LocalMesh2d_MPI_test_SERIAL.dir/SERIAL/tstLocalMesh2d_SERIAL.cpp.o [ 55%] Building CXX object grid/unit_test/CMakeFiles/Grid_GlobalParticleComm_MPI_test_SERIAL.dir/SERIAL/tstGlobalParticleComm_SERIAL.cpp.o [ 55%] Linking CXX executable Grid_HypreSemiStructuredSolverMulti_MPI_test_CUDA [ 55%] Building CXX object grid/unit_test/CMakeFiles/Grid_LocalMesh2d_MPI_test_SERIAL.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 55%] Building CXX object grid/unit_test/CMakeFiles/Grid_GlobalParticleComm_MPI_test_SERIAL.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o 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) ... [ 56%] Linking CXX executable Grid_LocalMesh2d_MPI_test_SERIAL [ 56%] Linking CXX executable Grid_GlobalParticleComm_MPI_test_SERIAL [ 56%] Built target Grid_GlobalGrid_MPI_test_SERIAL [ 56%] Building CXX object grid/unit_test/CMakeFiles/Grid_HypreSemiStructuredSolverMulti_MPI_test_SERIAL.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 57%] Linking CXX executable Grid_HypreStructuredSolver3d_MPI_test_SERIAL Scanning dependencies of target Grid_SparseIndexSpace_MPI_test_CUDA_UVM [ 57%] Linking CXX executable Grid_HypreSemiStructuredSolverMulti_MPI_test_SERIAL [ 57%] Building CXX object grid/unit_test/CMakeFiles/Grid_SparseIndexSpace_MPI_test_CUDA_UVM.dir/CUDA_UVM/tstSparseIndexSpace_CUDA_UVM.cpp.o 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) ... [ 57%] Building CXX object grid/unit_test/CMakeFiles/Grid_SparseIndexSpace_MPI_test_CUDA_UVM.dir/__/__/cmake/test_harness/unit_test_main.cpp.o Selecting previously unselected package libgpm2:amd64. Preparing to unpack .../85-libgpm2_1.20.7-5_amd64.deb ... Unpacking libgpm2:amd64 (1.20.7-5) ... [ 58%] Linking CXX executable Grid_SparseIndexSpace_MPI_test_CUDA_UVM 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) ... [ 58%] Built target Grid_SparseArray_MPI_test_SERIAL [ 58%] Built target Grid_LocalMesh2d_MPI_test_SERIAL [ 58%] Built target Grid_ParticleGridDistributor3d_MPI_test_CUDA_UVM Scanning dependencies of target Grid_BovWriter_MPI_test_SERIAL Scanning dependencies of target Grid_ParticleList_MPI_test_CUDA_UVM 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) ... [ 58%] Building CXX object grid/unit_test/CMakeFiles/Grid_BovWriter_MPI_test_SERIAL.dir/SERIAL/tstBovWriter_SERIAL.cpp.o [ 58%] Building CXX object grid/unit_test/CMakeFiles/Grid_ParticleList_MPI_test_CUDA_UVM.dir/CUDA_UVM/tstParticleList_CUDA_UVM.cpp.o Scanning dependencies of target Grid_Halo2d_MPI_test_SERIAL [ 58%] Building CXX object grid/unit_test/CMakeFiles/Grid_Halo2d_MPI_test_SERIAL.dir/SERIAL/tstHalo2d_SERIAL.cpp.o 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) ... [ 58%] Building CXX object grid/unit_test/CMakeFiles/Grid_Halo2d_MPI_test_SERIAL.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 58%] Building CXX object grid/unit_test/CMakeFiles/Grid_ParticleList_MPI_test_CUDA_UVM.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 58%] Linking CXX executable Grid_Halo2d_MPI_test_SERIAL [ 58%] Linking CXX executable Grid_ParticleList_MPI_test_CUDA_UVM 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) ... [ 58%] Built target Grid_HypreStructuredSolver3d_MPI_test_SERIAL [ 58%] Built target Grid_GlobalParticleComm_MPI_test_SERIAL Scanning dependencies of target Grid_GlobalParticleComm_MPI_test_CUDA_UVM [ 58%] Building CXX object grid/unit_test/CMakeFiles/Grid_GlobalParticleComm_MPI_test_CUDA_UVM.dir/CUDA_UVM/tstGlobalParticleComm_CUDA_UVM.cpp.o [ 58%] Built target Grid_HypreSemiStructuredSolverMulti_MPI_test_SERIAL [ 59%] Building CXX object grid/unit_test/CMakeFiles/Grid_GlobalParticleComm_MPI_test_CUDA_UVM.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o 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) ... Scanning dependencies of target Grid_SparseLocalGrid_MPI_test_SERIAL [ 59%] Built target Grid_HypreSemiStructuredSolverMulti_MPI_test_CUDA [ 59%] Building CXX object grid/unit_test/CMakeFiles/Grid_BovWriter_MPI_test_SERIAL.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 60%] Building CXX object grid/unit_test/CMakeFiles/Grid_SparseLocalGrid_MPI_test_SERIAL.dir/SERIAL/tstSparseLocalGrid_SERIAL.cpp.o Scanning dependencies of target Grid_LocalMesh3d_MPI_test_CUDA [ 60%] Building CXX object grid/unit_test/CMakeFiles/Grid_SparseLocalGrid_MPI_test_SERIAL.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 60%] Linking CXX executable Grid_GlobalParticleComm_MPI_test_CUDA_UVM [ 60%] Building CXX object grid/unit_test/CMakeFiles/Grid_LocalMesh3d_MPI_test_CUDA.dir/CUDA/tstLocalMesh3d_CUDA.cpp.o [ 60%] Built target Grid_SparseIndexSpace_MPI_test_CUDA_UVM [ 60%] Building CXX object grid/unit_test/CMakeFiles/Grid_LocalMesh3d_MPI_test_CUDA.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o Scanning dependencies of target Grid_Array2d_MPI_test_CUDA [ 60%] Building CXX object grid/unit_test/CMakeFiles/Grid_Array2d_MPI_test_CUDA.dir/CUDA/tstArray2d_CUDA.cpp.o [ 60%] Linking CXX executable Grid_SparseLocalGrid_MPI_test_SERIAL [ 60%] Linking CXX executable Grid_LocalMesh3d_MPI_test_CUDA Scanning dependencies of target Grid_Halo3d_MPI_test_CUDA [ 60%] Building CXX object grid/unit_test/CMakeFiles/Grid_Array2d_MPI_test_CUDA.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 60%] Building CXX object grid/unit_test/CMakeFiles/Grid_Halo3d_MPI_test_CUDA.dir/CUDA/tstHalo3d_CUDA.cpp.o [ 60%] Linking CXX executable Grid_Array2d_MPI_test_CUDA [ 60%] Building CXX object grid/unit_test/CMakeFiles/Grid_Halo3d_MPI_test_CUDA.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 60%] Built target Grid_Halo2d_MPI_test_SERIAL [ 61%] Linking CXX executable Grid_Halo3d_MPI_test_CUDA [ 61%] Built target Grid_ParticleList_MPI_test_CUDA_UVM Scanning dependencies of target Grid_Halo2d_MPI_test_CUDA [ 62%] Building CXX object grid/unit_test/CMakeFiles/Grid_Halo2d_MPI_test_CUDA.dir/CUDA/tstHalo2d_CUDA.cpp.o Scanning dependencies of target Grid_IndexSpace_MPI_test_CUDA [ 62%] Building CXX object grid/unit_test/CMakeFiles/Grid_IndexSpace_MPI_test_CUDA.dir/CUDA/tstIndexSpace_CUDA.cpp.o [ 62%] Building CXX object grid/unit_test/CMakeFiles/Grid_Halo2d_MPI_test_CUDA.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 62%] Linking CXX executable Grid_Halo2d_MPI_test_CUDA [ 63%] Building CXX object grid/unit_test/CMakeFiles/Grid_IndexSpace_MPI_test_CUDA.dir/__/__/cmake/test_harness/unit_test_main.cpp.o [ 63%] Linking CXX executable Grid_IndexSpace_MPI_test_CUDA [ 63%] Built target Grid_SparseLocalGrid_MPI_test_SERIAL Scanning dependencies of target Grid_Interpolation2d_MPI_test_CUDA [ 63%] Building CXX object grid/unit_test/CMakeFiles/Grid_Interpolation2d_MPI_test_CUDA.dir/CUDA/tstInterpolation2d_CUDA.cpp.o [ 63%] Built target Grid_GlobalParticleComm_MPI_test_CUDA_UVM [ 63%] Building CXX object grid/unit_test/CMakeFiles/Grid_Interpolation2d_MPI_test_CUDA.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 63%] Built target Grid_Array2d_MPI_test_CUDA [ 63%] Built target Grid_LocalMesh3d_MPI_test_CUDA Scanning dependencies of target Grid_FastFourierTransform_MPI_test_CUDA [ 63%] Linking CXX executable Grid_Interpolation2d_MPI_test_CUDA Scanning dependencies of target Grid_SplineEvaluation3d_MPI_test_CUDA Scanning dependencies of target Grid_ParticleGridDistributor3d_MPI_test_CUDA [ 63%] Building CXX object grid/unit_test/CMakeFiles/Grid_FastFourierTransform_MPI_test_CUDA.dir/CUDA/tstFastFourierTransform_CUDA.cpp.o [ 63%] Building CXX object grid/unit_test/CMakeFiles/Grid_ParticleGridDistributor3d_MPI_test_CUDA.dir/CUDA/tstParticleGridDistributor3d_CUDA.cpp.o [ 63%] Building CXX object grid/unit_test/CMakeFiles/Grid_SplineEvaluation3d_MPI_test_CUDA.dir/CUDA/tstSplineEvaluation3d_CUDA.cpp.o [ 63%] Building CXX object grid/unit_test/CMakeFiles/Grid_SplineEvaluation3d_MPI_test_CUDA.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 63%] Building CXX object grid/unit_test/CMakeFiles/Grid_FastFourierTransform_MPI_test_CUDA.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 63%] Built target Grid_Halo3d_MPI_test_CUDA 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) ... [ 63%] Linking CXX executable Grid_SplineEvaluation3d_MPI_test_CUDA [ 63%] Building CXX object grid/unit_test/CMakeFiles/Grid_ParticleGridDistributor3d_MPI_test_CUDA.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o Scanning dependencies of target Grid_SplineEvaluation2d_MPI_test_CUDA [ 63%] Linking CXX executable Grid_FastFourierTransform_MPI_test_CUDA [ 63%] Building CXX object grid/unit_test/CMakeFiles/Grid_SplineEvaluation2d_MPI_test_CUDA.dir/CUDA/tstSplineEvaluation2d_CUDA.cpp.o [ 63%] Linking CXX executable Grid_ParticleGridDistributor3d_MPI_test_CUDA 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) ... [ 63%] Building CXX object grid/unit_test/CMakeFiles/Grid_SplineEvaluation2d_MPI_test_CUDA.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 63%] Built target Grid_IndexSpace_MPI_test_CUDA [ 63%] Built target Grid_Halo2d_MPI_test_CUDA 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) ... Scanning dependencies of target Grid_Interpolation3d_MPI_test_CUDA Scanning dependencies of target Grid_BovWriter_MPI_test_CUDA [ 63%] Building CXX object grid/unit_test/CMakeFiles/Grid_Interpolation3d_MPI_test_CUDA.dir/CUDA/tstInterpolation3d_CUDA.cpp.o [ 63%] Linking CXX executable Grid_SplineEvaluation2d_MPI_test_CUDA [ 63%] Building CXX object grid/unit_test/CMakeFiles/Grid_BovWriter_MPI_test_CUDA.dir/CUDA/tstBovWriter_CUDA.cpp.o 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) ... [ 63%] Building CXX object grid/unit_test/CMakeFiles/Grid_Interpolation3d_MPI_test_CUDA.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o /var/jenkins/workspace/Cabana_PR-742/grid/src/Cabana_Grid_BovWriter.hpp(419): error: type name is not allowed 1 error detected in the compilation of "/var/jenkins/workspace/Cabana_PR-742/build/grid/unit_test/SERIAL/tstBovWriter_SERIAL.cpp". make[2]: *** [grid/unit_test/CMakeFiles/Grid_BovWriter_MPI_test_SERIAL.dir/build.make:66: grid/unit_test/CMakeFiles/Grid_BovWriter_MPI_test_SERIAL.dir/SERIAL/tstBovWriter_SERIAL.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:3975: grid/unit_test/CMakeFiles/Grid_BovWriter_MPI_test_SERIAL.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... [ 63%] Building CXX object grid/unit_test/CMakeFiles/Grid_BovWriter_MPI_test_CUDA.dir/__/__/cmake/test_harness/mpi_unit_test_main.cpp.o [ 63%] Built target Grid_SplineEvaluation3d_MPI_test_CUDA [ 63%] Linking CXX executable Grid_Interpolation3d_MPI_test_CUDA [ 63%] Built target Grid_Interpolation2d_MPI_test_CUDA [ 63%] Built target Grid_FastFourierTransform_MPI_test_CUDA [ 63%] Built target Grid_ParticleGridDistributor3d_MPI_test_CUDA [ 63%] Built target Grid_SplineEvaluation2d_MPI_test_CUDA [ 63%] Built target Grid_Interpolation3d_MPI_test_CUDA 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.2) ... Setting up libmagic1:amd64 (1:5.38-4) ... Setting up less (551-1ubuntu0.2) ... 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 (550.54.15-0ubuntu1) ... Setting up tzdata (2024a-0ubuntu0.20.04) ... Current default time zone: 'Etc/UTC' Local time is now: Fri Mar 22 14:28:57 UTC 2024. Universal Time is now: Fri Mar 22 14:28:57 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.11) ... 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) ... /var/jenkins/workspace/Cabana_PR-742/grid/src/Cabana_Grid_BovWriter.hpp(419): error: type name is not allowed 1 error detected in the compilation of "/var/jenkins/workspace/Cabana_PR-742/build/grid/unit_test/CUDA/tstBovWriter_CUDA.cpp". make[2]: *** [grid/unit_test/CMakeFiles/Grid_BovWriter_MPI_test_CUDA.dir/build.make:66: grid/unit_test/CMakeFiles/Grid_BovWriter_MPI_test_CUDA.dir/CUDA/tstBovWriter_CUDA.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:4407: grid/unit_test/CMakeFiles/Grid_BovWriter_MPI_test_CUDA.dir/all] Error 2 make: *** [Makefile:144: all] Error 2 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 Fri Mar 22 14:28:58 2024 stats zeroed Fri Mar 22 14:28:01 2024 cache hit (direct) 225 cache hit (preprocessed) 7 cache miss 0 cache hit rate 100.00 % compile failed 2 cleanups performed 0 files in cache 3047 cache size 8.2 GB max cache size 10.0 GB [Pipeline] } $ docker stop --time=1 04e4b0a237c526766cb2a7d189405541d18a0cfc52c5f852b3bcc96064465e5c 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) ... 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) ... $ docker rm -f --volumes 04e4b0a237c526766cb2a7d189405541d18a0cfc52c5f852b3bcc96064465e5c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } Failed in branch CUDA-11-NVCC-DEBUG 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.21) ... 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.11) ... 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) ... ---> Removed intermediate container 69acca21e952 ---> 7d1b8879ad1e 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 990245fc7b00 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  ---> Removed intermediate container 990245fc7b00 ---> 868d1a7b4919 Step 7/18 : ARG CMAKE_VERSION=3.26.3 ---> Running in 79ec54aa383a ---> Removed intermediate container 79ec54aa383a ---> 3b4376ec994d Step 8/18 : ENV CMAKE_DIR=/opt/cmake ---> Running in d82afa7f5680 ---> Removed intermediate container d82afa7f5680 ---> 8b129daa0b3a 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 d324e751d72d 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... Unpacking finished successfully ---> Removed intermediate container d324e751d72d ---> 2c9a58d40c15 Step 10/18 : ENV PATH=${CMAKE_DIR}/bin:$PATH ---> Running in af2b1849a48e ---> Removed intermediate container af2b1849a48e ---> 7b745ba53842 Step 11/18 : ARG DPCPP_VERSION=2023.0.0 ---> Running in e31141c624b2 ---> Removed intermediate container e31141c624b2 ---> 133c3578fcb9 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 b914aab51d59 --2024-03-22 14:30:14-- 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.62.71.17, 2600:1407:7800:3a8::a87, 2600:1407:7800:387::a87 Connecting to apt.repos.intel.com (apt.repos.intel.com)|23.62.71.17|:443... connected. 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.03G=0s 2024-03-22 14:30:15 (1.03 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) 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://apt.repos.intel.com/oneapi all InRelease [4455 B] Get:3 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 Packages [1461 kB] Get:4 https://apt.repos.intel.com/oneapi all/main amd64 Packages [463 kB] Get:5 https://apt.repos.intel.com/oneapi all/main all Packages [133 kB] Fetched 2063 kB in 1s (3196 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.0 intel-oneapi-common-oneapi-vars-2024.0 intel-oneapi-common-vars intel-oneapi-compiler-cpp-eclipse-cfg intel-oneapi-compiler-cpp-eclipse-cfg-2024.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.0 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.0 intel-oneapi-common-oneapi-vars-2024.0 intel-oneapi-common-vars intel-oneapi-compiler-cpp-eclipse-cfg intel-oneapi-compiler-cpp-eclipse-cfg-2024.0 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.0 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.0 all 2024.0.0-49406 [30.7 kB] Get:5 https://apt.repos.intel.com/oneapi all/main all intel-oneapi-common-oneapi-vars-2024.0 all 2024.0.0-49406 [10.4 kB] Get:6 https://apt.repos.intel.com/oneapi all/main all intel-oneapi-common-vars all 2024.0.0-49406 [12.2 kB] Get:7 https://apt.repos.intel.com/oneapi all/main all intel-oneapi-compiler-cpp-eclipse-cfg-2024.0 all 2024.0.2-49895 [2852 B] Get:8 https://apt.repos.intel.com/oneapi all/main all intel-oneapi-compiler-cpp-eclipse-cfg all 2024.0.2-49895 [1824 B] Get:9 https://apt.repos.intel.com/oneapi all/main all intel-oneapi-compiler-dpcpp-eclipse-cfg-2024.0 all 2024.0.2-49895 [2476 B] Get:10 https://apt.repos.intel.com/oneapi all/main all intel-oneapi-compiler-dpcpp-eclipse-cfg all 2024.0.2-49895 [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] 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] Get:15 https://apt.repos.intel.com/oneapi all/main amd64 intel-oneapi-openmp-2023.0.0 amd64 2023.0.0-25370 [221 MB] 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] 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] 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] 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] 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] 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 46s (26.7 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.0. Preparing to unpack .../03-intel-oneapi-common-licensing-2024.0_2024.0.0-49406_all.deb ... Unpacking intel-oneapi-common-licensing-2024.0 (2024.0.0-49406) ... Selecting previously unselected package intel-oneapi-common-oneapi-vars-2024.0. Preparing to unpack .../04-intel-oneapi-common-oneapi-vars-2024.0_2024.0.0-49406_all.deb ... Unpacking intel-oneapi-common-oneapi-vars-2024.0 (2024.0.0-49406) ... Selecting previously unselected package intel-oneapi-common-vars. Preparing to unpack .../05-intel-oneapi-common-vars_2024.0.0-49406_all.deb ... Unpacking intel-oneapi-common-vars (2024.0.0-49406) ... Selecting previously unselected package intel-oneapi-compiler-cpp-eclipse-cfg-2024.0. Preparing to unpack .../06-intel-oneapi-compiler-cpp-eclipse-cfg-2024.0_2024.0.2-49895_all.deb ... Unpacking intel-oneapi-compiler-cpp-eclipse-cfg-2024.0 (2024.0.2-49895) ... Selecting previously unselected package intel-oneapi-compiler-cpp-eclipse-cfg. Preparing to unpack .../07-intel-oneapi-compiler-cpp-eclipse-cfg_2024.0.2-49895_all.deb ... Unpacking intel-oneapi-compiler-cpp-eclipse-cfg (2024.0.2-49895) ... Selecting previously unselected package intel-oneapi-compiler-dpcpp-eclipse-cfg-2024.0. Preparing to unpack .../08-intel-oneapi-compiler-dpcpp-eclipse-cfg-2024.0_2024.0.2-49895_all.deb ... Unpacking intel-oneapi-compiler-dpcpp-eclipse-cfg-2024.0 (2024.0.2-49895) ... Selecting previously unselected package intel-oneapi-compiler-dpcpp-eclipse-cfg. Preparing to unpack .../09-intel-oneapi-compiler-dpcpp-eclipse-cfg_2024.0.2-49895_all.deb ... Unpacking intel-oneapi-compiler-dpcpp-eclipse-cfg (2024.0.2-49895) ... 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) ... 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) ... 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) ... 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) ... 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) ... 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) ... 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) ... 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.0 (2024.0.0-49406) ... 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-common-licensing-2024.0 (2024.0.0-49406) ... Setting up intel-oneapi-condaindex (2023.2.0-49417) ... Setting up intel-oneapi-common-licensing-2023.2.0 (2023.2.0-49462) ... Setting up intel-oneapi-common-vars (2024.0.0-49406) ... 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.0 (2024.0.2-49895) ... Setting up intel-oneapi-openmp-common-2023.0.0 (2023.0.0-25370) ... Setting up intel-oneapi-compiler-dpcpp-eclipse-cfg-2024.0 (2024.0.2-49895) ... 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) ... 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.0.2-49895) ... 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.0.2-49895) ... 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) ... ---> Removed intermediate container b914aab51d59 ---> e14ca007fa12 Step 13/18 : ENV DPCPP=/opt/intel/oneapi/compiler/${DPCPP_VERSION}/linux/bin-llvm/clang++ ---> Running in daa3c74646da ---> Removed intermediate container daa3c74646da ---> 7a3fa12db44c 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 3ddc244f24c0 --2024-03-22 14:34:39-- 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% 183M 0s 50K .......... .......... .......... .......... .......... 3% 3.08M 0s 100K .......... .......... .......... .......... .......... 5% 98.5M 0s 150K .......... .......... .......... .......... .......... 6% 171M 0s 200K .......... .......... .......... .......... .......... 8% 193M 0s 250K .......... .......... .......... .......... .......... 10% 213M 0s 300K .......... .......... .......... .......... .......... 11% 206M 0s 350K .......... .......... .......... .......... .......... 13% 169M 0s 400K .......... .......... .......... .......... .......... 15% 216M 0s 450K .......... .......... .......... .......... .......... 16% 209M 0s 500K .......... .......... .......... .......... .......... 18% 218M 0s 550K .......... .......... .......... .......... .......... 20% 192M 0s 600K .......... .......... .......... .......... .......... 21% 192M 0s 650K .......... .......... .......... .......... .......... 23% 192M 0s 700K .......... .......... .......... .......... .......... 25% 224M 0s 750K .......... .......... .......... .......... .......... 26% 186M 0s 800K .......... .......... .......... .......... .......... 28% 186M 0s 850K .......... .......... .......... .......... .......... 30% 188M 0s 900K .......... .......... .......... .......... .......... 31% 205M 0s 950K .......... .......... .......... .......... .......... 33% 176M 0s 1000K .......... .......... .......... .......... .......... 35% 188M 0s 1050K .......... .......... .......... .......... .......... 36% 205M 0s 1100K .......... .......... .......... .......... .......... 38% 190M 0s 1150K .......... .......... .......... .......... .......... 40% 163M 0s 1200K .......... .......... .......... .......... .......... 41% 180M 0s 1250K .......... .......... .......... .......... .......... 43% 177M 0s 1300K .......... .......... .......... .......... .......... 45% 191M 0s 1350K .......... .......... .......... .......... .......... 47% 175M 0s 1400K .......... .......... .......... .......... .......... 48% 209M 0s 1450K .......... .......... .......... .......... .......... 50% 200M 0s 1500K .......... .......... .......... .......... .......... 52% 195M 0s 1550K .......... .......... .......... .......... .......... 53% 156M 0s 1600K .......... .......... .......... .......... .......... 55% 187M 0s 1650K .......... .......... .......... .......... .......... 57% 195M 0s 1700K .......... .......... .......... .......... .......... 58% 201M 0s 1750K .......... .......... .......... .......... .......... 60% 172M 0s 1800K .......... .......... .......... .......... .......... 62% 195M 0s 1850K .......... .......... .......... .......... .......... 63% 210M 0s 1900K .......... .......... .......... .......... .......... 65% 217M 0s 1950K .......... .......... .......... .......... .......... 67% 174M 0s 2000K .......... .......... .......... .......... .......... 68% 204M 0s 2050K .......... .......... .......... .......... .......... 70% 219M 0s 2100K .......... .......... .......... .......... .......... 72% 215M 0s 2150K .......... .......... .......... .......... .......... 73% 186M 0s 2200K .......... .......... .......... .......... .......... 75% 209M 0s 2250K .......... .......... .......... .......... .......... 77% 212M 0s 2300K .......... .......... .......... .......... .......... 78% 217M 0s 2350K .......... .......... .......... .......... .......... 80% 179M 0s 2400K .......... .......... .......... .......... .......... 82% 206M 0s 2450K .......... .......... .......... .......... .......... 83% 219M 0s 2500K .......... .......... .......... .......... .......... 85% 213M 0s 2550K .......... .......... .......... .......... .......... 87% 191M 0s 2600K .......... .......... .......... .......... .......... 89% 212M 0s 2650K .......... .......... .......... .......... .......... 90% 204M 0s 2700K .......... .......... .......... .......... .......... 92% 235M 0s 2750K .......... .......... .......... .......... .......... 94% 178M 0s 2800K .......... .......... .......... .......... .......... 95% 207M 0s 2850K .......... .......... .......... .......... .......... 97% 215M 0s 2900K .......... .......... .......... .......... .......... 99% 212M 0s 2950K .......... .......... ....... 100% 180M=0.03s 2024-03-22 14:34:39 (94.6 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. ---> Removed intermediate container 3ddc244f24c0 ---> af19233b37a1 Step 15/18 : ARG KOKKOS_VERSION=4.1.00 ---> Running in dbbfa6e90c29 ---> Removed intermediate container dbbfa6e90c29 ---> e56e487e1454 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 09ae64e39bdb ---> Removed intermediate container 09ae64e39bdb ---> cab925db9062 Step 17/18 : ENV KOKKOS_DIR=/opt/kokkos ---> Running in ee995d8a2371 ---> Removed intermediate container ee995d8a2371 ---> d793e1030f30 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 2edf0ca5658e :: 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 :: -- 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 -- 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 -- Looking for C++ include oneapi/dpl/execution - found -- Looking for C++ include oneapi/dpl/algorithm -- Looking for C++ include oneapi/dpl/algorithm - found -- Performing Test KOKKOS_NO_TBB_CONFLICT -- Performing Test KOKKOS_NO_TBB_CONFLICT - Failed -- Using internal desul_atomics copy -- Kokkos Devices: SERIAL;SYCL, Kokkos Backends: SERIAL;SYCL -- Configuring done (13.1s) -- Generating done (0.2s) -- Build files have been written to: /scratch/kokkos/build [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o [ 10%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o [ 10%] Built target AlwaysCheckGit [ 13%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o [ 17%] Linking CXX static library libkokkossimd.a [ 17%] Built target kokkossimd [ 20%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.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 [ 37%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o [ 41%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o [ 44%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.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 [ 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 [ 75%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial_Task.cpp.o [ 79%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/SYCL/Kokkos_SYCL.cpp.o [ 82%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/SYCL/Kokkos_SYCL_Instance.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 [ 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 [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 -- 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 ---> Removed intermediate container 2edf0ca5658e ---> dee44e1796d0 Successfully built dee44e1796d0 Successfully tagged a8fa4a56122f51cf0612d3e8e0e1c3478d8d0d00:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh + docker inspect -f . a8fa4a56122f51cf0612d3e8e0e1c3478d8d0d00 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer fetnat06 seems to be running inside container d95ba1cc990ac8a12fa18becb48576632d11b2e32b0863d77c8b8aa8006052f4 $ docker run -t -d -u 0:0 -v /tmp/ccache.kokkos:/tmp/ccache -w /var/jenkins/workspace/Cabana_PR-742 --volumes-from d95ba1cc990ac8a12fa18becb48576632d11b2e32b0863d77c8b8aa8006052f4 -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 ******** -e ******** a8fa4a56122f51cf0612d3e8e0e1c3478d8d0d00 cat $ docker top 834dc6eb1de6329b1e458f9533c8e9f4eb2ed9fd5e44d2631a236e3d1984f64d -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-742@tmp/durable-ad08c6e8/script.sh.copy + [ -n ] + script=/var/jenkins/workspace/Cabana_PR-742@tmp/durable-ad08c6e8/script.sh.copy + [ -L /var/jenkins/workspace/Cabana_PR-742@tmp/durable-ad08c6e8/script.sh.copy ] + basename -- /var/jenkins/workspace/Cabana_PR-742@tmp/durable-ad08c6e8/script.sh.copy + [ setvars.sh = script.sh.copy ] + sourcer= + sourced_nm= + ps -p 50 -o comm= + sourced_sh=sh + _setvars_get_proc_name /var/jenkins/workspace/Cabana_PR-742@tmp/durable-ad08c6e8/script.sh.copy + [ -n ] + script=/var/jenkins/workspace/Cabana_PR-742@tmp/durable-ad08c6e8/script.sh.copy + [ -L /var/jenkins/workspace/Cabana_PR-742@tmp/durable-ad08c6e8/script.sh.copy ] + basename -- /var/jenkins/workspace/Cabana_PR-742@tmp/durable-ad08c6e8/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-742@tmp/durable-ad08c6e8/script.sh.copy: 370: /opt/intel/oneapi/setvars.sh: Bad substitution + : + printf %s /var/jenkins/workspace/Cabana_PR-742@tmp/durable-ad08c6e8/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-742@tmp/durable-ad08c6e8/script.sh.copy: 371: [: Illegal number: + [ = /var/jenkins/workspace/Cabana_PR-742@tmp/durable-ad08c6e8/script.sh.copy: 370: /opt/intel/oneapi/setvars.sh: Bad substitution ] + get_script_path /var/jenkins/workspace/Cabana_PR-742@tmp/durable-ad08c6e8/script.sh.copy: 370: /opt/intel/oneapi/setvars.sh: Bad substitution + script=/var/jenkins/workspace/Cabana_PR-742@tmp/durable-ad08c6e8/script.sh.copy: 370: /opt/intel/oneapi/setvars.sh: Bad substitution + [ -L /var/jenkins/workspace/Cabana_PR-742@tmp/durable-ad08c6e8/script.sh.copy: 370: /opt/intel/oneapi/setvars.sh: Bad substitution ] + command dirname -- /var/jenkins/workspace/Cabana_PR-742@tmp/durable-ad08c6e8/script.sh.copy: 370: /opt/intel/oneapi/setvars.sh: Bad substitution + script_dir=/var/jenkins/workspace/Cabana_PR-742@tmp/durable-ad08c6e8/script.sh.copy: 370: /opt/intel/oneapi + [ -n ] + command cd /var/jenkins/workspace/Cabana_PR-742@tmp/durable-ad08c6e8/script.sh.copy: 370: /opt/intel/oneapi /var/jenkins/workspace/Cabana_PR-742@tmp/durable-ad08c6e8/script.sh.copy: 269: cd: can't cd to /var/jenkins/workspace/Cabana_PR-742@tmp/durable-ad08c6e8/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 Fri Mar 22 14:36:19 2024 stats zeroed Fri Mar 22 14:36:19 2024 cache hit (direct) 0 cache hit (preprocessed) 0 cache miss 0 cache hit rate 0.00 % cleanups performed 0 files in cache 4174 cache size 6.2 GB max cache size 10.0 GB [Pipeline] } $ docker stop --time=1 834dc6eb1de6329b1e458f9533c8e9f4eb2ed9fd5e44d2631a236e3d1984f64d $ docker rm -f --volumes 834dc6eb1de6329b1e458f9533c8e9f4eb2ed9fd5e44d2631a236e3d1984f64d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } Failed in branch SYCL 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